Skip to content

Commit be1e860

Browse files
chore: release 0.8.0 (#285)
1 parent 30692e4 commit be1e860

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

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

3+
## [0.8.0](https://www.github.com/google-github-actions/deploy-cloudrun/compare/v0.7.0...v0.8.0) (2022-01-31)
4+
5+
6+
### Features
7+
8+
* add `timeout` option for setting execution timeouts ([#291](https://www.github.com/google-github-actions/deploy-cloudrun/issues/291)) ([30692e4](https://www.github.com/google-github-actions/deploy-cloudrun/commit/30692e449d09cf9b29e0be80a0d3d7cf7409a397))
9+
* allow for multi line secrets ([#224](https://www.github.com/google-github-actions/deploy-cloudrun/issues/224)) ([5cab4a9](https://www.github.com/google-github-actions/deploy-cloudrun/commit/5cab4a99aad37f2049c16809f2372ee1bcfbd674))
10+
* Enable machine parsable output with --format json ([#283](https://www.github.com/google-github-actions/deploy-cloudrun/issues/283)) ([50aa77a](https://www.github.com/google-github-actions/deploy-cloudrun/commit/50aa77a4cc04bc953904f3b82fce54dcdab435a5))
11+
* support single quote flags ([#289](https://www.github.com/google-github-actions/deploy-cloudrun/issues/289)) ([dd45811](https://www.github.com/google-github-actions/deploy-cloudrun/commit/dd458116fa3a920fce433f28697629c5b163a9dc))
12+
313
## [0.7.0](https://www.github.com/google-github-actions/deploy-cloudrun/compare/v0.6.0...v0.7.0) (2021-12-15)
414

515

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

0 commit comments

Comments
 (0)