summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Anshul Gupta <ansg191@anshulg.com> 2024-12-14 16:37:05 -0800
committerGravatar GitHub <noreply@github.com> 2024-12-14 16:37:05 -0800
commit04b64ae9652cc83d2d20bc421ad600c1699827c8 (patch)
tree5215b2baa5cd5977b241e7720d88f768ea853c7a
parent9b6ffd34a55397d1c197f5c1ec15b505ae13ff92 (diff)
downloadrestic-operator-04b64ae9652cc83d2d20bc421ad600c1699827c8.tar.gz
restic-operator-04b64ae9652cc83d2d20bc421ad600c1699827c8.tar.zst
restic-operator-04b64ae9652cc83d2d20bc421ad600c1699827c8.zip
chore(restic-operator): release v0.1.1
-rw-r--r--CHANGELOG.md18
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 20 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..b4b7528
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,18 @@
+# Changelog
+
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+
+## [Unreleased]
+
+## [0.1.1](https://github.com/ansg191/restic-operator/compare/restic-operator-v0.1.0...restic-operator-v0.1.1) - 2024-12-15
+
+### Fixed
+
+- fix missing registry in docker build
+
+### Other
+
+- fix docker build tag filter
diff --git a/Cargo.lock b/Cargo.lock
index b81f37d..abd7c49 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1262,7 +1262,7 @@ dependencies = [
[[package]]
name = "restic-operator"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"bon",
"futures",
diff --git a/Cargo.toml b/Cargo.toml
index 5af890d..cfc1fe4 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.0"
+version = "0.1.1"
edition = "2021"
license = "MIT"
publish = ["anshulg"]