From 961e701534c9fb0f25909beaeef0c95a1a5c10b6 Mon Sep 17 00:00:00 2001 From: mapcolonies-devops <143094402+mapcolonies-devops@users.noreply.github.com> Date: Mon, 20 Apr 2026 18:07:16 +0300 Subject: [PATCH] chore(master): release 1.12.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ helm/Chart.yaml | 4 ++-- openapi3.yaml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 14 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b0a0b41..a09efe7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.11.3" + ".": "1.12.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e328fc..60c698e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.12.0](https://github.com/MapColonies/mapproxy-api/compare/v1.11.3...v1.12.0) (2026-04-20) + + +### Features + +* add useHttpGet flag to S3 configuration ([#166](https://github.com/MapColonies/mapproxy-api/issues/166)) ([c219a4b](https://github.com/MapColonies/mapproxy-api/commit/c219a4bbf5bb219efcd4f09184fe6cd0c805f8ce)) + ## [1.11.3](https://github.com/MapColonies/mapproxy-api/compare/v1.11.2...v1.11.3) (2026-01-27) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 7ca72e8..760cfe0 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: mapproxy-api description: A Helm chart for mapproxy-api service type: application -version: 1.11.3 -appVersion: 1.11.3 +version: 1.12.0 +appVersion: 1.12.0 dependencies: - name: mclabels version: 1.0.1 diff --git a/openapi3.yaml b/openapi3.yaml index d3b3849..38baa73 100644 --- a/openapi3.yaml +++ b/openapi3.yaml @@ -2,7 +2,7 @@ openapi: 3.0.1 info: title: mapproxy-api description: rest api service to manage layers in mapproxy - version: 1.11.3 + version: 1.12.0 license: name: MIT url: https://opensource.org/licenses/MIT diff --git a/package-lock.json b/package-lock.json index 66f65de..90b4da1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mapproxy-api", - "version": "1.11.3", + "version": "1.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mapproxy-api", - "version": "1.11.3", + "version": "1.12.0", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index d3c81ef..dfbb79b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mapproxy-api", - "version": "1.11.3", + "version": "1.12.0", "description": "This is template for map colonies typescript service", "main": "./src/index.ts", "scripts": {