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/vultr/govultr/v2 from 2.9.0 to 2.14.1 #2597

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 14, 2022

Bumps github.com/vultr/govultr/v2 from 2.9.0 to 2.14.1.

Release notes

Sourced from github.com/vultr/govultr/v2's releases.

v2.14.1

Changelog

  • 225d8fe Release v2.14.1 #patch
  • 66c1ed1 improved retry error response (#204)

v2.14.0

Changelog

  • 808ff9b Release v2.14.0 #minor
  • 6e1e834 list instancse support region filters (#200)
  • e9b9abd replace travis badge (#199)
  • 3708b7b run tests on master (#201)
  • 93bb1f2 snapshot updates (#202)

v2.13.0

Enhancement

v2.12.0

Breaking Changes

  • Plans : Changed MonthlyCost from int to float32 192

v2.11.1

Bug fixes

  • LoadBalancers : Fixed SSL struct json params to the proper API fields 189

v2.11.0

Breaking Changes

  • Instances : Update call will now return *Instance in addition to error 185
  • Instances : Reinstall call now allows changing of hostname and also returns *Instance in addition to error 181

Enhancement

  • Instances : The hostname of the instance is now returned in any call that returns Instance data 187
  • Domains : There is a new field called dns_sec which will return enabled or disabled depending on how your domain is configured 184

v2.10.0

Enhancement

  • Billing : Added support for billing 178

v2.9.2

Change

  • Iso : Changed client field to be unexported 168
  • Snapshot : Changed client field to be unexported 168
  • Plans : Changed client field to be unexported 168
  • Regions : Changed client field to be unexported 168

v2.9.1

Enhancement

Changelog

Sourced from github.com/vultr/govultr/v2's changelog.

v2.14.1 (2022-02-02)

Enhancement

  • Improved retry error response 204

v2.14.0 (2022-01-21)

Enhancement

v2.13.0 (2022-01-05)

Enhancement

v2.12.0 (2021-12-01)

Breaking Changes

  • Plans : Changed MonthlyCost from int to float32 192

v2.11.1 (2021-11-26)

Bug fixes

  • LoadBalancers : Fixed SSL struct json params to the proper API fields 189

v2.11.0 (2021-11-18)

Breaking Changes

  • Instances : Update call will now return *Instance in addition to error 185
  • Instances : Reinstall call now allows changing of hostname and also returns *Instance in addition to error 181

Enhancement

  • Instances : The hostname of the instance is now returned in any call that returns Instance data 187
  • Domains : There is a new field called dns_sec which will return enabled or disabled depending on how your domain is configured 184

v2.10.0 (2021-11-03)

Enhancement

  • Billing : Added support for billing 178

v2.9.2 (2021-10-20)

Change

  • Iso : Changed client field to be unexported 168
  • Snapshot : Changed client field to be unexported 168
  • Plans : Changed client field to be unexported 168
  • Regions : Changed client field to be unexported 168

v2.9.1 (2021-10-18)

Enhancement

  • Kubernetes : Added Tag support for nodepools 164
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 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/vultr/govultr/v2](https://github.com/vultr/govultr) from 2.9.0 to 2.14.1.
- [Release notes](https://github.com/vultr/govultr/releases)
- [Changelog](https://github.com/vultr/govultr/blob/master/CHANGELOG.md)
- [Commits](vultr/govultr@v2.9.0...v2.14.1)

---
updated-dependencies:
- dependency-name: github.com/vultr/govultr/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 14, 2022
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Feb 14, 2022
@k8s-ci-robot k8s-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Feb 14, 2022
Copy link
Member

@njuettner njuettner left a comment

Choose a reason for hiding this comment

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

/lgtm

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dependabot[bot], njuettner

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added lgtm "Looks good to me", indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Feb 14, 2022
@k8s-ci-robot k8s-ci-robot merged commit aaade5b into master Feb 14, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/vultr/govultr/v2-2.14.1 branch February 14, 2022 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. dependencies Pull requests that update a dependency file lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants