From e3fb9a64a06133fdda19b56b2b4c9ff46407bc52 Mon Sep 17 00:00:00 2001 From: "hosted-grafana-release-trigger[bot]" <140654626+hosted-grafana-release-trigger[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 11:51:00 -0400 Subject: [PATCH] chore(main): release 0.1.1 (#238) * chore(main): release 0.1.1 * ci(fix): point to the right action Signed-off-by: Dave Henderson --------- Signed-off-by: Dave Henderson Co-authored-by: hosted-grafana-release-trigger[bot] <140654626+hosted-grafana-release-trigger[bot]@users.noreply.github.com> Co-authored-by: Dave Henderson --- .github/.release-please-manifest.json | 2 +- .github/workflows/release-please.yml | 2 +- CHANGELOG.md | 14 ++++++++++++++ 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 96d9691..9aa5a07 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 2a1bf6a..18d5936 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -18,7 +18,7 @@ jobs: with: app-id: ${{ secrets.HG_RELEASE_TRIGGER_APP_ID }} private-key: ${{ secrets.HG_RELEASE_TRIGGER_APP_KEY }} - - uses: google-github-actions/release-please-action@v4 + - uses: googleapis/release-please-action@v4 with: token: ${{ steps.app-token.outputs.token }} config-file: .github/release-please-config.json diff --git a/CHANGELOG.md b/CHANGELOG.md index e19cb09..36cb646 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.1](https://github.com/grafana/certmagic-gcs/compare/v0.1.0...v0.1.1) (2024-05-16) + + +### Dependencies + +* **go:** bump cloud.google.com/go/storage from 1.40.0 to 1.41.0 ([#242](https://github.com/grafana/certmagic-gcs/issues/242)) ([d6dc813](https://github.com/grafana/certmagic-gcs/commit/d6dc813c6893705debea9eb79b27d5758e8f0283)) +* **go:** bump github.com/caddyserver/certmagic from 0.21.0 to 0.21.1 ([#243](https://github.com/grafana/certmagic-gcs/issues/243)) ([3e9d1d0](https://github.com/grafana/certmagic-gcs/commit/3e9d1d04f117e0c60802037071b66b83f17e04cf)) +* **go:** bump google.golang.org/api from 0.179.0 to 0.180.0 ([50b4fb7](https://github.com/grafana/certmagic-gcs/commit/50b4fb71b4a3aa6e6af5ead44db1caf61db5f07a)) + + +### Miscellaneous Chores + +* release 0.1.1 ([4866e82](https://github.com/grafana/certmagic-gcs/commit/4866e82a0a84aabea67ffc42ff4d1b156ad4941e)) + ## 0.1.0 (2024-05-09)