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

Update module github.com/okta/okta-sdk-golang/v2 to v5 #25

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/okta/okta-sdk-golang/v2 v2.16.0 -> v5.0.2 age adoption passing confidence

Release Notes

okta/okta-sdk-golang (github.com/okta/okta-sdk-golang/v2)

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

v4.1.2

Compare Source

v4.1.1

Compare Source

v4.1.0

Compare Source

v4.0.0

Compare Source

v3.0.19

Compare Source

v3.0.18

Compare Source

v3.0.17

Compare Source

v3.0.16

Compare Source

v3.0.15

Compare Source

v3.0.14

Compare Source

v3.0.13

Compare Source

What's Changed

Full Changelog: okta/okta-sdk-golang@v2.20.0...v3.0.13

v3.0.12

Compare Source

What's Changed

Full Changelog: okta/okta-sdk-golang@v2.20.0...v3.0.12

v3.0.11

Compare Source

What's Changed

v3.0.10

Compare Source

v3.0.9

Compare Source

What's Changed

Full Changelog: okta/okta-sdk-golang@v2.20.0...v3.0.9

v3.0.8

Compare Source

v3.0.7

Compare Source

v3.0.6

Compare Source

What's Changed

Full Changelog: okta/okta-sdk-golang@v2.19.0...v3.0.6

v3.0.5

Compare Source

What's Changed

Full Changelog: okta/okta-sdk-golang@v2.19.0...v3.0.5

v3.0.4

Compare Source

What's Changed

Full Changelog: okta/okta-sdk-golang@v2.19.0...v3.0.4

v3.0.3

Compare Source

v3.0.2

Compare Source

v3.0.1

Compare Source

What's Changed

v3.0.0

Compare Source

What's Changed

Note: Broken, do not use

Initial release for v3 sdk

v2.20.0

Compare Source

What's Changed
New Contributors

Full Changelog: okta/okta-sdk-golang@v2.19.0...v2.20.0

v2.19.0

Compare Source

v2.18.0

Compare Source

v2.17.0

Compare Source

  • Revert integer values representation as integer pointers
    • Original change was too agreesive for a minor release
    • All integer fields have a parallel pointer field that can be used as an alternative to deal with 0 values during JSON marshaling
      • Example PasswordPolicy model has fields int64 Priority and *int64 PriorityPtr
      • This change will not break code from release v2.15.0 and earlier
  • New models
    • MultifactorEnrollmentPolicy
    • MultifactorEnrollmentPolicyAuthenticatorSettings
    • MultifactorEnrollmentPolicyAuthenticatorStatus
    • MultifactorEnrollmentPolicyAuthenticatorType
    • MultifactorEnrollmentPolicySettings
    • MultifactorEnrollmentPolicySettingsType
  • New methods / endpoints
    • Application has PreviewSAMLAppMetadata method for GET /api/v1/apps/{applicationId}/sso/saml/metadata endpoint.
  • Added parameters
    • Default bool on AuthorizationServer model

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Aug 5, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 5 additional dependencies were updated

Details:

Package Change
github.com/stretchr/testify v1.8.4 -> v1.9.0
github.com/google/uuid v1.3.0 -> v1.6.0
golang.org/x/crypto v0.17.0 -> v0.21.0
golang.org/x/net v0.17.0 -> v0.21.0
golang.org/x/sys v0.15.0 -> v0.18.0

@renovate renovate bot force-pushed the renovate/github.com-okta-okta-sdk-golang-v2-5.x branch from 33cfa1a to b3a5635 Compare August 27, 2024 22:43
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/github.com-okta-okta-sdk-golang-v2-5.x branch from b3a5635 to d707e38 Compare September 13, 2024 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants