From f67bfe242b96e2b273e20aacf05e0d1fb32613e8 Mon Sep 17 00:00:00 2001 From: mapcolonies-devops <143094402+mapcolonies-devops@users.noreply.github.com> Date: Sun, 23 Aug 2026 16:14:09 +0300 Subject: [PATCH] chore(master): release 2.1.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ helm/Chart.yaml | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 25d36ff..8249311 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.2" + ".": "2.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e7933dd..0b1f673 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.1.3](https://github.com/MapColonies/docker-mapproxy/compare/v2.1.2...v2.1.3) (2026-08-23) + + +### Bug Fixes + +* emit OGC-valid WMTS SupportedCRS urn (urn:ogc:def:crs:EPSG::4326) ([#97](https://github.com/MapColonies/docker-mapproxy/issues/97)) ([f94addc](https://github.com/MapColonies/docker-mapproxy/commit/f94addc57698139a03d38b19e83cc4016d5834d9)) +* **helm:** set SSL_CERT_FILE alongside REQUESTS_CA_BUNDLE when root-ca is mounted ([#99](https://github.com/MapColonies/docker-mapproxy/issues/99)) ([4bd5cd3](https://github.com/MapColonies/docker-mapproxy/commit/4bd5cd3ba779a33a7d19530a0b738ed5d621e6d0)) + ## [2.1.2](https://github.com/MapColonies/docker-mapproxy/compare/v2.1.1...v2.1.2) (2026-08-19) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 4585529..b48f780 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: mapproxy description: A Helm chart for mapproxy service type: application -version: 2.1.2 -appVersion: 2.1.2 +version: 2.1.3 +appVersion: 2.1.3 dependencies: - name: nginx version: 2.3.1