Announcement: We just removed some numerical types from the Go SDK that were unused in our type system (no providers consumed or produced these types). This results in a substantial improvement to binary sizes for go. We've seen ~50% decrease in resulting binary size from the tests we've done. We don't expect that anyone was consuming these types, but if so you'll now be responsible for converting numerical types. If we've overlooked a serious use case here, please let us know.
https://github.com/pulumi/pulumi/pull/6143
🎉 3
c
clever-byte-21551
01/27/2021, 7:01 AM
Will plugin owners will update their SDK with the new version?
From the small test I did with you if the plugins don’t update their pulumi version as well we won’t see major changes.
l
lemon-agent-27707
01/27/2021, 4:26 PM
Yes we will be rolling this out over the next week. I'll post again when that is complete.
c
clever-byte-21551
02/08/2021, 12:13 PM
@lemon-agent-27707 any update?
l
lemon-agent-27707
02/08/2021, 4:45 PM
We had feature rollout to the providers that took priority. Looks like it is happening this week.