Skip to content

Commit

Permalink
chore: Update current development version (#58)
Browse files Browse the repository at this point in the history
Jira: EPMDEDP-13912
  • Loading branch information
MykolaMarusenko committed Jun 12, 2024
1 parent ee38fdc commit f7f5764
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 6 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@
## [Unreleased]


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

- Remove deprecated loft-sh kiosk ([#55](https://github.com/epam/edp-cd-pipeline-operator/issues/55))
- Narrow the scope of permissions for operator ([#52](https://github.com/epam/edp-cd-pipeline-operator/issues/52))
- Add support for multiple GitServers ([#37](https://github.com/epam/edp-cd-pipeline-operator/issues/37))
- Create ArgoCD cluster secret ([#30](https://github.com/epam/edp-cd-pipeline-operator/issues/30))

### Routine

- Update helm-docs to the latest stable ([#44](https://github.com/epam/edp-cd-pipeline-operator/issues/44))
- Remove unused RBAC for secretManager own parameter ([#52](https://github.com/epam/edp-cd-pipeline-operator/issues/52))
- Bump to Go 1.22 ([#49](https://github.com/epam/edp-cd-pipeline-operator/issues/49))
- Use Go cache for helm-docs installation ([#44](https://github.com/epam/edp-cd-pipeline-operator/issues/44))
- Update kuttle to version 0.16 ([#44](https://github.com/epam/edp-cd-pipeline-operator/issues/44))
- Add codeowners file to the repo ([#40](https://github.com/epam/edp-cd-pipeline-operator/issues/40))
- Migrate from gerrit to github pipelines ([#35](https://github.com/epam/edp-cd-pipeline-operator/issues/35))
- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 ([#30](https://github.com/epam/edp-cd-pipeline-operator/issues/30))
- Update current development version ([#29](https://github.com/epam/edp-cd-pipeline-operator/issues/29))


<a name="v2.19.0"></a>
## [v2.19.0] - 2024-03-12
### Features
Expand Down Expand Up @@ -123,7 +145,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.19.0...HEAD
[Unreleased]: https://github.com/epam/edp-cd-pipeline-operator/compare/v2.20.0...HEAD
[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
[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
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.20.0-SNAPSHOT
appVersion: 2.20.0-SNAPSHOT
version: 2.21.0-SNAPSHOT
appVersion: 2.21.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.19.0
image: epamedp/cd-pipeline-operator:2.19.0
- name: cd-pipeline-operator:2.20.0
image: epamedp/cd-pipeline-operator:2.20.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.20.0-SNAPSHOT](https://img.shields.io/badge/Version-2.20.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.20.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-2.20.0--SNAPSHOT-informational?style=flat-square)
![Version: 2.21.0-SNAPSHOT](https://img.shields.io/badge/Version-2.21.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.21.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-2.21.0--SNAPSHOT-informational?style=flat-square)

A Helm chart for EDP CD Pipeline Operator

Expand Down

0 comments on commit f7f5764

Please sign in to comment.