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

Bump github.com/openziti/sdk-golang from 0.23.10 to 0.23.14 #1848

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2024

Bumps github.com/openziti/sdk-golang from 0.23.10 to 0.23.14.

Changelog

Sourced from github.com/openziti/sdk-golang's changelog.

Release 0.23.12

  • Fix DomainCheckRedirectPolicy for OIDC auth to controllers
  • Update workflows
  • Deps updates

Release 0.23.11

What's New

  • Add GetCircuitId to edge.Conn. Allows correlation with controller/router metrics. Requires support from controller.

Release 0.23.4

What's New

  • Adds GetCurrentIdentityWithBackoff so hosting doesn't fail on a single failure
  • Ensure that ER dial requests time-out in a reasonable time frame
  • Further refine edge session refreshes based on session changes and if we have hit the requested terminator count

Release 0.23.2

What's New

  • EnableHa Feature Toggle

EnableHa Feature Toggle

Configuration structs and files used to initialize SDK contexts now supports a boolean field named EnableHa (struct) and enableHa (JSON configuration) that enables OIDC HA authentication models. Existing implementations should not have to make any adjustments as it will default to false/disabled. HA is experimental only and should not be used unless one expects to test HA deployments.

Release 0.23.0

What's New

  • ApiSession interface abstraction for HA support

ApiSession Interface

With the introduction of High Availability (HA) support, ApiSessions as a struct in zitContext.Events() callbacks is no longer supported. A new ApiSession interface is provided in its place. This affects the following Events() functions:

  • AddAuthenticationStatePartialListener
  • AddAuthenticationStateFullListener
  • AddAuthenticationStateUnauthenticatedListener

This change is meant to alleviate issues between ApiSession fidelity between legacy and HA modes. However, it is possible that information that was available with the struct version of ApiSession that is no longer available via

... (truncated)

Commits
  • 66c0342 Release v0.23.14
  • 91c74ae Merge pull request #529 from openziti/dependabot/go_modules/non-major-3c9c909a86
  • 819aa8c Bump the non-major group with 5 updates
  • 2942cf8 Merge pull request #528 from openziti/dependabot/github_actions/all-06ae0666db
  • 2243544 Bump the all group with 3 updates
  • 16caf3a Merge pull request #526 from openziti/redirect-policy
  • d57bba2 Update deps and changelog
  • 8958f27 Update dependabot
  • 4a22dbe Use helper methods
  • f95dce5 Update go version and workflows
  • 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)

Bumps [github.com/openziti/sdk-golang](https://github.com/openziti/sdk-golang) from 0.23.10 to 0.23.14.
- [Release notes](https://github.com/openziti/sdk-golang/releases)
- [Changelog](https://github.com/openziti/sdk-golang/blob/main/CHANGELOG.md)
- [Commits](openziti/sdk-golang@v0.23.10...v0.23.14)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner March 20, 2024 15:06
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 20, 2024
@dependabot dependabot bot requested a review from a team as a code owner March 20, 2024 15:06
@dependabot dependabot bot added the go Pull requests that update Go code label Mar 20, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 25, 2024

Looks like github.com/openziti/sdk-golang is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Mar 25, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/openziti/sdk-golang-0.23.14 branch March 25, 2024 18:48
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants