Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.9.0"
".": "1.9.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
5 changes: 2 additions & 3 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading