From 9b4081feeb90d912fe2c69e2bef9aa7ba92a3cd7 Mon Sep 17 00:00:00 2001 From: "hosted-grafana-release-trigger[bot]" <140654626+hosted-grafana-release-trigger[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 11:42:59 -0400 Subject: [PATCH] chore(main): release 0.1.2 (#248) Co-authored-by: hosted-grafana-release-trigger[bot] <140654626+hosted-grafana-release-trigger[bot]@users.noreply.github.com> --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 9aa5a07..352ec4c 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 36cb646..8792295 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.1.2](https://github.com/grafana/certmagic-gcs/compare/v0.1.1...v0.1.2) (2024-06-15) + + +### Dependencies + +* **go:** bump cloud.google.com/go/storage from 1.41.0 to 1.42.0 ([#259](https://github.com/grafana/certmagic-gcs/issues/259)) ([b7bf34e](https://github.com/grafana/certmagic-gcs/commit/b7bf34e2d956175f11db501aaf5a50bc5d56d8f2)) +* **go:** bump github.com/caddyserver/caddy/v2 from 2.7.6 to 2.8.4 ([#255](https://github.com/grafana/certmagic-gcs/issues/255)) ([3d8a3cc](https://github.com/grafana/certmagic-gcs/commit/3d8a3cc6fe22454f523af22b4321afd98147ca38)) +* **go:** bump github.com/caddyserver/certmagic from 0.21.1 to 0.21.3 ([#254](https://github.com/grafana/certmagic-gcs/issues/254)) ([5a5233c](https://github.com/grafana/certmagic-gcs/commit/5a5233ca6bb8c9e6a28d03f40b5b74f5f8a38360)) +* **go:** bump github.com/fsouza/fake-gcs-server from 1.49.0 to 1.49.1 ([#252](https://github.com/grafana/certmagic-gcs/issues/252)) ([2dd1e52](https://github.com/grafana/certmagic-gcs/commit/2dd1e5256d6d10949f6b6e8fa2e53b2ac89cb40e)) +* **go:** bump github.com/fsouza/fake-gcs-server from 1.49.1 to 1.49.2 ([#258](https://github.com/grafana/certmagic-gcs/issues/258)) ([3a962d2](https://github.com/grafana/certmagic-gcs/commit/3a962d22de09277cecb3d585ed6c6c68a787e19f)) +* **go:** bump github.com/letsencrypt/pebble/v2 from 2.5.1 to 2.5.2 ([#247](https://github.com/grafana/certmagic-gcs/issues/247)) ([5d974da](https://github.com/grafana/certmagic-gcs/commit/5d974da6dcd295ed47438902ae8d5ae3423a1c3e)) +* **go:** bump github.com/letsencrypt/pebble/v2 from 2.5.2 to 2.6.0 ([#256](https://github.com/grafana/certmagic-gcs/issues/256)) ([7f71493](https://github.com/grafana/certmagic-gcs/commit/7f71493a7791f8bf803c5dc3a7a9f8f544fb1175)) +* **go:** bump google.golang.org/api from 0.180.0 to 0.181.0 ([#245](https://github.com/grafana/certmagic-gcs/issues/245)) ([8c0fa9b](https://github.com/grafana/certmagic-gcs/commit/8c0fa9bd1ceea8a177fc72520c28ad640b6df18f)) +* **go:** bump google.golang.org/api from 0.181.0 to 0.183.0 ([#257](https://github.com/grafana/certmagic-gcs/issues/257)) ([9dec0dc](https://github.com/grafana/certmagic-gcs/commit/9dec0dcadb24dd3b8311b906c2762b82c8eb8306)) +* **go:** bump google.golang.org/api from 0.183.0 to 0.184.0 ([#260](https://github.com/grafana/certmagic-gcs/issues/260)) ([81f7f7e](https://github.com/grafana/certmagic-gcs/commit/81f7f7ebd4f26315d3aefcfc27d2c10657055d72)) + ## [0.1.1](https://github.com/grafana/certmagic-gcs/compare/v0.1.0...v0.1.1) (2024-05-16)