From bd1be32057bf862ff3bd6a14dc615fc30c0d7a24 Mon Sep 17 00:00:00 2001 From: mapcolonies-devops <143094402+mapcolonies-devops@users.noreply.github.com> Date: Wed, 20 May 2026 17:35:55 +0300 Subject: [PATCH] chore(master): release 4.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ helm/Chart.yaml | 4 ++-- openapi3.yaml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 15 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6fa3b72..1354f3a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"4.2.0"} +{".":"4.2.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ba7a94..7bebe55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.1](https://github.com/MapColonies/ingestion-trigger/compare/v4.2.0...v4.2.1) (2026-05-20) + + +### Bug Fixes + +* bypass attempt with isValid as true does not indicate for an error (MAPCO-10606) ([#90](https://github.com/MapColonies/ingestion-trigger/issues/90)) ([93b24cc](https://github.com/MapColonies/ingestion-trigger/commit/93b24cc2cac0df1edd95e97f19e852691960e6b5)) +* bypass validation error (MAPCO-10600) ([#92](https://github.com/MapColonies/ingestion-trigger/issues/92)) ([6efb2e0](https://github.com/MapColonies/ingestion-trigger/commit/6efb2e0dd5ee801cda3ddbbffd764089b467ea18)) + ## [4.2.0](https://github.com/MapColonies/ingestion-trigger/compare/v4.1.2...v4.2.0) (2026-04-29) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 067d592..1121f43 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.0 -appVersion: 4.2.0 +version: 4.2.1 +appVersion: 4.2.1 dependencies: - name: mclabels version: 1.0.1 diff --git a/openapi3.yaml b/openapi3.yaml index e4b9acd..8eb7bef 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.0 + version: 4.2.1 license: name: MIT url: https://opensource.org/licenses/MIT diff --git a/package-lock.json b/package-lock.json index 1cb3857..ee33229 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ingestion-trigger", - "version": "4.2.0", + "version": "4.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ingestion-trigger", - "version": "4.2.0", + "version": "4.2.1", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 6c06948..17dafa7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ingestion-trigger", - "version": "4.2.0", + "version": "4.2.1", "description": "Service that designed to validate and trigger ingestion of new layers from raw data and update existing layers", "main": "./src/index.ts", "scripts": {