Skip to content

Commit

Permalink
chore: Update current development version (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
MykolaMarusenko committed Jan 20, 2025
1 parent 6ddaa45 commit 63373e1
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 6 deletions.
39 changes: 38 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,41 @@
## [Unreleased]


<a name="v3.2.0"></a>
## [v3.2.0] - 2025-01-20
### 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))

### 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))

### 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))


<a name="v3.1.1"></a>
## [v3.1.1] - 2023-09-25
### Routine

- Upgrade Go to 1.20 ([#10](https://github.com/epam/edp-sonar-operator/issues/10))


<a name="v3.1.0"></a>
## [v3.1.0] - 2023-09-08
### Features
Expand Down Expand Up @@ -33,7 +68,9 @@
<a name="v2.14.1"></a>
## [v2.14.1] - 2023-08-17

[Unreleased]: https://github.com/epam/edp-sonar-operator/compare/v3.1.0...HEAD
[Unreleased]: https://github.com/epam/edp-sonar-operator/compare/v3.2.0...HEAD
[v3.2.0]: https://github.com/epam/edp-sonar-operator/compare/v3.1.1...v3.2.0
[v3.1.1]: https://github.com/epam/edp-sonar-operator/compare/v3.1.0...v3.1.1
[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
8 changes: 4 additions & 4 deletions deploy-templates/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0-SNAPSHOT
appVersion: 3.3.0-SNAPSHOT
icon: https://docs.kuberocketci.io/img/logo.svg
keywords:
- edp
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deploy-templates/README.md
Original file line number Diff line number Diff line change
@@ -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.3.0-SNAPSHOT](https://img.shields.io/badge/Version-3.3.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-3.3.0--SNAPSHOT-informational?style=flat-square)

A Helm chart for KubeRocketCI Sonar Operator

Expand Down

0 comments on commit 63373e1

Please sign in to comment.