Aaron Friel

Results 81 issues of Aaron Friel

`serve@^11` currently errors out when setting `symlinks: true`: ``` root@c3ee02fdad56:/app# serve --version 11.0.0 root@c3ee02fdad56:/app# serve -p 8000 -c ./serve.json INFO: Discovered configuration in `./serve.json` ERROR: The configuration you provided is...

Do not merge before issue/resolution is accepted here: linkerd/linkerd2/issues/7560 A separate server provides identically behaving /live and /ready routes to the admin server. Does not remove the existing admin server's...

# Problem kube-dns depends upon skydns, per `go.mod`, and also strangely requires overriding almost all of the Kubernetes dependencies in go.mod to 1.19. This is very strange to me, what...

The following resources are implemented as "overlay" resources, hand-written in each of our supported languages. This has increased the cost of supporting these resources and ensuring they handle resource options...

kind/enhancement
kind/epic
mro1

CI tests to validate release workflows such as [building docs](https://github.com/pulumi/pulumi/issues/10616) result in adverse behavior such as updating the "latest version" for CLI detection automatically, or are disfavored by the targets...

area/build
kind/engineering

To improve catching issues on pre-release builds, we could consider: * modifying the CLI for Pulumi engineers to prompt to upgrade to snapshot builds, just as we prompt general users...

area/cli
kind/engineering

Tests produce side effects which cause `go test -shuffle on` to fail, indicating tests are implicitly relying on the order of execution. These test should be identified and addressed by...

area/build
kind/engineering

Following up from #10262, the issue identified was: * Windows install scripts were configured to extract binaries from the .zip at paths beginning with `pulumi/bin/`. This contrasts with our other...

area/build
kind/engineering