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,3 +1,3 @@
{
".": "5.0.0"
".": "5.1.0"
}
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.

## [5.1.0](https://github.com/MapColonies/job-tracker/compare/v5.0.0...v5.1.0) (2026-05-18)


### Features

* add deletion task to job definitions and update related configu… ([#66](https://github.com/MapColonies/job-tracker/issues/66)) ([3d03126](https://github.com/MapColonies/job-tracker/commit/3d031262322dab6ec53eb8bb37859062b777665d))

## [5.0.0](https://github.com/MapColonies/job-tracker/compare/v4.0.0...v5.0.0) (2026-01-21)


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: job-tracker
description: A Helm chart for job-tracker service
type: application
version: 5.0.0
appVersion: 5.0.0
version: 5.1.0
appVersion: 5.1.0
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 @@ openapi: 3.0.1
info:
title: job-tracker
description: A service that exposes a dedicated API for jobs and tasks states tracking
version: 5.0.0
version: 5.1.0
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": "job-tracker",
"version": "5.0.0",
"version": "5.1.0",
"description": "This is a service that exposes a dedicated API for jobs and tasks states tracking",
"main": "./src/index.ts",
"scripts": {
Expand Down
Loading