Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: tilt-dev/tilt-apiserver

Tags

v0.16.2

Toggle v0.16.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v0.16.1

Toggle v0.16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v0.16.0

Toggle v0.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
vendor: update k8s for 1.34 (#91)

Signed-off-by: Nick Santos <[email protected]>

v0.15.0

Toggle v0.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
vendor: update k8s for 1.33 (#90)

Signed-off-by: Nick Santos <[email protected]>

v0.14.1

Toggle v0.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make sure all existing objects are announced when a watch is created (#…

…89)

#88

Signed-off-by: Karol Zadora-Przylecki <[email protected]>

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
vendor: update controller-runtime for k8s 1.32 (#84)

Signed-off-by: Nick Santos <[email protected]>

v0.13.1

Toggle v0.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
vendor: update k8s deps (#81)

- kubernetes 1.31
- controller-runtime 0.19

Signed-off-by: Nick Santos <[email protected]>

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
vendor: update to k8s 1.30 (#80)

Signed-off-by: Nick Santos <[email protected]>

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
vendor: update to k8s 1.29 and controller-runtime 0.17 (#73)

Signed-off-by: Nick Santos <[email protected]>