From 761359565d359dbffb07ce6ea169ddefdced9d25 Mon Sep 17 00:00:00 2001 From: Mykola Marusenko Date: Fri, 24 Jan 2025 16:42:07 +0200 Subject: [PATCH] chore: Update current development version (#419) --- CHANGELOG.md | 27 ++++++++++++++++++++++++++- charts/pipelines-library/Chart.yaml | 4 ++-- charts/pipelines-library/README.md | 2 +- 3 files changed, 29 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5341bb26..b3e02542 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ ## [Unreleased] + +## [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)) + + ## [v0.15.0] - 2025-01-10 ### Features @@ -585,7 +609,8 @@ to CD Pipeline ## [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 diff --git a/charts/pipelines-library/Chart.yaml b/charts/pipelines-library/Chart.yaml index 8a159150..c4994c8b 100644 --- a/charts/pipelines-library/Chart.yaml +++ b/charts/pipelines-library/Chart.yaml @@ -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 diff --git a/charts/pipelines-library/README.md b/charts/pipelines-library/README.md index 3a92d993..eebc9c63 100644 --- a/charts/pipelines-library/README.md +++ b/charts/pipelines-library/README.md @@ -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