@@ -70,23 +70,28 @@ Check [install section](#install) bellow for more information.
7070Changes
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
9196Roadmap / 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
597603References
598604----------
0 commit comments