Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"4.1.0"}
{".":"4.1.1"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.1](https://github.com/MapColonies/ingestion-trigger/compare/v4.1.0...v4.1.1) (2026-02-11)


### Bug Fixes

* dockerfile didnt include gdal ([#75](https://github.com/MapColonies/ingestion-trigger/issues/75)) ([82c5b06](https://github.com/MapColonies/ingestion-trigger/commit/82c5b062ae6d4ad9a52f1e8fdd300abfb7c499af))

## [4.1.0](https://github.com/MapColonies/ingestion-trigger/compare/v4.0.0...v4.1.0) (2026-02-11)


Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: ingestion-trigger
description: A Helm chart for ingestion-trigger service
type: application
version: 4.1.0
appVersion: 4.1.0
version: 4.1.1
appVersion: 4.1.1
dependencies:
- name: mclabels
version: 1.0.1
Expand Down
2 changes: 1 addition & 1 deletion openapi3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0
version: 4.1.1
license:
name: MIT
url: https://opensource.org/licenses/MIT
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ingestion-trigger",
"version": "4.1.0",
"version": "4.1.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": {
Expand Down