-
Notifications
You must be signed in to change notification settings - Fork 155
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 v4.67.0 #2521
Upgrade v4.67.0 #2521
Conversation
- Add patch to elbv2 target_group to fix #2517
Contains new global-replace which means we can call the commands within the old "apply" command ourselves with more customisation.
- Remove TODOs. - Fix tags all - literal string changed to a constant. - Add auto-naming global rule.
Skipping dotnet for now due to: error: emitting file Quicksight/Outputs/TemplateDefinitionSheetVisualGeospatialMapVisualChartConfigurationFieldWellsGeospatialMapAggregatedFieldWellsValueNumericalMeasureFieldFormatConfigurationNumericFormatConfigurationPercentageDisplayFormatConfigurationSeparatorConfigurationThousandsSeparator.cs: creating file: open /Users/dan/Dev/pulumi-aws/sdk/dotnet/Quicksight/Outputs/TemplateDefinitionSheetVisualGeospatialMapVisualChartConfigurationFieldWellsGeospatialMapAggregatedFieldWellsValueNumericalMeasureFieldFormatConfigurationNumericFormatConfigurationPercentageDisplayFormatConfigurationSeparatorConfigurationThousandsSeparator.cs: file name too long
Does the PR have any schema changes?Found 576 breaking changes: New resources:
New functions:
|
Does the PR have any schema changes?Found 576 breaking changes: New resources:
New functions:
|
Does the PR have any schema changes?Found 576 breaking changes: New resources:
New functions:
|
- This seems to be a left-over from how these perhaps used to be run. - Revert downgrade of Pulumi CLI
Does the PR have any schema changes?Found 576 breaking changes: New resources:
New functions:
|
Fixes #2520
Fixes #2514
Fixes #2508
Breaking changes for
tags_all
are expected as they shouldn't be inputs - only outputs - because they're calculated. These were only introduced by accident recently due to the replacement failing and us not noticing."tags_all"
tonames.AttrTagsAll
. Upgrade patcher tool so we can define our own global rules.