pulumi / pulumi-kubernetes-operator

A Kubernetes Operator that automates the deployment of Pulumi Stacks
Apache License 2.0
221 stars 55 forks source link

Update Pulumi SDK and base image to v3.57.1 #422

Closed squaremo closed 1 year ago

squaremo commented 1 year ago

Other than being the most recent, this picks up the change made in

https://github.com/pulumi/pulumi/pull/12370

which removes caching of project and stack files, which fixes #411.

The base image doesn't strictly need to be updated, but it provokes fewer double-takes if it's the same version in the two places.