From 58794af4df8b07ae03d3d8f00477a2ea60af6d63 Mon Sep 17 00:00:00 2001 From: edp-bot Date: Mon, 11 Nov 2024 17:09:39 +0000 Subject: [PATCH] Bump version to 0.1.0 --- CHANGELOG.md | 10 ++++++---- deploy-templates/Chart.yaml | 4 ++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc981f7..a9bd513 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ ## [Unreleased] + + +## v0.1.0 - 2024-11-11 ### Features - Extend ApprovalTask with approval details @@ -8,10 +11,12 @@ ### Bug Fixes +- Set correct image name in release action - Update dependencies and Makefile files ### Routine +- Add changelog generator - Update Chart.yaml documentation - Add templates for github issues - Update dependabot.yml @@ -24,7 +29,4 @@ - Update documentation - -## v0.0.1 - 2024-10-27 - -[Unreleased]: https://github.com/KubeRocketCI/tekton-custom-task/compare/v0.0.1...HEAD +[Unreleased]: https://github.com/KubeRocketCI/tekton-custom-task/compare/v0.1.0...HEAD diff --git a/deploy-templates/Chart.yaml b/deploy-templates/Chart.yaml index aff26c6..409d14c 100644 --- a/deploy-templates/Chart.yaml +++ b/deploy-templates/Chart.yaml @@ -23,8 +23,8 @@ annotations: artifacthub.io/license: Apache-2.0 artifacthub.io/operator: "true" artifacthub.io/images: | - - name: tekton-custom-task:0.1.0-SNAPSHOT.10 - image: epamedp/tekton-custom-task:0.1.0-SNAPSHOT.10 + - name: tekton-custom-task:0.1.0 + image: epamedp/tekton-custom-task:0.1.0 artifacthub.io/operatorCapabilities: Full Lifecycle artifacthub.io/crds: | - kind: ApprovalTask