From 6564cfebf6a5c74bddbd159754548bd3d1247366 Mon Sep 17 00:00:00 2001 From: mapcolonies-devops <143094402+mapcolonies-devops@users.noreply.github.com> Date: Mon, 1 Sep 2025 10:43:10 +0300 Subject: [PATCH] chore(master): release 2.7.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ bundledApi.yaml | 2 +- helm/Chart.yaml | 4 ++-- openapi3.yaml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 7 files changed, 20 insertions(+), 8 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 45b33b6..6e96c0c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.7.2"} \ No newline at end of file +{".":"2.7.3"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ae90ea6..539b0c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. +## [2.7.3](https://github.com/MapColonies/3d-gateway/compare/v2.7.2...v2.7.3) (2025-09-01) + + +### Bug Fixes + +* enable update of metadata when same name is used (MAPCO-8593) ([#43](https://github.com/MapColonies/3d-gateway/issues/43)) ([37489d4](https://github.com/MapColonies/3d-gateway/commit/37489d41ea612d2aa5c8ffa2e98617b142cc0a93)) + + +### Helm Changes + +* add mc labels and annotations package (MAPCO-8562) ([#41](https://github.com/MapColonies/3d-gateway/issues/41)) ([be8ddb9](https://github.com/MapColonies/3d-gateway/commit/be8ddb9374460f3902d7fe8003a55d9b4832c962)) + ## [2.7.2](https://github.com/MapColonies/3d-gateway/compare/v2.7.1...v2.7.2) (2025-07-31) diff --git a/bundledApi.yaml b/bundledApi.yaml index 71432c4..428155d 100644 --- a/bundledApi.yaml +++ b/bundledApi.yaml @@ -2,7 +2,7 @@ openapi: 3.0.1 info: title: 3d-gateway description: Validating and routing requests - version: 2.7.2 + version: 2.7.3 license: name: MIT url: https://opensource.org/licenses/MIT diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 2dbd9fe..90bbf65 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: gateway description: A Helm chart for 3D gateway service -version: 2.7.2 -appVersion: 2.7.2 +version: 2.7.3 +appVersion: 2.7.3 dependencies: - name: mc-labels-and-annotations version: 0.7.0 diff --git a/openapi3.yaml b/openapi3.yaml index 3b48efb..7bac9c0 100644 --- a/openapi3.yaml +++ b/openapi3.yaml @@ -3,7 +3,7 @@ security: [] info: title: 3d-gateway description: Validating and routing requests - version: 2.7.2 + version: 2.7.3 license: name: MIT url: https://opensource.org/licenses/MIT diff --git a/package-lock.json b/package-lock.json index e6bf9d7..b55feaa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "3d-gateway", - "version": "2.7.2", + "version": "2.7.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "3d-gateway", - "version": "2.7.2", + "version": "2.7.3", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index b1a3847..568c365 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "3d-gateway", - "version": "2.7.2", + "version": "2.7.3", "description": "A gateway betweem clients and interval services of 3D", "main": "./src/index.ts", "scripts": {