8000 chore(release): 0.18.0 by j-zimnowoda · Pull Request #1013 · linode/apl-core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore(release): 0.18.0 #1013

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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.

## [0.18.0](https://github.com/redkubes/otomi-core/compare/v0.17.1...v0.18.0) (2023-01-16)


### Features

* add default response headers ([#983](https://github.com/redkubes/otomi-core/issues/983)) ([6011f48](https://github.com/redkubes/otomi-core/commit/6011f4881d6bc6d4a21305424304c60992f12a26)), closes [#789](https://github.com/redkubes/otomi-core/issues/789)
* define ingress-nginx settings for each ingress class ([#953](https://github.com/redkubes/otomi-core/issues/953)) ([923bf06](https://github.com/redkubes/otomi-core/commit/923bf06214472d8d84be9684a39cb11ea76369d1))
* external-secrets upgrade plus cluster/team wide secrets ([#960](https://github.com/redkubes/otomi-core/issues/960)) ([5a10948](https://github.com/redkubes/otomi-core/commit/5a109485d94f377effb340257df48105b69a24b2))


### Bug Fixes

* make remote write custom config optional ([#990](https://github.com/redkubes/otomi-core/issues/990)) ([93aa930](https://github.com/redkubes/otomi-core/commit/93aa930cc60784dcf78c5c948ae26289f60a6a4d))
* upgrade only relevant versions ([#995](https://github.com/redkubes/otomi-core/issues/995)) ([11ad459](https://github.com/redkubes/otomi-core/commit/11ad45967a9b15a3b5ea8bde1c1e7ed4cd1ce488))


### Others

* node version lock ([#978](https://github.com/redkubes/otomi-core/issues/978)) ([756e203](https://github.com/redkubes/otomi-core/commit/756e2034fc0c0759048e569eec845b4930ba01f7))
* remove unsued configuration for kind ([#989](https://github.com/redkubes/otomi-core/issues/989)) ([491b260](https://github.com/redkubes/otomi-core/commit/491b2601899f92682314d666a156dbc48f0daeed))

### [0.17.1](https://github.com/redkubes/otomi-core/compare/v0.16.21...v0.17.1) (2022-12-19)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,5 @@
}
},
"type": "commonjs",
"version": "0.17.1"
"version": "0.18.0"
}
0