Bryce Lampe
Bryce Lampe
For cases where we don't have custom await logic, we should be able to use a default waiter with some reasonable heuristics around status conditions if the resource provides them....
Placeholder for v5 wishlist. https://github.com/pulumi/pulumi-kubernetes/issues/2926 The provider's default create behavior can overwrite pre-existing resources, which is surprising at best and dangerous at worst. We should consider defaulting to fail-fast behavior...
Placeholder for our v5 wishlist. We unmarshal properties with `SkipNulls: true`, but `null` values are often meaningful and significant: * https://github.com/pulumi/pulumi-kubernetes/issues/2034 * https://github.com/pulumi/pulumi-kubernetes/issues/2909 * https://github.com/pulumi/pulumi-kubernetes/issues/3178 * https://github.com/pulumi/pulumi-kubernetes/issues/3234 * https://pulumi.slack.com/archives/C8R654Y6S/p1714588781735599 *...
#13 updated the Node SDK for compatibility with Pulumi `^3`, however the `@brandonkal/pulumi-command` package on npm is still using `^1`. This results in the following error: ``` Found incompatible versions...
I love this package because I've run into several edge cases resulting from #1691 and have been meaning to try an approach like this. However it's currently only released for...
# Description Updates node and dotnet to use `cgstrings.Camel` in order to correctly remove punctuation. Fixes #15874. Refs * https://github.com/pulumi/crd2pulumi/issues/15 * https://github.com/pulumi/crd2pulumi/issues/25 * https://github.com/pulumi/crd2pulumi/issues/43 * https://github.com/pulumi/crd2pulumi/issues/70 * https://github.com/pulumi/crd2pulumi/issues/76 * https://github.com/pulumi/crd2pulumi/issues/92...
## Expected behavior Generated code for an imported monitor should include exactly the same message as the existing resource. ## Current behavior A monitor with `%` anywhere in its message...
**Actual behavior** Generated code doesn't take into account whether a function parameter might shadow an imported package name. **Expected behavior** The generated code should use imported package names or aliases...
Sanity testing https://github.com/pulumi/cloud-ready-checks/pull/17 before releasing it.
WIP - needs tests. Closes #3065