From 8571c23f8adebd1be44095ece4d26bf97bf98477 Mon Sep 17 00:00:00 2001 From: almog8k Date: Sun, 31 Mar 2024 15:52:41 +0300 Subject: [PATCH] chore(release): 2.6.0 --- CHANGELOG.md | 7 +++++++ helm/Chart.yaml | 4 ++-- openapi3.yaml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d993403..f1df7de 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.6.0](https://github.com/MapColonies/job-manager/compare/v2.5.0...v2.6.0) (2024-03-31) + + +### Features + +* changes for new common job-manager umbrella and new build and push (MAPCO-4080) ([#37](https://github.com/MapColonies/job-manager/issues/37)) ([7b2549e](https://github.com/MapColonies/job-manager/commit/7b2549e94f27b9b64acec8fd2c6dc48cac4a890e)) + ## [2.5.0](https://github.com/MapColonies/job-manager/compare/v2.4.2...v2.5.0) (2024-02-26) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 65cad51..5b51b76 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: job-manager description: A Helm chart for job-manager service type: application -version: 2.5.0 -appVersion: 2.5.0 +version: 2.6.0 +appVersion: 2.6.0 diff --git a/openapi3.yaml b/openapi3.yaml index 74aaab2..8b1eb93 100644 --- a/openapi3.yaml +++ b/openapi3.yaml @@ -2,7 +2,7 @@ openapi: 3.0.1 info: title: Job Service description: Job Service - version: 2.5.0 + version: 2.6.0 paths: /jobs: get: diff --git a/package-lock.json b/package-lock.json index abc7de9..837a78f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "job-manager", - "version": "2.5.0", + "version": "2.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "job-manager", - "version": "2.5.0", + "version": "2.6.0", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 7a4c589..3907298 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "job-manager", - "version": "2.5.0", + "version": "2.6.0", "description": "Service for handling mapcolonies job & task statuses", "main": "./src/index.ts", "scripts": {