Skip to content

Commit

Permalink
Bump version to 2.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
epmd-edp committed Sep 27, 2023
1 parent 67ed1e3 commit a4c7a7f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 10 deletions.
30 changes: 23 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,37 @@
## [Unreleased]


<a name="v2.18.0"></a>
## [v2.18.0] - 2023-09-20
<a name="v2.19.0"></a>
## v2.19.0 - 2023-09-26
### Features

- Add valid error in status field of GitServer ([#15](https://github.com/epam/edp-codebase-operator/issues/15))

### Bug Fixes

- Build pipeline failed for go operator sdk on sonar step ([#12](https://github.com/epam/edp-codebase-operator/issues/12))

### Code Refactoring

- Replace edpName with helm Release Namespace value ([#10](https://github.com/epam/edp-codebase-operator/issues/10))

### Routine

- Upgrade Go to 1.20 ([#14](https://github.com/epam/edp-codebase-operator/issues/14))
- Update current development version ([#11](https://github.com/epam/edp-codebase-operator/issues/11))
- Align secret name for new secret approach ([#65](https://github.com/epam/edp-codebase-operator/issues/65))
- Update current development version ([#9](https://github.com/epam/edp-codebase-operator/issues/9))

### Reverts

- [MDTUDDM-673] Save git status in the intermediate operations
- [EPMDEDP-3421] - Fix job+provisioning bug
- [EPMDEDP-868] Add functionality generates correct ssh URL for replication config for Gerrit

### BREAKING CHANGE:


removed required fields from the GitServer status. CRD should be updated.

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

[Unreleased]: https://github.com/epam/edp-codebase-operator/compare/v2.18.0...HEAD
[v2.18.0]: https://github.com/epam/edp-codebase-operator/compare/v2.17.0...v2.18.0
[v2.17.0]: https://github.com/epam/edp-codebase-operator/compare/v2.16.0...v2.17.0
[Unreleased]: https://github.com/epam/edp-codebase-operator/compare/v2.19.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 Codebase Operator
home: https://epam.github.io/edp-install/
name: codebase-operator
type: application
version: 2.19.0-SNAPSHOT
appVersion: 2.19.0-SNAPSHOT
version: 2.19.0
appVersion: 2.19.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 @@
# codebase-operator

![Version: 2.19.0-SNAPSHOT](https://img.shields.io/badge/Version-2.19.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.19.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-2.19.0--SNAPSHOT-informational?style=flat-square)
![Version: 2.19.0](https://img.shields.io/badge/Version-2.19.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.19.0](https://img.shields.io/badge/AppVersion-2.19.0-informational?style=flat-square)

A Helm chart for EDP Codebase Operator

Expand Down

0 comments on commit a4c7a7f

Please sign in to comment.