summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Anshul Gupta <ansg191@anshulg.com> 2024-12-14 20:08:51 -0800
committerGravatar GitHub <noreply@github.com> 2024-12-14 20:08:51 -0800
commita1bd1b05e9d88612998b455960249456e29391a9 (patch)
tree127c3748eb519513b70700044a412950c276b724
parent6cd1d7dc8f6576b18465dd4f4d3f17633feba13f (diff)
downloadrestic-operator-a1bd1b05e9d88612998b455960249456e29391a9.tar.gz
restic-operator-a1bd1b05e9d88612998b455960249456e29391a9.tar.zst
restic-operator-a1bd1b05e9d88612998b455960249456e29391a9.zip
chore(restic-operator): release v0.1.4
-rw-r--r--CHANGELOG.md6
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8043829..cf27299 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [0.1.4](https://github.com/ansg191/restic-operator/compare/restic-operator-v0.1.3...restic-operator-v0.1.4) - 2024-12-15
+
+### Fixed
+
+- set hostname of backup to job name
+
## [0.1.3](https://github.com/ansg191/restic-operator/compare/restic-operator-v0.1.2...restic-operator-v0.1.3) - 2024-12-15
### Fixed
diff --git a/Cargo.lock b/Cargo.lock
index 4abf358..ab55d40 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1401,7 +1401,7 @@ dependencies = [
[[package]]
name = "restic-operator"
-version = "0.1.3"
+version = "0.1.4"
dependencies = [
"bon",
"futures",
diff --git a/Cargo.toml b/Cargo.toml
index 9ab3211..76a20fa 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.3"
+version = "0.1.4"
edition = "2021"
license = "MIT"
publish = ["anshulg"]