-
Notifications
You must be signed in to change notification settings - Fork 4
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
Ensure v3.136.1 or higher codegen in all providers #1104
Comments
https://github.com/pulumi/ci-mgmt/blob/master/scripts/monitor_versions.sh#L1 running this script to tabulate. |
All the bridged providers with lower versions of codegen include:
|
Native providers, I think this is the manual analysis:
|
bridged providers just need to pick up the latest bridge upgrade Release v3.92.0 · pulumi/pulumi-terraform-bridge |
I think v3.121.0 predates this problem? |
Ah yes. Bridge updates will fix their master branch but not release them. Good point on 3.121.0 if we could find which versions are affected we might find that some old versions are not affected and we can ignore those. |
Tier 1 is fixed and released for bridged providers. For natives, opened issues for Tier 1. |
Slight correction here: Bridged providers will release at least every ~8/9 weeks: https://github.com/pulumi/upgrade-provider/blob/main/upgrade/steps.go#L263. I will go ahead and trigger patch releases for all bridged providers not on latest bridge. |
Updated all bridged providers on the above list to latest bridge. Patch releases are building. From the bridged provider perspective, we are done here; we can close out when native provider issues are resolved. |
I'm working on updating the rest of the aws providers (aws-native, awsx, eks, apigateway) |
We need to revisit the AWS-dependent provider upgrades to ensure it's on https://github.com/pulumi/pulumi-aws/releases/tag/v6.57.0 which fixes a number of issues including this one. |
https://github.com/pulumi/pulumi-awsx/releases/tag/v2.17.0 awsx got taken care of. |
@flostadler PTAL 🙏 |
This change upgrades pulumi/pulumi to 3.138.0 and upgrades AWS to 6.59.1 Relates to pulumi/ci-mgmt#1104
This change upgrades pulumi/pulumi to 3.138.0 Relates to pulumi/ci-mgmt#1104
@t0yv0 EKS and api gateway are also done now |
And aws-native? |
I think that one and Command and we can close. |
I'll look into command. |
aws-native is on v3.138.0 |
I think this is done. |
Based on investigating pulumi/pulumi-aws#4641 it is possible to get a "pulumi.runtime.invokeOutput is not a function" error from providers that utilize codgen lower than v3.136.1 (the issue got fixed in pulumi/pulumi#17501).
We need to make sure the released providers are using the fixed version of codegen or higher.
The text was updated successfully, but these errors were encountered: