Skip to content

Commit

Permalink
Bump version to 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
epmd-edp committed Mar 24, 2023
1 parent a99cda7 commit 2086a8a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,49 @@
<a name="unreleased"></a>
## [Unreleased]


<a name="v2.14.0"></a>
## [v2.14.0] - 2023-03-18
### Features

- Updated Operator SDK version [EPMDEDP-11174](https://jiraeu.epam.com/browse/EPMDEDP-11174)
- Updated EDP components [EPMDEDP-11206](https://jiraeu.epam.com/browse/EPMDEDP-11206)
- Provide opportunity to use default cluster storageClassName [EPMDEDP-11230](https://jiraeu.epam.com/browse/EPMDEDP-11230)
- Add oauth2-proxy deployment [EPMDEDP-6229](https://jiraeu.epam.com/browse/EPMDEDP-6229)
- Remove keycloak configuration from nexus controller [EPMDEDP-6229](https://jiraeu.epam.com/browse/EPMDEDP-6229)

### Bug Fixes

- Test run on GitHub build [EPMDEDP-11174](https://jiraeu.epam.com/browse/EPMDEDP-11174)
- BasePath does not depend on "/" [EPMDEDP-11634](https://jiraeu.epam.com/browse/EPMDEDP-11634)
- Fix port for route in OpenShift [EPMDEDP-6229](https://jiraeu.epam.com/browse/EPMDEDP-6229)
- Remove route object for nexus [EPMDEDP-6229](https://jiraeu.epam.com/browse/EPMDEDP-6229)

### Code Refactoring

- Apply golangci-lint [EPMDEDP-10628](https://jiraeu.epam.com/browse/EPMDEDP-10628)
- Move Nexus basePath logic to helpers.tpl [EPMDEDP-11531](https://jiraeu.epam.com/browse/EPMDEDP-11531)
- Use nexus-proxy instead of generalized oauth2-proxy [EPMDEDP-11693](https://jiraeu.epam.com/browse/EPMDEDP-11693)
- Remove unused resource after migration to distorless container [EPMDEDP-6229](https://jiraeu.epam.com/browse/EPMDEDP-6229)
- Do not create EDPComponent in controller logic [EPMDEDP-6229](https://jiraeu.epam.com/browse/EPMDEDP-6229)
- Allow to define existing secret for oauth2-proxy [EPMDEDP-6229](https://jiraeu.epam.com/browse/EPMDEDP-6229)

### Routine

- Update current development version [EPMDEDP-10610](https://jiraeu.epam.com/browse/EPMDEDP-10610)
- Update git-chglog for nexus-operator [EPMDEDP-11518](https://jiraeu.epam.com/browse/EPMDEDP-11518)
- Bump golang.org/x/net from 0.5.0 to 0.8.0 [EPMDEDP-11578](https://jiraeu.epam.com/browse/EPMDEDP-11578)
- Update oauth2-proxy configuration [EPMDEDP-6229](https://jiraeu.epam.com/browse/EPMDEDP-6229)

### Documentation

- Update chart and application version in Readme file [EPMDEDP-11221](https://jiraeu.epam.com/browse/EPMDEDP-11221)

### BREAKING CHANGE:


Nexus now uses oauth2-proxy instead of keycloak-proxy. Consider perform proper migration


<a name="v2.13.0"></a>
## [v2.13.0] - 2022-12-06
Expand Down Expand Up @@ -284,7 +303,8 @@
- [EPMDEDP-2963,2964] Outreach and NuGetApiKey


[Unreleased]: https://github.com/epam/edp-nexus-operator/compare/v2.13.0...HEAD
[Unreleased]: https://github.com/epam/edp-nexus-operator/compare/v2.14.0...HEAD
[v2.14.0]: https://github.com/epam/edp-nexus-operator/compare/v2.13.0...v2.14.0
[v2.13.0]: https://github.com/epam/edp-nexus-operator/compare/v2.12.1...v2.13.0
[v2.12.1]: https://github.com/epam/edp-nexus-operator/compare/v2.12.0...v2.12.1
[v2.12.0]: https://github.com/epam/edp-nexus-operator/compare/v2.11.0...v2.12.0
Expand Down
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: 2.14.0-SNAPSHOT
appVersion: 2.14.0-SNAPSHOT
version: 2.14.0
appVersion: 2.14.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: 2.14.0-SNAPSHOT](https://img.shields.io/badge/Version-2.14.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.14.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-2.14.0--SNAPSHOT-informational?style=flat-square)
![Version: 2.14.0](https://img.shields.io/badge/Version-2.14.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.14.0](https://img.shields.io/badge/AppVersion-2.14.0-informational?style=flat-square)

A Helm chart for EDP Nexus Operator

Expand Down

0 comments on commit 2086a8a

Please sign in to comment.