summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Anshul Gupta <ansg191@anshulg.com> 2024-12-14 19:30:29 -0800
committerGravatar GitHub <noreply@github.com> 2024-12-14 19:30:29 -0800
commit5a7ec59f04245c2b36733b86946916adca5dec3b (patch)
treeadb1c857a6a8926bcdd884c329331c07189ea348
parent30aba8ae9dd8dc0acc66c728f5e3e6b918b074b7 (diff)
downloadrestic-operator-5a7ec59f04245c2b36733b86946916adca5dec3b.tar.gz
restic-operator-5a7ec59f04245c2b36733b86946916adca5dec3b.tar.zst
restic-operator-5a7ec59f04245c2b36733b86946916adca5dec3b.zip
chore(restic-operator): release v0.1.3
-rw-r--r--CHANGELOG.md7
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a072f61..8043829 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [0.1.3](https://github.com/ansg191/restic-operator/compare/restic-operator-v0.1.2...restic-operator-v0.1.3) - 2024-12-15
+
+### Fixed
+
+- change `PASSWORD_FILE_PATH` to match volumes
+- add default args when none are provided
+
## [0.1.2](https://github.com/ansg191/restic-operator/compare/restic-operator-v0.1.1...restic-operator-v0.1.2) - 2024-12-15
### Other
diff --git a/Cargo.lock b/Cargo.lock
index f7cbc6c..4abf358 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1401,7 +1401,7 @@ dependencies = [
[[package]]
name = "restic-operator"
-version = "0.1.2"
+version = "0.1.3"
dependencies = [
"bon",
"futures",
diff --git a/Cargo.toml b/Cargo.toml
index 5217f97..9ab3211 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "restic-operator"
description = "Restic Operator"
authors = ["Anshul Gupta <ansg191@anshulg.com>"]
-version = "0.1.2"
+version = "0.1.3"
edition = "2021"
license = "MIT"
publish = ["anshulg"]