Skip to content
This repository was archived by the owner on Nov 12, 2023. It is now read-only.

Commit ae96461

Browse files
committed
Bump version to 2.13.0
1 parent f6b958e commit ae96461

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<a name="unreleased"></a>
22
## [Unreleased]
33

4+
5+
<a name="v2.13.0"></a>
6+
## [v2.13.0] - 2023-03-25
47
### Features
58

69
- Added a stub linter [EPMDEDP-10536](https://jiraeu.epam.com/browse/EPMDEDP-10536)
@@ -15,6 +18,9 @@
1518
### Routine
1619

1720
- Update current development version [EPMDEDP-10274](https://jiraeu.epam.com/browse/EPMDEDP-10274)
21+
- Update git-chglog for perf-operator [EPMDEDP-11518](https://jiraeu.epam.com/browse/EPMDEDP-11518)
22+
- Bump golang.org/x/net from 0.5.0 to 0.8.0 [EPMDEDP-11578](https://jiraeu.epam.com/browse/EPMDEDP-11578)
23+
- Upgrade alpine image version to 3.16.4 [EPMDEDP-11764](https://jiraeu.epam.com/browse/EPMDEDP-11764)
1824

1925
### Documentation
2026

@@ -122,7 +128,8 @@
122128
<a name="v2.7.0"></a>
123129
## v2.7.0 - 2021-12-03
124130

125-
[Unreleased]: https://github.com/epam/edp-perf-operator/compare/v2.12.0...HEAD
131+
[Unreleased]: https://github.com/epam/edp-perf-operator/compare/v2.13.0...HEAD
132+
[v2.13.0]: https://github.com/epam/edp-perf-operator/compare/v2.12.0...v2.13.0
126133
[v2.12.0]: https://github.com/epam/edp-perf-operator/compare/v2.11.0...v2.12.0
127134
[v2.11.0]: https://github.com/epam/edp-perf-operator/compare/v2.10.0...v2.11.0
128135
[v2.10.0]: https://github.com/epam/edp-perf-operator/compare/v2.9.0...v2.10.0

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

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

55
A Helm chart for EDP Perf Operator
66

0 commit comments

Comments
 (0)