Hadrien Patte
Hadrien Patte
**Describe the bug** I know there are already a couple of issues around the behavior of the `--indent`/`-I` flag and that most of those come from the underlying `gopkg.in/yaml.v3` library....
Since the migration to `slog`, it is possible to attach contexts to logs. This is recommended by the [`slog` docs](https://pkg.go.dev/log/slog#hdr-Contexts): > It is recommended to pass a context to an...
The current `iptables-wrapper` version is [3 years old](https://github.com/kubernetes-sigs/iptables-wrappers/blob/e139a115350974aac8a82ec4b815d2845f86997e/iptables-wrapper-installer.sh). `iptables-wrapper` has since been rewritten from a bash script to a small go binary. This PR updates `iptables-wrapper` to the latest version...
#### Context: * The `cilium-builder` image is build on top of the [`cilium-runtime`](https://github.com/cilium/cilium/blob/f57cf802244eb3eebf099e48fab0f9fedd68ce00/images/builder/Dockerfile#L16) one, which itself is based on [`docker.io/library/ubuntu:24.04`](https://github.com/cilium/cilium/blob/74259d7708a8b49876fc85bd53984cdbfc452925/images/runtime/Dockerfile#L6). * The `compilers-image` image is build on top of [`docker.io/library/ubuntu:24.04`](https://github.com/cilium/image-tools/blob/1d8e3ec0ac91559edb5aea60f034a1e5a7e65b34/images/compilers/Dockerfile#L4)...
### What does this PR do? Enforce consistent quoting style for cilium integration Note: I formatted the whole integration for consistency, but the main files of interest here are `cilium/datadog_checks/cilium/metrics.py`,...
The cluster-autoscaler currently uses the legacy Azure SDK that has been unsupported since September 2023. Migration guide: https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/MIGRATION_GUIDE.md Related/similar issues: #7093
#### What type of PR is this? /kind feature #### What this PR does / why we need it: The deepcopy-gen tool currently treats all struct types from external packages...
**Which feature do you think can be improved?** Networking / virtcontainers - specifically the supported network device types for pod networking. **How can it be improved?** Add support for netkit...
This PR addresses [`rangeint`](https://pkg.go.dev/golang.org/x/tools/go/analysis/passes/modernize#hdr-Analyzer_rangeint) findings in datapath owned files in preparation to enabling this analyzer repository-wide (see [here](https://github.com/cilium/cilium/blob/888c09ae6be6034d5c8a362659b7fd082f6b6a1b/.golangci.yaml#L119-L123)). See #42642