Skip to content

Commit

Permalink
chore: Update current development version (#16)
Browse files Browse the repository at this point in the history
Jira: EPMDEDP-12610
Change-Id: I14cca5c4873a8550e39a2a0059bb1f9dea19f6a0
  • Loading branch information
MykolaMarusenko committed Dec 11, 2023
1 parent 8cba521 commit 3cc54d4
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 6 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@
## [Unreleased]


<a name="v3.0.0"></a>
## [v3.0.0] - 2023-12-11
### Features

- Add NexusRepository custom resource ([#14](https://github.com/epam/edp-nexus-operator/issues/14))
- Automate rekor uuid in release tag ([#13](https://github.com/epam/edp-nexus-operator/issues/13))
- Add configuration for operator publishing ([#12](https://github.com/epam/edp-nexus-operator/issues/12))
- Add NexusUser custom resource ([#9](https://github.com/epam/edp-nexus-operator/issues/9))
- Add NexusRole custom resource ([#8](https://github.com/epam/edp-nexus-operator/issues/8))
- Refactor Nexus custom resource ([#3](https://github.com/epam/edp-nexus-operator/issues/3))

### Bug Fixes

- Race condition in go-resty package v2.10.0 ([#15](https://github.com/epam/edp-nexus-operator/issues/15))

### Routine

- Upgrade golang.org/x/net to version 0.17.0 ([#11](https://github.com/epam/edp-nexus-operator/issues/11))
- Upgrade pull request template ([#10](https://github.com/epam/edp-nexus-operator/issues/10))
- Update current development version ([#6](https://github.com/epam/edp-nexus-operator/issues/6))


<a name="v2.17.0"></a>
## [v2.17.0] - 2023-09-20
### Code Refactoring
Expand All @@ -17,6 +39,7 @@
<a name="v2.16.0"></a>
## [v2.16.0] - 2023-08-17

[Unreleased]: https://github.com/epam/edp-nexus-operator/compare/v2.17.0...HEAD
[Unreleased]: https://github.com/epam/edp-nexus-operator/compare/v3.0.0...HEAD
[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
[v2.16.0]: https://github.com/epam/edp-nexus-operator/compare/v2.15.0...v2.16.0
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 EDP Nexus Operator
home: https://epam.github.io/edp-install/
name: nexus-operator
type: application
version: 2.18.0-SNAPSHOT
appVersion: 2.18.0-SNAPSHOT
version: 3.1.0-SNAPSHOT
appVersion: 3.1.0-SNAPSHOT
icon: https://epam.github.io/edp-install/assets/logo.png
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:2.17.0
image: epamedp/nexus-operator:2.17.0
- name: nexus-operator:3.0.0
image: epamedp/nexus-operator:3.0.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: 2.18.0-SNAPSHOT](https://img.shields.io/badge/Version-2.18.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.18.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-2.18.0--SNAPSHOT-informational?style=flat-square)
![Version: 3.1.0-SNAPSHOT](https://img.shields.io/badge/Version-3.1.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-3.1.0--SNAPSHOT-informational?style=flat-square)

A Helm chart for EDP Nexus Operator

Expand Down

0 comments on commit 3cc54d4

Please sign in to comment.