Skip to content

Commit 0866bc2

Browse files
chore: release 0.9.0 (#296)
1 parent 20d7967 commit 0866bc2

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [0.9.0](https://www.github.com/google-github-actions/deploy-cloudrun/compare/v0.8.0...v0.9.0) (2022-03-08)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* require Node 16 (#315)
9+
* switch to nodejs 16 (#295)
10+
11+
### Features
12+
13+
* added gcloud_component flag to force alpha or beta ([#294](https://www.github.com/google-github-actions/deploy-cloudrun/issues/294)) ([08e594e](https://www.github.com/google-github-actions/deploy-cloudrun/commit/08e594ea50dd3b8b1f9e6f13179f1f5b18d5144a))
14+
15+
16+
### Bug Fixes
17+
18+
* switch to actions-utils for multi-line KV parsing ([#312](https://www.github.com/google-github-actions/deploy-cloudrun/issues/312)) ([1cd5368](https://www.github.com/google-github-actions/deploy-cloudrun/commit/1cd5368e199e5944edfc7c9d953516a5f1642e78))
19+
20+
21+
### Miscellaneous Chores
22+
23+
* require Node 16 ([#315](https://www.github.com/google-github-actions/deploy-cloudrun/issues/315)) ([20d7967](https://www.github.com/google-github-actions/deploy-cloudrun/commit/20d79677d49bd483b53e2e6755cde241ce76a85c))
24+
* switch to nodejs 16 ([#295](https://www.github.com/google-github-actions/deploy-cloudrun/issues/295)) ([7c8e7d0](https://www.github.com/google-github-actions/deploy-cloudrun/commit/7c8e7d0b8066be63d8254cfdd7524186c8175b9e))
25+
326
## [0.8.0](https://www.github.com/google-github-actions/deploy-cloudrun/compare/v0.7.0...v0.8.0) (2022-01-31)
427

528

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": "deploy-cloudrun",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "Github Action: Deploy to Google Cloud Run",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)