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.38.0 to 0.39.0 #41

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 22, 2022

Bumps hashicorp/tfe from 0.38.0 to 0.39.0.

Release notes

Sourced from hashicorp/tfe's releases.

v0.39.0

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:

  • The provider is now using go 1.18. (#643, #646)

v0.37.0 (September 28, 2022)

FEATURES:

  • r/tfe_workspace: Changes in agent_pool_id and execution_mode attributes are now detected and applied. (#607)
  • r/tfe_workspace_run_task, d/tfe_workspace_run_task: Add stage attribute to workspace run tasks. (#555)
  • r/tfe_workspace_policy_set: Add ability to attach an existing workspace to an existing policy set. (#591)
  • Add attributes for health assessments (drift detection) - available only in Terraform Cloud (550):
    • r/tfe_workspace: Add attribute assessments_enabled
    • d/tfe_workspace: Add attribute assessments_enabled
    • r/tfe_organization: Added attribute assessments_enforced
    • d/tfe_organization: Added attribute assessments_enforced

BUG FIXES:

  • Bump terraform-plugin-go to v0.6.0, due to a crash when tfe_outputs had null values. (#611)
  • r/tfe_workspace: Fix documentation of file_triggers_enabled default. (#627)
  • r/tfe_variable_set: Fix panic when applying variable set to workspaces fails (#628)

v0.36.0 (August 16th, 2022)

FEATURES:

  • r/tfe_organization_run_task, d/tfe_organization_run_task: Add description attribute to organization run tasks. (#585)
  • d/tfe_policy_set: Add datasource for policy_set (#592)
  • r/tfe_workspace: Adds tags_regex attribute to vcs_repo for workspaces, enabling a workspace to trigger runs for matching Git tags. (#549)
  • r/agent_pool: Agent Pools can now be imported using <ORGANIZATION NAME>/<AGENT POOL NAME> (#561)

BUG FIXES:

  • d/tfe_outputs: Fix a bug causing sensitive values to be missing from tfe_outputs (#565)

... (truncated)

Changelog

Sourced from hashicorp/tfe's changelog.

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)
Commits
  • 917f4bf Merge pull request #697 from hashicorp/brandonc-changelog-0.39.0
  • 0fcfa0c Update CHANGELOG.md
  • 81ff2af Merge pull request #695 from hashicorp/miguelhrocha-0-39-release
  • 2e08312 Merge pull request #696 from hashicorp/assessment-triggers
  • 1a95444 Update changelog
  • c512607 Add assessment triggers to notifications
  • ac447a2 Update CHANGELOG for v0.39.0
  • 8fc8adb Introduce no-code modules in registry modules (#673)
  • 06e2f6c Merge pull request #685 from hashicorp/nightly-tfe-tests
  • bfd19c3 Merge pull request #675 from hashicorp/el/tf-722
  • 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.38.0 to 0.39.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.38.0...v0.39.0)

---
updated-dependencies:
- dependency-name: hashicorp/tfe
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 22, 2022

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

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 7, 2022

A newer version of hashicorp/tfe exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

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