From c28d46a4f05e2f4be3db5fb86f060104bc49a985 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 10:45:20 +0000 Subject: [PATCH] release(main): v0.5.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 210d290..258342d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.1" + ".": "0.5.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d618627..fab928f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 0.5.2 (2024-04-29) + + + +## What's Changed +### Other Changes +* build: Update all tools, pre-commit hooks, and GCP version by @jimmidyson in https://github.com/mesosphere/dynamic-credential-provider/pull/290 +* build(deps): Bump jetpack-io/devbox-install-action from 0.9.0 to 0.10.0 by @dependabot in https://github.com/mesosphere/dynamic-credential-provider/pull/296 +* build(deps): Bump sigs.k8s.io/cloud-provider-azure from 1.29.3 to 1.30.0 in /credential-providers by @dependabot in https://github.com/mesosphere/dynamic-credential-provider/pull/295 +* build(deps): Bump github.com/docker/docker from 25.0.1+incompatible to 25.0.5+incompatible by @dependabot in https://github.com/mesosphere/dynamic-credential-provider/pull/294 +* build(deps): Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 by @dependabot in https://github.com/mesosphere/dynamic-credential-provider/pull/293 +* build(deps): Bump jetify-com/devbox-install-action from 0.9.0 to 0.10.0 by @dependabot in https://github.com/mesosphere/dynamic-credential-provider/pull/297 + + +**Full Changelog**: https://github.com/mesosphere/dynamic-credential-provider/compare/v0.5.1...v0.5.2 + ## 0.5.1 (2024-04-17)