Eron Wright
Eron Wright
## Status Update: Awaiting Secret Rotation Investigation complete. The CI failures are caused by an **expired client secret** for the pulumici tenant. ### What's Needed Someone with admin access to...
Updated to throw an error (not just a warning) if PULUMI_ENABLE_AZCORE_BACKEND=false, since one may otherwise have unexpected behavior.
Good news everyone, we just released a preview of Pulumi Kubernetes Operator v2. This new release has a whole-new architecture that uses pods as the execution environment. Efforts were made...
I would advocate for closing this ticket in favor of: https://github.com/pulumi/pulumi-azure-native/issues/68 Is anyone able to provide a use case that would really be solved by adding an override api version?
## Analysis: Root Cause of `workspaceReclaimPolicy=Delete` Bug After investigating the code, I found the root cause of why Updates get stuck "forever" when `workspaceReclaimPolicy=Delete`: ### The Problem The Update object...
Noting that the current version is `2024-11-15`: https://www.pulumi.com/registry/packages/azure-native/api-docs/cosmosdb/sqlresourcesqlcontainer/ The complication appears to be that the new API version's spec is missing some fields altogether.
Thank you for the report, the inputs seem correct based on the SDK documentation. We'll take a looke.
A variation of @mjeffryes's idea would be to "import" a value for the RandomString. I believe that would let you continue to use the same value as before, and/or to...
Which pulumi libraries are specifically being linked to, and why? Is this the dependency we seek to update (along with the rest of the k8s libraries)? https://github.com/pulumi/pulumi-kubernetes/blob/04cc31bf5794ec83cd8643e6ee321e4f0e65903a/provider/go.mod#L243
One suggestion that I have seen is to use `{{ .Release.Revision }}` in the chart template, to create a new object on each release. However, this would not work with...