Skip to content

Releases: FyraLabs/chisel-operator

v0.6.0

17 Oct 09:53
5815246

Choose a tag to compare

What's Changed

  • chore(deps): bump the npm_and_yarn group in /site with 9 updates by @dependabot[bot] in #161
  • chore(deps): bump aws-smithy-runtime from 1.7.7 to 1.7.8 by @dependabot[bot] in #173
  • chore(deps): bump ring from 0.17.8 to 0.17.13 in the cargo group by @dependabot[bot] in #178
  • chore(deps): bump uuid from 1.12.1 to 1.15.1 by @dependabot[bot] in #175
  • feat: proxy protocol support by @lleyton in #180
  • chore(deps): bump tokio from 1.43.0 to 1.44.2 by @dependabot[bot] in #184
  • 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
  • fix(helm-chart): remove always empty name label by @walnuss0815 in #203
  • chore(deps): bump typescript from 5.4.4 to 5.9.3 in /site by @dependabot[bot] in #204
  • chore(deps): bump vite from 5.4.11 to 5.4.14 in /site in the npm_and_yarn group by @dependabot[bot] in #169
  • chore(deps): bump sharp from 0.33.5 to 0.34.4 in /site by @dependabot[bot] in #201

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.6.0-beta.3

16 Oct 13:37
2adaad7

Choose a tag to compare

v0.6.0-beta.3 Pre-release
Pre-release

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

Full Changelog: v0.6.0-beta.2...v0.6.0-beta.3

v0.6.0-beta.2

10 Jul 07:46
db50ee4

Choose a tag to compare

v0.6.0-beta.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.6.0-beta.1...v0.6.0-beta.2

v0.5.2

09 Jul 01:00
7518a76

Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.6.0-beta.1

02 Apr 20:05
51a84e8

Choose a tag to compare

v0.6.0-beta.1 Pre-release
Pre-release

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

01 Feb 14:41
548bbdb

Choose a tag to compare

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

10 Jan 22:05
d22e0c3

Choose a tag to compare

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

27 Sep 17:25
9b18534

Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0 - The Multiplex update

25 Sep 11:25

Choose a tag to compare

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

27 Jul 09:49
ae887e9

Choose a tag to compare

  • 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