Skip to content

Commit

Permalink
Bump version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
epmd-edp committed Jan 11, 2024
1 parent e42401a commit 3271908
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 20 deletions.
33 changes: 16 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
## [Unreleased]


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

- Add NexusRepository validation ([#18](https://github.com/epam/edp-nexus-operator/issues/18))
- Add NexusScript custom resource ([#17](https://github.com/epam/edp-nexus-operator/issues/17))
- 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))
Expand All @@ -17,29 +19,26 @@

- 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

- Remove deprecated edpName parameter ([#5](https://github.com/epam/edp-nexus-operator/issues/5))

### Routine

- Update sonar properties for the project ([#17](https://github.com/epam/edp-nexus-operator/issues/17))
- Generate bundle for OperatorHub ([#16](https://github.com/epam/edp-nexus-operator/issues/16))
- Update current development version ([#16](https://github.com/epam/edp-nexus-operator/issues/16))
- 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))
- Update groovy api script to receive get-nuget-token in version 3.59.0 ([#4](https://github.com/epam/edp-nexus-operator/issues/4))
- Update current development version ([#3](https://github.com/epam/edp-nexus-operator/issues/3))

### Reverts

- test
- [EPMDEDP-2950] Implement roles creation in Nexus
- [EPMDEDP-2963,2964] Outreach and NuGetApiKey

<a name="v2.16.0"></a>
## [v2.16.0] - 2023-08-17

[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
[Unreleased]: https://github.com/epam/edp-nexus-operator/compare/v3.1.0...HEAD
4 changes: 2 additions & 2 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: 3.1.0-SNAPSHOT
appVersion: 3.1.0-SNAPSHOT
version: 3.1.0
appVersion: 3.1.0
icon: https://epam.github.io/edp-install/assets/logo.png
keywords:
- edp
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.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)
![Version: 3.1.0](https://img.shields.io/badge/Version-3.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.0](https://img.shields.io/badge/AppVersion-3.1.0-informational?style=flat-square)

A Helm chart for EDP Nexus Operator

Expand Down

0 comments on commit 3271908

Please sign in to comment.