Skip to content

Commit

Permalink
chore(main): release 0.1.1 (#238)
Browse files Browse the repository at this point in the history
* chore(main): release 0.1.1

* ci(fix): point to the right action

Signed-off-by: Dave Henderson <[email protected]>

---------

Signed-off-by: Dave Henderson <[email protected]>
Co-authored-by: hosted-grafana-release-trigger[bot] <140654626+hosted-grafana-release-trigger[bot]@users.noreply.github.com>
Co-authored-by: Dave Henderson <[email protected]>
  • Loading branch information
1 parent 7f73d60 commit e3fb9a6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.1.1"
}
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down

0 comments on commit e3fb9a6

Please sign in to comment.