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/linode/linodego from 1.27.1 to 1.28.0 #186

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2024

Bumps github.com/linode/linodego from 1.27.1 to 1.28.0.

Release notes

Sourced from github.com/linode/linodego's releases.

v1.28.0

💡 Improvements

  • Make IPv4 and IPv4.NAT1To1 fields of InstanceConfigInterface pointers (nullable) by @​zliang-akamai in linode/linodego#451

    • NOTE: This is a breaking change and may require changes in downstream packages.

Full Changelog: linode/linodego@v1.27.1...v1.28.0

Commits

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/linode/linodego](https://github.com/linode/linodego) from 1.27.1 to 1.28.0.
- [Release notes](https://github.com/linode/linodego/releases)
- [Commits](linode/linodego@v1.27.1...v1.28.0)

---
updated-dependencies:
- dependency-name: github.com/linode/linodego
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner January 26, 2024 07:05
@dependabot dependabot bot added dependencies dependency updates usually from dependabot go labels Jan 26, 2024
@dependabot dependabot bot requested review from lgarber-akamai and ykim-akamai and removed request for a team January 26, 2024 07:05
Copy link
Contributor

@lgarber-akamai lgarber-akamai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just pushed up two commits to address the breaking change in Linodego.

Works as expected using the following config:

locals { timestamp = regex_replace(timestamp(), "[- TZ:]", "") }

source "linode" "sandbox" {
  image             = "linode/ubuntu22.04"
  image_description = "Packer Sandbox Image"
  image_label       = "packer-image-${local.timestamp}"
  instance_label    = "packer-build-${local.timestamp}"
  instance_type     = "g6-nanode-1"
  region            = "us-mia"
  ssh_username      = "root"

  interface {
    purpose = "public"
  }

  interface {
    purpose = "vpc"
    subnet_id = 20676
    ipv4 {
      vpc = "10.0.0.3"
      nat_1_1 = "any"
    }
  }
}

build {
  sources = ["source.linode.sandbox"]
}

@ykim-akamai ykim-akamai merged commit 30a0c18 into dev Jan 29, 2024
14 checks passed
@ykim-akamai ykim-akamai deleted the dependabot/go_modules/github.com/linode/linodego-1.28.0 branch January 29, 2024 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies dependency updates usually from dependabot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants