From 6f9ba223303b665b9a3eff5353b1ff216761ed7b Mon Sep 17 00:00:00 2001 From: agabani Date: Mon, 8 Apr 2024 23:52:25 +0100 Subject: [PATCH] chore: Release tor-operator version 0.0.29 --- CHANGELOG.md | 6 +++++- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- charts/tor-operator/Chart.yaml | 4 ++-- docs/cli.md | 2 +- 6 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eea6c8..e79c468 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] - ReleaseDate +## [0.0.29] - 2024-04-08 + ### Added - Exposed partial init container configuration. @@ -232,7 +234,9 @@ -[Unreleased]: https://github.com/agabani/tor-operator/compare/v0.0.28...HEAD +[Unreleased]: https://github.com/agabani/tor-operator/compare/v0.0.29...HEAD + +[0.0.29]: https://github.com/agabani/tor-operator/compare/v0.0.28...v0.0.29 [0.0.28]: https://github.com/agabani/tor-operator/compare/v0.0.27...v0.0.28 diff --git a/Cargo.lock b/Cargo.lock index e394a54..5a428d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2293,7 +2293,7 @@ dependencies = [ [[package]] name = "tor-operator" -version = "0.0.28" +version = "0.0.29" dependencies = [ "axum 0.7.5", "base32", diff --git a/Cargo.toml b/Cargo.toml index 37bbf0d..c6e2671 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-operator" -version = "0.0.28" +version = "0.0.29" edition = "2021" description = "Tor Operator is a Kubernetes Operator that manages Onion Balances, Onion Keys and Onion Services to provide a highly available, load balanced and fault tolerate Tor Ingress and Tor Proxy." documentation="https://agabani.github.io/tor-operator/docs/" diff --git a/README.md b/README.md index 5d0278b..c524658 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Tor Operator is a Kubernetes Operator that manages [Onion Balances](https://agab or generate a new Onion Key using: - cargo install --git https://github.com/agabani/tor-operator --tag v0.0.28 + cargo install --git https://github.com/agabani/tor-operator --tag v0.0.29 tor-operator onion-key generate 1. Create a `Secret` containing the Onion Key. diff --git a/charts/tor-operator/Chart.yaml b/charts/tor-operator/Chart.yaml index a3f31ef..dab1981 100644 --- a/charts/tor-operator/Chart.yaml +++ b/charts/tor-operator/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.28 +version: 0.0.29 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.0.28" +appVersion: "0.0.29" diff --git a/docs/cli.md b/docs/cli.md index 3fb45d5..4a3f36f 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -3,7 +3,7 @@ ## Installation ``` -cargo install --git https://github.com/agabani/tor-operator --tag v0.0.28 +cargo install --git https://github.com/agabani/tor-operator --tag v0.0.29 ``` {%