Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): updated changelog and chart version to prepare for release 0.0.3 #31

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
All notable changes to this project will be documented in this file.

## [0.0.3](https://github.com/eclipse-tractusx/ssi-dim-wallet-stub/compare/0.0.2...0.0.3) - 2024-11-20

# Added
* feat: Enhancing Wallet Stub with BDRS function in https://github.com/eclipse-tractusx/ssi-dim-wallet-stub/issues/29
4 changes: 2 additions & 2 deletions charts/ssi-dim-wallet-stub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ name: ssi-dim-wallet-stub
description: |
A Helm chart to deploy SSI DIM wallet stub in kubernetes cluster
type: application
version: 0.1.2
appVersion: "0.0.2"
version: 0.1.3
appVersion: "0.0.3"
home: https://github.com/eclipse-tractusx/ssi-dim-wallet-stub/tree/main/charts/ssi-dim-wallet-stub
sources:
- https://github.com/eclipse-tractusx/ssi-dim-wallet-stub/tree/main/charts/ssi-dim-wallet-stub
Expand Down
2 changes: 1 addition & 1 deletion charts/ssi-dim-wallet-stub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ wallet:
# -- PullPolicy
pullPolicy: IfNotPresent
# -- Image tag (empty one will use "appVersion" value from chart definition)
tag: "latest"
tag: ""

resources:
requests:
Expand Down
Loading