From 6fb448c886cf8117d381ed5824012a1ea6ac7158 Mon Sep 17 00:00:00 2001 From: mapcolonies-devops <143094402+mapcolonies-devops@users.noreply.github.com> Date: Tue, 26 May 2026 09:47:05 +0300 Subject: [PATCH] chore(master): release 4.2.2 --- .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 1354f3a..a16fc5b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"4.2.1"} +{".":"4.2.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bebe55..925409d 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. +## [4.2.2](https://github.com/MapColonies/ingestion-trigger/compare/v4.2.1...v4.2.2) (2026-05-26) + + +### Bug Fixes + +* improve footprint correlation validation logic in GeoValidator (MAPCO-10651) ([#93](https://github.com/MapColonies/ingestion-trigger/issues/93)) ([ede583a](https://github.com/MapColonies/ingestion-trigger/commit/ede583a73404dfa5c929ee084db08dcf4ba60e88)) + ## [4.2.1](https://github.com/MapColonies/ingestion-trigger/compare/v4.2.0...v4.2.1) (2026-05-20) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 1121f43..8a60b85 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: ingestion-trigger description: A Helm chart for ingestion-trigger service type: application -version: 4.2.1 -appVersion: 4.2.1 +version: 4.2.2 +appVersion: 4.2.2 dependencies: - name: mclabels version: 1.0.1 diff --git a/openapi3.yaml b/openapi3.yaml index 8eb7bef..d6a309d 100644 --- a/openapi3.yaml +++ b/openapi3.yaml @@ -4,7 +4,7 @@ info: description: >- Service that designed to validate and trigger ingestion of new layers from raw data and update existing layers - version: 4.2.1 + version: 4.2.2 license: name: MIT url: https://opensource.org/licenses/MIT diff --git a/package-lock.json b/package-lock.json index ee33229..cc23947 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ingestion-trigger", - "version": "4.2.1", + "version": "4.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ingestion-trigger", - "version": "4.2.1", + "version": "4.2.2", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 17dafa7..b4de624 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ingestion-trigger", - "version": "4.2.1", + "version": "4.2.2", "description": "Service that designed to validate and trigger ingestion of new layers from raw data and update existing layers", "main": "./src/index.ts", "scripts": {