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.41.0 #119

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2023

Bumps hashicorp/tfe from 0.39.0 to 0.41.0.

Release notes

Sourced from hashicorp/tfe's releases.

v0.41.0

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)
  • r/registry_module: Adds no_code field. (#673)
  • r/tfe_organization: Add allow_force_delete_workspaces attribute to set whether admins are permitted to delete workspaces with resource under management. (#661)
  • r/tfe_workspace: Add force_delete attribute to set whether workspaces will be force deleted when removed through the provider. Otherwise, they will be safe deleted. (#675)
  • r/tfe_notification_configuration: Add assessment triggers to notifications (#676)

v0.38.0 (October 24, 2022)

FEATURES:

  • d/tfe_oauth_client: Adds name, service_provider, service_provider_display_name, organization, callback_url, and created_at fields, and enables searching for an OAuth client with organization, name, and service_provider. (#599)
  • d/tfe_organization_members: Add datasource for organization_members that returns a list of active members and members with pending invite in an organization. (#635)
  • d/tfe_organization_membership: Add new argument username to enable fetching an organization membership by username. (#660)
  • r/tfe_organization_membership: Add new computed attribute username. (#660)
  • r/tfe_team_organization_members: Add resource for managing team members via organization membership IDs (#617)

BUG FIXES:

  • r/tfe_workspace: When assessments_enabled was the only change in to the resource the workspace was not being updated (#641)

NOTES:

... (truncated)

Changelog

Sourced from hashicorp/tfe's changelog.

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
  • 49a768f Merge pull request #753 from hashicorp/brandonc-v0.41.0_notes
  • 5ed079e Update CHANGELOG.md
  • dfcb59e Merge pull request #752 from hashicorp/TF-3556-terraform-provider-tfe-gh-issu...
  • bb4f587 Update CHANGELOG.md
  • a9ed428 d/workspace_ids: Require exact match when no wildcard
  • fc1257f Merge pull request #743 from hashicorp/TF-3547-uppercase-tag-names-on-tfe-wor...
  • 3cc09af GHA fix: resolution body
  • b84ad33 GHA fix: simplify expression
  • ea5fca8 GHA fix: update resolution
  • 172655f Merge pull request #744 from hashicorp/TF-3548-refine-tfe-outputs-values-docu...
  • 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.41.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.41.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 Jan 5, 2023

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

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 1, 2023

Superseded by #124.

@dependabot dependabot bot closed this Feb 1, 2023
@dependabot dependabot bot deleted the dependabot/terraform/hashicorp/tfe-0.41.0 branch February 1, 2023 22:08
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