chore(deps): update ghcr.io/fyralabs/chisel-operator docker tag to v0.7.0 #3113
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.6.0->v0.7.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
FyraLabs/chisel-operator (ghcr.io/fyralabs/chisel-operator)
v0.7.0Compare Source
What's Changed
Fix exit node selection when using chisel-operator.io/exit-node-name annotation in #212
helm: The chart now accepts options for environment overrides, add a new
loggeroption to change the log format.Improved error handling: The operator now uses smarter backoff times for different error types:
NoAvailableExitNodes: 30 second backoff (was 5 seconds)CloudProvisionerNotFound: 60 second backoff (was 5 seconds)This reduces log spam and API server load when resources are not yet available.
Breaking Changes
vprefix instead of the plain number, consistent with Git tags. For examplev0.7.0is now the tag for this releasechisel-operator.io/exit-node-name. This has been standardized to only check annotations, matching the documented behavior. If you were using labels for exit node selection, you must migrate to annotations.<namespace>/<node_name>notation.targetPortfor the exposed external ports.Full Changelog: FyraLabs/chisel-operator@v0.6.0...v0.7.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 3am,before 6am" in timezone Europe/Berlin.
🚦 Automerge: Disabled because a matching PR was automerged previously.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.