From 1cfc32f07c3d0ad72c2ec7e51701bf521548af63 Mon Sep 17 00:00:00 2001 From: edp-bot Date: Fri, 26 Aug 2022 13:07:24 +0000 Subject: [PATCH] Bump version to 2.12.0 Change-Id: I7be9dc58c8d6967cd9caa5b69b9f47185643bd00 --- CHANGELOG.md | 30 +++++++++++++++++++++++++++++- deploy-templates/Chart.yaml | 4 ++-- deploy-templates/README.md | 2 +- 3 files changed, 32 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c51accb..fb4cc23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,47 @@ ## [Unreleased] + + +## [v2.12.0] - 2022-08-23 ### Features +- Download required tools for Makefile targets [EPMDEDP-10105](https://jiraeu.epam.com/browse/EPMDEDP-10105) +- Add CDPipeline label for Stage [EPMDEDP-10256](https://jiraeu.epam.com/browse/EPMDEDP-10256) - Switch to use V1 version of CD Pipeline and Stage APIs [EPMDEDP-9214](https://jiraeu.epam.com/browse/EPMDEDP-9214) - Switch to V1 of edp-component-operator CRDs [EPMDEDP-9747](https://jiraeu.epam.com/browse/EPMDEDP-9747) ### Bug Fixes +- Use separate client, which doesn't restrict namespaces [EPMDEDP-10037](https://jiraeu.epam.com/browse/EPMDEDP-10037) +- Make sure that during update of Stage CR, status field is ignored [EPMDEDP-10037](https://jiraeu.epam.com/browse/EPMDEDP-10037) +- Fix typo in openshift rolebinding [EPMDEDP-10055](https://jiraeu.epam.com/browse/EPMDEDP-10055) +- Incorrect subsequent CDPipeline Stage creation in Headlamp [EPMDEDP-10327](https://jiraeu.epam.com/browse/EPMDEDP-10327) - Update SonarQube ignore list [EPMDEDP-9214](https://jiraeu.epam.com/browse/EPMDEDP-9214) +### Code Refactoring + +- Switch internal APIs to V1 [EPMDEDP-10117](https://jiraeu.epam.com/browse/EPMDEDP-10117) +- Remove ClusterRole for admin console [EPMDEDP-10228](https://jiraeu.epam.com/browse/EPMDEDP-10228) +- Use repository and tag for image reference in chart [EPMDEDP-10389](https://jiraeu.epam.com/browse/EPMDEDP-10389) + ### Routine +- Refactor RBAC [EPMDEDP-10055](https://jiraeu.epam.com/browse/EPMDEDP-10055) +- Upgrade go version to 1.18 [EPMDEDP-10110](https://jiraeu.epam.com/browse/EPMDEDP-10110) +- Fix Jira Ticket pattern for changelog generator [EPMDEDP-10159](https://jiraeu.epam.com/browse/EPMDEDP-10159) +- Update alpine base image to 3.16.2 version [EPMDEDP-10274](https://jiraeu.epam.com/browse/EPMDEDP-10274) +- Update alpine base image version [EPMDEDP-10280](https://jiraeu.epam.com/browse/EPMDEDP-10280) +- Change 'go get' to 'go install' for git-chglog [EPMDEDP-10337](https://jiraeu.epam.com/browse/EPMDEDP-10337) +- Remove VERSION file [EPMDEDP-10387](https://jiraeu.epam.com/browse/EPMDEDP-10387) +- Add gcflags for go build artifact [EPMDEDP-10411](https://jiraeu.epam.com/browse/EPMDEDP-10411) - Update current development version [EPMDEDP-8832](https://jiraeu.epam.com/browse/EPMDEDP-8832) - Update chart annotation [EPMDEDP-9515](https://jiraeu.epam.com/browse/EPMDEDP-9515) +### Documentation + +- Align README.md [EPMDEDP-10274](https://jiraeu.epam.com/browse/EPMDEDP-10274) + ## [v2.11.0] - 2022-05-25 @@ -121,7 +148,8 @@ ## [v2.7.0] - 2021-12-03 -[Unreleased]: https://github.com/epam/edp-cd-pipeline-operator/compare/v2.11.0...HEAD +[Unreleased]: https://github.com/epam/edp-cd-pipeline-operator/compare/v2.12.0...HEAD +[v2.12.0]: https://github.com/epam/edp-cd-pipeline-operator/compare/v2.11.0...v2.12.0 [v2.11.0]: https://github.com/epam/edp-cd-pipeline-operator/compare/v2.10.0...v2.11.0 [v2.10.0]: https://github.com/epam/edp-cd-pipeline-operator/compare/v2.9.0...v2.10.0 [v2.9.0]: https://github.com/epam/edp-cd-pipeline-operator/compare/v2.8.2...v2.9.0 diff --git a/deploy-templates/Chart.yaml b/deploy-templates/Chart.yaml index f1f1442..0b747e5 100644 --- a/deploy-templates/Chart.yaml +++ b/deploy-templates/Chart.yaml @@ -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.12.0-SNAPSHOT -appVersion: 2.12.0-SNAPSHOT +version: 2.12.0 +appVersion: 2.12.0 icon: https://epam.github.io/edp-install/assets/logo.png keywords: - edp diff --git a/deploy-templates/README.md b/deploy-templates/README.md index fdfff40..03d7f09 100644 --- a/deploy-templates/README.md +++ b/deploy-templates/README.md @@ -1,6 +1,6 @@ # cd-pipeline-operator -![Version: 2.12.0-SNAPSHOT](https://img.shields.io/badge/Version-2.12.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.12.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-2.12.0--SNAPSHOT-informational?style=flat-square) +![Version: 2.12.0](https://img.shields.io/badge/Version-2.12.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.12.0](https://img.shields.io/badge/AppVersion-2.12.0-informational?style=flat-square) A Helm chart for EDP CD Pipeline Operator