Skip to content

Commit e0f83f2

Browse files
chore: release 0.4.0 (#462)
1 parent a50f377 commit e0f83f2

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,19 @@ All notable changes to this project will be documented in this file.
1717
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
1818
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
1919

20+
## [0.4.0](https://www.github.com/google-github-actions/setup-gcloud/compare/v0.3.0...v0.4.0) (2022-01-21)
21+
22+
23+
### Features
24+
25+
* add install_component field ([#399](https://www.github.com/google-github-actions/setup-gcloud/issues/399)) ([489ab62](https://www.github.com/google-github-actions/setup-gcloud/commit/489ab62c6e3c1ced7dd3ee7ae435591181cf8526))
26+
* emit a warning when action is pinned to head ([#460](https://www.github.com/google-github-actions/setup-gcloud/issues/460)) ([1a48ffa](https://www.github.com/google-github-actions/setup-gcloud/commit/1a48ffaf046b28c93468eef7603c643377f487ec))
27+
28+
29+
### Bug Fixes
30+
31+
* support export auth export with envvar for backwards compat ([#426](https://www.github.com/google-github-actions/setup-gcloud/issues/426)) ([aaf4f27](https://www.github.com/google-github-actions/setup-gcloud/commit/aaf4f27520fb60c21616fcb2c7c60a1108ce72cd))
32+
2033
## [0.3.0](https://www.github.com/google-github-actions/setup-gcloud/compare/v0.2.1...v0.3.0) (2021-12-06)
2134

2235

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-gcloud",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Setup gcloud GitHub action",
55
"main": "dist/main/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)