Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Releases: FyraLabs/chisel-operator

v0.6.0-beta.3

16 Oct 13:37
2adaad7
Compare
Choose a tag to compare
Loading
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
Compare
Choose a tag to compare
Loading
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
Compare
Choose a tag to compare
Loading

What's Changed

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

v0.6.0-beta.1

02 Apr 20:05
51a84e8
Compare
Choose a tag to compare
Loading
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
Compare
Choose a tag to compare
Loading

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
Compare
Choose a tag to compare
Loading

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
Compare
Choose a tag to compare
Loading

What's Changed

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

v0.4.0 - The Multiplex update

25 Sep 11:25
Compare
Choose a tag to compare
Loading

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
Compare
Choose a tag to compare
Loading
  • 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

27 Jul 09:05
bbdd589
Compare
Choose a tag to compare
Loading
  • Bump dependencies in Cargo.lock
  • Fix indentation in cloud deployment

Full Changelog: v0.3.2...v0.3.3

Morty Proxy This is a proxified and sanitized view of the page, visit original site.