Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
epmd-edp committed Nov 11, 2024
1 parent 4bd0533 commit 58794af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
<a name="unreleased"></a>
## [Unreleased]


<a name="v0.1.0"></a>
## v0.1.0 - 2024-11-11
### Features

- Extend ApprovalTask with approval details
- Add ApprovalTask description support

### 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
Expand All @@ -24,7 +29,4 @@
- Update documentation


<a name="v0.0.1"></a>
## 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
4 changes: 2 additions & 2 deletions deploy-templates/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58794af

Please sign in to comment.