pulumi / pulumi-kubernetes-operator

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

Bump Pulumi SDK version and base image to 3.55.0 #412

Closed squaremo closed 1 year ago

squaremo commented 1 year ago

3.54.0 contains the fix for cloning Azure DevOps repos:

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

The base image change is not strictly needed, but keeping it current with the SDK version seems like a good idea. (The automated bumps don't do this).

This should fix #286.

EDIT: NB the bump was actually to v3.55.0, see https://github.com/pulumi/pulumi-kubernetes-operator/pull/412#issuecomment-1431104376.

squaremo commented 1 year ago

This is failing because the base image pulumi/pulumi:3.54.0 is missing. I was going for the least recently released version that contains the Azure DevOps fix, the rationale being: it's been in the field the longest. But I'll change it to the most recently released. (This makes a lie out of the branch name, but a mostly harmless one)