Skip to content

Commit

Permalink
chore: Release tor-operator version 0.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
agabani committed Apr 8, 2024
1 parent c181bb8 commit 6f9ba22
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased] - ReleaseDate

## [0.0.29] - 2024-04-08

### Added

- Exposed partial init container configuration.
Expand Down Expand Up @@ -232,7 +234,9 @@

<!-- next-url -->

[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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions charts/tor-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

{%
Expand Down

0 comments on commit 6f9ba22

Please # to comment.