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

Bump hashicorp/tfe from 0.51.1 to 0.58.1 in /tf-workspace #219

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 Aug 26, 2024

Bumps hashicorp/tfe from 0.51.1 to 0.58.1.

Release notes

Sourced from hashicorp/tfe's releases.

v0.58.1

Bug Fixes

v0.58.0

ENHANCEMENTS:

BUG FIXES:

  • r/tfe_workspace html_url is now planned to be recomputed when name changes. Previously, changed values would show up on the next plan, by @​brandonc 1422

v0.57.1

  • r/tfe_stack initial support for this BETA feature was released in v0.57.0 but the documentation link was broken and it was not mentioned in the release notes. NOTE: This resource is subject to change and has limited support in HCP Terraform.
  • d/tfe_github_app_installation the documentation link for this resource was incorrectly named tfe_github_installation

v0.57.0

FEATURES:

  • r/tfe_data_retention_policy is a new resource for managing data retention policies for organizations and workspaces, by @​SwiftEngineer 1385
  • r/tfe_team: Add attribute manage_agent_pools to organization_access on tfe_team by @​emlanctot #1358
  • r/tfe_workspace: Add an auto_destroy_activity_duration attribute for automatic scheduling of auto-destroy runs based off of workspace activity, by @​notchairmk #1377
  • d/tfe_workspace: Add an auto_destroy_activity_duration, by @​notchairmk #1377
  • d/tfe_organization_run_task_global_settings: Add a datasource to retrieve the global settings of Run tasks, by @​glennsarti #1328
  • r/tfe_organization_run_task_global_settings: Add a resource to manage the global settings of Run tasks, by @​glennsarti #1328
  • r/tfe_notification_configuration: Add workspace:auto_destroy_reminder and workspace:auto_destroy_run_results as allowed notification configuration trigger types, by @​notchairmk #1394
  • r/tfe_workspace_settings: Remove workspace and agent pool ID validations, by @​joekarl 1418
  • r/tfe_team_project_access: Remove project ID validation, by @​joekarl 1418

DEPRECATIONS and BREAKING CHANGES:

  • r/_workspace_run_task: The stage attribute has been deprecated in favor of the stages attribute, by @​glennsarti #1328
  • d/_workspace_run_task: The stage attribute has been deprecated in favor of the stages attribute, by @​glennsarti #1328

v0.56.0

ENHANCEMENTS:

  • r/tfe_oauth_client: Add Bitbucket Data Center support with the bitbucket_data_center option for service_provider by @​zainq11 #1303
  • r/tfe_workspace: Add an auto_destroy_at attribute for scheduling an auto-destroy run in the future, by @​notchairmk 1354
  • d/tfe_workspace: Add an auto_destroy_at attribute for reading a scheduled auto-destroy, by @​notchairmk 1354
  • r/tfe_registry_module: Add initial_version support for Branch Based Modules by @​aaabdelgany #1363
  • r/tfe_oauth_client: Add agent_pool_id as an optional argument to enable Private VCS support, by @​roleesinhaHC 1255
  • r/tfe_project: Increase the Project name length from 36 to 40 characters @​hs26gill #1351

BUG FIXES:

  • r/tfe_registry_module: Prevents constant diff after a successful apply when tags and tests_enabled is not set by @​Uk1288 #1357

v0.55.0

FEATURES

  • r/tfe_team: Add attributes manage_teams, manage_organization_access, and access_secret_teams to organization_access on tfe_team by @​juliannatetreault #1313

... (truncated)

Changelog

Sourced from hashicorp/tfe's changelog.

v0.58.1

BUG FIXES:

  • r/tfe_stack: Fixes "inconsistent state" error due to decoding bug in upstream library by @​brandonc

v0.58.0

ENHANCEMENTS:

BUG FIXES:

  • r/tfe_workspace html_url is now planned to be recomputed when name changes. Previously, changed values would show up on the next plan, by @​brandonc 1422

