From 759e86473ecd2044c6c038c61e6c09ebae678e25 Mon Sep 17 00:00:00 2001 From: mapcolonies-devops <143094402+mapcolonies-devops@users.noreply.github.com> Date: Thu, 29 Jan 2026 14:47:33 +0200 Subject: [PATCH] chore(master): release 1.9.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ helm/Chart.yaml | 5 ++--- 3 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4fcfdf7..2b6f978 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.9.0" + ".": "1.9.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2b8ec5a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## [1.9.1](https://github.com/MapColonies/docker-mapproxy/compare/v1.9.0...v1.9.1) (2026-01-29) + + +### Bug Fixes + +* bump version and appVersion to 1.9.0 in Chart.yaml ([b7b2e0a](https://github.com/MapColonies/docker-mapproxy/commit/b7b2e0a15355258302b9a04e77e917afebeab6aa)) +* **ci:** change release-type to simple ([#81](https://github.com/MapColonies/docker-mapproxy/issues/81)) ([69d45bc](https://github.com/MapColonies/docker-mapproxy/commit/69d45bcb3446a5bf9dce44245386e9a98ae0eb30)) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index f650065..2a59404 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,13 +2,12 @@ apiVersion: v2 name: mapproxy description: A Helm chart for mapproxy service type: application -version: 1.9.0 -appVersion: 1.9.0 +version: 1.9.1 +appVersion: 1.9.1 dependencies: - name: nginx version: 1.3.0 repository: oci://acrarolibotnonprod.azurecr.io/helm - - name: mclabels version: 1.0.1 repository: oci://acrarolibotnonprod.azurecr.io/helm/infra