From 142252d156aeea5f85bb5e0ff87c37f8a4640db5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 11:36:19 +0200 Subject: [PATCH] chore: release main (#12) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d5208b5..7335267 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "1.2.0", + ".": "1.3.0", "charts/radix-prometheus-proxy": "1.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6372ee7..9e67d30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://github.com/equinor/radix-prometheus-proxy/compare/v1.2.0...v1.3.0) (2024-10-11) + + +### Features + +* always build docker images on tag ([#11](https://github.com/equinor/radix-prometheus-proxy/issues/11)) ([a3439c6](https://github.com/equinor/radix-prometheus-proxy/commit/a3439c6211b47c3607da0fa9173cb5542b4fbe05)) + ## [1.2.0](https://github.com/equinor/radix-prometheus-proxy/compare/v1.1.0...v1.2.0) (2024-10-11)