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/patrickcping/pingone-go-sdk-v2 from 0.10.3 to 0.10.5 #203

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 6, 2023

Bumps github.com/patrickcping/pingone-go-sdk-v2 from 0.10.3 to 0.10.5.

Release notes

Sourced from github.com/patrickcping/pingone-go-sdk-v2's releases.

Release (2023-09-05)

  • github.com/patrickcping/pingone-go-sdk-v2 : v0.10.5
    • Note bump github.com/golangci/golangci-lint v1.54.1 => v1.54.2 #246
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/management v0.26.0 => v0.27.0 #246
  • github.com/patrickcping/pingone-go-sdk-v2/management : v0.27.0
    • Enhancement Added EnableRequestedAuthnContext to the ApplicationSAML and ApplicationSAMLAllOf data models. #245

What's Changed

Full Changelog: patrickcping/pingone-go-sdk-v2@v0.10.4...v0.10.5

Release (2023-08-22)

  • github.com/patrickcping/pingone-go-sdk-v2 : v0.10.4
    • Note bump github.com/securego/gosec/v2 v2.16.0 => v2.17.0 #242
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/credentials v0.3.1 => v0.4.0 #242
  • github.com/patrickcping/pingone-go-sdk-v2/credentials : v0.4.0
    • Enhancement Add parameters OnDelete to the CredentialType model. #240
    • Enhancement Add parameters FileSupport to the CredentialTypeMetaDataFieldsInner model. #240

What's Changed

Full Changelog: patrickcping/pingone-go-sdk-v2@v0.10.3...v0.10.4

Changelog

Sourced from github.com/patrickcping/pingone-go-sdk-v2's changelog.

Release (2023-09-05)

  • github.com/patrickcping/pingone-go-sdk-v2 : v0.10.5
    • Note bump github.com/golangci/golangci-lint v1.54.1 => v1.54.2 #246
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/management v0.26.0 => v0.27.0 #246
  • github.com/patrickcping/pingone-go-sdk-v2/management : v0.27.0
    • Enhancement Added EnableRequestedAuthnContext to the ApplicationSAML and ApplicationSAMLAllOf data models. #245

Release (2023-08-22)

  • github.com/patrickcping/pingone-go-sdk-v2 : v0.10.4
    • Note bump github.com/securego/gosec/v2 v2.16.0 => v2.17.0 #242
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/credentials v0.3.1 => v0.4.0 #242
  • github.com/patrickcping/pingone-go-sdk-v2/credentials : v0.4.0
    • Enhancement Add parameters OnDelete to the CredentialType model. #240
    • Enhancement Add parameters FileSupport to the CredentialTypeMetaDataFieldsInner model. #240

Release (2023-08-15)

  • github.com/patrickcping/pingone-go-sdk-v2 : v0.10.3
    • Note bump github.com/golangci/golangci-lint v1.53.3 => v1.54.1 #238
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/credentials v0.3.0 => v0.3.1 #238
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/management v0.25.0 => v0.26.0 #238
  • github.com/patrickcping/pingone-go-sdk-v2/management : v0.26.0
    • Bug Fixed inclusion of FormManagementApi and RecaptchaConfigurationApi API to the client. #235
    • Enhancement Clarified the headers parameter in the SubscriptionHttpEndpoint model of the subscriptions API endpoint to be a map of strings rather than a map of any data type. #234
  • github.com/patrickcping/pingone-go-sdk-v2/credentials : v0.3.1
    • Bug Corrected situations where EntityArrayEmbeddedItemsInner object dereferencing led to panic error. #237

Release (2023-08-08)

  • github.com/patrickcping/pingone-go-sdk-v2 : v0.10.2
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/authorize v0.2.1 => v0.3.0 #233
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/credentials v0.2.1 => v0.3.0 #233
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/management v0.24.0 => v0.25.0 #233
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/mfa v0.15.0 => v0.16.0 #233
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/risk v0.8.1 => v0.9.0 #233
    • Note bump github.com/patrickcping/pingone-go-sdk-v2/verify v0.2.1 => v0.3.0 #233
    • Note bump golang.org/x/oauth2 v0.10.0 => v0.11.0 #233
  • github.com/patrickcping/pingone-go-sdk-v2/authorize : v0.3.0
    • Enhancement Implement HATEOAS links for API response objects. #227
  • github.com/patrickcping/pingone-go-sdk-v2/credentials : v0.3.0
    • Enhancement Implement HATEOAS links for API response objects. #227
  • github.com/patrickcping/pingone-go-sdk-v2/management : v0.25.0
    • Enhancement Implement basic cursor for paging results (ApiReadAllEnvironmentsRequest, ApiReadAllGroupMembershipsForUserRequest, ApiReadAllGroupsRequest, ApiReadAllPopulationsRequest, ApiReadAllUsersRequest). #227
    • Enhancement Implement HATEOAS links for API response objects. #227
    • Enhancement Add new DaVinci admin roles to EnumRoleName model. #230
  • github.com/patrickcping/pingone-go-sdk-v2/mfa : v0.16.0
    • Enhancement Implement HATEOAS links for API response objects. #227
  • github.com/patrickcping/pingone-go-sdk-v2/risk : v0.9.0

... (truncated)

Commits
  • 9479c28 changelog pre-release
  • ce68dde Bump go modules 2023-09-05 (#246)
  • 3701731 changelog pre module release
  • 53fa80c Bump actions/checkout from 3.5.3 to 3.6.0 (#243)
  • 019463e Added EnableRequestedAuthnContext to the ApplicationSAML and `Application...
  • 9491279 changelog pre-release
  • 7b1c846 bump go modules 2023-08-22 (#242)
  • cf97efa module changelog pre-release
  • fe6d9b1 Add support for additional credentialTypes properties (#240)
  • See full diff 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/patrickcping/pingone-go-sdk-v2](https://github.com/patrickcping/pingone-go-sdk-v2) from 0.10.3 to 0.10.5.
- [Release notes](https://github.com/patrickcping/pingone-go-sdk-v2/releases)
- [Changelog](https://github.com/patrickcping/pingone-go-sdk-v2/blob/main/CHANGELOG.md)
- [Commits](patrickcping/pingone-go-sdk-v2@v0.10.3...v0.10.5)

---
updated-dependencies:
- dependency-name: github.com/patrickcping/pingone-go-sdk-v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 6, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 12, 2023

Superseded by #209.

@dependabot dependabot bot closed this Sep 12, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/patrickcping/pingone-go-sdk-v2-0.10.5 branch September 12, 2023 00:16
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