Skip to content

Commit 4db3c2e

Browse files
chore(master): release 0.1.9 (#179)
1 parent 331d8f9 commit 4db3c2e

File tree

6 files changed

+140
-7
lines changed

6 files changed

+140
-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"}
1+
{".":"0.1.9"}

CHANGELOG.md

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

3+
## [0.1.9](https://github.com/MapColonies/jobnik-manager-test/compare/v0.1.9...v0.1.9) (2026-02-09)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* clean python
9+
* change the python
10+
* : trigger CI 19
11+
* test
12+
13+
### Features
14+
15+
* add comprehensive error handling from OpenAPI spec (MAPCO-7927) ([#89](https://github.com/MapColonies/jobnik-manager-test/issues/89)) ([225789d](https://github.com/MapColonies/jobnik-manager-test/commit/225789d6f16a96df96d7a92fe07a055557aad0e2))
16+
* add cron job functionality for task cleanup (MAPCO-8350) ([#94](https://github.com/MapColonies/jobnik-manager-test/issues/94)) ([8de6cca](https://github.com/MapColonies/jobnik-manager-test/commit/8de6cca114ca076470663b10be037f95c43df02c))
17+
* add isWaiting flag to stage creation for conditional status handling (MAPCO-7905) ([#40](https://github.com/MapColonies/jobnik-manager-test/issues/40)) ([e92d6a0](https://github.com/MapColonies/jobnik-manager-test/commit/e92d6a0efb8bb1127d1f473f2e0e3b05c04af218))
18+
* add metrics for tracking in-progress jobs, stages, and tasks MAPCO-8206 ([#119](https://github.com/MapColonies/jobnik-manager-test/issues/119)) ([4105597](https://github.com/MapColonies/jobnik-manager-test/commit/4105597bfa229a7d233fe780a2a060de374466a8))
19+
* add order field to stages for maintaining execution sequence and update related logic (MAPCO-7897) ([#72](https://github.com/MapColonies/jobnik-manager-test/issues/72)) ([1667e27](https://github.com/MapColonies/jobnik-manager-test/commit/1667e27a73c0512884cbf5be831069544b059936))
20+
* add Prisma instrumentation for enhanced tracing and update related logic ([#76](https://github.com/MapColonies/jobnik-manager-test/issues/76)) ([b35aff9](https://github.com/MapColonies/jobnik-manager-test/commit/b35aff9c55963c770478091c7a8c8f2d97ee63de))
21+
* add Python setup step for smart release action ([933a34d](https://github.com/MapColonies/jobnik-manager-test/commit/933a34d80c04b08c7dde77b770b61412e67410e1))
22+
* add startTime and endTime fields to task model (MAPCO-8349) ([#93](https://github.com/MapColonies/jobnik-manager-test/issues/93)) ([2c17e42](https://github.com/MapColonies/jobnik-manager-test/commit/2c17e426aec4c9c56730d8985d7c4710a3846014))
23+
* add userMetadata, creationTime, and updateTime to task and stage schemas as mandatory MAPCO-8576 ([#170](https://github.com/MapColonies/jobnik-manager-test/issues/170)) ([f26268e](https://github.com/MapColonies/jobnik-manager-test/commit/f26268e68d0196aff546a6c2dc0aa2507f4d2627))
24+
* enhance job, stage and task status update descriptions and validations in OpenAPI spec MAPCO-8783 ([#171](https://github.com/MapColonies/jobnik-manager-test/issues/171)) ([bd1c50b](https://github.com/MapColonies/jobnik-manager-test/commit/bd1c50bebc4a654a7d2b855ac6dea547e397c968))
25+
* enhance tracing attributes in job, stage and task managers MAPCO-8341 ([#169](https://github.com/MapColonies/jobnik-manager-test/issues/169)) ([3107027](https://github.com/MapColonies/jobnik-manager-test/commit/3107027db577bc277225e95d47c6247d6b4fc23a))
26+
* enhance tracing support with traceparent and tracestate fields in jobs, stages, and tasks (MAPCO-8340) ([#78](https://github.com/MapColonies/jobnik-manager-test/issues/78)) ([b1c78f5](https://github.com/MapColonies/jobnik-manager-test/commit/b1c78f5ca15a2731d1554d9037241fddbc6190b4))
27+
* implement automatic status propagation across job-stage-task hierarchy MAPCO-8785 MAPCO-8784 ([#153](https://github.com/MapColonies/jobnik-manager-test/issues/153)) ([7f80168](https://github.com/MapColonies/jobnik-manager-test/commit/7f8016811d65adeaa75f2491ca5c0a51b55a6fd2))
28+
* implement stage status transition validation and update logic (MAPCO-8803) ([#146](https://github.com/MapColonies/jobnik-manager-test/issues/146)) ([1201f90](https://github.com/MapColonies/jobnik-manager-test/commit/1201f90dd0f7d6c6ec3bd738f2520583afcf70d0))
29+
* integrate jobnik manager with config manager & schemas (MAPCO-7924) ([#116](https://github.com/MapColonies/jobnik-manager-test/issues/116)) ([4c3e716](https://github.com/MapColonies/jobnik-manager-test/commit/4c3e716a12edf020c6c8f6982d514cd46fee9a42))
30+
* introduce v1 API structure with jobs, stages, and tasks endpoints MAPCO-8959 ([#205](https://github.com/MapColonies/jobnik-manager-test/issues/205)) ([dad0bd3](https://github.com/MapColonies/jobnik-manager-test/commit/dad0bd3b7844346dad9754ed77ec2af42728890a))
31+
* Jobnik Manager: project skeleton & core functions ([#34](https://github.com/MapColonies/jobnik-manager-test/issues/34)) ([099bc8d](https://github.com/MapColonies/jobnik-manager-test/commit/099bc8d12c81b18f1d8f76d7658b23bed561e976))
32+
* test ([99bad03](https://github.com/MapColonies/jobnik-manager-test/commit/99bad035dbe666efb0860b08784043ad073e4c4c))
33+
* trigger CI 11 ([be875ac](https://github.com/MapColonies/jobnik-manager-test/commit/be875acf860f876dcdd4b1e0adda3d4b2217ecd0))
34+
* trigger CI 17 ([d8ec075](https://github.com/MapColonies/jobnik-manager-test/commit/d8ec075e80c84ea8184ee7c3bb4409b31f082139))
35+
36+
37+
### Bug Fixes
38+
39+
* 1 ([f0c42a2](https://github.com/MapColonies/jobnik-manager-test/commit/f0c42a26e007ca6dfa09f41dd06e0ae7914d322e))
40+
* 2 ([d5ccfa5](https://github.com/MapColonies/jobnik-manager-test/commit/d5ccfa532346bcdf8b9eb44fc992ce7b36791cd1))
41+
* clean python ([db24286](https://github.com/MapColonies/jobnik-manager-test/commit/db2428603c5010672059069f0a9afe75384eb236))
42+
* clean up whitespace and formatting in build-and-push workflow ([d6f2604](https://github.com/MapColonies/jobnik-manager-test/commit/d6f26044892fabfb363bcbd87121aa55d9535e1d))
43+
* include first-parent in commit depth log command ([40e6201](https://github.com/MapColonies/jobnik-manager-test/commit/40e6201cde0d2fd3cb604602b4b5201b2d3101eb))
44+
* michs ([#157](https://github.com/MapColonies/jobnik-manager-test/issues/157)) ([5e5f85c](https://github.com/MapColonies/jobnik-manager-test/commit/5e5f85cc80254580b1665ca14da1a571d9102e21))
45+
* nect ([433dd2f](https://github.com/MapColonies/jobnik-manager-test/commit/433dd2fc9c70d26af7aac5be304e990a21312e07))
46+
* next ([#100](https://github.com/MapColonies/jobnik-manager-test/issues/100)) ([07ffb12](https://github.com/MapColonies/jobnik-manager-test/commit/07ffb12cd73ff7e7054bc5fc495fccb4539e59b1))
47+
* next ([#125](https://github.com/MapColonies/jobnik-manager-test/issues/125)) ([ffe3b4c](https://github.com/MapColonies/jobnik-manager-test/commit/ffe3b4c89ca979796d6e33fd0807fec3744844d8))
48+
* next ([#132](https://github.com/MapColonies/jobnik-manager-test/issues/132)) ([1c2b6be](https://github.com/MapColonies/jobnik-manager-test/commit/1c2b6be8bc326450bb89d933e94f08be325ac7b9))
49+
* next ([#138](https://github.com/MapColonies/jobnik-manager-test/issues/138)) ([681c7ea](https://github.com/MapColonies/jobnik-manager-test/commit/681c7ea7fa23e18c921222fc8009477a2de001d6))
50+
* next ([#152](https://github.com/MapColonies/jobnik-manager-test/issues/152)) ([fb13031](https://github.com/MapColonies/jobnik-manager-test/commit/fb13031a23155f8453281f32538d42cc49b71d55))
51+
* next ([#162](https://github.com/MapColonies/jobnik-manager-test/issues/162)) ([079345b](https://github.com/MapColonies/jobnik-manager-test/commit/079345b7cd420a88becb24db2aa6f206a2893389))
52+
* next ([#177](https://github.com/MapColonies/jobnik-manager-test/issues/177)) ([ee43773](https://github.com/MapColonies/jobnik-manager-test/commit/ee43773a6ab1b932a5e0f7fbb22adf5ec7f227ff))
53+
* nextrdfstge ([#145](https://github.com/MapColonies/jobnik-manager-test/issues/145)) ([172e77a](https://github.com/MapColonies/jobnik-manager-test/commit/172e77aff591d7fac7edfbd76bfae9a41e49680e))
54+
* remove unused previewFeatures from prisma client generator ([2159346](https://github.com/MapColonies/jobnik-manager-test/commit/2159346088de43d409472bcd018f115245798e43))
55+
* restore ([92956e0](https://github.com/MapColonies/jobnik-manager-test/commit/92956e0ef7f7c5387eba3fb93db5b1385a00e012))
56+
* **smart-release-please:** enhance version management for RC and stable releases ([253bd71](https://github.com/MapColonies/jobnik-manager-test/commit/253bd7125699006f5a6aeb18b840e086fd5879dd))
57+
* test ([e891eca](https://github.com/MapColonies/jobnik-manager-test/commit/e891eca784c877d27e8bd72ea906626ac19091a9))
58+
* test ([78d37c3](https://github.com/MapColonies/jobnik-manager-test/commit/78d37c33c51bccecacfab4ad986d904d30eb8663))
59+
* test ([#120](https://github.com/MapColonies/jobnik-manager-test/issues/120)) ([d68ff02](https://github.com/MapColonies/jobnik-manager-test/commit/d68ff0289ecd27a9979a67743e2f10d3c2d6c41a))
60+
* test 1 ([e4dcd6f](https://github.com/MapColonies/jobnik-manager-test/commit/e4dcd6f777c4f824a1e10b7bc464d8a34b464c6d))
61+
* test 1 ([8e5201b](https://github.com/MapColonies/jobnik-manager-test/commit/8e5201b9da0147e2937c8692684a66091f29c9d9))
62+
* test 2 ([ef8f1fe](https://github.com/MapColonies/jobnik-manager-test/commit/ef8f1fe9e32c4bbb81a833e1dc1f380f1f46413b))
63+
* test 2 ([e11a0c1](https://github.com/MapColonies/jobnik-manager-test/commit/e11a0c193f5ffa2b5f750077bc68ca5ec2aa36d8))
64+
* test fix ([7e6bb5f](https://github.com/MapColonies/jobnik-manager-test/commit/7e6bb5fcdd6622f79ad4c3d779aeaf2ecd2f2e64))
65+
* test2 ([#97](https://github.com/MapColonies/jobnik-manager-test/issues/97)) ([db08936](https://github.com/MapColonies/jobnik-manager-test/commit/db089361646b026edc7a1da5ed14e7baa03401c1))
66+
* trigger CI ([1f4a38a](https://github.com/MapColonies/jobnik-manager-test/commit/1f4a38aae563bacfbfbec0fdaf97c86023c00bb1))
67+
* trigger CI ([0658d10](https://github.com/MapColonies/jobnik-manager-test/commit/0658d10d869d3fac5c7908b619901d2748cdfc66))
68+
* trigger CI ([2490b3d](https://github.com/MapColonies/jobnik-manager-test/commit/2490b3d05980b7de467e2ed4f5cc771d498abb99))
69+
* trigger CI ([a162884](https://github.com/MapColonies/jobnik-manager-test/commit/a162884af9d6f986bf1384e27eadb32fea9bdbf3))
70+
* trigger CI ([96ad1bf](https://github.com/MapColonies/jobnik-manager-test/commit/96ad1bf924a6f24c092e57d245b6367d211d6b9a))
71+
* trigger CI ([3f96e7a](https://github.com/MapColonies/jobnik-manager-test/commit/3f96e7aae979721cff1a181f9d1d17a87e672929))
72+
* trigger CI ([9830c83](https://github.com/MapColonies/jobnik-manager-test/commit/9830c83c62a52ce45fc1e2882ddae37cd4f777d7))
73+
* trigger CI ([6652073](https://github.com/MapColonies/jobnik-manager-test/commit/6652073ca3aa0d6f690d25ac860cc0c2dd9f8ba5))
74+
* trigger CI 11 ([0ceaab7](https://github.com/MapColonies/jobnik-manager-test/commit/0ceaab769f5676e5303e42d22b515b88bb5e462b))
75+
* trigger CI 2 ([6ef0224](https://github.com/MapColonies/jobnik-manager-test/commit/6ef0224f581eb7be411f2b5f63f3ea250685bb01))
76+
* trigger CI 2 ([b5ab86c](https://github.com/MapColonies/jobnik-manager-test/commit/b5ab86ca15106f91faa000dfd24a3975ae4fd3b8))
77+
* trigger rc ([a408c78](https://github.com/MapColonies/jobnik-manager-test/commit/a408c780eec5cbd1fcf478cbba72de7cbc079772))
78+
* trigger rc ([74047f1](https://github.com/MapColonies/jobnik-manager-test/commit/74047f19bf89307831bd0e2f4bcc9a7962efc08d))
79+
* trigger rc ([f71b21d](https://github.com/MapColonies/jobnik-manager-test/commit/f71b21d887f76188eaa8a13c8d37fec2566c80f4))
80+
81+
82+
### Miscellaneous Chores
83+
84+
* enforce correct rc version ([331d8f9](https://github.com/MapColonies/jobnik-manager-test/commit/331d8f9b65069906eade9bafa5270fa4dbc79ff1))
85+
* enforce correct rc version ([90b9905](https://github.com/MapColonies/jobnik-manager-test/commit/90b9905e04b4b5e30d9f797d1e51f037029ddd55))
86+
* enforce correct rc version ([21646ee](https://github.com/MapColonies/jobnik-manager-test/commit/21646ee2f7cb660b15ed49d436869b80cd345b8d))
87+
* enforce correct rc version ([f20a1ed](https://github.com/MapColonies/jobnik-manager-test/commit/f20a1ed0b874720a095f6aca47639be74b1872cf))
88+
* enforce correct rc version ([7c9b467](https://github.com/MapColonies/jobnik-manager-test/commit/7c9b4671e73d01950b000b548c31ad1204948b5d))
89+
* enforce correct rc version ([d51d4c0](https://github.com/MapColonies/jobnik-manager-test/commit/d51d4c09cf699194e8243fde0bcaf5ffba875245))
90+
* enforce correct rc version ([d4266b2](https://github.com/MapColonies/jobnik-manager-test/commit/d4266b286d954410522155bf34055fd10db0784d))
91+
* enforce correct rc version ([15edc76](https://github.com/MapColonies/jobnik-manager-test/commit/15edc76ab07851fd785bb10aa0f17ebd92f48b07))
92+
* enforce correct rc version ([c2f1fa6](https://github.com/MapColonies/jobnik-manager-test/commit/c2f1fa61ca9b6be67eedcc65076540e3eda0871d))
93+
* enforce correct rc version ([01c1471](https://github.com/MapColonies/jobnik-manager-test/commit/01c14710d76f7a23ab21691d267f0c3ff356b09c))
94+
* enforce correct rc version ([3681800](https://github.com/MapColonies/jobnik-manager-test/commit/3681800c52610e024e78c31da00d7aa1b519ec00))
95+
* enforce correct rc version ([94bbab1](https://github.com/MapColonies/jobnik-manager-test/commit/94bbab19a11a7ff1ced79b4bf31acde3fe05500a))
96+
* enforce correct rc version ([6ff5c81](https://github.com/MapColonies/jobnik-manager-test/commit/6ff5c81435fa6522cc1a995904ba2a7b1547c78f))
97+
* enforce correct rc version ([ce99dd6](https://github.com/MapColonies/jobnik-manager-test/commit/ce99dd6ceba830f6bc1b80e84a811485219a7ecd))
98+
* enforce correct rc version ([5611951](https://github.com/MapColonies/jobnik-manager-test/commit/56119517a8fd3fab2b69c5ecd35c5cfc6efd6b55))
99+
* enforce correct rc version ([2e59db7](https://github.com/MapColonies/jobnik-manager-test/commit/2e59db74386bd82030607e831ff046c77b32506d))
100+
* enforce correct rc version ([daeedeb](https://github.com/MapColonies/jobnik-manager-test/commit/daeedebdef91bef5b76d5157431913bc73b62afa))
101+
* enforce correct rc version ([a98c129](https://github.com/MapColonies/jobnik-manager-test/commit/a98c1291489898c1d83124472e562c021c28c584))
102+
* enforce correct rc version ([4e91033](https://github.com/MapColonies/jobnik-manager-test/commit/4e910336ef8a82a3b02fdb906cf9612f5f21acce))
103+
* enforce correct rc version ([94a6c19](https://github.com/MapColonies/jobnik-manager-test/commit/94a6c19b49add6d414b5a9da5e7e563ba2c86c93))
104+
* enforce correct rc version ([eb94f34](https://github.com/MapColonies/jobnik-manager-test/commit/eb94f3426ce3d1041e6a85f0c263bb7f3f743023))
105+
* enforce correct rc version ([c9cb701](https://github.com/MapColonies/jobnik-manager-test/commit/c9cb701cb9ea9539b177c748f77981742d2b354c))
106+
* enforce correct rc version ([7ccda96](https://github.com/MapColonies/jobnik-manager-test/commit/7ccda9653f2d4d204dffac083b49caeed64c7800))
107+
* enforce correct rc version ([988d88b](https://github.com/MapColonies/jobnik-manager-test/commit/988d88bc827fd9b5b99e92c15622413b7c731d3d))
108+
* enforce correct rc version ([0978b63](https://github.com/MapColonies/jobnik-manager-test/commit/0978b63a0252df10ede47f4ae6927ba4f7392260))
109+
* enforce correct rc version ([769f4b3](https://github.com/MapColonies/jobnik-manager-test/commit/769f4b32fbdbef9558b2dadbff96e66a0cff5ac4))
110+
* enforce correct rc version ([56235ce](https://github.com/MapColonies/jobnik-manager-test/commit/56235ce1d6f3c080d0070c3a6d3403535ebc64b7))
111+
* enforce correct rc version ([abd9ccb](https://github.com/MapColonies/jobnik-manager-test/commit/abd9ccb48fa699744363e2b1f94cf882566f9d26))
112+
* enforce correct rc version ([70dfb40](https://github.com/MapColonies/jobnik-manager-test/commit/70dfb40d98097e5371e1cf6608c01cf28c3c8d6a))
113+
* enforce correct rc version ([60e6a32](https://github.com/MapColonies/jobnik-manager-test/commit/60e6a32b4735005a98cede55c042c5b50a7198d8))
114+
* enforce correct rc version ([8e395b7](https://github.com/MapColonies/jobnik-manager-test/commit/8e395b7c3801ae60813f1816554d2de11cc30afc))
115+
* enforce correct rc version ([128128c](https://github.com/MapColonies/jobnik-manager-test/commit/128128c2b6c805728e1ba935fb16e7ee6e0df8b2))
116+
* enforce correct rc version ([00ce1d6](https://github.com/MapColonies/jobnik-manager-test/commit/00ce1d6d746ca66a798bf5b8574f428053e45bbb))
117+
* enforce correct rc version ([4799343](https://github.com/MapColonies/jobnik-manager-test/commit/47993435ef0d751672de97e4f52aaecaeb6426f5))
118+
* enforce correct rc version ([dd2b2dd](https://github.com/MapColonies/jobnik-manager-test/commit/dd2b2dd031c4e66c5cc3ddfc6711deaa264ae8a7))
119+
* enforce correct rc version ([3e2d60c](https://github.com/MapColonies/jobnik-manager-test/commit/3e2d60ce79d79ce2e09dfea120de3a849c410544))
120+
* enforce correct rc version ([235e037](https://github.com/MapColonies/jobnik-manager-test/commit/235e037f4f3172d919d1ee38309ed279c59a62d5))
121+
* enforce correct rc version ([c4c04d1](https://github.com/MapColonies/jobnik-manager-test/commit/c4c04d10e0f7f966d5042ec4fdaef140d67180de))
122+
* enforce correct rc version ([3f045bd](https://github.com/MapColonies/jobnik-manager-test/commit/3f045bdb92734472e5218e623a24c55e45b2d901))
123+
* enforce correct rc version ([b06cd35](https://github.com/MapColonies/jobnik-manager-test/commit/b06cd3571993f2d8623f94ee1e1c4c354c8e2380))
124+
* enforce correct rc version ([10f383f](https://github.com/MapColonies/jobnik-manager-test/commit/10f383f207b16fb54ed438853da5bda2a3989fe3))
125+
* enforce correct rc version ([ae6468c](https://github.com/MapColonies/jobnik-manager-test/commit/ae6468c54a32b2185defe32333eccce47489bec8))
126+
* enforce correct rc version ([e7031db](https://github.com/MapColonies/jobnik-manager-test/commit/e7031db1453018476514def40bb51e742e80abd7))
127+
* enforce correct rc version ([73fc477](https://github.com/MapColonies/jobnik-manager-test/commit/73fc477670244c9c46868c2d3300b89a5047c443))
128+
129+
130+
### Code Refactoring
131+
132+
* : trigger CI 19 ([1596791](https://github.com/MapColonies/jobnik-manager-test/commit/159679199c40ac813c2a34577d1c6d105fa528e9))
133+
* change the python ([54bb995](https://github.com/MapColonies/jobnik-manager-test/commit/54bb995ab00840b635a3754ff693fdb418e7e45c))
134+
* clean python ([1595795](https://github.com/MapColonies/jobnik-manager-test/commit/15957958ad7ebc5cb5732de44bdfa518de726900))
135+
3136
## [0.1.9-rc.6](https://github.com/MapColonies/jobnik-manager-test/compare/v0.1.9-rc.3...v0.1.9-rc.6) (2026-02-09)
4137

5138

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.6
6-
appVersion: 0.1.9-rc.6
5+
version: 0.1.9
6+
appVersion: 0.1.9
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.6
5+
version: 0.1.9
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.6",
3+
"version": "0.1.9",
44
"description": "This is jobnik management server",
55
"main": "./src/index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)