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

Upgrade cty to v1.8.4 #28994

Merged
merged 1 commit into from Jun 21, 2021
Merged

Upgrade cty to v1.8.4 #28994

merged 1 commit into from Jun 21, 2021

Conversation

alisdair
Copy link
Member

Fixes #28984. @jbardin, does the flatten change have a corresponding Terraform issue?

Upstream changelog

  • function/stdlib: The flatten function will now correctly return cty.DynamicVal if it encounters cty.DynamicVal anywhere in the given data structure, because it can't predict how many elements the result will have in that situation. (#106, #107)
  • function/stdlib: The setproduct function will no longer panic when given a set containing unknown values, which would therefore be a set with an unknown length. (#109)

@alisdair alisdair added upstream 1.0-backport If you add this label to a PR before merging, backport-assistant will open a new PR once merged labels Jun 21, 2021
@alisdair alisdair requested a review from a team June 21, 2021 16:18
@alisdair alisdair self-assigned this Jun 21, 2021
Copy link
Member

@jbardin jbardin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't believe there is an associated issue in this repo.

@alisdair alisdair merged commit d54bcb6 into main Jun 21, 2021
@alisdair alisdair deleted the alisdair/cty-1.8.4 branch June 21, 2021 16:48
@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 22, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
1.0-backport If you add this label to a PR before merging, backport-assistant will open a new PR once merged upstream
Projects
None yet
Development

Successfully merging this pull request may close these issues.

setproduct panics
2 participants