Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Comments

Bump github.com/IBM/vpc-go-sdk from 0.64.0 to 0.65.0#264

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/IBM/vpc-go-sdk-0.65.0
Closed

Bump github.com/IBM/vpc-go-sdk from 0.64.0 to 0.65.0#264
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/IBM/vpc-go-sdk-0.65.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2025

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

Release notes

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

v0.65.0

NEW FEATURES

  • Support for Snapshot in DeleteSnapshot response
  • Support for FailsafePolicy in LoadBalancerPool, LoadBalancerPoolPatch
  • Support for FailsafePolicyActions in LoadBalancer
  • Added StorageGeneration property to Snapshot and Volume
  • Added new constants for hardware manufacturers:
    • InstanceGpuManufacturerNvidiaConst = "nvidia"
    • InstanceVcpuManufacturerAmdConst = "amd"
    • InstanceVcpuManufacturerIBMConst = "ibm"
    • InstanceVcpuManufacturerIntelConst = "intel"
    • DedicatedHostProfileVcpuManufacturerValueAmdConst = "amd"
    • DedicatedHostProfileVcpuManufacturerValueIBMConst = "ibm"
    • DedicatedHostProfileVcpuManufacturerValueIntelConst = "intel"
  • Added constants for failsafe policy actions:
    • LoadBalancerFailsafePolicyActionsBypassConst = "bypass"
    • LoadBalancerFailsafePolicyActionsDropConst = "drop"
    • LoadBalancerFailsafePolicyActionsFailConst = "fail"
    • LoadBalancerFailsafePolicyActionsForwardConst = "forward"
  • Added new Snapshot lifecycle state constant:
    • SnapshotLifecycleStateUnusableConst = "unusable"

BREAKING CHANGES

  • In CreateLoadBalancerOptions, Pools is changed from LoadBalancerPoolPrototype to LoadBalancerPoolPrototypeLoadBalancerContext
  • In CreateLoadBalancerPoolOptions, HealthMonitor is changed from LoadBalancerPoolHealthMonitorPrototype to LoadBalancerPoolHealthMonitorPrototypeIntf
  • Removed Default field from InstanceProfileVcpuArchitecture
  • Removed Default field from InstanceProfileVcpuManufacturer
  • OperatingSystem field in Image is now required (added validate:"required")
  • DeleteLoadBalancerPool adds restriction that pool must not "be the target pool in the failsafe policy for any other pool"
  • Constants renamed due to type renames:
    • LoadBalancerPoolPrototypeProxyProtocolDisabledConst → LoadBalancerPoolPrototypeLoadBalancerContextProxyProtocolDisabledConst
    • LoadBalancerPoolPrototypeProxyProtocolV1Const → LoadBalancerPoolPrototypeLoadBalancerContextProxyProtocolV1Const
    • LoadBalancerPoolPrototypeProxyProtocolV2Const → LoadBalancerPoolPrototypeLoadBalancerContextProxyProtocolV2Const
    • LoadBalancerPoolPrototypeProtocolHTTPConst → LoadBalancerPoolPrototypeLoadBalancerContextProtocolHTTPConst
    • LoadBalancerPoolPrototypeProtocolHTTPSConst → LoadBalancerPoolPrototypeLoadBalancerContextProtocolHTTPSConst
    • LoadBalancerPoolPrototypeProtocolTCPConst → LoadBalancerPoolPrototypeLoadBalancerContextProtocolTCPConst
    • LoadBalancerPoolPrototypeProtocolUDPConst → LoadBalancerPoolPrototypeLoadBalancerContextProtocolUDPConst
    • LoadBalancerPoolPrototypeAlgorithmLeastConnectionsConst → LoadBalancerPoolPrototypeLoadBalancerContextAlgorithmLeastConnectionsConst
    • LoadBalancerPoolPrototypeAlgorithmRoundRobinConst → LoadBalancerPoolPrototypeLoadBalancerContextAlgorithmRoundRobinConst
    • LoadBalancerPoolPrototypeAlgorithmWeightedRoundRobinConst → LoadBalancerPoolPrototypeLoadBalancerContextAlgorithmWeightedRoundRobinConst

CHANGES

  • API version updated to 2025-03-04 (from 2024-12-17)
  • API version date range updated to 2025-03-08 (from 2024-12-18)
  • Documentation improvements:
    • Load balancer port ranges now described as "non-overlapping" instead of "unique"
    • Flow Log Collector now explicitly mentions "TCP and UDP data" rather than general "data"
    • Port range and protocol descriptions more precise
  • Default values documented:

... (truncated)

Commits
  • 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)

Bumps [github.com/IBM/vpc-go-sdk](https://github.com/IBM/vpc-go-sdk) from 0.64.0 to 0.65.0.
- [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.65.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 17, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 7, 2025

Superseded by #269.

@dependabot dependabot bot closed this Apr 7, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/IBM/vpc-go-sdk-0.65.0 branch April 7, 2025 09:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code size/S

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants