yarinm
yarinm
It could be useful to add support for the /raw api of HEC. When using the /event endpoint some rules (like LINEMERGE/BREAK) don't work and they only work when batching...
### What happened? ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x1fa11f8] goroutine 251619 [running]: github.com/pulumi/pulumi/sdk/v3/go/pulumi.mergeDependencies({0x0, 0x2, 0xc000500000?}, {0xc00400ee60, 0x2, 0x4bf4fc?})...
### What happened? We encountered some error during the state snapshot phase: ``` [diff: ~nodeLabels,resourceName,tags]; error: post-step event returned an error: failed to save snapshot: .pulumi/stacks/prod_azure_northeurope_infra.json: snapshot integrity failure; it...
I was trying to test flux with a simple HelmResource: ``` apiVersion: flux.weave.works/v1beta1 kind: HelmRelease metadata: name: rabbit namespace: flux-test #
## Issue details We recently upgraded to 3.26.1 and we're unable to disable self-managed state locking using the flag `PULUMI_SELF_MANAGED_STATE_LOCKING=0` It seems that it was removed by this [PR](https://github.com/pulumi/pulumi/pull/8565/files) We...
### Goal or desired outcome of this feature The ability to navigate inside the board better via keyboard bindings ### Describe the feature - Navigate between lanes - Move cards...
### Description **What problem are you trying to solve?** We currently have some deployments to kube-system that are considered "system-critical" and I'd like to ignore them during consolidation, similar to...