Ville Vesilehto
Ville Vesilehto
[According to version history](https://developers.upcloud.com/1.3/1-introduction/#version-history) instance metadata support was added in version 1.3.3 (released Mar 30, 2020). If enabled, it allows instances to query information about themselves through a link-local API...
Add a missing error check to plugin examples when parsing CLI flags. At the moment a parse error will be hidden from the end-user and the execution continues. With this...
### Description - Add support for defining the Vault token from the `CONSUL_CA_VAULT_TOKEN` environment variable for the Consul Connect CA provider. If the token is provided through the environment variable,...
### Description Various code paths in the repository depend on `apiClientMeta.FlagSet()` but they do not check the return value of `flags.Parse()`. A parse error will be hidden from the end-user...
Fix the following quality-of-life issues: - `govet`: - `printf: non-constant format string` - `staticcheck`: - `SA9009: ineffectual compiler directive due to extraneous space: "// go:build ignore`
# Overview Add missing error check to `main()` for parsing CLI flags. # Design of Change Error check was missing. # Related Issues/Pull Requests None # Contributor Checklist Fixed in...
Fixes #13067 The `rpc-server` was vulnerable to Denial of Service attacks via several RPC commands (`SET_TENSOR`, `GRAPH_COMPUTE`, etc.). Malformed messages could trigger failed assertions (e.g., invalid `ggml_type`) or out-of-bounds reads/writes...
Add service discovery support for [UpCloud](https://upcloud.com). Includes mock tests with fixtures. Signed-off-by: Ville Vesilehto
Fix flaky tests by polling Vault's `/v1/sys/health` endpoint. This ensures the server is ready before tests attempt to connect, preventing a race condition during Vault dev server startup. Example of...
**What would you like to be added**: Release notes from [DataDog/dd-trace-go v1.74.0](https://github.com/DataDog/dd-trace-go/releases/tag/v1.74.0): >This is the last minor release for v1. The Go tracer v1 transitional version is a wrapper that...