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 hashicorp/tfe from 0.39.0 to 0.42.0 #124

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 Feb 1, 2023

Bumps hashicorp/tfe from 0.39.0 to 0.42.0.

Release notes

Sourced from hashicorp/tfe's releases.

v0.42.0

FEATURES:

  • New Provider Config: organization (or the TFE_ORGANIZATION environment variable) defines a default organization for all resources, making all resource-specific organization arguments optional, by @​brandonc (#762)
  • New Resource: r/tfe_team_project_access manages team project permissions, by @​mwudka (#768)
  • New Data Source: d/tfe_team_project_access reads existing team project permissions, by @​mwudka (#768)
  • r/tfe_team: Add attribute manage_projects to tfe_team, by @​mwudka (#768)
  • r/tfe_team: Teams can now be imported using <ORGANIZATION NAME>/<TEAM NAME>, by @​JarrettSpiker (#745)
  • r/tfe_team_organization_member: Team Organization Memberships can now be imported using <ORGANIZATION NAME>/<USER EMAIL>/<TEAM NAME>, by @​JarrettSpiker (#745)

ENHANCEMENTS:

  • Update API doc links from terraform.io to developer.hashicorp domain by @​uk1288 #764
  • Update website docs to depict the use of set with tfe_team_organization_members and tfe_team_members by @​uk1288 #767
  • d/tfe_workspace: Add execution_mode field to workspace datasource @​Uk1288 (#772)

BUG FIXES:

  • r/tfe_workspace: Return all workspace safe deletion errors by @​skeggse (#758)

v0.41.0 (January 4, 2023)

BUG FIXES:

  • d/tfe_workspace_ids: When no wildcards were used in the names argument a substring match was being performed anyway @​brandonc (#752)

FEATURES:

  • r/tfe_workspace: Add attribute resource_count to tfe_workspace by @​rhughes1 (#682)
  • d/tfe_outputs: Add nonsensitive_values attribute to expose current non-sensitive outputs of a given workspace @​Uk1288 (#711)
  • r/tfe_workspace: Adds validation to tag_names argument to ensure tags are lowercase and don't contain invalid characters @​brandonc (#743)

v0.40.0 (December 6, 2022)

DEPRECATIONS:

  • r/tfe_sentinel_policy is deprecated in favor of the new resource tfe_policy, which supports both Sentinel and OPA policies
  • r/tfe_organization_module_sharing is deprecated in favor of the new resource tfe_admin_organization_settings, which supports the global module sharing option

FEATURES:

  • New Resource: tfe_admin_organization_settings (#709) adds the ability for Terraform Enterprise admins to configure settings for an organization, including module consumers and global module sharing config.
  • New Resource: tfe_policy is a new resource that supports both Sentinel as well as OPA policies. tfe_sentinel_policy now includes a deprecation warning. (#690)
  • New Resource: tfe_project allows managing projects, which is an upcoming feature of Terraform Cloud and may not yet be generally available. (#704)
  • d/tfe_workspace_ids: Add support for filtering workspace names with partial matching using * (#698)
  • r/tfe_workspace: Add preemptive check for resources under management when force_delete attribute is false (#699)
  • r/tfe_policy_set: Add OPA support for policy sets. (#691)
  • d/tfe_policy_set: Add optional kind and overridable fields for OPA policy sets (#691)
  • r/tfe_policy: enforce_mode is no longer a required property (#705)
  • d/tfe_organization: Add computed default_project_id field to support projects (#704)
  • r/tfe_workspace: Add optional project_id argument to support projects (#704)
  • d/tfe_workspace: Add optional project_id argument to support projects (#704)

v0.39.0 (November 18, 2022)

FEATURES:

  • r/tfe_workspace_run_task: Removed beta notices on the stage attribute for workspace run tasks. (#669)

... (truncated)

Changelog

Sourced from hashicorp/tfe's changelog.

v0.42.0 (January 31, 2023)

FEATURES:

  • New Provider Config: organization (or the TFE_ORGANIZATION environment variable) defines a default organization for all resources, making all resource-specific organization arguments optional, by @​brandonc (#762)
  • New Resource: r/tfe_team_project_access manages team project permissions, by @​mwudka (#768)
  • New Data Source: d/tfe_team_project_access reads existing team project permissions, by @​mwudka (#768)
  • r/tfe_team: Add attribute manage_projects to tfe_team, by @​mwudka (#768)
  • r/tfe_team: Teams can now be imported using <ORGANIZATION NAME>/<TEAM NAME>, by @​JarrettSpiker (#745)
  • r/tfe_team_organization_member: Team Organization Memberships can now be imported using <ORGANIZATION NAME>/<USER EMAIL>/<TEAM NAME>, by @​JarrettSpiker (#745)

ENHANCEMENTS:

  • Update API doc links from terraform.io to developer.hashicorp domain by @​uk1288 #764
  • Update website docs to depict the use of set with tfe_team_organization_members and tfe_team_members by @​uk1288 #767
  • d/tfe_workspace: Add execution_mode field to workspace datasource @​Uk1288 (#772)

BUG FIXES:

  • r/tfe_workspace: Return all workspace safe deletion errors by @​skeggse (#758)

v0.41.0 (January 4, 2023)

BUG FIXES:

  • d/tfe_workspace_ids: When no wildcards were used in the names argument a substring match was being performed anyway @​brandonc (#752)

FEATURES:

  • r/tfe_workspace: Add attribute resource_count to tfe_workspace by @​rhughes1 (#682)
  • d/tfe_outputs: Add nonsensitive_values attribute to expose current non-sensitive outputs of a given workspace @​Uk1288 (#711)
  • r/tfe_workspace: Adds validation to tag_names argument to ensure tags are lowercase and don't contain invalid characters @​brandonc (#743)

v0.40.0 (December 6, 2022)

DEPRECATIONS:

  • r/tfe_sentinel_policy is deprecated in favor of the new resource tfe_policy, which supports both Sentinel and OPA policies
  • r/tfe_organization_module_sharing is deprecated in favor of the new resource tfe_admin_organization_settings, which supports the global module sharing option

FEATURES:

  • New Resource: tfe_admin_organization_settings (#709) adds the ability for Terraform Enterprise admins to configure settings for an organization, including module consumers and global module sharing config.
  • New Resource: tfe_policy is a new resource that supports both Sentinel as well as OPA policies. tfe_sentinel_policy now includes a deprecation warning. (#690)
  • New Resource: tfe_project allows managing projects, which is an upcoming feature of Terraform Cloud and may not yet be generally available. (#704)
  • d/tfe_workspace_ids: Add support for filtering workspace names with partial matching using * (#698)
  • r/tfe_workspace: Add preemptive check for resources under management when force_delete attribute is false (#699)
  • r/tfe_policy_set: Add OPA support for policy sets. (#691)
  • d/tfe_policy_set: Add optional kind and overridable fields for OPA policy sets (#691)
  • r/tfe_policy: enforce_mode is no longer a required property (#705)
  • d/tfe_organization: Add computed default_project_id field to support projects (#704)
  • r/tfe_workspace: Add optional project_id argument to support projects (#704)
  • d/tfe_workspace: Add optional project_id argument to support projects (#704)
Commits
  • 3b20955 Merge pull request #780 from hashicorp/nf/jan23-0.42-release
  • 67f0f5a Add missing PR attributions to changelog
  • 24700f7 Update version numbers in docs/examples
  • e28ea67 Prep changelog for 0.42.0 release
  • e67c541 Merge pull request #779 from hashicorp/brandonc/go-test-split-action-owner-ch...
  • 76a31dc Move copywrite headers check into lint job
  • 3fcb600 Update ci.yml
  • 0a96ee5 Merge pull request #776 from hashicorp/TF-4034-generate-copywrite-headers-for...
  • 71d1b20 Add copywrite headers and GH Action
  • bac8630 Merge pull request #775 from hashicorp/brandonc/delete_.go-version
  • 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)

Bumps [hashicorp/tfe](https://github.com/hashicorp/terraform-provider-tfe) from 0.39.0 to 0.42.0.
- [Release notes](https://github.com/hashicorp/terraform-provider-tfe/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-tfe/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-tfe@v0.39.0...v0.42.0)

---
updated-dependencies:
- dependency-name: hashicorp/tfe
  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 Feb 1, 2023

The following labels could not be found: dependencies, terraform.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants