Skip to content

Commit

Permalink
Bump version to 0.2.2
Browse files Browse the repository at this point in the history
Change-Id: I8ac20f5c26565a5b3883b8b2dd4b4493df1abc8c
  • Loading branch information
epmd-edp committed Dec 13, 2022
1 parent a3a9c15 commit 76d5b22
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 11 deletions.
40 changes: 38 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,43 @@
## [Unreleased]


<a name="v0.2.2"></a>
## [v0.2.2] - 2022-12-13
### Features

- Update link to tekton-dashboard [EPMDEDP-11027](https://jiraeu.epam.com/browse/EPMDEDP-11027)
- Implement tekton-dashboard dependency [EPMDEDP-11027](https://jiraeu.epam.com/browse/EPMDEDP-11027)
- Implement tekton dashboard with impersonation [EPMDEDP-11027](https://jiraeu.epam.com/browse/EPMDEDP-11027)
- Implement Pipeline for Operator SDK [EPMDEDP-11075](https://jiraeu.epam.com/browse/EPMDEDP-11075)
- Use Interceptor instead of ClusterInterceptor [EPMDEDP-11138](https://jiraeu.epam.com/browse/EPMDEDP-11138)

### Bug Fixes

- Change include for review [EPMDEDP-11075](https://jiraeu.epam.com/browse/EPMDEDP-11075)
- Change Image Version for Operator Sdk [EPMDEDP-11075](https://jiraeu.epam.com/browse/EPMDEDP-11075)
- Rename golang-build to golang for gitlab pipelines [EPMDEDP-11144](https://jiraeu.epam.com/browse/EPMDEDP-11144)
- Remove changeNumber and patchsetNumber parameters from build pipelines for GitHub [EPMDEDP-11153](https://jiraeu.epam.com/browse/EPMDEDP-11153)

### Code Refactoring

- Remove unused tektonUrl param [EPMDEDP-11027](https://jiraeu.epam.com/browse/EPMDEDP-11027)
- Switch tekton dashboard from cluster to namespace [EPMDEDP-11027](https://jiraeu.epam.com/browse/EPMDEDP-11027)

### Routine

- Updated tekton dependencies [EPMDEDP-11027](https://jiraeu.epam.com/browse/EPMDEDP-11027)
- Use Role instead of ClusterRole for interceptor [EPMDEDP-11028](https://jiraeu.epam.com/browse/EPMDEDP-11028)
- Use namespaced edp interceptor for EventListeners [EPMDEDP-11028](https://jiraeu.epam.com/browse/EPMDEDP-11028)
- Bump up Kaniko to latest stable version [EPMDEDP-11088](https://jiraeu.epam.com/browse/EPMDEDP-11088)
- Update pruner logic [EPMDEDP-11109](https://jiraeu.epam.com/browse/EPMDEDP-11109)
- Define git-refspec parameter [EPMDEDP-11119](https://jiraeu.epam.com/browse/EPMDEDP-11119)
- Remove changeNumber and patchsetNumber from gitlab build pipelines [EPMDEDP-11143](https://jiraeu.epam.com/browse/EPMDEDP-11143)
- Add finally block which contains update-cbb Tasks [EPMDEDP-11183](https://jiraeu.epam.com/browse/EPMDEDP-11183)
- Add update-cbb block to common-library [EPMDEDP-11183](https://jiraeu.epam.com/browse/EPMDEDP-11183)


<a name="v0.2.1"></a>
## [v0.2.1] - 2022-12-03
## [v0.2.1] - 2022-12-05
### Bug Fixes

- GitHub event change target branch from head.ref to base.ref [EPMDEDP-11124](https://jiraeu.epam.com/browse/EPMDEDP-11124)
Expand Down Expand Up @@ -372,7 +407,8 @@
<a name="v0.1.0"></a>
## v0.1.0 - 2022-08-23

[Unreleased]: https://github.com/epam/edp-tekton/compare/v0.2.1...HEAD
[Unreleased]: https://github.com/epam/edp-tekton/compare/v0.2.2...HEAD
[v0.2.2]: https://github.com/epam/edp-tekton/compare/v0.2.1...v0.2.2
[v0.2.1]: https://github.com/epam/edp-tekton/compare/v0.2.0...v0.2.1
[v0.2.0]: https://github.com/epam/edp-tekton/compare/v0.1.9...v0.2.0
[v0.1.9]: https://github.com/epam/edp-tekton/compare/v0.1.8...v0.1.9
Expand Down
4 changes: 2 additions & 2 deletions charts/custom-pipelines/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description: A Helm chart for EDP4EDP Tekton Pipelines
home: https://epam.github.io/edp-install/
name: edp-custom-pipelines
type: application
version: 0.2.1
appVersion: 0.2.1
version: 0.2.2
appVersion: 0.2.2
icon: https://epam.github.io/edp-install/assets/logo.png
keywords:
- cd
Expand Down
2 changes: 1 addition & 1 deletion charts/custom-pipelines/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# edp-custom-pipelines

![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.1](https://img.shields.io/badge/AppVersion-0.2.1-informational?style=flat-square)
![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.2](https://img.shields.io/badge/AppVersion-0.2.2-informational?style=flat-square)
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/epmdedp)](https://artifacthub.io/packages/search?repo=epmdedp)

A Helm chart for EDP4EDP Tekton Pipelines
Expand Down
4 changes: 2 additions & 2 deletions charts/pipelines-library/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description: A Helm chart for EDP Tekton Pipelines
home: https://epam.github.io/edp-install/
name: edp-tekton
type: application
version: 0.2.1
appVersion: 0.2.1
version: 0.2.2
appVersion: 0.2.2
icon: https://epam.github.io/edp-install/assets/logo.png
keywords:
- edp
Expand Down
2 changes: 1 addition & 1 deletion charts/pipelines-library/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# edp-tekton

![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.1](https://img.shields.io/badge/AppVersion-0.2.1-informational?style=flat-square)
![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.2](https://img.shields.io/badge/AppVersion-0.2.2-informational?style=flat-square)
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/epmdedp)](https://artifacthub.io/packages/search?repo=epmdedp)

A Helm chart for EDP Tekton Pipelines
Expand Down
4 changes: 2 additions & 2 deletions charts/tekton-dashboard/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description: Tekton dashboard
home: https://epam.github.io/edp-install/
name: edp-tekton-dashboard
type: application
version: 0.30.0
appVersion: 0.30.0
version: 0.2.2
appVersion: 0.2.2
icon: https://epam.github.io/edp-install/assets/logo.png
keywords:
- edp
Expand Down
2 changes: 1 addition & 1 deletion charts/tekton-dashboard/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# edp-tekton-dashboard

![Version: 0.30.0](https://img.shields.io/badge/Version-0.30.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.30.0](https://img.shields.io/badge/AppVersion-0.30.0-informational?style=flat-square)
![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.2](https://img.shields.io/badge/AppVersion-0.2.2-informational?style=flat-square)

Tekton dashboard

Expand Down

0 comments on commit 76d5b22

Please sign in to comment.