From 5bfd95db6bf1b61b0113a2b013d8296e146c1e41 Mon Sep 17 00:00:00 2001 From: edp-bot Date: Mon, 20 Jan 2025 20:14:14 +0000 Subject: [PATCH] Bump version to 3.2.0 --- CHANGELOG.md | 46 ++++++++++++++++++++++--------------- deploy-templates/Chart.yaml | 8 +++---- deploy-templates/README.md | 2 +- 3 files changed, 32 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf969d1..c02315d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,22 +2,13 @@ ## [Unreleased] - -## [v3.1.0] - 2023-09-08 + +## v3.2.0 - 2025-01-16 ### Features +- Add possibility to securely set Sonar settings ([#28](https://github.com/epam/edp-sonar-operator/issues/28)) +- Automate rekor uuid in release tag ([#15](https://github.com/epam/edp-sonar-operator/issues/15)) - Add groupsPermissions property to SonarPermissionTemplate ([#3](https://github.com/epam/edp-sonar-operator/issues/3)) - -### Routine - -- Publish operator on OperatorHub ([#6](https://github.com/epam/edp-sonar-operator/issues/6)) -- Update current development version ([#6](https://github.com/epam/edp-sonar-operator/issues/6)) - - - -## [v3.0.0] - 2023-09-05 -### Features - - Add e2e tests ([#3](https://github.com/epam/edp-sonar-operator/issues/3)) - Add operator deployment configs ([#3](https://github.com/epam/edp-sonar-operator/issues/3)) - Add SonarPermissionTemplate custom resource ([#3](https://github.com/epam/edp-sonar-operator/issues/3)) @@ -27,13 +18,30 @@ ### Routine +- Update Pull Request Template ([#12](https://github.com/epam/edp-sonar-operator/issues/12)) +- Update KubeRocketCI names and documentation links ([#25](https://github.com/epam/edp-sonar-operator/issues/25)) +- Bump to Go 1.22 ([#23](https://github.com/epam/edp-sonar-operator/issues/23)) +- Add codeowners file to the repo ([#19](https://github.com/epam/edp-sonar-operator/issues/19)) +- Migrate from gerrit to github pipelines ([#17](https://github.com/epam/edp-sonar-operator/issues/17)) +- Setup setup-envtest version instead latest ([#16](https://github.com/epam/edp-sonar-operator/issues/16)) +- Bump golang.org/x/net from 0.8.0 to 0.17.0 ([#14](https://github.com/epam/edp-sonar-operator/issues/14)) +- Upgrade pull request template ([#12](https://github.com/epam/edp-sonar-operator/issues/12)) +- Upgrade Go to 1.20 ([#10](https://github.com/epam/edp-sonar-operator/issues/10)) +- Update dependencies ([#9](https://github.com/epam/edp-sonar-operator/issues/9)) +- Release version 3.1.0 on OperatorHub ([#7](https://github.com/epam/edp-sonar-operator/issues/7)) +- Update current development version ([#7](https://github.com/epam/edp-sonar-operator/issues/7)) +- Publish operator on OperatorHub ([#6](https://github.com/epam/edp-sonar-operator/issues/6)) +- Update current development version ([#6](https://github.com/epam/edp-sonar-operator/issues/6)) - Update current development version ([#5](https://github.com/epam/edp-sonar-operator/issues/5)) +### Documentation + +- Add the Quick Start section to the README ([#16](https://github.com/epam/edp-sonar-operator/issues/16)) +- Align README.md for new version of sonar-operator ([#3](https://github.com/epam/edp-sonar-operator/issues/3)) + +### Reverts + +- [EPMDEDP-3013] Implement integration with keycloak - -## [v2.14.1] - 2023-08-17 -[Unreleased]: https://github.com/epam/edp-sonar-operator/compare/v3.1.0...HEAD -[v3.1.0]: https://github.com/epam/edp-sonar-operator/compare/v3.0.0...v3.1.0 -[v3.0.0]: https://github.com/epam/edp-sonar-operator/compare/v2.14.1...v3.0.0 -[v2.14.1]: https://github.com/epam/edp-sonar-operator/compare/v2.14.0...v2.14.1 +[Unreleased]: https://github.com/epam/edp-sonar-operator/compare/v3.2.0...HEAD diff --git a/deploy-templates/Chart.yaml b/deploy-templates/Chart.yaml index 553c0dd..4bf2c5c 100644 --- a/deploy-templates/Chart.yaml +++ b/deploy-templates/Chart.yaml @@ -3,8 +3,8 @@ description: A Helm chart for KubeRocketCI Sonar Operator home: https://docs.kuberocketci.io/ name: sonar-operator type: application -version: 3.2.0-SNAPSHOT -appVersion: 3.2.0-SNAPSHOT +version: 3.2.0 +appVersion: 3.2.0 icon: https://docs.kuberocketci.io/img/logo.svg keywords: - edp @@ -23,8 +23,8 @@ annotations: artifacthub.io/license: Apache-2.0 artifacthub.io/operator: "true" artifacthub.io/images: | - - name: sonar-operator:3.1.0 - image: epamedp/sonar-operator:3.1.0 + - name: sonar-operator:3.2.0 + image: epamedp/sonar-operator:3.2.0 artifacthub.io/operatorCapabilities: Full Lifecycle artifacthub.io/crds: | - kind: Sonar diff --git a/deploy-templates/README.md b/deploy-templates/README.md index 49d444f..1f5e981 100644 --- a/deploy-templates/README.md +++ b/deploy-templates/README.md @@ -1,6 +1,6 @@ # sonar-operator -![Version: 3.2.0-SNAPSHOT](https://img.shields.io/badge/Version-3.2.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.2.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-3.2.0--SNAPSHOT-informational?style=flat-square) +![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.2.0](https://img.shields.io/badge/AppVersion-3.2.0-informational?style=flat-square) A Helm chart for KubeRocketCI Sonar Operator