mitchellh / terraform-provider-multispace

Terraform Provider for cascading runs across multiple workspaces.
https://registry.terraform.io/providers/mitchellh/multispace/latest/docs
Mozilla Public License 2.0
146 stars 8 forks source link

Bump github.com/hashicorp/go-tfe from 0.19.0 to 1.10.0 #64

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps github.com/hashicorp/go-tfe from 0.19.0 to 1.10.0.

Release notes

Sourced from github.com/hashicorp/go-tfe's releases.

v1.10.0

Enhancements

  • Add Query param field to OrganizationListOptions to allow searching based on name or email by @​laurenolivia #529
  • Add optional AssessmentsEnforced to organizations and AssessmentsEnabled to workspaces for managing the workspace and organization health assessment (drift detection) setting by @​rexredinger #462

Bug Fixes

  • Fixes null value returned in variable set relationship in VariableSetVariable by @​sebasslash #521

v1.9.0

Enhancements

  • RunListOptions is generally available, and rename field (Name -> User) by @​mjyocca #472
  • [Beta] Adds optional JsonState field to StateVersionCreateOptions by @​megan07 #514

Bug Fixes

v1.8.0

Enhancements

  • Adds support for reading and listing Agents by @​laurenolivia #456
  • It was previously logged that we added an Include param field to PolicySetListOptions to allow policy list to include related resource data such as workspaces, policies, newest_version, or current_version by @​Uk1288 #497 in 1.7.0, but this was a mistake and the field is added in v1.8.0

v1.7.0

Enhancements

v1.6.0

Enhancements

v1.5.0

Enhancements

  • [BETA] Add support for triggering Workspace runs through matching Git tags by @​hashimoon #434
  • Add Query param field to AgentPoolListOptions to allow searching based on agent pool name, by @​JarrettSpiker #417
  • Add organization scope and allowed workspaces field for scope agents by @​Netra2104 #453
  • Adds Namespace and RegistryName fields to RegistryModuleID to allow reading of Public Registry Modules by @​Uk1288 #464

Bug fixes

  • Fixed JSON mapping for Configuration Versions failing to properly set the speculative property by @​straubt1 #459

... (truncated)

Changelog

Sourced from github.com/hashicorp/go-tfe's changelog.

v1.10.0

Enhancements

  • Add Query param field to OrganizationListOptions to allow searching based on name or email by @​laurenolivia #529
  • Add optional AssessmentsEnforced to organizations and AssessmentsEnabled to workspaces for managing the workspace and organization health assessment (drift detection) setting by @​rexredinger #462

Bug Fixes

  • Fixes null value returned in variable set relationship in VariableSetVariable by @​sebasslash #521

v1.9.0

Enhancements

  • RunListOptions is generally available, and rename field (Name -> User) by @​mjyocca #472
  • [Beta] Adds optional JsonState field to StateVersionCreateOptions by @​megan07 #514

Bug Fixes

v1.8.0

Enhancements

  • Adds support for reading and listing Agents by @​laurenolivia #456
  • It was previously logged that we added an Include param field to PolicySetListOptions to allow policy list to include related resource data such as workspaces, policies, newest_version, or current_version by @​Uk1288 #497 in 1.7.0, but this was a mistake and the field is added in v1.8.0

v1.7.0

Enhancements

  • Adds new run creation attributes: allow-empty-apply, terraform-version, plan-only by @​sebasslash #482
  • Adds additional Task Stage and Run Statuses for Pre-plan run tasks by @​glennsarti #469
  • Adds stage field to the create and update methods for Workspace Run Tasks by @​glennsarti #469
  • Adds ResourcesProcessed, StateVersion, TerraformVersion, Modules, Providers, and Resources fields to the State Version struct by @​laurenolivia #484
  • Add Include param field to PolicySetListOptions to allow policy list to include related resource data such as workspaces, policies, newest_version, or current_version by @​Uk1288 #497
  • Allow FileTriggersEnabled to be set to false when Git tags are present by @​mjyocca @​hashimoon #468 (hashicorp/go-tfe#468)

v1.6.0

Enhancements

v1.5.0

Enhancements

... (truncated)

Commits
  • 0f2846e Merge pull request #532 from hashicorp/aw/update-changelog-for-release
  • 9f2d168 Update CHANGELOG.md
  • 25daddf Update changelog for release
  • 459a2f1 Enable workspace and organization Health Assessment (drift detection) setting...
  • 04398c4 Merge pull request #501 from hashicorp/mjyocca/git-tags-test-cleanup
  • cded6f2 refactor git tags workspace create tests to table tests
  • 324271f Merge pull request #505 from hashicorp/add-missing-vars
  • 92f1d9f Add missing github client token var for CI workflow
  • f16c6cc Merge pull request #529 from hashicorp/laurenolivia/add-org-query-params
  • 11d1851 add option to query org on name or email, tests
  • 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 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)
dependabot[bot] commented 2 years ago

Superseded by #72.