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 @@
{".":"3.1.6"}
{".":"3.1.7"}
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.

## [3.1.7](https://github.com/MapColonies/exporter-trigger/compare/v3.1.6...v3.1.7) (2026-01-01)


### helm

* add infra labels and annotatios (MAPCO-9063) ([#124](https://github.com/MapColonies/exporter-trigger/issues/124)) ([8a44337](https://github.com/MapColonies/exporter-trigger/commit/8a4433767be5dbd269e78d796d7d499bcdcc4301))

## [3.1.6](https://github.com/MapColonies/exporter-trigger/compare/v3.1.5...v3.1.6) (2025-11-06)


Expand Down
5 changes: 2 additions & 3 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ apiVersion: v2
name: exporter-trigger
description: A Helm chart for exporter-trigger service
type: application
version: 3.1.6
appVersion: 3.1.6

version: 3.1.7
appVersion: 3.1.7
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 @@ -2,7 +2,7 @@
info:
title: exporter-trigger
description: Service that responsible for activating the export geopackage process
version: 3.1.6
version: 3.1.7
license:
name: MIT
url: https://opensource.org/licenses/MIT
Expand All @@ -13,7 +13,7 @@
- storage
summary: Get free and total storage size for exporting (in bytes)
operationId: getStorage
responses:

Check warning on line 16 in openapi3.yaml

View workflow job for this annotation

GitHub Actions / pull_request / Run openapi-lint

operation-4xx-response

Operation must have at least one `4XX` response.
'200':
description: OK
content:
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": "exporter-trigger",
"version": "3.1.6",
"version": "3.1.7",
"description": "Exporter Trigger Service",
"main": "./src/index.ts",
"scripts": {
Expand Down