Skip to content

Releases: k8snetworkplumbingwg/whereabouts

v0.7.0

26 Apr 10:36
Compare
Choose a tag to compare

What's Changed

  • api: re-gen files to humor verify-codegen stages by @maiqueb in #406
  • Update containernetworking deps by @manuelbuil in #408
  • build(deps): bump crazy-max/ghaction-docker-meta from 1 to 4 by @dependabot in #336
  • build(deps): bump actions/setup-go from 1 to 4 by @dependabot in #338
  • build(deps): bump tj-actions/changed-files from 35 to 37 by @dependabot in #358
  • build(deps): bump morphy2k/revive-action from 2.4.1 to 2.5.2 by @dependabot in #333
  • build(deps): bump docker/login-action from 1 to 2 by @dependabot in #334
  • build(deps): bump tj-actions/changed-files from 35 to 41 in /.github/workflows by @dependabot in #410
  • build(deps): bump docker/setup-qemu-action from 2 to 3 by @dependabot in #418
  • build(deps): bump github/codeql-action from 2 to 3 by @dependabot in #419
  • build(deps): bump tj-actions/changed-files from 41 to 42 by @dependabot in #420
  • build(deps): bump actions/checkout from 2 to 4 by @dependabot in #426
  • build(deps): bump docker/login-action from 2 to 3 by @dependabot in #427
  • Use newer contianernetworking/cni 100 type by @manuelbuil in #411
  • Migrate to go1.21 by @manuelbuil in #428
  • build(deps): bump github.com/onsi/gomega from 1.30.0 to 1.31.1 by @dependabot in #417
  • build(deps): bump docker/build-push-action from 2 to 5 by @dependabot in #421
  • build(deps): bump docker/setup-buildx-action from 2 to 3 by @dependabot in #422
  • build(deps): bump actions/setup-go from 4 to 5 by @dependabot in #424
  • build(deps): bump morphy2k/revive-action from 2.5.2 to 2.5.7 by @dependabot in #429
  • build(deps): bump gomodules.xyz/jsonpatch/v2 from 2.2.0 to 2.4.0 by @dependabot in #414
  • build(deps): bump crazy-max/ghaction-docker-meta from 4 to 5 by @dependabot in #425
  • build(deps): bump github.com/go-co-op/gocron/v2 from 2.1.0 to 2.2.5 by @dependabot in #434
  • build(deps): bump github.com/fsnotify/fsnotify from 1.5.4 to 1.7.0 by @dependabot in #435
  • build(deps): bump tj-actions/changed-files from 42 to 43 by @dependabot in #440
  • Bump github.com/imdario/mergo from 0.3.12 to 0.3.16 by @manuelbuil in #430
  • Update k8s deps by @manuelbuil in #441
  • build(deps): bump tj-actions/changed-files from 43 to 44 by @dependabot in #445
  • build(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by @dependabot in #439
  • build(deps): bump github.com/onsi/gomega from 1.31.1 to 1.32.0 by @dependabot in #453
  • build(deps): bump github.com/go-co-op/gocron/v2 from 2.2.5 to 2.2.9 by @dependabot in #449
  • build(deps): bump k8s.io/api from 0.29.2 to 0.29.3 by @dependabot in #448
  • Bump net-attach to v1.7 by @manuelbuil in #452

New Contributors

Full Changelog: v0.6.3...v0.7.0

Whereabouts v0.6.3

08 Jan 15:18
2999b72
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.2...v0.6.3

Whereabouts v0.6.2

06 Jun 18:32
d15b4d5
Compare
Choose a tag to compare

Updates including fix to the the spec.nodeName issue.

Whereabouts v0.6.1

16 Feb 14:38
fd77235
Compare
Choose a tag to compare

Includes various fixes including the ipv6 validation fix #297

Whereabouts v0.6: Dual stack / multiple IP assignment

30 Nov 15:37
92d3cdf
Compare
Choose a tag to compare

Includes feature from #237 -- with many thanks to @Ayush21298 ! 🎉

Whereabouts v0.5.4

19 Jul 15:34
d979fa5
Compare
Choose a tag to compare

References latest stable image in deployment manifest. (See: #252)

Whereabouts 0.5.3

10 Jun 12:34
2789b2e
Compare
Choose a tag to compare

This is the golang 1.16 release. Upcoming versions will utilized golang 1.17.

Whereabouts 0.5.2

13 Apr 14:45
014a4ec
Compare
Choose a tag to compare

This is the last release that will use only the cronjob style reconciler. In upcoming releases we will switch to a controller for reconciliation.

Improved reconciliation

03 Dec 20:11
abd29e8
Compare
Choose a tag to compare

Has improved specs for reconciler as well as improvement to reconciliation for not reconciling for pods in a pending state.

Includes race condition fixes (as does v0.5.0) as reported in #110

Adds Leader Election

05 Nov 13:15
7e39872
Compare
Choose a tag to compare

Add leader election to handle race conditions at scale. As well as optimizations and handling for run away processes (by improving the handling of contexts).