Releases: FyraLabs/chisel-operator
v0.6.0-beta.3
What's Changed
- chore(deps): bump tracing-subscriber from 0.3.19 to 0.3.20 in the cargo group by @dependabot[bot] in #198
- chore(deps): bump rand from 0.8.5 to 0.9.2 by @dependabot[bot] in #195
- feat: support loadBalancerClass-scoped service handling by @Skaronator in #200
New Contributors
- @Skaronator made their first contribution in #200
Full Changelog: v0.6.0-beta.2...v0.6.0-beta.3
v0.6.0-beta.2
What's Changed
- chore(deps): bump tokio from 1.43.0 to 1.44.2 by @dependabot in #184
- feat: Backport #192 from stable (#193)
Full Changelog: v0.6.0-beta.1...v0.6.0-beta.2
v0.5.2
What's Changed
- Properly fix external host value handling by @korewaChino in #192
Full Changelog: v0.5.1...v0.5.2
v0.6.0-beta.1
What's Changed
- chore(deps): bump the npm_and_yarn group in /site with 9 updates by @dependabot in #161
- chore(deps): bump aws-smithy-runtime from 1.7.7 to 1.7.8 by @dependabot in #173
- chore(deps): bump ring from 0.17.8 to 0.17.13 in the cargo group by @dependabot in #178
- chore(deps): bump uuid from 1.12.1 to 1.15.1 by @dependabot in #175
- feat: proxy protocol support by @lleyton in #180
Full Changelog: v0.5.0...v0.6.0-beta.1
v0.5.1
This is a patch update that fixes an issue with the Helm chart and some minor refactors. You do not need to upgrade to this version from 0.5.0 unless you're deploying from the Helm chart.
What's Changed
- chore(deps): bump the npm_and_yarn group in /site with 9 updates by @dependabot in #161
- Re-apply #145 fix
- refactor: move already bound node check to the
select_exit_node_local()
function (9f04de8)
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- chore(deps): bump kube-rs to 0.98 by @korewaChino in #157
- chore(deps): bump aws-sdk-ssm from 1.48.0 to 1.49.0 by @dependabot in #135
- chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /site by @dependabot in #160
- chore(deps): bump path-to-regexp from 6.2.1 to 6.3.0 in /site by @dependabot in #159
- chore(deps): bump sharp from 0.33.2 to 0.33.5 in /site by @dependabot in #119
- chore(deps): bump itertools from 0.12.1 to 0.14.0 by @dependabot in #154
- Fixed a bug where managed exit nodes do not include the
auth
key in its spec by @korewaChino & @madonuko (#141) - Fixed a bug where the cloud exit node ID will return a null value on provisioning, causing operations to fail and get stuck by
@korewaChino & @madonuko - Fixed a bug where the first available exit node will always be implicitly selected, and the race condition surrounding this case by @korewaChino (#143)
- Services that have the same LoadBalancer IP as an ExitNode will no longer need to search for a new one every update by @korewaChino
- Properly handle SIGTERM signal sent from k8s
Special Thanks to @madonuko for additional support for this release
Full Changelog: v0.4.1...v0.5.0
0.4.1
v0.4.0 - The Multiplex update
With this release we have finally implemented a long-requested feature: Multiple services on a single exit node! You can now connect multiple services and ports to a single exit node, and the logic behind that has now been simplified.
Chisel Operator however will not check for port conflicts, so your tunnel processes may be stuck in a crash loop until you properly allocate the service ports properly, This is out of scope for the operator.
- You can now bind multiple services to a single exit node by setting the
chisel-operator.io/exit-node-name
annotation to an exit node's name. - Service bindings are now removed from the exit node status
- You can now use the exit node name annotation (see above) to select exit nodes from other namespaces using the
namespace/name
notation. - Chisel Operator now has a Helm chart! You can now install Chisel Operator using Helm by simply running:
helm install chisel-operator oci://ghcr.io/fyralabs/chisel-operator/chisel-operator
Full Changelog: v0.3.4...v0.4.0
v0.3.4
- Fixed minor build issue from 0.3.3
- fix(pwgen): Replace some special characters in the password generator to not include special shell globs
Full Changelog: v0.3.3...v0.3.4
v0.3.3
- Bump dependencies in
Cargo.lock
- Fix indentation in cloud deployment
Full Changelog: v0.3.2...v0.3.3