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.1 in /provider #33

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2023

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

Release notes

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

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
  api_timeout   = var.api_timeout
} 

Changelog

  • 99f662b Allow setting the timeout for API operations

v0.7.3

Release v0.7.3 (06/12/2023)

vRealize Automation versions

Requires vRealize Automation 8.10.1 or greater.

Changelog

  • e5e7e9a Update resource_deployment.go to switch from blueprint to day2 action schema as blueprint API is based on Assembler rights only

v0.7.2

Release v0.7.2 (04/09/2023)

... (truncated)

Commits
  • 7476d3e Merge pull request #504 from vmware/fabric-network-ids
  • 773b9f6 Fix the fabric_network_ids parameter at vra__network_ip_range resource
  • 102ca6f Merge pull request #503 from vmware/increase-deployment-timeout
  • 99f662b Allow setting the timeout for API operations
  • a380dea Merge pull request #495 from an2ane/deployment-update-no-version
  • e5e7e9a Update resource_deployment.go to switch from blueprint to day2 action schema ...
  • ea492cb Merge pull request #492 from an2ane/update-blueprint
  • e3c218a Remove unnecessary values inside runDeploymentUpdateAction when catalogItemVe...
  • 6f9aedb Update runDeploymentUpdateAction to check blueprint inputs if inputs from cat...
  • e29d1d4 Merge pull request #488 from vmware/deployment-resources
  • 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.1.
- [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.1)

---
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>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 9, 2023

Superseded by #36.

@dependabot dependabot bot closed this Oct 9, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/provider/github.com/vmware/terraform-provider-vra-0.8.1 branch October 9, 2023 13:11
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