Skip to content

Commit

Permalink
chore(release): 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CL-SHLOMIKONCHA committed Nov 22, 2023
1 parent 94ef0a3 commit f73885b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
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.4.0](https://github.com/MapColonies/job-manager/compare/v2.3.2...v2.4.0) (2023-11-22)


### Features

* added get job by job parameters support ([#32](https://github.com/MapColonies/job-manager/issues/32)) ([94ef0a3](https://github.com/MapColonies/job-manager/commit/94ef0a3b8624e94a40acadf41ed6c40b0f27f3e1))

### [2.3.2](https://github.com/MapColonies/job-manager/compare/v2.3.1...v2.3.2) (2023-09-20)


Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: job-manager
description: A Helm chart for job-manager service
type: application
version: 2.3.2
appVersion: 2.3.2
version: 2.4.0
appVersion: 2.4.0
6 changes: 4 additions & 2 deletions 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 Service
description: Job Service
version: 2.3.2
version: 2.4.0
paths:
/jobs:
get:
Expand Down Expand Up @@ -157,7 +157,9 @@ paths:
operationId: getJobByJobsParameters
parameters:
- $ref: '#/components/parameters/parameters'
summary: find jobs by job's parameters, temporary only 1 level nested object is supported.
summary: >-
find jobs by job's parameters, temporary only 1 level nested object is
supported.
tags:
- jobs
responses:
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-manager",
"version": "2.3.2",
"version": "2.4.0",
"description": "Service for handling mapcolonies job & task statuses",
"main": "./src/index.ts",
"scripts": {
Expand Down

0 comments on commit f73885b

Please sign in to comment.