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

Commit

Permalink
Bump version to 2.12.0
Browse files Browse the repository at this point in the history
Change-Id: If61f8c4b84faa4bbcb809c53e25f1482b02780ba
  • Loading branch information
epmd-edp committed May 17, 2022
1 parent ef8ff75 commit 7ef5f11
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<a name="unreleased"></a>
## [Unreleased]


<a name="v2.12.0"></a>
## [v2.12.0] - 2022-04-27
### Features

- Add Container as a library [EPMDEDP-8341](https://jiraeu.epam.com/browse/EPMDEDP-8341)
Expand Down Expand Up @@ -29,6 +32,7 @@
- Implement v2 get "/cd-pipeline/{pipelinename}/overview" request [EPMDEDP-8802](https://jiraeu.epam.com/browse/EPMDEDP-8802)
- Implemented POST /v2/admin/edp/codebase/branch/delete request in chi-router. [EPMDEDP-8814](https://jiraeu.epam.com/browse/EPMDEDP-8814)
- Add additional logging [EPMDEDP-8821](https://jiraeu.epam.com/browse/EPMDEDP-8821)
- Ability to set suffix for branch version [EPMDEDP-8945](https://jiraeu.epam.com/browse/EPMDEDP-8945)

### Bug Fixes

Expand All @@ -52,7 +56,16 @@
- Update current development version [EPMDEDP-8383](https://jiraeu.epam.com/browse/EPMDEDP-8383)
- extended logging for the get stage info request. [EPMDEDP-8497](https://jiraeu.epam.com/browse/EPMDEDP-8497)
- Update base docker image to alpine 3.15.4 [EPMDEDP-8853](https://jiraeu.epam.com/browse/EPMDEDP-8853)
- Update changelog [EPMDEDP-9185](https://jiraeu.epam.com/browse/EPMDEDP-9185)

### BREAKING CHANGE:


use gorilla's csrf implementation instead of beego's xsrf.


<a name="v2.11.5"></a>
## [v2.11.5] - 2022-05-17

<a name="v2.11.4"></a>
## [v2.11.4] - 2022-03-15
Expand Down Expand Up @@ -180,7 +193,9 @@
- [EPMDEDP-3929] Add new action type to display in Action Log table


[Unreleased]: https://github.com/epam/edp-admin-console/compare/v2.11.4...HEAD
[Unreleased]: https://github.com/epam/edp-admin-console/compare/v2.12.0...HEAD
[v2.12.0]: https://github.com/epam/edp-admin-console/compare/v2.11.5...v2.12.0
[v2.11.5]: https://github.com/epam/edp-admin-console/compare/v2.11.4...v2.11.5
[v2.11.4]: https://github.com/epam/edp-admin-console/compare/v2.11.3...v2.11.4
[v2.11.3]: https://github.com/epam/edp-admin-console/compare/v2.11.2...v2.11.3
[v2.11.2]: https://github.com/epam/edp-admin-console/compare/v2.11.1...v2.11.2
Expand Down

0 comments on commit 7ef5f11

Please sign in to comment.