Releases: env0/terraform-provider-env0
Releases · env0/terraform-provider-env0
v1.24.0
Breaking Changes (IMPORTANT!!!)
- resource/env0_template: in previous versions, the default template type was
terraform
. Moving forward, thetype
field is now required and must be set explicitly.
Changelog
Features
- d658cfa: Feat: resource template has 'terraform' type default value - change to 'opentofu' (#990) (@TomerHeber)
- 0a72aa4: Feat: remove default template type (#991) (@TomerHeber)
Bug Fixes
- a119d5f: Fix: fix security issues (#992) (@TomerHeber)
v1.23.1
Changelog
Bug Fixes
- 8a80a6a: Fix: increase sleep time to avoid flaky test (#985) (@GiliFaroEnv0)
- b871818: Fix: "all_teams" data resource causes 429 status code requests (#988) (@TomerHeber)
v1.23.0
Breaking Changes (IMPORTANT!!!)
- resource/env0_template: terragrunt templates now default to run with opentofu. For terragrunt templates with terraform, it's required to explicitly set
terragrunt_tf_binary
toterraform
. This breaking change may cause drifts!
Changelog
Features
- ac08066: Feat: Breaking Change - default terragrunt_tf_binary to 'opentofu' (#980) (@TomerHeber)
v1.22.3
Changelog
Bug Fixes
- e9c0422: fix: integration tests templates must enforce terraform_tf_binary (#977) (@onhate)
- c43e444: Fix: add pagination for teams api (#983) (@TomerHeber)
Others
- 81ae429: Chore: add golangci-lint (linter) support (#972) (@TomerHeber)
- 74b8a6d: Chore: Integration test for the bug not possible to use OpenTofu as backend for Terragrunt via env0 Terraform provider (#974) (#976) (@TomerHeber)
v1.22.2
Changelog
Bug Fixes
- 2b9ac7b: Fix: the integration test environment-without-template-start-with-no-… (#970) (@TomerHeber)
Others
- f091461: Chore: missing permissions for custom role (#973) (@sagilaufer1992)
v1.22.1
Changelog
Bug Fixes
- 150c424: Fix: env0_variable_set_assignment 404, Error: failed to unassign variable sets: 404 Not Found: Configuration Set "..." is not assigned to project. (#967) (@TomerHeber)
v1.22.0
Breaking Changes
- resource/env0_environment: if
vcs_pr_comments_enabled
is set tofalse
or is unset, thenvcs_command_alias
value is ignored/omitted.
Changelog
Bug Fixes
- 9a78b65: Fix: vcs_command_alias should be set to "" when vcs_pr_comments_enabled is disabled (#965) (@TomerHeber)
v1.21.0
Changelog
Bug Fixes
- 4e6e7c1: Fix: env0_environment resource - cannot re-enable vcs (#963) (@TomerHeber)
v1.20.12
Changelog
Features
- af33272: Feat: add wait_for_destroy option when destroying and environment (#946) (@TomerHeber)
v1.20.11
Changelog
Bug Fixes
- 3bd6be6: Fix: configuration variable that overrides a template variable in env0_environment shows drift (#955) (@TomerHeber)
- 1209c07: Fix: variable set assignment drifts with parent projects (#961) (@TomerHeber)