v0.57.1

  • r/tfe_stack initial support for this BETA feature was released in v0.57.0 but the documentation link was broken and it was not mentioned in the release notes. NOTE: This resource is subject to change and has limited support in HCP Terraform.
  • d/tfe_github_app_installation the documentation link for this resource was incorrectly named tfe_github_installation

v0.57.0

FEATURES:

  • r/tfe_data_retention_policy is a new resource for managing data retention policies for organizations and workspaces, by @​SwiftEngineer 1385
  • r/tfe_team: Add attribute manage_agent_pools to organization_access on tfe_team by @​emlanctot #1358
  • r/tfe_workspace: Add an auto_destroy_activity_duration attribute for automatic scheduling of auto-destroy runs based off of workspace activity, by @​notchairmk #1377
  • d/tfe_workspace: Add an auto_destroy_activity_duration, by @​notchairmk #1377
  • d/tfe_organization_run_task_global_settings: Add a datasource to retrieve the global settings of Run tasks, by @​glennsarti #1328
  • r/tfe_organization_run_task_global_settings: Add a resource to manage the global settings of Run tasks, by @​glennsarti #1328
  • r/tfe_notification_configuration: Add workspace:auto_destroy_reminder and workspace:auto_destroy_run_results as allowed notification configuration trigger types, by @​notchairmk #1394
  • r/tfe_workspace_settings: Remove workspace and agent pool ID validations, by @​joekarl 1418
  • r/tfe_team_project_access: Remove project ID validation, by @​joekarl 1418

DEPRECATIONS and BREAKING CHANGES:

  • r/_workspace_run_task: The stage attribute has been deprecated in favor of the stages attribute, by @​glennsarti #1328
  • d/_workspace_run_task: The stage attribute has been deprecated in favor of the stages attribute, by @​glennsarti #1328

v0.56.0

ENHANCEMENTS:

  • r/tfe_oauth_client: Add Bitbucket Data Center support with the bitbucket_data_center option for service_provider by @​zainq11 #1303
  • r/tfe_workspace: Add an auto_destroy_at attribute for scheduling an auto-destroy run in the future, by @​notchairmk 1354
  • d/tfe_workspace: Add an auto_destroy_at attribute for reading a scheduled auto-destroy, by @​notchairmk 1354
  • r/tfe_registry_module: Add initial_version support for Branch Based Modules by @​aaabdelgany #1363
  • r/tfe_oauth_client: Add agent_pool_id as an optional argument to enable Private VCS support, by @​roleesinhaHC 1255
  • r/tfe_project: Increase the Project name length from 36 to 40 characters @​hs26gill #1351

BUG FIXES:

  • r/tfe_registry_module: Prevents constant diff after a successful apply when tags and tests_enabled is not set by @​Uk1288 #1357

... (truncated)

Commits
  • bffd1c7 Merge pull request #1448 from hashicorp/brandonc/bump_go_tfe_prep_patch_release
  • 7efe9a1 Bump go-tfe for stack decoding fix and prep release
  • a6bf06c Update index.html.markdown
  • fa1cfa8 Update README.md
  • dd06bad Update CHANGELOG.md
  • 66a5587 Merge pull request #1398 from hashicorp/juliannatetreault/TF-16200-add-team-t...
  • 3ece994 Update resource_tfe_team_test.go assertions
  • 42f701b Update resource_tfe_team.go
  • db5fade Update allow_member_token_management default
  • 58c69c3 Point to latest go-tfe version (1.62.0)
  • 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 [hashicorp/tfe](https://github.com/hashicorp/terraform-provider-tfe) from 0.51.1 to 0.58.1.
- [Release notes](https://github.com/hashicorp/terraform-provider-tfe/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-tfe/blob/v0.58.1/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-tfe@v0.51.1...v0.58.1)

---
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 dependabot bot added the dependencies Pull requests that update a dependency file label Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants