From efb4a694e249bc9d18b6dded631f05e199d83740 Mon Sep 17 00:00:00 2001 From: mapcolonies-devops <143094402+mapcolonies-devops@users.noreply.github.com> Date: Wed, 8 Jul 2026 15:54:09 +0300 Subject: [PATCH] chore(master): release 4.4.0 --- .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 21ef553..47e537a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"4.3.0"} +{".":"4.4.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 6816726..d1a98c5 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.4.0](https://github.com/MapColonies/ingestion-trigger/compare/v4.3.0...v4.4.0) (2026-07-08) + + +### Features + +* add delete layer endpoint (MAPCO-118) ([#97](https://github.com/MapColonies/ingestion-trigger/issues/97)) ([fe170af](https://github.com/MapColonies/ingestion-trigger/commit/fe170af757b730604904d855459c098d27940ecc)) +* add keywords field to ingestion layer metadata (MAPCO-8284) ([#96](https://github.com/MapColonies/ingestion-trigger/issues/96)) ([1853c23](https://github.com/MapColonies/ingestion-trigger/commit/1853c23ce3c1619aa1af6306c2794ca860b7aef4)) + ## [4.3.0](https://github.com/MapColonies/ingestion-trigger/compare/v4.2.2...v4.3.0) (2026-06-18) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 18c8ed2..f4827fa 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.3.0 -appVersion: 4.3.0 +version: 4.4.0 +appVersion: 4.4.0 dependencies: - name: mclabels version: 1.0.1 diff --git a/openapi3.yaml b/openapi3.yaml index 6cde706..70feadf 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.3.0 + version: 4.4.0 license: name: MIT url: https://opensource.org/licenses/MIT diff --git a/package-lock.json b/package-lock.json index ef92d7d..01675d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ingestion-trigger", - "version": "4.3.0", + "version": "4.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ingestion-trigger", - "version": "4.3.0", + "version": "4.4.0", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 41479f6..cbbab85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ingestion-trigger", - "version": "4.3.0", + "version": "4.4.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": {