Skip to content

Commit

Permalink
chore: Update current development version (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
MykolaMarusenko committed Dec 12, 2024
1 parent 212e83a commit 2220b33
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 6 deletions.
31 changes: 30 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
<a name="unreleased"></a>
## [Unreleased]


<a name="v3.3.0"></a>
## [v3.3.0] - 2024-12-12
### Features

- Add support for S3 Nexus blobstore configuration ([#43](https://github.com/epam/edp-nexus-operator/issues/43))

### Routine

- Update Pull Request Template ([#10](https://github.com/epam/edp-nexus-operator/issues/10))
- Update KubeRocketCI names and documentation links ([#37](https://github.com/epam/edp-nexus-operator/issues/37))
- Bump to Go 1.22 ([#35](https://github.com/epam/edp-nexus-operator/issues/35))
- Add codeowners file to the repo ([#31](https://github.com/epam/edp-nexus-operator/issues/31))
- Migrate from gerrit to github pipelines ([#29](https://github.com/epam/edp-nexus-operator/issues/29))
- Setup setup-envtest version instead latest ([#16](https://github.com/epam/edp-nexus-operator/issues/16))
- Prepare bundle version 3.2.0 for OperatorHub ([#26](https://github.com/epam/edp-nexus-operator/issues/26))
- Update current development version ([#26](https://github.com/epam/edp-nexus-operator/issues/26))

### Documentation

- Fix broken format in README md ([#39](https://github.com/epam/edp-nexus-operator/issues/39))
- Fix README.md ([#28](https://github.com/epam/edp-nexus-operator/issues/28))
- Add the Quick Start section to the README ([#28](https://github.com/epam/edp-nexus-operator/issues/28))


<a name="v3.2.0"></a>
## [v3.2.0] - 2024-02-21
### Features

- Add NexusCleanupPolicy Custom Resource ([#25](https://github.com/epam/edp-nexus-operator/issues/25))
Expand Down Expand Up @@ -74,7 +101,9 @@
<a name="v2.16.0"></a>
## [v2.16.0] - 2023-08-17

[Unreleased]: https://github.com/epam/edp-nexus-operator/compare/v3.1.0...HEAD
[Unreleased]: https://github.com/epam/edp-nexus-operator/compare/v3.3.0...HEAD
[v3.3.0]: https://github.com/epam/edp-nexus-operator/compare/v3.2.0...v3.3.0
[v3.2.0]: https://github.com/epam/edp-nexus-operator/compare/v3.1.0...v3.2.0
[v3.1.0]: https://github.com/epam/edp-nexus-operator/compare/v3.0.0...v3.1.0
[v3.0.0]: https://github.com/epam/edp-nexus-operator/compare/v2.17.0...v3.0.0
[v2.17.0]: https://github.com/epam/edp-nexus-operator/compare/v2.16.0...v2.17.0
Expand Down
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 Nexus Operator
home: https://docs.kuberocketci.io/
name: nexus-operator
type: application
version: 3.3.0-SNAPSHOT
appVersion: 3.3.0-SNAPSHOT
version: 3.4.0-SNAPSHOT
appVersion: 3.4.0-SNAPSHOT
icon: https://docs.kuberocketci.io/img/logo.svg
keywords:
- edp
Expand All @@ -24,8 +24,8 @@ annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/operator: "true"
artifacthub.io/images: |
- name: nexus-operator:3.2.0
image: epamedp/nexus-operator:3.2.0
- name: nexus-operator:3.3.0
image: epamedp/nexus-operator:3.3.0
artifacthub.io/operatorCapabilities: Full Lifecycle
artifacthub.io/crds: |
- kind: Nexus
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 @@
# nexus-operator

![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)
![Version: 3.4.0-SNAPSHOT](https://img.shields.io/badge/Version-3.4.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.4.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-3.4.0--SNAPSHOT-informational?style=flat-square)

A Helm chart for KubeRocketCI Nexus Operator

Expand Down

0 comments on commit 2220b33

Please sign in to comment.