Skip to content

Commit

Permalink
chore: Update current development version (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
MykolaMarusenko committed Dec 12, 2024
1 parent b005e10 commit a6a7dfa
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 4 deletions.
38 changes: 37 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,41 @@
## [Unreleased]


<a name="v0.14.0"></a>
## [v0.14.0] - 2024-12-12
### Features

- Enable configuration to disable pipeline by codebses ([#365](https://github.com/epam/edp-tekton/issues/365))
- Add support kubeconfig in clean pipeline([#350](https://github.com/epam/edp-tekton/issues/350))
- Implement parameter to set image repository ([#348](https://github.com/epam/edp-tekton/issues/348))

### Bug Fixes

- Sonar image name resource mapping in pipelines([#375](https://github.com/epam/edp-tekton/issues/375))
- Align resourceMapping for gradle sonar([#375](https://github.com/epam/edp-tekton/issues/375))
- Fix NaN sync error in deployment process ([#363](https://github.com/epam/edp-tekton/issues/363))
- Add handler to check sonar availability ([#356](https://github.com/epam/edp-tekton/issues/356))
- Set correct repository for chart-testing task ([#348](https://github.com/epam/edp-tekton/issues/348))

### Routine

- Bump tekton-cache version ([#379](https://github.com/epam/edp-tekton/issues/379))
- Bumo tekton-cache version ([#379](https://github.com/epam/edp-tekton/issues/379))
- Update tekton-cd-pipeline image version ([#373](https://github.com/epam/edp-tekton/issues/373))
- Bump gradle image version([#369](https://github.com/epam/edp-tekton/issues/369))
- Align quotation marks regex patterns gradle([#370](https://github.com/epam/edp-tekton/issues/370))
- Standardize Tekton Agents Image Versions ([#367](https://github.com/epam/edp-tekton/issues/367))
- Enable deployment env variables in CD pipelines([#360](https://github.com/epam/edp-tekton/issues/360))
- Update sonar project creation logic ([#356](https://github.com/epam/edp-tekton/issues/356))
- Disable GitLab trigger on reviewer change ([#358](https://github.com/epam/edp-tekton/issues/358))
- Add scripts to transfer images to ECR ([#348](https://github.com/epam/edp-tekton/issues/348))
- Set correct image tag for kaniko task ([#348](https://github.com/epam/edp-tekton/issues/348))
- Increase resources for get-cache task ([#348](https://github.com/epam/edp-tekton/issues/348))
- Update Pull Request Template ([#56](https://github.com/epam/edp-tekton/issues/56))
- Update default terraform version to 1.5.7 ([#345](https://github.com/epam/edp-tekton/issues/345))
- Update current development version ([#341](https://github.com/epam/edp-tekton/issues/341))


<a name="v0.13.0"></a>
## [v0.13.0] - 2024-10-18
### Features
Expand Down Expand Up @@ -528,7 +563,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.13.0...HEAD
[Unreleased]: https://github.com/epam/edp-tekton/compare/v0.14.0...HEAD
[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
[v0.12.0]: https://github.com/epam/edp-tekton/compare/v0.11.0...v0.12.0
[v0.11.0]: https://github.com/epam/edp-tekton/compare/v0.10.2...v0.11.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.14.0-SNAPSHOT
appVersion: 0.14.0-SNAPSHOT
version: 0.15.0-SNAPSHOT
appVersion: 0.15.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.14.0-SNAPSHOT](https://img.shields.io/badge/Version-0.14.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.14.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-0.14.0--SNAPSHOT-informational?style=flat-square)
![Version: 0.15.0-SNAPSHOT](https://img.shields.io/badge/Version-0.15.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.15.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-0.15.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 a6a7dfa

Please sign in to comment.