Skip to content

Commit

Permalink
chore: Update current development version (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
MykolaMarusenko committed Dec 12, 2024
1 parent 936f4b8 commit ed5eaa8
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 6 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@
## [Unreleased]


<a name="v2.22.0"></a>
## [v2.22.0] - 2024-12-12
### Features

- Add namespace validation in Stage CR ([#91](https://github.com/epam/edp-cd-pipeline-operator/issues/91))

### Bug Fixes

- Resolve repo path issue in ApplicationSet with GitServers ([#86](https://github.com/epam/edp-cd-pipeline-operator/issues/86))

### Testing

- Update capsule to 0.7.2 in e2e tests ([#88](https://github.com/epam/edp-cd-pipeline-operator/issues/88))

### Routine

- Update Pull Request Template ([#82](https://github.com/epam/edp-cd-pipeline-operator/issues/82))
- Update current development version ([#80](https://github.com/epam/edp-cd-pipeline-operator/issues/80))


<a name="v2.21.0"></a>
## [v2.21.0] - 2024-10-18
### Features
Expand Down Expand Up @@ -167,7 +187,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.21.0...HEAD
[Unreleased]: https://github.com/epam/edp-cd-pipeline-operator/compare/v2.22.0...HEAD
[v2.22.0]: https://github.com/epam/edp-cd-pipeline-operator/compare/v2.21.0...v2.22.0
[v2.21.0]: https://github.com/epam/edp-cd-pipeline-operator/compare/v2.20.0...v2.21.0
[v2.20.0]: https://github.com/epam/edp-cd-pipeline-operator/compare/v2.19.0...v2.20.0
[v2.19.0]: https://github.com/epam/edp-cd-pipeline-operator/compare/v2.18.0...v2.19.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 KubeRocketCI CD Pipeline Operator
home: https://docs.kuberocketci.io/
name: cd-pipeline-operator
type: application
version: 2.22.0-SNAPSHOT
appVersion: 2.22.0-SNAPSHOT
version: 2.23.0-SNAPSHOT
appVersion: 2.23.0-SNAPSHOT
icon: https://docs.kuberocketci.io/img/logo.svg
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.21.0
image: epamedp/cd-pipeline-operator:2.21.0
- name: cd-pipeline-operator:2.22.0
image: epamedp/cd-pipeline-operator:2.22.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.22.0-SNAPSHOT](https://img.shields.io/badge/Version-2.22.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.22.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-2.22.0--SNAPSHOT-informational?style=flat-square)
![Version: 2.23.0-SNAPSHOT](https://img.shields.io/badge/Version-2.23.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.23.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-2.23.0--SNAPSHOT-informational?style=flat-square)

A Helm chart for KubeRocketCI CD Pipeline Operator

Expand Down

0 comments on commit ed5eaa8

Please sign in to comment.