Skip to content

Commit 20ecc8a

Browse files
author
Jehoszafat Zimnowoda
committed
chore(release): 0.5.21
1 parent 8059a80 commit 20ecc8a

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
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+
### [0.5.21](https://github.com/redkubes/otomi-api/compare/v0.5.20...v0.5.21) (2023-01-16)
6+
7+
8+
### Features
9+
10+
* add default response headers to ingress config ([#352](https://github.com/redkubes/otomi-api/issues/352)) ([f4b74e7](https://github.com/redkubes/otomi-api/commit/f4b74e7a53a8ecd08b9b3d26c498bf20d92ffde5))
11+
* define ingress-nginx settings for each ingress class ([#354](https://github.com/redkubes/otomi-api/issues/354)) ([ddb44e0](https://github.com/redkubes/otomi-api/commit/ddb44e091662ca579173b6ba3d85e0796cbcf312))
12+
13+
14+
### Bug Fixes
15+
16+
* save brand new secrets files ([#355](https://github.com/redkubes/otomi-api/issues/355)) ([26eaf15](https://github.com/redkubes/otomi-api/commit/26eaf157bee973fe71850b42f2c105374077ba22)), closes [otomi-core/#975](https://github.com/otomi-core/otomi-api/issues/975)
17+
18+
19+
### Reverts
20+
21+
* Revert "fix: save brand new secrets files (#355)" (#357) ([8059a80](https://github.com/redkubes/otomi-api/commit/8059a80bcf01148b51cf122f8512071c0b4c09c3)), closes [#355](https://github.com/redkubes/otomi-api/issues/355) [#357](https://github.com/redkubes/otomi-api/issues/357)
22+
23+
24+
### Others
25+
26+
* locked node version to project ([#351](https://github.com/redkubes/otomi-api/issues/351)) ([5183824](https://github.com/redkubes/otomi-api/commit/5183824ecf318a8ebc70bd3fcce041f15dfa4d8e))
27+
528
### [0.5.20](https://github.com/redkubes/otomi-api/compare/v0.5.19...v0.5.20) (2022-12-14)
629

730

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
@@ -164,7 +164,7 @@
164164
"tag": true
165165
}
166166
},
167-
"version": "0.5.20",
167+
"version": "0.5.21",
168168
"watch": {
169169
"build:models": {
170170
"patterns": [

0 commit comments

Comments
 (0)