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

chore(deps): bump github.com/vmware/terraform-provider-vra from 0.5.3 to 0.8.4 in /provider #54

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 Nov 6, 2023

Bumps github.com/vmware/terraform-provider-vra from 0.5.3 to 0.8.4.

Release notes

Sourced from github.com/vmware/terraform-provider-vra's releases.

v0.8.4

Release v0.8.4 (10/30/2023)

Changelog

  • b333685 Upgrade google.golang.org/grpc mod

v0.8.3

Release v0.8.3 (10/16/2023)

Changelog

  • ed0373a Upgrade golang.org/x/net to v0.17.0
  • 62a226d Fix go lint
  • 44f34c5 Update Github actions

v0.8.2

Release v0.8.2 (10/05/2023)

This release does not contain any change, it has just been signed with a new gpg key to fix an issue with Terraform v1.6.0 (see hashicorp/terraform#33984).

v0.8.1

Release v0.8.1 (09/20/2023)

vRealize Automation versions

Requires vRealize Automation 8.10.1 or greater.

Changelog

  • 773b9f6 Fix the fabric_network_ids parameter at vra__network_ip_range resource

v0.8.0

Release v0.8.0 (09/20/2023)

vRealize Automation versions

Requires vRealize Automation 8.10.1 or greater.

Backward incompatible changes

The provider has a default timeout for vRA API calls of 30 seconds. For certain API calls, that timeout was increased to 1 minute. This version of the provider removes the increased timeout, so all the vRA API calls will timeout after 30 seconds.

If a user has to increase this timeout, they can configure it through the provider configuration parameter api_timeout or by setting the environment variable VRA_API_TIMEOUT:

provider "vra" {
  host          = var.host
  url           = var.url
  refresh_token = var.refresh_token
</tr></table> 

... (truncated)

Commits
  • 8595d4a Merge pull request #510 from vmware/upgrade-grpc
  • b333685 Upgrade google.golang.org/grpc mod
  • cddcbad Merge pull request #508 from vmware/upgrade-go-x-net
  • ed0373a Upgrade golang.org/x/net to v0.17.0
  • 7776242 Merge pull request #507 from vmware/update-actions-lint
  • 62a226d Fix go lint
  • 44f34c5 Update Github actions
  • 01cbc62 Allow trigerring the release workflow manually
  • 7476d3e Merge pull request #504 from vmware/fabric-network-ids
  • 773b9f6 Fix the fabric_network_ids parameter at vra__network_ip_range resource
  • Additional commits viewable 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/vmware/terraform-provider-vra](https://github.com/vmware/terraform-provider-vra) from 0.5.3 to 0.8.4.
- [Release notes](https://github.com/vmware/terraform-provider-vra/releases)
- [Changelog](https://github.com/vmware/terraform-provider-vra/blob/main/.goreleaser.yml)
- [Commits](vmware/terraform-provider-vra@v0.5.3...v0.8.4)

---
updated-dependencies:
- dependency-name: github.com/vmware/terraform-provider-vra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency related work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants