chore(deps): update dependency hashicorp/terraform to v1.5.0 in .circleci/config.yml#3514
Merged
renovate[bot] merged 1 commit intomainfrom Jun 13, 2023
Merged
Conversation
1 task
mtavaresmedeiros
pushed a commit
to mtavaresmedeiros/atlantis
that referenced
this pull request
Jul 3, 2023
…leci/config.yml (runatlantis#3514) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ijames-gc
pushed a commit
to gocardless/atlantis
that referenced
this pull request
Feb 13, 2024
…leci/config.yml (runatlantis#3514) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ijames-gc
pushed a commit
to gocardless/atlantis
that referenced
this pull request
Feb 13, 2024
…leci/config.yml (runatlantis#3514) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.4.6->1.5.0Release Notes
hashicorp/terraform
v1.5.0Compare Source
1.5.0 (June 12, 2023)
NEW FEATURES:
checkblocks for validating infrastructure: Module and configuration authors can now write independent check blocks within their configuration to validate assertions about their infrastructure.The new independent
checkblocks must specify at least oneassertblock, but possibly many, each one with aconditionexpression and anerror_messageexpression matching the existing Custom Condition Checks.Additionally, check blocks can optionally load a scoped data source. Scoped data sources match the existing data sources with the exception that they can only be referenced from within their check block.
Unlike the existing
preconditionandpostconditionblocks, Terraform will not halt execution should the scoped data block fail or error or if any of the assertions fail.This allows practitioners to continually validate the state of their infrastructure outside the usual lifecycle management cycle.
importblocks for importing infrastructure: Root module authors can now use theimportblock to declare their intent that Terraform adopt an existing resource.Import is now a configuration-driven, plannable action, and is processed as part of a normal plan. Running
terraform planwill show a summary of the resources that Terraform has planned to import, along with any other plan changes.The existing
terraform importCLI command has not been modified.This is an early version of the
importblock feature, for which we are actively seeking user feedback to shape future development. Theimportblock currently does not support interpolation in theidfield, which must be a string.Generating configuration for imported resources: in conjunction with the
importblock, this feature enables easy templating of configuration when importing existing resources into Terraform. A new flag-generate-config-out=PATHis added toterraform plan. When this flag is set, Terraform will generate HCL configuration for any resource included in animportblock that does not already have associated configuration, and write it to a new file atPATH. Before applying, review the generated configuration and edit it as necessary.Adds a new
plantimestampfunction that returns the timestamp at plan time. This is similar to thetimestampfunction which returns the timestamp at apply time (#32980).Adds a new
strcontainsfunction that checks whether a given string contains a given substring. (#33069)UPGRADE NOTES:
This is the last version of Terraform for which macOS 10.13 High Sierra or 10.14 Mojave are officially supported. Future Terraform versions may not function correctly on these older versions of macOS.
This is the last version of Terraform for which Windows 7, 8, Server 2008, and Server 2012 are supported by Terraform's main implementation language, Go. We already ended explicit support for versions earlier than Windows 10 in Terraform v0.15.0, but future Terraform versions may malfunction in more significant ways on these older Windows versions.
On Linux (and some other non-macOS Unix platforms we don't officially support), Terraform will now notice the
trust-adoption in/etc/resolv.confand, if set, will set the "authentic data" option in outgoing DNS requests in order to better match the behavior of the GNU libc resolver.Terraform does not pay any attention to the corresponding option in responses, but some DNSSEC-aware recursive resolvers return different responses when the request option isn't set. This should therefore avoid some potential situations where a DNS request from Terraform might get a different response than a similar request from other software on your system.
ENHANCEMENTS:
pgbackend: Now supports thePG_CONN_STR,PG_SCHEMA_NAME,PG_SKIP_SCHEMA_CREATION,PG_SKIP_TABLE_CREATIONandPG_SKIP_INDEX_CREATIONenvironment variables. (#33045)BUG FIXES:
terraform init: Fixed crash with invalid blank module name. (#32781)movedblocks: Fixed a typo in the error message that Terraform raises when you use-targetto exclude an object that has been moved. (#33149)Previous Releases
For information on prior major and minor releases, see their changelogs:
Configuration
📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.