Skip to content

Commit

Permalink
chore: Update current development version (#19)
Browse files Browse the repository at this point in the history
Jira: EPMDEDP-12834
Change-Id: Idebcee8a37a58b7dc84ab4a5c3af4f087fed66b0
  • Loading branch information
MykolaMarusenko committed Dec 18, 2023
1 parent 161760c commit c4ae1a2
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 6 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
## [Unreleased]


<a name="v2.18.0"></a>
## [v2.18.0] - 2023-12-18
### Bug Fixes

- Deleting Stage with invalid cluster configuration ([#10](https://github.com/epam/edp-cd-pipeline-operator/issues/10))

### Testing

- Update caspule version to the latest stable ([#28](https://github.com/epam/edp-cd-pipeline-operator/issues/28))
- Update caspule version to the latest stable ([#14](https://github.com/epam/edp-cd-pipeline-operator/issues/14))

### Routine

- Update release flow GH Action ([#17](https://github.com/epam/edp-cd-pipeline-operator/issues/17))
- Update GH Actions version of the steps ([#17](https://github.com/epam/edp-cd-pipeline-operator/issues/17))
- Update current development version ([#16](https://github.com/epam/edp-cd-pipeline-operator/issues/16))


<a name="v2.17.0"></a>
## [v2.17.0] - 2023-11-03
### Features
Expand Down Expand Up @@ -63,7 +81,8 @@ Helm parameter kioskEnabled was removed. Use instead --set global.tenancyEngine=
<a name="v2.15.0"></a>
## [v2.15.0] - 2023-08-17

[Unreleased]: https://github.com/epam/edp-cd-pipeline-operator/compare/v2.17.0...HEAD
[Unreleased]: https://github.com/epam/edp-cd-pipeline-operator/compare/v2.18.0...HEAD
[v2.18.0]: https://github.com/epam/edp-cd-pipeline-operator/compare/v2.17.0...v2.18.0
[v2.17.0]: https://github.com/epam/edp-cd-pipeline-operator/compare/v2.16.1...v2.17.0
[v2.16.1]: https://github.com/epam/edp-cd-pipeline-operator/compare/v2.16.0...v2.16.1
[v2.16.0]: https://github.com/epam/edp-cd-pipeline-operator/compare/v2.15.0...v2.16.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 EDP CD Pipeline Operator
home: https://epam.github.io/edp-install/
name: cd-pipeline-operator
type: application
version: 2.18.0-SNAPSHOT
appVersion: 2.18.0-SNAPSHOT
version: 2.19.0-SNAPSHOT
appVersion: 2.19.0-SNAPSHOT
icon: https://epam.github.io/edp-install/assets/logo.png
keywords:
- edp
Expand All @@ -23,8 +23,8 @@ annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/operator: "true"
artifacthub.io/images: |
- name: cd-pipeline-operator:2.17.0
image: epamedp/cd-pipeline-operator:2.17.0
- name: cd-pipeline-operator:2.18.0
image: epamedp/cd-pipeline-operator:2.18.0
artifacthub.io/operatorCapabilities: Full Lifecycle
artifacthub.io/crds: |
- kind: CDPipeline
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 @@
# cd-pipeline-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: 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)

A Helm chart for EDP CD Pipeline Operator

Expand Down

0 comments on commit c4ae1a2

Please sign in to comment.