Eron Wright
Eron Wright
This is a specific case of the nested resource issue https://github.com/pulumi/pulumi-azure-native/pull/2755. Given a program that sets tags on a resource group: ```py import pulumi from pulumi_azure_native import resources resource_group =...
## Summary PR #692 introduced draft-first release creation, but `finalizeRelease` does not pass `make_latest` when updating the release from draft to published. This causes releases to be marked as "latest"...
## Description In v2.5.0, `make_latest: false` is not honored. The release is still marked as "latest" despite explicitly setting `make_latest: false`. ## Root Cause PR #692 introduced a new flow...
File: [content/docs/esc/reference/reserved-properties/pulumi-config.md](https://www.pulumi.com/docs/esc/reference/reserved-properties/pulumi-config/) Add a section about how specifically the configuration values are applied to the stack configuration. In particular, object values are MERGED into the existing value, if any. This...
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...
## Overview Add drift detection support to the Pulumi Kubernetes Operator, similar to Pulumi Cloud's drift detection feature. This allows users to detect when cloud resources diverge from the desired...
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...
While Argo CD doesn't have 'native' support for Pulumi (as opposed to Helm), it should be possible to use Argo to manage `Stack` objects and thus to delegate to PKO....
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...
We have need for more examples. Here's some use-cases yet to be covered: - [ ] Setting stack configuration settings (in various ways) - [ ] Continuous drift detection and...