Komal
Komal
We've seen a lot of requests for adding pulumi flags like `--continue-on-error` and `--parallel` to Deployments (and Automation API). Currently, there's high overhead to adding this functionality. First the flag...
From a user: I would like to store a key that begins with fn:: but it is erroring with Error: 'fn::' is a reserved prefix.
Using the remote automation API, there is no way to configure a stack to use the GitHub integration successfully. ## Expected behavior Users should be able to use the remote...
Fixes a panic in the evaluator ``` Callstack panic({0x2b282c0?, 0x5f48800?}) /usr/local/go/src/runtime/panic.go:770 +0x124 [github.com/pulumi/esc/eval.declare[...](0x400370fc78](http://github.com/pulumi/esc/eval.declare[...](0x400370fc78)?, {0x4004796940, 0x7}, {0x3c2d7e0, 0x4004337dd0?}, 0x0) /go/src/github.com/pulumi/pulumi-service/vendor/github.com/pulumi/esc/eval/eval.go:318 +0x1808 [github.com/pulumi/esc/eval.(*evalContext).evaluate(0x400370fc78)](http://github.com/pulumi/esc/eval.(*evalContext).evaluate(0x400370fc78)) /go/src/github.com/pulumi/pulumi-service/vendor/github.com/pulumi/esc/eval/eval.go:369 +0x414 [github.com/pulumi/esc/eval.evalEnvironment({0x3c319f8](http://github.com/pulumi/esc/eval.evalEnvironment(%7B0x3c319f8), 0x40043363c0}, 0x1, {0x32197cf, 0x6}, 0x4003716840, {0x0,...
## Hello! - Vote on this issue by adding a 👍 reaction - To contribute a fix for this issue, leave a comment (and link to your pull request, if...
- Add GitHub Integration page to https://www.pulumi.com/docs/esc/other-integrations/ - How to use Github Actions / ESC (Evan's slack community question)
It is possible to redeliver failed webhooks manually in Pulumi Cloud, but the functionality is buried and there is no documentation on how to do it. We need the equivalent...
Even if the tagged version is `latest` or a specific tag, I want to know exactly which version was resolved for each environment when it is opened. This would be...
Currently, at the end of `esc env edit` there is no feedback about the new version of the environment. We should return some metadata to indicate what the new version...
Currently, I can only define a rotation schedule for ESC via the UI. I should be able to do this via the CLI. `esc env configure` or `esc env schedule`...