Tobias Klauser
Tobias Klauser
Now that Cilium 1.16 was released, Cilium 1.13 is end-of-life. Drop the respective renovate configuration.
* [x] #34398 (@mhofstetter) * [ ] #34295 (@MrFreezeex) * [x] #34221 (@jschwinger233) * [x] #34476 (@gandro) * [x] #34453 (@pchaigno) * :warning: conflict due to `LB6_SKIP_MAP` not being present...
* [x] #34398 (@mhofstetter) * [x] #34221 (@jschwinger233) * [x] #34389 (@christarazi) * [x] #33896 (@aanm) PRs skipped due to conflicts: * #34249 (@joamaki) * #34474 (@sayboras) Once this PR...
Cherry-picked from https://github.com/cilium/cilium/pull/34362 It seems the bot is unable to update `cilium-{builder,runtime}` images on that PR (https://github.com/cilium/cilium/actions/runs/10523063087/job/29157020472?pr=34362) so doing it manually on this PR. Closes #34362
### 1. Why is this pull request needed and what does it do? Use the functionality provided by the Go standard library `slices` package since Go 1.21 instead of the...
PR https://github.com/vishvananda/netlink/pull/1038 started using `net.FlagRunning` which was introduced in Go 1.20, see https://go.dev/doc/go1.20#netpkgnet. Bump the minimum required Go version in `go.mod` accordingly and run `go mod tidy`.
Use `netip.Addr.Is4` to validate both source and destination IP. Also drop the redundant check for an invalid IP. `netip.Addr.Is4` will return false for an invalid `netip.Addr`.
Convert `ENABLE_IPV{4,6}_FRAGMENTS` to runtime config variables.
After https://github.com/cilium/cilium/pull/43147 these types are unused apart from the `cilium-dbg` tests which should be using the respective `CtKey{4,6}Global` types anyway. Also adjust some godoc comments to remove mentions of the...
Looks like dependabot didn't automatically update some of those in a while. Bump the dependencies that don't have any API changes to their latest versions.