Releases: GoogleCloudPlatform/netd
Releases · GoogleCloudPlatform/netd
v0.9.3
What's Changed
go mod tidy
andgo mod vendor
on the repo by @jingyuanliang in #372- Redirect curl errors during node object fetching to stdout by @jingyuanliang in #373
Full Changelog: v0.9.2...v0.9.3
v0.9.2
What's Changed
- Bump base image to distroless-iptables:v0.6.3 by @jingyuanliang in #365
- fix(deps): update module golang.org/x/sys to v0.26.0 by @renovate-bot in #366
- Pin cpplint to 1.6.1, since 2.0.0 causes unexpected lint failures by @jingyuanliang in #368
- Revert "Bump base image to distroless-iptables:v0.6.3" by @jingyuanliang in #367
- Use NODE_NAME instead of HOSTNAME for node name if set by @jingyuanliang in #369
- Output file_written flag in log for visibility. by @jingyuanliang in #364
- pod_ip_metrics: use CURRENT_NODE_NAME env var as the node name if set by @jingyuanliang in #370
- install-cni: rename env var NODE_NAME to CURRENT_NODE_NAME by @jingyuanliang in #371
Full Changelog: v0.9.1...v0.9.2
v0.9.1
What's Changed
- Remove deprecated MAINTAINER instructions from Dockerfiles by @jingyuanliang in #356
- Stop dependabot bumps in
/tools
; we routinely sync from upstream by @jingyuanliang in #355 - Use protobuf encoding for core K8s APIs in netd by @tosi3k in #359
- fix(deps): update kubernetes packages to v0.31.1 by @renovate-bot in #360
- Run
go mod tidy
andgo mod vendor
on the repo by @jingyuanliang in #361 - Fix cilium watchdog to write CNI config at least once by @jingyuanliang in #363
New Contributors
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- fix(deps): update kubernetes packages to v0.30.2 by @renovate-bot in #335
- Cleanup of old vars: CALICO_CNI_SPEC_*; @cniType; @cniBandwidthPlugin by @jingyuanliang in #344
- Pick up thockin/go-build-template#116 and thockin/go-build-template#123 by @jingyuanliang in #350
- Fix some lint errors and mark nolint and TODO #351 on the rest by @jingyuanliang in #352
- Read CILIUM_CHAINING_MODE env var and use it for cilium-cni config by @jingyuanliang in #349
- fix(deps): update kubernetes packages to v0.31.0 by @renovate-bot in #341
- chore(deps): update actions/checkout action to v4 by @renovate-bot in #320
- Update deprecated cache.NewInformer() to cache.NewInformerWithOptions() by @jingyuanliang in #354
- fix(deps): update module golang.org/x/sys to v0.25.0 by @renovate-bot in #319
- fix(deps): update module github.com/golang/glog to v1.2.2 by @renovate-bot in #317
Full Changelog: v0.8.4...v0.9.0
v0.8.4
What's Changed
- chore(deps): update alpine docker tag to v3.20 by @renovate-bot in #328
- Bump base image to distroless-iptables:v0.5.4 by @jingyuanliang in #330
- Watch node object for podCIDR instead of crash + wait for restart by @jingyuanliang in #329
Full Changelog: v0.8.3...v0.8.4
v0.8.3
What's Changed
- Bump k8s.io/client-go from 0.30.0 to 0.30.1 by @dependabot in #325
- install-cni.sh tweaks for performance by @jingyuanliang in #324
Full Changelog: v0.8.2...v0.8.3
v0.8.2
What's Changed
- Configure Renovate by @renovate-bot in #305
- Fix lint failures caused by koalaman/shellcheck@4f81dbe by @jingyuanliang in #313
- renovate: disable updating tools/ and go+toolchain in go.mod by @jingyuanliang in #314
- fix(deps): update kubernetes packages to v0.30.0 by @renovate-bot in #310
- Handle RUN_CNI_WATCHDOG from all exit paths by @jingyuanliang in #322
New Contributors
- @renovate-bot made their first contribution in #305
Full Changelog: v0.8.1...v0.8.2
v0.8.1
What's Changed
- Add marqc as reviewer by @marqc in #307
- Handle multiple default routes correctly by @jingyuanliang in #308
- Correctly initialize with an IPv6 API server endpoint. by @krzykwas in #302
New Contributors
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- Bump k8s.io/client-go from 0.29.2 to 0.29.3 by @dependabot in #288
- Bump distroless-iptables to 0.5.3 by @jingyuanliang in #296
- Add an extra delay CILIUM_WATCHDOG_FAST_START_WAIT by @jingyuanliang in #297
- go get golang.org/x/[email protected] by @jingyuanliang in #298
- Add support for IPv6 pod range. by @marqc in #269
- Bump golang.org/x/sys from 0.18.0 to 0.19.0 by @dependabot in #295
- Fix install-cni v2 template test cases broken by #297 by @jingyuanliang in #299
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- Pass CILIUM_FAST_START_NAMESPACES env var over into cilium-cni by @jingyuanliang in #277
- Split
make test
inscript/
for faster partial testing during dev by @jingyuanliang in #279 - Fix #277: add CILIUM_FAST_START_NAMESPACES to cleanup_env in test by @jingyuanliang in #280
- Implement Cilium watchdog by @jingyuanliang in #278
- Set GOTOOLCHAIN=local on the go command inside Makefile by @jingyuanliang in #285
- Bump to k8s 1.29.2 and google.golang.org/protobuf 1.33.0 by @jingyuanliang in #284
- Bump to distroless-iptables:v0.5.2 by @jingyuanliang in #282
- Followup #277: add dpv2- prefix to fast-start-namespaces by @jingyuanliang in #283
- Bump golang.org/x/sys from 0.15.0 to 0.18.0 by @dependabot in #286
Full Changelog: v0.6.28...v0.7.0