From 8444e1f66c65b5252628b8228fefec427091cb13 Mon Sep 17 00:00:00 2001 From: Ani Argjiri Date: Fri, 23 Feb 2024 09:06:38 +0100 Subject: [PATCH] chore(release): 2.7.1 --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 35 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b282763f05..7b4b349cbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 20b8c1b07d..0f8e48637e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "otomi-core", - "version": "2.7.0", + "version": "2.7.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "otomi-core", - "version": "2.7.0", + "version": "2.7.1", "license": "Apache-2.0", "dependencies": { "@apidevtools/json-schema-ref-parser": "9.0.9", diff --git a/package.json b/package.json index d76d6b5053..5ce35a9c1f 100644 --- a/package.json +++ b/package.json @@ -162,5 +162,5 @@ } }, "type": "commonjs", - "version": "2.7.0" + "version": "2.7.1" }