Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build(deps): Bump github.com/openziti/ziti from 0.31.0 to 0.31.4 #32

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

Bumps github.com/openziti/ziti from 0.31.0 to 0.31.4.

Release notes

Sourced from github.com/openziti/ziti's releases.

v0.31.4

Release 0.31.4

What's New

  • Bug fix for a data flow stall which is especially likely to happen on circuits with single router paths

Thanks

  • @​marvkis - for providing high quality debug data which made tracking down a couple of flow control stall issues much easier

Component Updates and Bug Fixes

v0.31.3

DO NOT USE THIS RELEASE

This release contains a posture check optimization to speed up service list queries. Unfortunately it also broke posture query support for networks with no posture checks.

The 0.31.4 release reverts the optimization. We'll revisit the optimization in a future release.

Release 0.31.3

What's New

  • Services Max Idle Time
  • Add/Remove Peer and Transfer Leadership via REST

Service Max Idle Time

A max idle time can now be configured on services. The default value of 0 indicates that no maximum will be enforced. A circuit is considered idle when no traffic is flowing across through the initiating or terminating router.

ziti edge create service test-service --max-idle-time 5m

Note that the idle time calculation is done on the router, so if max idle time on a service is less than the configured scan interval on the router, it make take longer than expected for idle circuits to be removed.

... (truncated)

Changelog

Sourced from github.com/openziti/ziti's changelog.

Release 0.31.4

What's New

  • Bug fix for a data flow stall which is especially likely to happen on circuits with single router paths

Thanks

  • @​marvkis - for providing high quality debug data which made tracking down a couple of flow control stall issues much easier

Component Updates and Bug Fixes

Release 0.31.3

What's New

  • Services Max Idle Time
  • Add/Remove Peer and Transfer Leadership via REST

Service Max Idle Time

A max idle time can now be configured on services. The default value of 0 indicates that no maximum will be enforced. A circuit is considered idle when no traffic is flowing across through the initiating or terminating router.

ziti edge create service test-service --max-idle-time 5m

Note that the idle time calculation is done on the router, so if max idle time on a service is less than the configured scan interval on the router, it make take longer than expected for idle circuits to be removed.

Raft Cluster Management via REST

The controller now allows some Raft cluster management operations to be performed via REST.

NOTE: If your cluster is not bootstrapped yet, the REST API won't be available. These will only work on a bootstrapped cluster!

... (truncated)

Commits
  • 1c21434 Merge pull request #1641 from openziti/release-next
  • 42f6e3f Merge pull request #1646 from openziti/fix-flapping-links
  • 36c67c2 Fix issue with flapping links when ids are the same. Fixes #1645
  • a2bfd2a Merge pull request #1643 from openziti/revert-posture-check-optimization
  • 151c897 Revert posture check optimization. Fixes #1642
  • 6dbcde0 Merge pull request #1587 from openziti/fix-early-ack-stall
  • d1cc18c Update ZET to latest for smoke test
  • 07b2ba5 Fix stall cause by ack arriving before payload is received by link send buffe...
  • 2ece53e Merge pull request #1585 from openziti/release-next
  • beb8daa Merge pull request #1584 from openziti/fix-xgress-data-stall
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 1, 2024
Bumps [github.com/openziti/ziti](https://github.com/openziti/ziti) from 0.31.0 to 0.31.4.
- [Release notes](https://github.com/openziti/ziti/releases)
- [Changelog](https://github.com/openziti/ziti/blob/release-next/CHANGELOG.md)
- [Commits](openziti/ziti@v0.31.0...v0.31.4)

---
updated-dependencies:
- dependency-name: github.com/openziti/ziti
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/openziti/ziti-0.31.4 branch from 02555cc to 903b698 Compare January 9, 2024 08:19
@mjtrangoni mjtrangoni merged commit 0a9c004 into main Jan 9, 2024
4 checks passed
@mjtrangoni mjtrangoni deleted the dependabot/go_modules/github.com/openziti/ziti-0.31.4 branch January 9, 2024 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant