Skip to content

Commit f91b4ea

Browse files
committed
chore(release): 4.9.0
1 parent e1d53ce commit f91b4ea

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
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.
44

5+
## [4.9.0](https://github.com/redkubes/otomi-api/compare/v4.8.0...v4.9.0) (2025-07-31)
6+
7+
8+
### Features
9+
10+
* update cluster.yaml file ([#778](https://github.com/redkubes/otomi-api/issues/778)) ([b8ce076](https://github.com/redkubes/otomi-api/commit/b8ce07622816627692e26f0a78a02368d45c2f72))
11+
* upgrade node version & replace ts-node with tsx ([#767](https://github.com/redkubes/otomi-api/issues/767)) ([1b94c75](https://github.com/redkubes/otomi-api/commit/1b94c759f3b8d0f42cdb44172d766d42ed69aec7))
12+
13+
14+
### Bug Fixes
15+
16+
* limit team name length to a maximum of 9 characters ([#775](https://github.com/redkubes/otomi-api/issues/775)) ([69f52b0](https://github.com/redkubes/otomi-api/commit/69f52b057d8de436505f559ea60e282a74e198d3))
17+
* restrict getUser data for team admins ([#769](https://github.com/redkubes/otomi-api/issues/769)) ([252d1f5](https://github.com/redkubes/otomi-api/commit/252d1f5e9ee22fdbac08eb8750164d36a6294570))
18+
* sanitize error message in git repository initialization ([#770](https://github.com/redkubes/otomi-api/issues/770)) ([4a4aeb4](https://github.com/redkubes/otomi-api/commit/4a4aeb4fc902f52957fc2eda29d7e3987af4a904))
19+
20+
21+
### Others
22+
23+
* **deps:** update apl-tty version ([#776](https://github.com/redkubes/otomi-api/issues/776)) ([497a832](https://github.com/redkubes/otomi-api/commit/497a8320fcff3e39fe6346b1137414bfd7a38cf2))
24+
* hide kubeflow-pipelines ([#779](https://github.com/redkubes/otomi-api/issues/779)) ([e1d53ce](https://github.com/redkubes/otomi-api/commit/e1d53cea39e37da9208584d437b437d6852e77ef))
25+
526
## [4.8.0](https://github.com/redkubes/otomi-api/compare/v4.7.0...v4.8.0) (2025-06-25)
627

728

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
@@ -165,7 +165,7 @@
165165
"tag": true
166166
}
167167
},
168-
"version": "4.8.0",
168+
"version": "4.9.0",
169169
"watch": {
170170
"build:models": {
171171
"patterns": [

0 commit comments

Comments
 (0)