Michael Sommerville
Michael Sommerville
When overriding the HtmlRender.link function it would be useful to be able to re-use the internal function potentiallyUnsafe(). I realise that this somewhat conflicts with @nicojs pull request.
Signed-off-by: Michael Sommerville Closes: #3279 Checklist: * [X] Either (a) I've created an [enhancement proposal](https://github.com/argoproj/argo-rollouts/issues/new/choose) and discussed it with the community, (b) this is a bug fix, or (c) this...
# Summary Add support to expand environment variables when resolving a plugin's URI. # Use Cases This would be useful for developers working on plugins and for clusters running on...
### What is the issue? We are currently running the linkerd edge-24.5.2 in our dev clusters and are using httproute objects to perform traffic splitting. We have been seeing some...
In order to perform any asynchronous operations as a result of receiving the "server is now running" broadcast message I found myself needing access to the current Tokio handle. In...
## What is the problem your feature solves, or the need it fulfills? In order to use the execution phases to perform any asynchronous operations we need access to the...
Add EnvoyProxyTemplate for global Envoy Proxy defaults Introduce EnvoyProxyTemplate in EnvoyGateway provider configuration to define default settings for all Envoy Proxy deployments. Individual EnvoyProxy resource settings take precedence over these...
Fixes # Design discussion issue (if applicable) # ## Changes Please provide a brief description of the changes here. ## Merge requirement checklist * [ ] [CONTRIBUTING](https://github.com/open-telemetry/opentelemetry-rust/blob/main/CONTRIBUTING.md) guidelines followed *...