diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 47e537a..631046b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"4.4.0"} +{".":"4.4.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index d1a98c5..e532977 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.4.1](https://github.com/MapColonies/ingestion-trigger/compare/v4.4.0...v4.4.1) (2026-07-14) + + +### Bug Fixes + +* expose delete job/task type as env vars (MAPCO-11103) ([#99](https://github.com/MapColonies/ingestion-trigger/issues/99)) ([d06ec42](https://github.com/MapColonies/ingestion-trigger/commit/d06ec42c95234d31a5b7eec7f748816d22cc56c6)) + ## [4.4.0](https://github.com/MapColonies/ingestion-trigger/compare/v4.3.0...v4.4.0) (2026-07-08) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index f4827fa..57f345a 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.4.0 -appVersion: 4.4.0 +version: 4.4.1 +appVersion: 4.4.1 dependencies: - name: mclabels version: 1.0.1 diff --git a/openapi3.yaml b/openapi3.yaml index 70feadf..64dc7b4 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.4.0 + version: 4.4.1 license: name: MIT url: https://opensource.org/licenses/MIT diff --git a/package-lock.json b/package-lock.json index 01675d1..ea55a86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ingestion-trigger", - "version": "4.4.0", + "version": "4.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ingestion-trigger", - "version": "4.4.0", + "version": "4.4.1", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index cbbab85..2211180 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ingestion-trigger", - "version": "4.4.0", + "version": "4.4.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": {