Skip to content

Releases: vimeo/k8swatcher

v1.2.0

10 May 22:29
f08850d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

07 Dec 20:06
5ba38e2
Compare
Choose a tag to compare

Add a new InitialListComplete event to allow clients to distinguish an empty initial state from a slow/unavailable k8s api-server.

v1.0.0

30 Nov 20:48
2a08b8a
Compare
Choose a tag to compare

Stable release!

  • Add a Continues() method to all events so clients can continue initialization after the first full state-dump. (and recognize resyncs with multiple changes that will all share a Version)
  • Minor cleanup (now staticcheck clean)

v0.4.0

12 Oct 14:01
169140c
Compare
Choose a tag to compare

Retry connection errors

v0.3.0

11 Oct 20:08
e0a5933
Compare
Choose a tag to compare
  • Update k8s.io/client-go entry in go.mod to v0.22.2 (the current latest release)
  • Bump pre-merge github actions to test with go 1.16 and 1.17

Expose ResourceVersion in events

05 Jan 23:15
92ee5a1
Compare
Choose a tag to compare
Merge pull request #9 from vimeo/expose_ResourceVersion

PodEvent: Always return the latest ResourceVersion

Gone status fixes

20 Aug 16:18
c7d3f3a
Compare
Choose a tag to compare
v0.1.3

Merge pull request #8 from vimeo/gone_status_fix_tested_with_minikube…

Resync on Gone event from Watch Errors channel

03 Aug 19:58
721bb88
Compare
Choose a tag to compare
Merge pull request #7 from vimeo/resync_on_error_event

Resync upon Gone Error event

Handle GONE errors in stream

28 Jul 17:48
51cdb00
Compare
Choose a tag to compare
Merge pull request #6 from vimeo/gone_b_gone

PodWatcher: handle Gone Errors in Watch stream

Handle GONE status responses and initial release

14 Jul 15:57
ce281ad
Compare
Choose a tag to compare
Merge pull request #5 from vimeo/stale_generation_retry

Handle GONE status from Watch() by re-syncing