Skip to content

Commit

Permalink
chore: Update current development version (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
MykolaMarusenko committed Jan 24, 2025
1 parent c2433bf commit 7613595
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@
## [Unreleased]


<a name="v0.16.0"></a>
## [v0.16.0] - 2025-01-24
### Features

- Add APPLICATIONS_PAYLOAD results to deploy tasks ([#413](https://github.com/epam/edp-tekton/issues/413))

### Bug Fixes

- Update voting tasks ([#386](https://github.com/epam/edp-tekton/issues/386))
- Fix pipeline status report ([#385](https://github.com/epam/edp-tekton/issues/385))
- Update Naming Convention for gradle cm ([#384](https://github.com/epam/edp-tekton/issues/384))

### Routine

- Update current development version ([#419](https://github.com/epam/edp-tekton/issues/419))
- Rename parameter edp-gitops to krci-gitops ([#417](https://github.com/epam/edp-tekton/issues/417))
- Make QuickLink installation optional ([#409](https://github.com/epam/edp-tekton/issues/409))
- Migrate Tekton Dashboard to cluster add-ons repo ([#406](https://github.com/epam/edp-tekton/issues/406))
- Add Build and Review pipelines for GitOps repo ([#415](https://github.com/epam/edp-tekton/issues/415))
- Bump dotnet sonar image version for report push([#411](https://github.com/epam/edp-tekton/issues/411))
- Align pipelineRun name patterns ([#404](https://github.com/epam/edp-tekton/issues/404))
- Update current development version ([#400](https://github.com/epam/edp-tekton/issues/400))


<a name="v0.15.0"></a>
## [v0.15.0] - 2025-01-10
### Features
Expand Down Expand Up @@ -585,7 +609,8 @@ to CD Pipeline
<a name="v0.6.0"></a>
## [v0.6.0] - 2023-08-18

[Unreleased]: https://github.com/epam/edp-tekton/compare/v0.15.0...HEAD
[Unreleased]: https://github.com/epam/edp-tekton/compare/v0.16.0...HEAD
[v0.16.0]: https://github.com/epam/edp-tekton/compare/v0.15.0...v0.16.0
[v0.15.0]: https://github.com/epam/edp-tekton/compare/v0.14.0...v0.15.0
[v0.14.0]: https://github.com/epam/edp-tekton/compare/v0.13.0...v0.14.0
[v0.13.0]: https://github.com/epam/edp-tekton/compare/v0.12.0...v0.13.0
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 KubeRocketCI Tekton Pipelines
home: https://docs.kuberocketci.io
name: edp-tekton
type: application
version: 0.16.0-SNAPSHOT
appVersion: 0.16.0-SNAPSHOT
version: 0.17.0-SNAPSHOT
appVersion: 0.17.0-SNAPSHOT
icon: https://docs.kuberocketci.io/img/logo.svg
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.16.0-SNAPSHOT](https://img.shields.io/badge/Version-0.16.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.16.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-0.16.0--SNAPSHOT-informational?style=flat-square)
![Version: 0.17.0-SNAPSHOT](https://img.shields.io/badge/Version-0.17.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.17.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-0.17.0--SNAPSHOT-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 KubeRocketCI Tekton Pipelines
Expand Down

0 comments on commit 7613595

Please sign in to comment.