Skip to content

Bump github.com/IBM/vpc-go-sdk from 0.67.1 to 0.69.1 #1008

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

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

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

v0.69.1


Highlights

  • Updated default API version from 2025-04-22 to 2025-07-08
  • Introduced Public Address Range management for VPCs
  • Enhanced support for remote images and filtering capabilities
  • Refined DNS Resolution Binding constraints and validation
  • Improved error propagation and SDK classification

Public Address Range Management (Major Feature)

  • Introduced new resource PublicAddressRange:

    • Enables allocation and management of public IP address ranges within a VPC
  • Added new APIs:

    • ListPublicAddressRanges, GetPublicAddressRange, CreatePublicAddressRange, UpdatePublicAddressRange, DeletePublicAddressRange
  • Updated VPC struct:

    • Now includes public_address_ranges []PublicAddressRangeReference
  • Enhanced PublicGateway creation and retrieval:

    • Now supports optional public_address_range assignment
  • Added:

    • New types: PublicAddressRange, PublicAddressRangeReference, PublicAddressPrefixReference
    • Support for pagination, marshal/unmarshal, and interface conversion methods
    • Validations and helper methods like AsPublicAddressRange, IsPublicAddressRange, etc.

Image Management Enhancements

  • Added support for remote image filtering:

    • New query option remote.account.id in ListImagesOptions
  • Lifecycle operations (UpdateImage, DeprecateImage, ObsoleteImage, DeleteImage) now reject execution if remote.account is set

  • Enforced safe updates:

    • Disallow changes to operating_system and remote fields for remote images
  • Extended image unmarshalling for new types and safe parsing


DNS Resolution Binding Enhancements

... (truncated)

Commits
  • 2c65c11 fix(version): fixed version (#122)
  • 82927b2 fix(service-component-info): fixed info (#121)
  • 81f779b feat(spec): updated the sdk as per the api spec released on 2025-07-08 (#120)
  • 57e767c fix(cleanup): removed unused test folder (#119)
  • 4a56f42 feat(spec): updated the sdk as per the api spec released on 2025-07-08 (#118)
  • a25c81d feat(spec): updated the sdk as per the api spec released on 2025-04-22 (#116)
  • 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.67.1 to 0.69.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.67.1...v0.69.1)

---
updated-dependencies:
- dependency-name: github.com/IBM/vpc-go-sdk
  dependency-version: 0.69.1
  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 Jul 14, 2025
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/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants