Releases: matbour/setup-gcloud
Releases · matbour/setup-gcloud
Version 1.3.1
- ci(actions): drop ubuntu-16.04 tests since it is deprecated
- chore(deps): upgrade dependencies (fixes CVE-2021-23337)
Version 1.3.0
- feat(docker): artifact registries may now be specified independently
- ci(sonarcloud): implement SonarCloud static analysis
- chore(rebrand): the repository is now maintained by mathieu-bour
- chore(deps): upgrade dependencies
Version 1.2.2 - GitHub add-path and set-env deprecation
- security(deps): bump @actions/core from 1.2.4 to 1.2.6 (fixes GHSA-mfwh-5m23-j46w)
- fix(ci): set setup-node version to @v1
Version 1.2.1 - Dependencies maintenance
- chore(deps): bumps lodash from 4.17.15 to 4.17.19 (fixes GHSA-p6mc-m468-83gw)
- chore(repo): rename
master
branch tomain
See PR #18 for details
Version 1.2.0 - Local SDK
- feat: add
local
forversion
input which will use the locally provided Google Cloud SDK if available - chore(deps): upgrade dependencies
- chore: update license
See PR #15 for details
Version 1.1.2
- chore(security): upgrade @actions/http-client dependency (GHSA-9w6v-m7wp-jwg4)
Version 1.1.1
- ci(lint): add eslint / prettier and action job
- docs(readme): break lines on new sentences
- chore(workspace): add standard commit, update pre-commit hook
- chore(security): upgrade minimist dependency (GHSA-7fhm-mqm4-2wp7)
Version 1.1.0
Version 1.0.0 - Stable release
- feat: added support for Windows
- fixed: inputs are now compared to strings
- fixed: project guess using the
service-account-key
input - changed: new install directories
/usr/lib/google-cloud-sdk
on Ubuntu runners (overrides the already installed one)$HOME/opt/google-cloud-sdk
on MacOS runnersC:\Program Files\google-cloud-sdk
on Windows runners
See PR #6 for details.
Version 0.1.3 - Automatic project discovery
- feat: make
project
input optional - it is discovered with the service account key - feat: compile using ES6 library
- docs: add examples in the README.md, better input descriptions
- chore: add license and other legal stuff
See PR #5 for details.