diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0acd484..7c49482 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.1.4"} +{".":"2.1.5"} diff --git a/CHANGELOG.md b/CHANGELOG.md index ab38c71..d6d85ea 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. +## [2.1.5](https://github.com/MapColonies/file-syncer/compare/v2.1.4...v2.1.5) (2026-01-06) + + +### Helm Changes + +* update podAnnotations ([#60](https://github.com/MapColonies/file-syncer/issues/60)) ([eee67cd](https://github.com/MapColonies/file-syncer/commit/eee67cd75fb1d1adf50220a95e1d97ebc84f94e2)) + ## [2.1.4](https://github.com/MapColonies/file-syncer/compare/v2.1.3...v2.1.4) (2026-01-05) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 60bd2dd..ce47232 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: file-syncer description: A Helm chart for file-syncer service type: application -version: 2.1.4 -appVersion: 2.1.4 +version: 2.1.5 +appVersion: 2.1.5 dependencies: - name: mc-labels-and-annotations version: 0.7.0 diff --git a/package-lock.json b/package-lock.json index dd22248..ef186c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "file-syncer", - "version": "2.1.4", + "version": "2.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "file-syncer", - "version": "2.1.4", + "version": "2.1.5", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 5e38cfc..991a6b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "file-syncer", - "version": "2.1.4", + "version": "2.1.5", "description": "This is template for map colonies typescript service", "main": "./src/index.ts", "scripts": {