Skip to content

Commit 1efb02b

Browse files
chore(next): release 0.1.9-rc.3 (#172)
1 parent 569170b commit 1efb02b

File tree

6 files changed

+21
-7
lines changed

6 files changed

+21
-7
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.1.9-rc.1"}
1+
{".":"0.1.9-rc.3"}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.1.9-rc.3](https://github.com/MapColonies/jobnik-manager-test/compare/v0.1.9-rc.1...v0.1.9-rc.3) (2026-02-09)
4+
5+
6+
### Bug Fixes
7+
8+
* conditionally run Helm package push based on config output ([e65c6a2](https://github.com/MapColonies/jobnik-manager-test/commit/e65c6a22a0ca02471ec40c641cdb3d4768e52a94))
9+
* update concurrency group name in build-and-push workflow ([e950892](https://github.com/MapColonies/jobnik-manager-test/commit/e95089201c2fd1edf9114760d860c233c8f3b39d))
10+
11+
12+
### Miscellaneous Chores
13+
14+
* enforce correct rc version ([569170b](https://github.com/MapColonies/jobnik-manager-test/commit/569170b97a60ec4ecda0ccf1cd8bd4e88e0c003c))
15+
* enforce correct rc version ([405da9c](https://github.com/MapColonies/jobnik-manager-test/commit/405da9c61fd6bba4b5632597abd2bc1e5baf47b6))
16+
317
## [0.1.9-rc.1](https://github.com/MapColonies/jobnik-manager-test/compare/v0.1.8-rc.1...v0.1.9-rc.1) (2026-02-09)
418

519

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: jobnik-manager-test
33
description: A Helm chart for jobnik-manager service
44
type: application
5-
version: 0.1.9-rc.1
6-
appVersion: 0.1.9-rc.1
5+
version: 0.1.9-rc.3
6+
appVersion: 0.1.9-rc.3
77
dependencies:
88
- name: mclabels
99
version: 1.0.1

openapi3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.3
22
info:
33
title: Job Manager Service - API v1
44
description: Job Manager Service API version 1
5-
version: 0.1.9-rc.1
5+
version: 0.1.9-rc.3
66
license:
77
name: MIT
88
url: https://opensource.org/licenses/MIT

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jobnik-manager",
3-
"version": "0.1.9-rc.1",
3+
"version": "0.1.9-rc.3",
44
"description": "This is jobnik management server",
55
"main": "./src/index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)