Aaron Friel
Aaron Friel
## Feature Request Enable Linkerd policies to fully specify the external resources a cluster can access, a la [egress gateways](https://istio.io/latest/docs/tasks/traffic-management/egress/egress-gateway/#egress-gateway-for-http-traffic) from Istio. ### What problem are you trying to solve?...
Adds an optional `name` field to the relevant message types in the core package, provider SDK, and the OpenAI provider. A review of the current providers found no others that...
### Description The Provider APIs `doStream` and `doGenerate` are publicly exported, but not genuinely usable without extracting functionality from the AI SDK that is not exported. These APIs take a...
### Description In the previous `Message` type, it was possible to set both `role` and `name` fields. The `name` field was erroneously removed, though it serves an important function in...
We should likely have at least one internal retry to address intermittent connection issues in CI, as users can experience these just as we do. https://github.com/pulumi/pulumi/blob/df7b3e802766fffc0388d18926227fe02f82db06/pkg/cmd/pulumi/policy_new_test.go#L46-L63 https://github.com/pulumi/pulumi/actions/runs/10605221166/job/29393824364?pr=17079#step:36:109 Failure in CI:...
This test flaked on generating a non-unique stack ID: https://github.com/pulumi/pulumi/blob/df7b3e802766fffc0388d18926227fe02f82db06/sdk/python/lib/test/automation/test_local_workspace.py#L493-L506 Failure in CI ( https://github.com/pulumi/pulumi/actions/runs/10605221166/job/29393825598?pr=17079#step:36:169): ``` =================================== FAILURES =================================== ___________________ TestLocalWorkspace.test_config_flag_like ___________________ self = def test_config_flag_like(self): project_name = "python_test" project_settings...
This test failed in CI, though it concerningly looks similar like a regression or defect. https://github.com/pulumi/pulumi/blob/df7b3e802766fffc0388d18926227fe02f82db06/tests/integration/integration_go_test.go#L956-L968 https://github.com/pulumi/pulumi/blob/df7b3e802766fffc0388d18926227fe02f82db06/tests/integration/resource_refs_get_resource/go/main.go#L171-L188 Panic in CI (https://github.com/pulumi/pulumi/actions/runs/10605622250/job/29394973013?pr=17084#step:36:190): ``` Diagnostics: pulumi:pulumi:Stack (resource_refs_get_resource_go-p-it-fv-az1426--go-566573f2): panic: expected message "hello world!"...
The upstream libraries used, `go-git` and `ssh_config`, have deficiencies which result in surprising behavior to those familiar with the default behavior of `git clone`. First, `go-git` relies on discovering identity...
Adds the `--remote-github-repository` flag to the experimental remote automation API. This option must not be set with a URL, as _exactly one of_ `--remote-github-repository` or a URL must be provided....
## 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...