Conversation
7ecfba8 to
0cd4502
Compare
7cdee66 to
3f57e52
Compare
|
Draft message for release notes:
|
|
One thing to consider, adding support for |
3f57e52 to
79c8374
Compare
|
I hope we can push on this PR as a lot of features are blocked by it 👍 |
79c8374 to
bd42373
Compare
|
@vimtor Now that pulumi has been merged I've updated this PR so it's good to review now. |
9120021 to
9bc91fa
Compare
|
Would love for this to be merged, it's key for my project, and I've switched to using this branch as my base. |
vimtor
left a comment
There was a problem hiding this comment.
hey @jamesgibbons92
i left a couple of minor comments about the migration steps
everything else seems to be working. great job!
will be testing more examples today to see if they still work
1457dce to
473cf54
Compare
|
Really appreciate all the hard work. Just spent the whole day figuring out the "mx-central-1" region isn't supported yet because it needs this provider upgrade. Our non-profit team is really hoping to hit the ground running with sst on our nextjs project. We're rooting for y'all! 🥹🚀 We're currently getting We've found out that the reason is because support for mx-central-1 was added in pulumi-aws v7.16.0. This PR will get us nearly there, hope we can have a quick follow up PR to bump it to 7.16.0 once this one merges. Leaving all the info I've found here in case anyone else runs into this problem, and in case this takes a while longer. (Animo banda, ya mero llega sst a Mexico! 🇲🇽🧑🏽💻) Edit (Feb 14, 2026 💌): We're going to go ahead and work with an npm symlink to update our pulumi-aws to v7.16.0. Hopefully to help prepare any findings we run into for future contributions. See y'all soon! Happy Valentines Day lovely contributors. <3 |
|
@samuelzapote viva méxico! a ver si mergeamos esto pronto |
|
Really looking forward to this upgrade. Any updates on how close it is to merging? |
312f74f to
e2f05d1
Compare
e2f05d1 to
2172a72
Compare
|
@kevinnorris we’re looking to merge it this week or beginnings of the next |
This will ensure it's available to the pulumi engine during refresh when using --run-program as refresh does not take the --config arg
c6b787d to
2154b74
Compare
vimtor
left a comment
There was a problem hiding this comment.
soon after merging this i'll release a major v4 version
thanks everyone, especially the goat himself @jamesgibbons92
AWS provider upgade has some breaking changes which requires some manual intervention before the user should deploy using the new version.
The steps are explained here https://www.pulumi.com/registry/packages/aws/how-to-guides/7-0-migration
Upgrade pulumi to latest version (this contains the new arg flag --run-program for refresh). (Thanks to @abnud11)This will be merged separately in another PR.sst deploy. Which asks the user to explicitly runsst refreshto migrate their state to the new version. Deploy/diff will be blocked until this is done and no resources in your state are using an outdated version.--run-programpulumi arg to refresh command, which is required for the migration.