Skip to content

Bump github.com/IBM/vpc-go-sdk from 0.64.0 to 0.67.1 #984

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2025

Bumps github.com/IBM/vpc-go-sdk from 0.64.0 to 0.67.1.

Release notes

Sourced from github.com/IBM/vpc-go-sdk's releases.

v0.67.1

SDK release date : 2025-04-14

Highlights

fixed the unmarshalling issue on load balancer profiles

v0.67.0

SDK release date : 2025-04-10

Highlights

  • Updated default API version from 2025-04-01 to 2025-04-08

SNI Support

  • Added sni_hostname rule type for TLS negotiation
  • Enables routing based on the domain name provided during TLS handshake
  • For TCP protocol listeners, only sni_hostname rule type is supported
  • Enhanced documentation clarifying when rule field property is required vs. optional

Load Balancer as Target for Pool

  • Added ability to target another load balancer as a pool member
  • Implemented constraint: a pool cannot have multiple members targeting load balancers
  • Added specialized health monitoring logic for scenarios where load balancers target other load balancers
  • Added new resource types and identity structures to support load balancer targeting

New Changes

  • Load Balancer Policy Actions: Added new policy actions forward_to_listener and forward_to_pool to replace the deprecated forward action.
  • Load Balancer Rule Types: Added support for sni_hostname rule type for TLS negotiation, especially for TCP protocol listeners.
  • Load Balancer Pool Members:
    • Added ability to target another load balancer as a pool member
    • Added new constraint that pools must not already have a member targeting a load balancer
  • Load Balancer Profiles: Added information about targetable load balancer profiles
  • Health Monitor Documentation: Improved documentation for health monitors in load balancer pools, especially for cases where pool members target other load balancers

New Structures

  • Added support for load balancer targets including:
    • LoadBalancerListenerPolicyTargetLoadBalancerListenerReference
    • LoadBalancerPoolMemberTargetLoadBalancerReference
  • Added various identity types for supporting load balancer targeting

Documentation Updates

  • Updated documentation for load balancer listener policies and rules
  • Clarified constraints on creating load balancer pool members
  • Enhanced documentation for health monitor behavior when targeting load balancers

Bug Fixes

  • Fixed incorrect documentation about listener protocol requirements for creating policies

v0.66.0

... (truncated)

Commits
  • 6334b25 fix(lb): fixed UnmarshalLoadBalancerProfile to skip error (#114)
  • 0638ce7 feat(spec): updated the sdk as per the api spec released on 2025-04-08 (#113)
  • 6b314ef feat(spec): updated the sdk as per the api spec released on 2025-04-02 (#112)
  • bab0fd9 feat(spec): updated the sdk as per the api spec released on 2025-03-10 (#111)
  • c53606d chore(deps): bump golang.org/x/net from 0.23.0 to 0.33.0 (#110)
  • 435388c chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 (#109)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 14, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/IBM/vpc-go-sdk-0.67.1 branch from 1219144 to 7ec5220 Compare April 17, 2025 11:31
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/IBM/vpc-go-sdk-0.67.1 branch from 7ec5220 to 51ebd2f Compare April 17, 2025 11:36
Bumps [github.com/IBM/vpc-go-sdk](https://github.com/IBM/vpc-go-sdk) from 0.64.0 to 0.67.1.
- [Release notes](https://github.com/IBM/vpc-go-sdk/releases)
- [Changelog](https://github.com/IBM/vpc-go-sdk/blob/master/CHANGELOG.md)
- [Commits](IBM/vpc-go-sdk@v0.64.0...v0.67.1)

---
updated-dependencies:
- dependency-name: github.com/IBM/vpc-go-sdk
  dependency-version: 0.67.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/IBM/vpc-go-sdk-0.67.1 branch from 51ebd2f to e74faaf Compare April 17, 2025 11:41
Signed-off-by: Ziv Nevo <nevo@il.ibm.com>
@zivnevo
Copy link
Member

zivnevo commented Apr 17, 2025

@dependabot squashandmerge

@dependabot dependabot bot merged commit bbdf8a3 into main Apr 17, 2025
4 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/IBM/vpc-go-sdk-0.67.1 branch April 17, 2025 12:09
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 size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant