Skip to content

Commit c87cab3

Browse files
committed
Helm chart release 0.1.14
1 parent 74a946b commit c87cab3

3 files changed

Lines changed: 65 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 62 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,66 @@
22

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

5+
## [0.9.2] - 2023-08-10
6+
7+
### Bug Fixes
8+
9+
- Limit CRD description fields to 80 chars ([#57](https://github.com/bugfest/tor-controller/issues/57))
10+
- Invalid selector for OnionBalancedService #58
11+
12+
### Documentation
13+
14+
- Update helm chart and docs
15+
16+
### Features
17+
18+
- Implements/fixes #56 - ExtraConfig implementation for onionService type
19+
20+
### Generic
21+
22+
- Linting, formatting and error wrappers ([#45](https://github.com/bugfest/tor-controller/issues/45))
23+
24+
* small changes
25+
* fix logger.Info() usage
26+
* code cleanup
27+
* reduce fmt usage
28+
29+
---------
30+
31+
Signed-off-by: Aleksey Sviridkin <a.sviridkin@sdventures.com>
32+
- Update onibalancer image ([#49](https://github.com/bugfest/tor-controller/issues/49))
33+
34+
* update onionbalancer image
35+
* remove debug info from binary
36+
* bump go version 1.20
37+
38+
---------
39+
40+
Signed-off-by: Aleksey Sviridkin <a.sviridkin@sdventures.com>
41+
- Make improvements to containers ([#50](https://github.com/bugfest/tor-controller/issues/50))
42+
43+
## [0.9.0] - 2023-03-14
44+
45+
### Generic
46+
47+
- Add option to use bridges #38 ([#39](https://github.com/bugfest/tor-controller/issues/39))
48+
49+
Tor daemon and manager bumped to 0.4.7.13 (including obfs4proxy binary)
50+
- Release 0.9.0
51+
52+
* [FEATURE] Add option to use bridges #38
53+
* [FEATURE] Upgrade Tor daemon to 0.4.7.x enhancement #40
54+
* [FEATURE] Controller deployment automatic rollout on chart upgrade #41
55+
* [DOC] Update instructions to use bridges and custom Tor daemon configs
56+
57+
## [0.8.0] - 2023-02-05
58+
59+
### Generic
60+
61+
- Implements #33 - Namespaced Support ([#34](https://github.com/bugfest/tor-controller/issues/34))
62+
63+
64+
565
## [0.7.2] - 2023-01-18
666

767
### Bug Fixes
@@ -10,7 +70,8 @@ All notable changes to this project will be documented in this file.
1070

1171
### Generic
1272

13-
- Release 0.7.2
73+
- [ci-skip] Release 0.7.2
74+
1475

1576

1677
## [0.7.1] - 2023-01-15

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -656,6 +656,7 @@ Versions
656656
| 0.1.11 | 0.9.0 | 0.4.7.13 | Obfs4-0.0.14 |
657657
| 0.1.12 | 0.9.1 | 0.4.7.13 | Obfs4-0.0.14 |
658658
| 0.1.13 | 0.9.1 | 0.4.7.13 | Obfs4-0.0.14 |
659+
| 0.1.14 | 0.9.2 | 0.4.7.13 | Obfs4-0.0.14 |
659660

660661
References
661662
----------

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.13
18+
version: 0.1.14
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.9.1"
24+
appVersion: "0.9.2"

0 commit comments

Comments
 (0)