Skip to content

Commit

Permalink
release 0.2.0 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-alisafaee authored Aug 26, 2024
1 parent 2bb3647 commit a37a16f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

v0.2.0
------

- add support for secret decryption

v0.1.8
------

- error resilience when mounting fails

v0.1.7
------

Expand Down
2 changes: 1 addition & 1 deletion deploy/chartpress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ charts:
- name: csi-rclone
imagePrefix: renku/
resetTag: ""
resetVersion: 0.1.7
resetVersion: 0.2.0
repo:
git: SwissDataScienceCenter/helm-charts
published: https://swissdatasciencecenter.github.io/helm-charts
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-rclone/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: csi-rclone
description: A Helm chart for the Rclone CSI
type: application
version: 0.1.7
version: 0.2.0
appVersion: "0.1.7"
2 changes: 1 addition & 1 deletion devenv/nix/goModule.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
let
csiDriver = pkgs.buildGoModule {
pname = "csi-rclone-pvc-1";
version = "0.1.7";
version = "0.2.0";
src = ../../.;
vendorHash = "sha256-q1tfnO5B6U9c+Ve+kpOfnWGvbdShgkPXvR7axsA7O5Y=";
# CGO = 0;
Expand Down

0 comments on commit a37a16f

Please sign in to comment.