Skip to content

Commit 8dbf118

Browse files
chore: release 0.6.0 (#78)
1 parent 26ab293 commit 8dbf118

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

3+
## [0.6.0](https://www.github.com/google-github-actions/deploy-cloudrun/compare/v0.5.0...v0.6.0) (2021-05-27)
4+
5+
6+
### Features
7+
8+
* Add Secrets Manger integration support ([#64](https://www.github.com/google-github-actions/deploy-cloudrun/issues/64)) ([4a9b191](https://www.github.com/google-github-actions/deploy-cloudrun/commit/4a9b1916d11796934ce70d155a9fa30b282bb935))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update dependency fs to v0.0.2 ([#54](https://www.github.com/google-github-actions/deploy-cloudrun/issues/54)) ([3e6a16a](https://www.github.com/google-github-actions/deploy-cloudrun/commit/3e6a16a292c034e56bf24da5e45c59e232ab0639))
14+
* **deps:** update dependency googleapis to v73 ([#57](https://www.github.com/google-github-actions/deploy-cloudrun/issues/57)) ([759fbb9](https://www.github.com/google-github-actions/deploy-cloudrun/commit/759fbb9f9ada824d9782018bf16acd8bcfb0d544))
15+
* Update to PR target ([#68](https://www.github.com/google-github-actions/deploy-cloudrun/issues/68)) ([02b3b48](https://www.github.com/google-github-actions/deploy-cloudrun/commit/02b3b48476414e852806d64d4d8684f1a0894484))
16+
317
## [0.5.0](https://www.github.com/google-github-actions/deploy-cloudrun/compare/v0.4.0...v0.5.0) (2021-04-05)
418

519

package-lock.json

Lines changed: 1 addition & 1 deletion
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.5.0",
3+
"version": "0.6.0",
44
"description": "Github Action: Deploy to Google Cloud Run",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)