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 @@
{".":"2.0.2"}
{".":"2.0.3"}
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.

## [2.0.3](https://github.com/MapColonies/store-trigger/compare/v2.0.2...v2.0.3) (2026-01-05)


### Helm Changes

* added podAnnotadded buckets to metrics ([#58](https://github.com/MapColonies/store-trigger/issues/58)) ([d3370db](https://github.com/MapColonies/store-trigger/commit/d3370db277d06af49830d8e40ef1213f694e811b))

## [2.0.2](https://github.com/MapColonies/store-trigger/compare/v2.0.1...v2.0.2) (2026-01-01)


Expand Down
2 changes: 1 addition & 1 deletion bundledApi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.1
info:
title: 3d store-trigger
description: Ingesting and exporting 3d model to S3/NFS
version: 2.0.2
version: 2.0.3
license:
name: MIT
url: https://opensource.org/licenses/MIT
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: store-trigger
description: A Helm chart for store-trigger service
type: application
version: 2.0.2
appVersion: 2.0.2
version: 2.0.3
appVersion: 2.0.3
dependencies:
- name: mc-labels-and-annotations
version: 0.7.0
Expand Down
2 changes: 1 addition & 1 deletion openapi3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ security: []
info:
title: 3d store-trigger
description: Ingesting and exporting 3d model to S3/NFS
version: 2.0.2
version: 2.0.3
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": "store-trigger",
"version": "2.0.2",
"version": "2.0.3",
"description": "This service responsible for creating job and their tasks.",
"main": "./src/index.ts",
"scripts": {
Expand Down