Skip to content

Commit af8d495

Browse files
authored
[ci-skip] Release 0.7.2
1 parent 4467fba commit af8d495

5 files changed

Lines changed: 44 additions & 20 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.7.2] - 2023-01-18
6+
7+
### Bug Fixes
8+
9+
- Peg alpine version to avoid error with deprecated cryptography dependency ([#31](https://github.com/bugfest/tor-controller/issues/31))
10+
11+
### Generic
12+
13+
- Release 0.7.2
14+
15+
516
## [0.7.1] - 2023-01-15
617

718
### Bug Fixes
@@ -12,6 +23,12 @@ All notable changes to this project will be documented in this file.
1223

1324
- Release 0.7.1
1425

26+
- Upgrade release actions version
27+
28+
- [ci-skip] build release
29+
30+
- [ci-skip] build help release
31+
1532

1633
## [0.7.0] - 2022-09-19
1734

README.md

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -70,23 +70,28 @@ Check [install section](#install) bellow for more information.
7070
Changes
7171
-------
7272

73-
- **(v0.0.0)** Go updated to `1.17`
74-
- **(v0.0.0)** Code ported to kubebuilder version `3`
75-
- **(v0.0.0)** Domain updated moved from `tor.k8s.io` (protected) to `k8s.torproject.org` (see https://github.com/kubernetes/enhancements/pull/1111)
76-
- **(v0.0.0)** Added `OnionBalancedService` type
77-
- **(v0.0.0)** New OnionService version v1alpha2
78-
- **(v0.0.0)** Migrate clientset code to controller-runtime
79-
- **(v0.3.1)** Helm chart
80-
- **(v0.3.2)** MultiArch images. Supported architectures: amd64, arm, arm64
81-
- **(v0.4.0)** Implement `OnionBalancedService` resource (HA Onion Services)
82-
- **(v0.5.0)** Tor & OnionBalance metric exporters. Prometheus ServiceMonitor integration
83-
- **(v0.5.1)** Bring your own secret key
84-
- **(v0.6.0)** Support specifying PodSpec properties on the OnionService/OnionBalancer pods
85-
- **(v0.6.1)** Tor instance CRD supporting custom config and Client/Server/Metrics/Control ports
86-
- **(v0.7.0)** Added Onion Service's authorized clients support
87-
- **(v0.7.1)** Fix onion balance reload
88-
89-
Changelog: [CHANGELOG](CHANGELOG.md)
73+
Full changelog: [CHANGELOG](CHANGELOG.md)
74+
75+
- **v0.0.x**
76+
- Go updated to `1.17`
77+
- Code ported to kubebuilder version `3`
78+
- Domain updated moved from `tor.k8s.io` (protected) to `k8s.torproject.org` (see https://github.com/kubernetes/enhancements/pull/1111)
79+
- Added `OnionBalancedService` type
80+
- New OnionService version v1alpha2
81+
- Migrate clientset code to controller-runtime
82+
- **v0.3.x**
83+
- Helm chart
84+
- MultiArch images. Supported architectures: amd64, arm, arm64
85+
- **v0.4.x**
86+
- Implement `OnionBalancedService` resource (HA Onion Services)
87+
- **v0.5.x**
88+
- Tor & OnionBalance metric exporters. Prometheus ServiceMonitor integration
89+
- Bring your own secret key
90+
- **v0.6.x**
91+
- Support specifying PodSpec properties on the OnionService/OnionBalancer pods
92+
- Tor instance CRD supporting custom config and Client/Server/Metrics/Control ports
93+
- **v0.7.x**
94+
- Onion Service's authorized clients support
9095

9196
Roadmap / TODO
9297
--------------
@@ -593,6 +598,7 @@ Versions
593598
| 0.1.6 | 0.6.1 | 0.4.6.10 |
594599
| 0.1.7 | 0.7.0 | 0.4.6.10 |
595600
| 0.1.8 | 0.7.1 | 0.4.6.10 |
601+
| 0.1.9 | 0.7.2 | 0.4.6.10 |
596602

597603
References
598604
----------

charts/tor-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.8
18+
version: 0.1.9
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "0.7.1"
24+
appVersion: "0.7.2"

charts/tor-controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# tor-controller
22

3-
![Version: 0.1.8](https://img.shields.io/badge/Version-0.1.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.7.1](https://img.shields.io/badge/AppVersion-0.7.1-informational?style=flat-square)
3+
![Version: 0.1.9](https://img.shields.io/badge/Version-0.1.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.7.2](https://img.shields.io/badge/AppVersion-0.7.2-informational?style=flat-square)
44

55
Tor hidden services controller for kubernetes
66

docs/DEVELOP.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# requirements
22

3+
- go 1.17
34
- kubebuilder
45

56
optional:

0 commit comments

Comments
 (0)