Skip to content

Commit ec1adcc

Browse files
committed
Bump version to 2.17.0
1 parent 2d77909 commit ec1adcc

File tree

3 files changed

+26
-6
lines changed

3 files changed

+26
-6
lines changed

CHANGELOG.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,51 @@
11
<a name="unreleased"></a>
22
## [Unreleased]
33

4+
5+
<a name="v2.17.0"></a>
6+
## [v2.17.0] - 2023-08-15
47
### Features
58

9+
- Align template for helm-docs [EPMDEDP-10380](https://jiraeu.epam.com/browse/EPMDEDP-10380)
610
- Make Codebase GitUrlPath required [EPMDEDP-11431](https://jiraeu.epam.com/browse/EPMDEDP-11431)
11+
- Render template for helm-docs [EPMDEDP-11537](https://jiraeu.epam.com/browse/EPMDEDP-11537)
712
- Make Codebase versioning StartFrom required for edp version type [EPMDEDP-11958](https://jiraeu.epam.com/browse/EPMDEDP-11958)
813
- Create Sonar config file during the import strategy [EPMDEDP-11993](https://jiraeu.epam.com/browse/EPMDEDP-11993)
914
- Make Codebase framework mandatory field [EPMDEDP-11995](https://jiraeu.epam.com/browse/EPMDEDP-11995)
1015
- Disallow the use of '--' characters in the Codebase name [EPMDEDP-12008](https://jiraeu.epam.com/browse/EPMDEDP-12008)
1116
- Add additional printer columns for codebase resources [EPMDEDP-12184](https://jiraeu.epam.com/browse/EPMDEDP-12184)
17+
- Add SkipWebhookSSLVerification parameter to GitServer [EPMDEDP-12222](https://jiraeu.epam.com/browse/EPMDEDP-12222)
18+
- Add imagePullSecrets usage by default [EPMDEDP-12241](https://jiraeu.epam.com/browse/EPMDEDP-12241)
19+
- Introduce Template management support [EPMDEDP-12267](https://jiraeu.epam.com/browse/EPMDEDP-12267)
20+
- Remove perf-operator dependency [EPMDEDP-12289](https://jiraeu.epam.com/browse/EPMDEDP-12289)
1221

1322
### Bug Fixes
1423

24+
- Increase test coverage for CopyHelmChartTemplates [EPMDEDP-11537](https://jiraeu.epam.com/browse/EPMDEDP-11537)
1525
- Codebase creation failed for an empty project [EPMDEDP-12137](https://jiraeu.epam.com/browse/EPMDEDP-12137)
1626
- Set default codebase branch for GitLab/GitHub [EPMDEDP-12145](https://jiraeu.epam.com/browse/EPMDEDP-12145)
1727
- Jira integration failed after the update to Jira 9.4.5 [EPMDEDP-12194](https://jiraeu.epam.com/browse/EPMDEDP-12194)
28+
- Set default deploymentScript for codebase to helm-chart [EPMDEDP-12267](https://jiraeu.epam.com/browse/EPMDEDP-12267)
1829

1930
### Code Refactoring
2031

2132
- Optimize repositories cloning [EPMDEDP-12096](https://jiraeu.epam.com/browse/EPMDEDP-12096)
2233

2334
### Routine
2435

36+
- Update readme template [EPMDEDP-10380](https://jiraeu.epam.com/browse/EPMDEDP-10380)
2537
- Update current development version [EPMDEDP-11826](https://jiraeu.epam.com/browse/EPMDEDP-11826)
2638
- Remove liveness and readiness probe hardcode from helm templates [EPMDEDP-11986](https://jiraeu.epam.com/browse/EPMDEDP-11986)
27-
- Fix sonar exclusions for git.go [EPMDEDP-12162](https://jiraeu.epam.com/browse/EPMDEDP-12162)
2839
- Disable git provider from sonar code coverage [EPMDEDP-12162](https://jiraeu.epam.com/browse/EPMDEDP-12162)
40+
- Fix sonar exclusions for git.go [EPMDEDP-12162](https://jiraeu.epam.com/browse/EPMDEDP-12162)
2941
- Add printcolumn in CRs for better UX [EPMDEDP-12184](https://jiraeu.epam.com/browse/EPMDEDP-12184)
42+
- Update logging output [EPMDEDP-12222](https://jiraeu.epam.com/browse/EPMDEDP-12222)
43+
- Bump alpine docker image to 3.18.2 [EPMDEDP-12253](https://jiraeu.epam.com/browse/EPMDEDP-12253)
44+
- Bump alpine docker image to 3.18.2 [EPMDEDP-12253](https://jiraeu.epam.com/browse/EPMDEDP-12253)
45+
- Add additional printcolumns for Template [EPMDEDP-12267](https://jiraeu.epam.com/browse/EPMDEDP-12267)
46+
- Remove deprecated resources Gittag and Imagestreamtag [EPMDEDP-12283](https://jiraeu.epam.com/browse/EPMDEDP-12283)
47+
- Add HCL language support [EPMDEDP-12291](https://jiraeu.epam.com/browse/EPMDEDP-12291)
48+
- Bump alpine docker image to 3.18.3 [EPMDEDP-12461](https://jiraeu.epam.com/browse/EPMDEDP-12461)
3049

3150

3251
<a name="v2.16.0"></a>
@@ -57,7 +76,6 @@
5776
### Routine
5877

5978
- Update current development version [EPMDEDP-11472](https://jiraeu.epam.com/browse/EPMDEDP-11472)
60-
- Upgrade alpine image version to 3.16.4 [EPMDEDP-11764](https://jiraeu.epam.com/browse/EPMDEDP-11764)
6179
- Refactor codebase template chart [EPMDEDP-11846](https://jiraeu.epam.com/browse/EPMDEDP-11846)
6280
- Remove unused templates [EPMDEDP-11915](https://jiraeu.epam.com/browse/EPMDEDP-11915)
6381
- Add templates for github issues [EPMDEDP-11928](https://jiraeu.epam.com/browse/EPMDEDP-11928)
@@ -115,6 +133,7 @@
115133
- Updated cd-pipeline-operator dependency [EPMDEDP-11275](https://jiraeu.epam.com/browse/EPMDEDP-11275)
116134
- Update git-chglog for codebase-operator [EPMDEDP-11518](https://jiraeu.epam.com/browse/EPMDEDP-11518)
117135
- Bump golang.org/x/net from 0.5.0 to 0.8.0 [EPMDEDP-11578](https://jiraeu.epam.com/browse/EPMDEDP-11578)
136+
- Upgrade alpine image version to 3.16.4 [EPMDEDP-11764](https://jiraeu.epam.com/browse/EPMDEDP-11764)
118137

119138

120139
<a name="v2.14.1"></a>
@@ -415,7 +434,8 @@ Jenkins pipelines for code-review, build, create-release flow.
415434
- [MDTUDDM-673] Save git status in the intermediate operations
416435

417436

418-
[Unreleased]: https://github.com/epam/edp-codebase-operator/compare/v2.16.0...HEAD
437+
[Unreleased]: https://github.com/epam/edp-codebase-operator/compare/v2.17.0...HEAD
438+
[v2.17.0]: https://github.com/epam/edp-codebase-operator/compare/v2.16.0...v2.17.0
419439
[v2.16.0]: https://github.com/epam/edp-codebase-operator/compare/v2.15.0...v2.16.0
420440
[v2.15.0]: https://github.com/epam/edp-codebase-operator/compare/v2.14.1...v2.15.0
421441
[v2.14.1]: https://github.com/epam/edp-codebase-operator/compare/v2.14.0...v2.14.1

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 Codebase Operator
33
home: https://epam.github.io/edp-install/
44
name: codebase-operator
55
type: application
6-
version: 2.17.0-SNAPSHOT
7-
appVersion: 2.17.0-SNAPSHOT
6+
version: 2.17.0
7+
appVersion: 2.17.0
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
# codebase-operator
22

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

55
A Helm chart for EDP Codebase Operator
66

0 commit comments

Comments
 (0)