Skip to content

Commit

Permalink
chore(release): 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ani Argjiri committed Feb 23, 2024
1 parent 285430f commit 8444e1f
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 3 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,38 @@

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.

### [2.7.1](https://github.com/redkubes/otomi-core/compare/v2.6.0...v2.7.1) (2024-02-23)


### Features

* add sealed secrets ([#1463](https://github.com/redkubes/otomi-core/issues/1463)) ([3c74c31](https://github.com/redkubes/otomi-core/commit/3c74c31e7ce9f9f937ddd6fe256492c79b47de4b))
* block public metrics endpoint for Gitea and Keycloak ([#1519](https://github.com/redkubes/otomi-core/issues/1519)) ([46526c2](https://github.com/redkubes/otomi-core/commit/46526c2d268484423fda053fa3d84cc48ca54553))
* disabled trivy infra assesment scanner (node-collector job) ([#1523](https://github.com/redkubes/otomi-core/issues/1523)) ([1e56a3d](https://github.com/redkubes/otomi-core/commit/1e56a3dd1bf715f5345bd51cb8fb013d9f7c9d28))
* improve team permissions ([#1518](https://github.com/redkubes/otomi-core/issues/1518)) ([c045325](https://github.com/redkubes/otomi-core/commit/c045325f7d92e6a6a2d52d39d832927f0119566e))
* rabbitmq ([#1498](https://github.com/redkubes/otomi-core/issues/1498)) ([940bd3a](https://github.com/redkubes/otomi-core/commit/940bd3acc156bab8e4dce7306f377dc6444079dc))
* update velero to v1.12 ([#1508](https://github.com/redkubes/otomi-core/issues/1508)) ([79cc420](https://github.com/redkubes/otomi-core/commit/79cc4209391b24fb21cad581d88f74c9c9399fd1))
* updated otomi-db backup objectstore ([#1514](https://github.com/redkubes/otomi-core/issues/1514)) ([c5bc84a](https://github.com/redkubes/otomi-core/commit/c5bc84ad002fbe27521009229fd19d9615e8e2ad))
* updated velero-plugin-for-microsoft-azure memory limit ([#1524](https://github.com/redkubes/otomi-core/issues/1524)) ([9b403ff](https://github.com/redkubes/otomi-core/commit/9b403ff35de29a911bede5c5069ff4dfc8856527))
* velero upgrade script ([#1530](https://github.com/redkubes/otomi-core/issues/1530)) ([285430f](https://github.com/redkubes/otomi-core/commit/285430f85648030b30e7d02a669452c847fd0733))


### Bug Fixes

* added is beta disabled app ([#1521](https://github.com/redkubes/otomi-core/issues/1521)) ([60632a6](https://github.com/redkubes/otomi-core/commit/60632a63d86e2f2c778db085002c4c0e9b0ea786))
* change extra args metrics-server ([#1520](https://github.com/redkubes/otomi-core/issues/1520)) ([d3bc047](https://github.com/redkubes/otomi-core/commit/d3bc04713e29df933ba7191eddf2ff0edf4778f8))
* mem util dashboard ([#1526](https://github.com/redkubes/otomi-core/issues/1526)) ([9323a97](https://github.com/redkubes/otomi-core/commit/9323a9714a83dc78d88802a30f5e986ccfd606a6))
* mem util dashboard ([#1526](https://github.com/redkubes/otomi-core/issues/1526)) ([#1527](https://github.com/redkubes/otomi-core/issues/1527)) ([1471b2e](https://github.com/redkubes/otomi-core/commit/1471b2e38e4b387cb6e637d01434d92122f2f02e))
* updated upgrade script ([#1529](https://github.com/redkubes/otomi-core/issues/1529)) ([30da1f9](https://github.com/redkubes/otomi-core/commit/30da1f9781661bf470b9e7edc4806d29d18aee05))
* upgrade metrics-server to 0.6.4 ([#1485](https://github.com/redkubes/otomi-core/issues/1485)) ([0425503](https://github.com/redkubes/otomi-core/commit/04255039147f48779730ba357618f51eeb3f8c89))
* upgrade script name typo ([#1512](https://github.com/redkubes/otomi-core/issues/1512)) ([0d311c0](https://github.com/redkubes/otomi-core/commit/0d311c08bcd30e357cd5b42f4c04eb7a92f72ae1))


### Others

* release branch [ci skip] ([a1c7c8e](https://github.com/redkubes/otomi-core/commit/a1c7c8e99bc0c21a4cc5460dcbada0a044ed52ab))
* versions ([4723d76](https://github.com/redkubes/otomi-core/commit/4723d76d8fb4d0901d39f1bca9f5ed3874b85543))

## [2.7.0](https://github.com/redkubes/otomi-core/compare/v2.6.0...v2.7.0) (2024-02-22)


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 @@ -162,5 +162,5 @@
}
},
"type": "commonjs",
"version": "2.7.0"
"version": "2.7.1"
}

0 comments on commit 8444e1f

Please sign in to comment.