From 1aae9bf2620db29213808fd749a342f4efe35e9b Mon Sep 17 00:00:00 2001 From: edp-bot Date: Mon, 18 Dec 2023 16:26:36 +0000 Subject: [PATCH] Bump version to 3.7.2 --- CHANGELOG.md | 177 +++++++++++++++++++++++++++--------- deploy-templates/Chart.yaml | 4 +- deploy-templates/README.md | 2 +- 3 files changed, 136 insertions(+), 47 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58cb446e3..0c000382b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,65 +11,41 @@ _**NOTE**: For details on EDP releases, please refer to the [RELEASES.md](./RELE ## [Unreleased] + +## [v3.7.2] - 2023-12-18 +### Bug Fixes + +- Align tekton edpoint to service name ([#126](https://github.com/epam/edp-install/issues/126)) + +### Routine + +- Update release version to 3.7.2 ([#126](https://github.com/epam/edp-install/issues/126)) + + -## v3.7.1 - 2023-12-18 +## [v3.7.1] - 2023-12-18 +### Routine + +- Update release version to 3.7.1 ([#126](https://github.com/epam/edp-install/issues/126)) + + + +## [v3.7.0] - 2023-12-18 ### Features - Update secret labels type ([#74](https://github.com/epam/edp-install/issues/74)) - Make it possible to change tekton-cache parameters from edp-install chart ([#74](https://github.com/epam/edp-install/issues/74)) - Add connection status to the integration secret annotation ([#122](https://github.com/epam/edp-install/issues/122)) -- Make VCS secret visible in EDP Portal ([#111](https://github.com/epam/edp-install/issues/111)) -- Add public key for artifacts verification ([#103](https://github.com/epam/edp-install/issues/103)) -- Add new Nexus icon, add deptrack and defectdojo links ([#104](https://github.com/epam/edp-install/issues/104)) -- Migrate registry url from EDP component to edp-config configmap ([#98](https://github.com/epam/edp-install/issues/98)) -- Implement integration with docker hub ([#43](https://github.com/epam/edp-install/issues/43)) -- Add label to keycloak secret for visibility in EDP Portal ([#92](https://github.com/epam/edp-install/issues/92)) -- Remove deprecated edpName parameter ([#76](https://github.com/epam/edp-install/issues/76)) ### Bug Fixes - Update docker registry component creation condition ([#118](https://github.com/epam/edp-install/issues/118)) -- Remove sonar, nexus and keycloak operators as a part of edp-install ([#110](https://github.com/epam/edp-install/issues/110)) -- Remove secretKey duplication from registry secrets ([#63](https://github.com/epam/edp-install/issues/63)) - -### Code Refactoring - -- Migrate keycloak users under sso subsection ([#83](https://github.com/epam/edp-install/issues/83)) -- Add parameter to disable keycloak-operator resource creation for argocd ([#79](https://github.com/epam/edp-install/issues/79)) -- Align VCS secret name pattern ([#77](https://github.com/epam/edp-install/issues/77)) -- Add parameter to disable keycloak-operator resource creation ([#79](https://github.com/epam/edp-install/issues/79)) -- Disable sonar, nexus, gerrit operators deploy as part of edp-install ([#80](https://github.com/epam/edp-install/issues/80)) -- Move tenancyEngine flag out of global section ([#9](https://github.com/epam/edp-install/issues/9)) ### Routine -- Update release version to 3.7.1 ([#126](https://github.com/epam/edp-install/issues/126)) - Align helm charts versions ([#126](https://github.com/epam/edp-install/issues/126)) - Minimize mandatory parameters in values.yaml ([#121](https://github.com/epam/edp-install/issues/121)) - Update current development version ([#110](https://github.com/epam/edp-install/issues/110)) -- Remove sonar, nexus and keycloak operators as a part of edp-install ([#110](https://github.com/epam/edp-install/issues/110)) -- Upgrade pull request template ([#107](https://github.com/epam/edp-install/issues/107)) -- Delete unused component ([#101](https://github.com/epam/edp-install/issues/101)) -- Refactor edp-install keycloak-operator components creation ([#101](https://github.com/epam/edp-install/issues/101)) -- Migrate component from targetRealm CR field ([#105](https://github.com/epam/edp-install/issues/105)) -- Refactor edp-install keycloak-operator components creation ([#101](https://github.com/epam/edp-install/issues/101)) -- Make possible use token instead RBAC for openshift registry ([#98](https://github.com/epam/edp-install/issues/98)) -- Update CHANGELOG.md ([#85](https://github.com/epam/edp-install/issues/85)) -- Disable SSO integration by default ([#89](https://github.com/epam/edp-install/issues/89)) -- Remove artifacthub annotations related to images ([#85](https://github.com/epam/edp-install/issues/85)) -- Update current development version ([#85](https://github.com/epam/edp-install/issues/85)) -- Use github as a default gitserver ([#87](https://github.com/epam/edp-install/issues/87)) -- Update logic for create Sonar and nexus secret([#86](https://github.com/epam/edp-install/issues/86)) -- Align secret name for new secret approach ([#65](https://github.com/epam/edp-install/issues/65)) -- Remove sonar_url and nexus_url depricated values ([#65](https://github.com/epam/edp-install/issues/65)) -- Align external-secret operator provisioning ([#65](https://github.com/epam/edp-install/issues/65)) -- Remove unnecessary kaniko logic for Jenkins templates ([#73](https://github.com/epam/edp-install/issues/73)) -- Rename EDP-Component ([#61](https://github.com/epam/edp-install/issues/61)) -- Update current development version ([#49](https://github.com/epam/edp-install/issues/49)) -- Disable validateMaintainers by default for ct lint ([#49](https://github.com/epam/edp-install/issues/49)) -- Update External Secret integration guide ([#55](https://github.com/epam/edp-install/issues/55)) -- Update jira-integration documentation ([#56](https://github.com/epam/edp-install/issues/56)) -- Update current development version ([#47](https://github.com/epam/edp-install/issues/47)) ### Documentation @@ -93,6 +69,41 @@ _**NOTE**: For details on EDP releases, please refer to the [RELEASES.md](./RELE - Move Google Analytics code injection to build phase ([#112](https://github.com/epam/edp-install/issues/112)) - Update the RELEASES md file ([#112](https://github.com/epam/edp-install/issues/112)) - Update mkdocs to version 9.4.8 ([#113](https://github.com/epam/edp-install/issues/113)) + + + +## [v3.6.0] - 2023-11-03 +### Features + +- Make VCS secret visible in EDP Portal ([#111](https://github.com/epam/edp-install/issues/111)) +- Add public key for artifacts verification ([#103](https://github.com/epam/edp-install/issues/103)) +- Add new Nexus icon, add deptrack and defectdojo links ([#104](https://github.com/epam/edp-install/issues/104)) +- Migrate registry url from EDP component to edp-config configmap ([#98](https://github.com/epam/edp-install/issues/98)) +- Implement integration with docker hub ([#43](https://github.com/epam/edp-install/issues/43)) +- Add label to keycloak secret for visibility in EDP Portal ([#92](https://github.com/epam/edp-install/issues/92)) + +### Bug Fixes + +- Remove sonar, nexus and keycloak operators as a part of edp-install ([#110](https://github.com/epam/edp-install/issues/110)) +- Remove secretKey duplication from registry secrets ([#63](https://github.com/epam/edp-install/issues/63)) + +### Routine + +- Align helm charts versions ([#110](https://github.com/epam/edp-install/issues/110)) +- Remove sonar, nexus and keycloak operators as a part of edp-install ([#110](https://github.com/epam/edp-install/issues/110)) +- Upgrade pull request template ([#107](https://github.com/epam/edp-install/issues/107)) +- Delete unused component ([#101](https://github.com/epam/edp-install/issues/101)) +- Refactor edp-install keycloak-operator components creation ([#101](https://github.com/epam/edp-install/issues/101)) +- Migrate component from targetRealm CR field ([#105](https://github.com/epam/edp-install/issues/105)) +- Refactor edp-install keycloak-operator components creation ([#101](https://github.com/epam/edp-install/issues/101)) +- Make possible use token instead RBAC for openshift registry ([#98](https://github.com/epam/edp-install/issues/98)) +- Update CHANGELOG.md ([#85](https://github.com/epam/edp-install/issues/85)) +- Disable SSO integration by default ([#89](https://github.com/epam/edp-install/issues/89)) +- Remove artifacthub annotations related to images ([#85](https://github.com/epam/edp-install/issues/85)) +- Update current development version ([#85](https://github.com/epam/edp-install/issues/85)) + +### Documentation + - Update artifacts verification page ([#103](https://github.com/epam/edp-install/issues/103)) - Update tekton installation guide ([#110](https://github.com/epam/edp-install/issues/110)) - Artifacts Verification hot fix ([#103](https://github.com/epam/edp-install/issues/103)) @@ -132,6 +143,63 @@ _**NOTE**: For details on EDP releases, please refer to the [RELEASES.md](./RELE - Align DefectDojo secret for the new approach([#65](https://github.com/epam/edp-install/issues/65)) - Align the Install EDP via AWS Marketplace page ([#75](https://github.com/epam/edp-install/issues/75)) - Upgrade EDP to v3.3 to 3.4 hot fix ([#63](https://github.com/epam/edp-install/issues/63)) + + + +## [v3.5.3] - 2023-09-28 +### Routine + +- Align helm charts versions ([#91](https://github.com/epam/edp-install/issues/91)) + + + +## [v3.5.2] - 2023-09-22 +### Routine + +- Disable SSO integration by default ([#89](https://github.com/epam/edp-install/issues/89)) + + + +## [v3.5.1] - 2023-09-22 +### Routine + +- Remove artifacthub annotations related to images ([#85](https://github.com/epam/edp-install/issues/85)) +- Update CHANGELOG.md ([#85](https://github.com/epam/edp-install/issues/85)) + + + +## [v3.5.0] - 2023-09-21 +### Features + +- Remove deprecated edpName parameter ([#76](https://github.com/epam/edp-install/issues/76)) + +### Code Refactoring + +- Migrate keycloak users under sso subsection ([#83](https://github.com/epam/edp-install/issues/83)) +- Add parameter to disable keycloak-operator resource creation for argocd ([#79](https://github.com/epam/edp-install/issues/79)) +- Align VCS secret name pattern ([#77](https://github.com/epam/edp-install/issues/77)) +- Add parameter to disable keycloak-operator resource creation ([#79](https://github.com/epam/edp-install/issues/79)) +- Disable sonar, nexus, gerrit operators deploy as part of edp-install ([#80](https://github.com/epam/edp-install/issues/80)) +- Move tenancyEngine flag out of global section ([#9](https://github.com/epam/edp-install/issues/9)) + +### Routine + +- Align helm charts versions ([#85](https://github.com/epam/edp-install/issues/85)) +- Use github as a default gitserver ([#87](https://github.com/epam/edp-install/issues/87)) +- Update logic for create Sonar and nexus secret([#86](https://github.com/epam/edp-install/issues/86)) +- Align secret name for new secret approach ([#65](https://github.com/epam/edp-install/issues/65)) +- Remove sonar_url and nexus_url depricated values ([#65](https://github.com/epam/edp-install/issues/65)) +- Align external-secret operator provisioning ([#65](https://github.com/epam/edp-install/issues/65)) +- Remove unnecessary kaniko logic for Jenkins templates ([#73](https://github.com/epam/edp-install/issues/73)) +- Rename EDP-Component ([#61](https://github.com/epam/edp-install/issues/61)) +- Update current development version ([#49](https://github.com/epam/edp-install/issues/49)) +- Disable validateMaintainers by default for ct lint ([#49](https://github.com/epam/edp-install/issues/49)) +- Update External Secret integration guide ([#55](https://github.com/epam/edp-install/issues/55)) +- Update jira-integration documentation ([#56](https://github.com/epam/edp-install/issues/56)) +- Update current development version ([#47](https://github.com/epam/edp-install/issues/47)) + +### Documentation + - Update the EDP Project Rules. Working Process page ([#82](https://github.com/epam/edp-install/issues/82)) - DependencyTrack integration ([#78](https://github.com/epam/edp-install/issues/78)) - Update the Install via AWS Marketplace page ([#75](https://github.com/epam/edp-install/issues/75)) @@ -156,4 +224,25 @@ _**NOTE**: For details on EDP releases, please refer to the [RELEASES.md](./RELE - Align DefectDojo integration ([#50](https://github.com/epam/edp-install/issues/50)) -[Unreleased]: https://github.com/epam/edp-install/compare/v3.7.1...HEAD + +## [v3.4.1] - 2023-08-28 +### Routine + +- Align helm charts versions ([#49](https://github.com/epam/edp-install/issues/49)) +- Disable validateMaintainers by default for ct lint ([#49](https://github.com/epam/edp-install/issues/49)) + + + +## [v3.4.0] - 2023-08-18 + +[Unreleased]: https://github.com/epam/edp-install/compare/v3.7.2...HEAD +[v3.7.2]: https://github.com/epam/edp-install/compare/v3.7.1...v3.7.2 +[v3.7.1]: https://github.com/epam/edp-install/compare/v3.7.0...v3.7.1 +[v3.7.0]: https://github.com/epam/edp-install/compare/v3.6.0...v3.7.0 +[v3.6.0]: https://github.com/epam/edp-install/compare/v3.5.3...v3.6.0 +[v3.5.3]: https://github.com/epam/edp-install/compare/v3.5.2...v3.5.3 +[v3.5.2]: https://github.com/epam/edp-install/compare/v3.5.1...v3.5.2 +[v3.5.1]: https://github.com/epam/edp-install/compare/v3.5.0...v3.5.1 +[v3.5.0]: https://github.com/epam/edp-install/compare/v3.4.1...v3.5.0 +[v3.4.1]: https://github.com/epam/edp-install/compare/v3.4.0...v3.4.1 +[v3.4.0]: https://github.com/epam/edp-install/compare/v3.3.0...v3.4.0 diff --git a/deploy-templates/Chart.yaml b/deploy-templates/Chart.yaml index 9a5152847..1c133eed3 100644 --- a/deploy-templates/Chart.yaml +++ b/deploy-templates/Chart.yaml @@ -3,8 +3,8 @@ description: A Helm chart for EDP Install home: https://epam.github.io/edp-install/ name: edp-install type: application -version: 3.7.1 -appVersion: 3.7.1 +version: 3.7.2 +appVersion: 3.7.2 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 0e9ab4b22..122a18b7c 100644 --- a/deploy-templates/README.md +++ b/deploy-templates/README.md @@ -1,6 +1,6 @@ # edp-install -![Version: 3.7.1](https://img.shields.io/badge/Version-3.7.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.7.1](https://img.shields.io/badge/AppVersion-3.7.1-informational?style=flat-square) +![Version: 3.7.2](https://img.shields.io/badge/Version-3.7.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.7.2](https://img.shields.io/badge/AppVersion-3.7.2-informational?style=flat-square) A Helm chart for EDP Install