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/openshift-online/ocm-sdk-go from 0.1.377 to 0.1.398 #697

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/openshift-online/ocm-sdk-go from 0.1.377 to 0.1.398.

Release notes

Sourced from github.com/openshift-online/ocm-sdk-go's releases.

Release 0.1.398

  • Add regions support from ocm shards
  • Don't error when response is 204 and no content-type

Release 0.1.397

  • Add NewUnauthenticatedConnectionBuilder function to allow creating a Connection without client side authentication

Release 0.1.396

  • Remove redundant fields from /notify_details
  • Add ExternalAuthConfig to Cluster model.

Release 0.1.395

  • Add SubnetOutposts and AvailabilityZoneTypes to aws_node_pool_type and aws_machine_pool_type resources.

Release 0.1.394

  • Added Device Code flow to authentication
  • Update model version v0.0.347
    • Add HostedControlPlaneDefault boolean to Version Type model.

Release 0.1.393

  • Add authentication using OAuth2 and PCKE
  • Add secure token storage

Release 0.1.392

  • Update model version v0.0.346
    • Modify notify_details response

Release 0.1.391

  • Update model version v0.0.345
    • Add validate_credentials resource to AwsInquiries
  • Update model version v0.0.344
    • Add the /notify_details endpoint to the SDK

Release 0.1.390

  • Update model version v0.0.343
    • Add Platformto subnet_network_verification_type resource

Release 0.1.389

  • Update model version v0.0.342
    • Add Search and Order methods to List /api/clusters_mgmt/v1/clusters/{id}/node_pools

Release 0.1.388

  • Update model version v0.0.341
    • Add DELETE /api/addons_mgmt/v1/clusters/{id}/addons endpoint

Release 0.1.387

  • Update model version v0.0.340
    • Add get Platform to network_verification_type resource

... (truncated)

Changelog

Sourced from github.com/openshift-online/ocm-sdk-go's changelog.

0.1.398

  • Add regions support from ocm shards
  • Don't error when response is 204 and no content-type

0.1.397

  • Add NewUnauthenticatedConnectionBuilder function to allow creating a Connection without client side authentication

0.1.396

  • Remove redundant fields from /notify_details
  • Add ExternalAuthConfig to Cluster model.

0.1.395

  • Add SubnetOutposts and AvailabilityZoneTypes to aws_node_pool_type and aws_machine_pool_type resources.

0.1.394

  • Added Device Code flow to authentication
  • Update model version v0.0.347
    • Add HostedControlPlaneDefault boolean to Version Type model.

0.1.393

  • Add authentication using OAuth2 and PCKE
  • Add secure token storage

0.1.392

  • Update model version v0.0.346
    • Modify notify_details response

0.1.391

  • Update model version v0.0.345
    • Add validate_credentials resource to AwsInquiries
  • Update model version v0.0.344
    • Add the /notify_details endpoint to the SDK

0.1.390

  • Update model version v0.0.343
    • Add Platformto subnet_network_verification_type resource

0.1.389

  • Update model version v0.0.342
    • Add Search and Order methods to List /api/clusters_mgmt/v1/clusters/{id}/node_pools

0.1.388

  • Update model version v0.0.341
    • Add DELETE /api/addons_mgmt/v1/clusters/{id}/addons endpoint

0.1.387

  • Update model version v0.0.340
    • Add get Platform to network_verification_type resource

... (truncated)

Commits
  • f2d8eb3 Update changed.md for Release 0.1.398 (#900)
  • f8f6b7f Release 0.1.398 (#899)
  • fa30c4c Merge pull request #898 from hunterkepley/ocm-2780
  • 488416a OCM-5281 | Feat | Add regions support from ocm shards (#882)
  • 738eb3b OCM-2780 | fix: Move fix to CheckContentType
  • a588ffa OCM-2780 | fix: Don't error when response is 204 and no content-type
  • 131dd8e Merge pull request #897 from miguelsorianod/release-0.1.397
  • 91e5819 Prepare release 0.1.397
  • d2c86e1 Merge pull request #895 from miguelsorianod/add-conn-without-auth
  • 908b5b4 Merge pull request #896 from lucasponce/ocm-5802_add_external_auth_config
  • 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/openshift-online/ocm-sdk-go](https://github.com/openshift-online/ocm-sdk-go) from 0.1.377 to 0.1.398.
- [Release notes](https://github.com/openshift-online/ocm-sdk-go/releases)
- [Changelog](https://github.com/openshift-online/ocm-sdk-go/blob/main/CHANGES.md)
- [Commits](openshift-online/ocm-sdk-go@v0.1.377...v0.1.398)

---
updated-dependencies:
- dependency-name: github.com/openshift-online/ocm-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 7, 2024

Superseded by #698.

@dependabot dependabot bot closed this Feb 7, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/openshift-online/ocm-sdk-go-0.1.398 branch February 7, 2024 07:13
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.

0 participants