diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a16fc5b..21ef553 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"4.2.2"} +{".":"4.3.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 925409d..6816726 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.3.0](https://github.com/MapColonies/ingestion-trigger/compare/v4.2.2...v4.3.0) (2026-06-18) + + +### Features + +* infrastructure and boilerplate deps upgrade (MAPCO-9937) ([#82](https://github.com/MapColonies/ingestion-trigger/issues/82)) ([3ca83c1](https://github.com/MapColonies/ingestion-trigger/commit/3ca83c19f2149eda389d4af7938c738015490626)) + ## [4.2.2](https://github.com/MapColonies/ingestion-trigger/compare/v4.2.1...v4.2.2) (2026-05-26) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 8a60b85..18c8ed2 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.2 -appVersion: 4.2.2 +version: 4.3.0 +appVersion: 4.3.0 dependencies: - name: mclabels version: 1.0.1 diff --git a/openapi3.yaml b/openapi3.yaml index d6a309d..4e68b60 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.2 + version: 4.3.0 license: name: MIT url: https://opensource.org/licenses/MIT diff --git a/package-lock.json b/package-lock.json index 70b83c8..54b6b5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ingestion-trigger", - "version": "4.2.2", + "version": "4.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ingestion-trigger", - "version": "4.2.2", + "version": "4.3.0", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 220404d..638376a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ingestion-trigger", - "version": "4.2.2", + "version": "4.3.0", "description": "Service that designed to validate and trigger ingestion of new layers from raw data and update existing layers", "main": "./src/index.ts", "scripts": {