Skip to content

Commit 1f8a7d0

Browse files
authored
chore(release): v4.11.0
1 parent f3c208a commit 1f8a7d0

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
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.11.0](https://github.com/redkubes/otomi-api/compare/v4.10.0...v4.11.0) (2025-09-01)
6+
7+
8+
### Features
9+
10+
* add deprecated labels for Jaeger, Falco, Httpbin and Kiali apps ([#785](https://github.com/redkubes/otomi-api/issues/785)) ([5e5706f](https://github.com/redkubes/otomi-api/commit/5e5706f20245b6dbef1db55d87a604e48d08b44b))
11+
* add workloadNames endpoint ([#788](https://github.com/redkubes/otomi-api/issues/788)) ([49a9c4e](https://github.com/redkubes/otomi-api/commit/49a9c4e9d14140b05d2053f6d5945a1257247e02))
12+
* OSS files ([#783](https://github.com/redkubes/otomi-api/issues/783)) ([41f8382](https://github.com/redkubes/otomi-api/commit/41f8382c2df95df1b3d9380cb583b31c6eafefdc))
13+
* use git worktrees instead of cloning on every submit ([#773](https://github.com/redkubes/otomi-api/issues/773)) ([62c684a](https://github.com/redkubes/otomi-api/commit/62c684ab6a3e3d52714e36d534417d9b8ebcab6c))
14+
15+
16+
### Bug Fixes
17+
18+
* network policies filter and field names ([#795](https://github.com/redkubes/otomi-api/issues/795)) ([91b8e22](https://github.com/redkubes/otomi-api/commit/91b8e22fc075d48d52e8e9594491da955c5311a9))
19+
* postman by force using compiled js instead of tsx ([#786](https://github.com/redkubes/otomi-api/issues/786)) ([2fcb326](https://github.com/redkubes/otomi-api/commit/2fcb3267a1b3ea744162d3de58f24b9a537c241c))
20+
* retrieve correct versions in session ([#796](https://github.com/redkubes/otomi-api/issues/796)) ([f3c208a](https://github.com/redkubes/otomi-api/commit/f3c208ab40681a27ee54cd40f599ab32ad003a39))
21+
22+
23+
### Others
24+
25+
* **deps:** bump actions/checkout from 4 to 5 ([#793](https://github.com/redkubes/otomi-api/issues/793)) ([91170f3](https://github.com/redkubes/otomi-api/commit/91170f37b618bbc91925a26cbee4e19d77192023))
26+
* **deps:** bump amannn/action-semantic-pull-request from 5 to 6 ([#794](https://github.com/redkubes/otomi-api/issues/794)) ([f5ea098](https://github.com/redkubes/otomi-api/commit/f5ea098b3b7d73cf2a35277bd5cf7ae290a86052))
27+
* **deps:** bump swagger-ui-express from 4.3.0 to 5.0.1 ([#762](https://github.com/redkubes/otomi-api/issues/762)) ([a9ab90a](https://github.com/redkubes/otomi-api/commit/a9ab90adb173795b63686253f49897b4bd923210))
28+
* readme ([#791](https://github.com/redkubes/otomi-api/issues/791)) ([b0a4304](https://github.com/redkubes/otomi-api/commit/b0a4304490d6c799c1243f399f5d60106dab4706))
29+
* remove project schema & endpoints ([#787](https://github.com/redkubes/otomi-api/issues/787)) ([5a1cde3](https://github.com/redkubes/otomi-api/commit/5a1cde38d658b83d80b0699fd510a70e168a7854))
30+
531
## [4.10.0](https://github.com/redkubes/otomi-api/compare/v4.8.0...v4.10.0) (2025-08-04)
632

733

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.10.0",
168+
"version": "4.11.0",
169169
"watch": {
170170
"build:models": {
171171
"patterns": [

0 commit comments

Comments
 (0)