Skip to content

Commit 59250d2

Browse files
committed
Bump version to 3.5.3
1 parent 48cc5db commit 59250d2

File tree

3 files changed

+60
-6
lines changed

3 files changed

+60
-6
lines changed

CHANGELOG.md

Lines changed: 57 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,65 @@ _**NOTE**: For details on EDP releases, please refer to the [RELEASES.md](./RELE
1111
## [Unreleased]
1212

1313

14-
<a name="v3.5.2"></a>
15-
## v3.5.2 - 2023-09-22
14+
<a name="v3.5.3"></a>
15+
## v3.5.3 - 2023-09-28
16+
### Features
17+
18+
- Remove deprecated edpName parameter ([#76](https://github.com/epam/edp-install/issues/76))
19+
20+
### Code Refactoring
21+
22+
- Migrate keycloak users under sso subsection ([#83](https://github.com/epam/edp-install/issues/83))
23+
- Add parameter to disable keycloak-operator resource creation for argocd ([#79](https://github.com/epam/edp-install/issues/79))
24+
- Align VCS secret name pattern ([#77](https://github.com/epam/edp-install/issues/77))
25+
- Add parameter to disable keycloak-operator resource creation ([#79](https://github.com/epam/edp-install/issues/79))
26+
- Disable sonar, nexus, gerrit operators deploy as part of edp-install ([#80](https://github.com/epam/edp-install/issues/80))
27+
- Move tenancyEngine flag out of global section ([#9](https://github.com/epam/edp-install/issues/9))
28+
1629
### Routine
1730

31+
- Align helm charts versions ([#91](https://github.com/epam/edp-install/issues/91))
1832
- Disable SSO integration by default ([#89](https://github.com/epam/edp-install/issues/89))
33+
- Remove artifacthub annotations related to images ([#85](https://github.com/epam/edp-install/issues/85))
34+
- Update CHANGELOG.md ([#85](https://github.com/epam/edp-install/issues/85))
35+
- Align helm charts versions ([#85](https://github.com/epam/edp-install/issues/85))
36+
- Use github as a default gitserver ([#87](https://github.com/epam/edp-install/issues/87))
37+
- Update logic for create Sonar and nexus secret([#86](https://github.com/epam/edp-install/issues/86))
38+
- Align secret name for new secret approach ([#65](https://github.com/epam/edp-install/issues/65))
39+
- Remove sonar_url and nexus_url depricated values ([#65](https://github.com/epam/edp-install/issues/65))
40+
- Align external-secret operator provisioning ([#65](https://github.com/epam/edp-install/issues/65))
41+
- Remove unnecessary kaniko logic for Jenkins templates ([#73](https://github.com/epam/edp-install/issues/73))
42+
- Rename EDP-Component ([#61](https://github.com/epam/edp-install/issues/61))
43+
- Update current development version ([#49](https://github.com/epam/edp-install/issues/49))
44+
- Disable validateMaintainers by default for ct lint ([#49](https://github.com/epam/edp-install/issues/49))
45+
- Update External Secret integration guide ([#55](https://github.com/epam/edp-install/issues/55))
46+
- Update jira-integration documentation ([#56](https://github.com/epam/edp-install/issues/56))
47+
- Update current development version ([#47](https://github.com/epam/edp-install/issues/47))
48+
49+
### Documentation
50+
51+
- Update the EDP Project Rules. Working Process page ([#82](https://github.com/epam/edp-install/issues/82))
52+
- DependencyTrack integration ([#78](https://github.com/epam/edp-install/issues/78))
53+
- Update the Install via AWS Marketplace page ([#75](https://github.com/epam/edp-install/issues/75))
54+
- Rename edp namespace in the only right way ([#71](https://github.com/epam/edp-install/issues/71))
55+
- Describe AWS Marketplace Install flow ([#75](https://github.com/epam/edp-install/issues/75))
56+
- Add the Add-Ons Overview page to mkdocs ([#62](https://github.com/epam/edp-install/issues/62))
57+
- Update the Supported Versions page and Manage Namespace pages ([#71](https://github.com/epam/edp-install/issues/71))
58+
- Update defect dojo integration for use ci-user instead of admin ([#70](https://github.com/epam/edp-install/issues/70))
59+
- Add article to upgrade EDP to 3.4 version ([#57](https://github.com/epam/edp-install/issues/57))
60+
- Align edp-install documentation ([#58](https://github.com/epam/edp-install/issues/58))
61+
- Align Harbor integration ([#54](https://github.com/epam/edp-install/issues/54))
62+
- Align DefectDojo integration ([#50](https://github.com/epam/edp-install/issues/50))
63+
- Put correct URL rewrites for old pages ([#60](https://github.com/epam/edp-install/issues/60))
64+
- Ensure we still can service traffic on old URL ([#60](https://github.com/epam/edp-install/issues/60))
65+
- Remove the headlamp prefix from documentation materials ([#60](https://github.com/epam/edp-install/issues/60))
66+
- Bump tekton version ([#59](https://github.com/epam/edp-install/issues/59))
67+
- Align SonarQube integration([#52](https://github.com/epam/edp-install/issues/52))
68+
- Align Nexus Sonatype integration([#53](https://github.com/epam/edp-install/issues/53))
69+
- Update the RELEASES.md file ([#51](https://github.com/epam/edp-install/issues/51))
70+
- Install and integration with external Nexus Sonatype ([#53](https://github.com/epam/edp-install/issues/53))
71+
- Align SonarQube integration ([#52](https://github.com/epam/edp-install/issues/52))
72+
- Align DefectDojo integration ([#50](https://github.com/epam/edp-install/issues/50))
1973

2074

21-
[Unreleased]: https://github.com/epam/edp-install/compare/v3.5.2...HEAD
75+
[Unreleased]: https://github.com/epam/edp-install/compare/v3.5.3...HEAD

deploy-templates/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ description: A Helm chart for EDP Install
33
home: https://epam.github.io/edp-install/
44
name: edp-install
55
type: application
6-
version: 3.5.2
7-
appVersion: 3.5.2
6+
version: 3.5.3
7+
appVersion: 3.5.3
88
icon: https://epam.github.io/edp-install/assets/logo.png
99
keywords:
1010
- edp

deploy-templates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# edp-install
22

3-
![Version: 3.5.2](https://img.shields.io/badge/Version-3.5.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.5.2](https://img.shields.io/badge/AppVersion-3.5.2-informational?style=flat-square)
3+
![Version: 3.5.3](https://img.shields.io/badge/Version-3.5.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.5.3](https://img.shields.io/badge/AppVersion-3.5.3-informational?style=flat-square)
44

55
A Helm chart for EDP Install
66

0 commit comments

Comments
 (0)