Julius Hinze
Julius Hinze
Given a Theme like this: ```go type Theme struct { Color string Logo string } func (t *Theme) Name() string { ... } func (t *Theme) HTMLTemplate() string { ......
- [x] The issue is present in the latest release. - [x] I have searched the [issues](https://github.com/ent/ent/issues) of this repository and believe that this is not a duplicate. ## Current...
In case one agent is failing at a build instead of just using the `rebuild` feature it would be handy to have a `rebuild on another agent` feature (if more...
### Describe the bug It would be useful to specify `requeue-dependency` timeout on a per-kustomization basis, e.g. in the CRD. While 30s make sense for "heavy" KSs, a light apply...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Version equal or higher than v1.16.0 and lower than v1.17.0 ### What happened?...
Signed-off-by: Julius Hinze Closes: https://github.com/k8snetworkplumbingwg/multus-cni/issues/1346
**What would you like to be added**: The option to specify the number of parallel CNI requests being processed. In a scenario where many pods come to alive at the...
When importing alertmanager in a project with `prometheus/common` >= [v0.62.0](https://github.com/prometheus/common/releases/tag/v0.62.0) in [classic mode](https://prometheus.io/docs/alerting/latest/configuration/#classic-mode), calls to `compat.IsValidLabelName` use `UTF8Validation` scheme due to a new default for [NameValidationScheme](https://github.com/prometheus/common/blob/v0.62.0/model/metric.go#L37). This PR addresses this...
This PR removes the global `NameValidationScheme` and changes signatures of `LabelName.IsValid` and `IsValidMetricName` to accept an explicit `ValidationScheme`.