Update Terraform utils to v2 (main) - autoclosed#111
Closed
renovate[bot] wants to merge 1 commit intomainfrom
Closed
Update Terraform utils to v2 (main) - autoclosed#111renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
/terratest |
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.7.1, < 2.0.0→< 3.0.0Release Notes
cloudposse/terraform-provider-utils (utils)
v2.0.0Compare Source
Update Atmos to v1.207.0 — fix plugin crash on newer atmos.yaml configs @aknysh (#522)
what
data "utils_component_config"plugin crash ("Plugin did not respond") that occurs when the provider's embedded Atmos version encounters neweratmos.yamlfeatures (stores,hooks,templates.settings.gomplate)pkg/componentto restoredpkg/describeforProcessComponentInStackandProcessComponentFromContext*AtmosConfigurationparameter toMergeWithOptionscalls (deep_merge_json,deep_merge_yaml)ansibleComponentsBasePathparameter toCreateSpaceliftStacksandProcessYAMLConfigFilescallsSliceOfInterfacesToSliceOfStringsto handle single return valuewhy
cloudposse/utilsprovider v1.31.0 embeds Atmos v1.189.0. When users run Atmos CLI v1.200+ and theiratmos.yaml/ stack files contain features that didn't exist in v1.189.0 (e.g.storesblock,hookswithstore-outputs,templates.settings.gomplate,!terraform.stateYAML tags), the provider panics duringcfg.InitCliConfig(), killing the gRPC plugin process. This blocks all components usingcloudposse/stack-config/yaml//modules/remote-state(56+ components in a typical infrastructure repo)pkg/component/component_processor.gowas deleted entirely (PR #1774). The two public functions the provider depends on (ProcessComponentInStack,ProcessComponentFromContext) were moved tointernal/exec(not importable). In Atmos v1.207.0, these functions were restored as public API inpkg/describe/component_processor.goatmos.yamlfiles that use all current Atmos features without panickingreferences
docs/fixes/2026-02-19-atmos-version-mismatch-plugin-crash.mdfor full root cause analysis, call chain, and scope of impactpkg/component)ProcessComponentInStackandProcessComponentFromContextinpkg/describeUse atmos instead of makefile @goruha (#501)
what
why
Fix release workflow @goruha (#499)
what
why
references
🤖 Automatic Updates
Added go linting @[dependabot[bot]](https://redirect.github.com/apps/dependabot) (#493)
what
why
References
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.