Tags: tilt-dev/tilt-apiserver
Tags
build(deps): bump golang.org/x/crypto from 0.37.0 to 0.45.0 (#94) Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.37.0 to 0.45.0. - [Commits](golang/crypto@v0.37.0...v0.45.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix watcher deadlock during Stop() (#92) * Add watcher restart test Signed-off-by: Karol Zadora-Przylecki <[email protected]> * Fix the deadlock during watcher stop Signed-off-by: Karol Zadora-Przylecki <[email protected]> --------- Signed-off-by: Karol Zadora-Przylecki <[email protected]>
apiserver: add WatchEvent as unversioned object (#82) borrowed from https://github.com/kubernetes/apiextensions-apiserver/blob/a1e0ff9923b68731a7735f1c4168b6b3d0bd1027/pkg/apiserver/apiserver.go#L57 I'm not sure if this was leading to any user-visible problems, but it was leading to odd logs and weird serialization of watch events. Signed-off-by: Nick Santos <[email protected]>
PreviousNext