Releases: kubernetes-sigs/apiserver-runtime
Releases · kubernetes-sigs/apiserver-runtime
v1.1.1
v1.1.0
What's Changed
- Completely prune etcd dependency by @yue9944882 in #72
- Bump k8s dependency to 1.23 by @yue9944882 in #73
- Fix: kine resource prefix by @yue9944882 in #74
- Feat: Kine upgrade by @yue9944882 in #75
Full Changelog: v1.0.4...v1.1.0
v1.0.4
What's Changed
- Bump kine to latest release by @yue9944882 in #69
- Adding a release github action by @yue9944882 in #70
- Fixes release artifact file extension by @yue9944882 in #71
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- Feat: Supporting exposing master loopback client by @yue9944882 in #50
- Feat: Support retrieving get-only storage storage by @yue9944882 in #51
- Bugfix: Allow custom rest parent resource to register subresource by @yue9944882 in #52
- Bump k8s dependency to v0.22.1 by @yue9944882 in #49
- Feat: Make authz configurable via
--enable-authorization
by @yue9944882 in #53 - Bugfix: Adjust apply config funcs invocation order by @yue9944882 in #54
- Feat: Support non-standard parent resource for getter-updater subresource by @yue9944882 in #59
- Feat: Plumb parent ctx if applicable by @yue9944882 in #60
- Revert "Feat: Plumb parent ctx if applicable" by @yue9944882 in #61
- Resend: Feat - Plumb parent storage for arbitrary subresource by @yue9944882 in #62
- Fix: Parent storage stackoverflow by @yue9944882 in #64
- Revert "a work-around for unwounding nil panic from bumping k8s dependencies to 1.20 by @yue9944882 in #67
- Feat: Adding a short-cut for registering post-start hook by @yue9944882 in #68
Full Changelog: v1.0.2...v1.0.3
v1.0.2
- Bump kubernetes dependency to v0.21.x
- Trivial updates
v1.0.1
- Fixes supported verb list for status subresource
- Supporting extending arbitrary subresources
- Passing parent storage for subresources in order to replicate subresource writes to parent resources
- Adding a short-cut for completely disabling etcd storage in the builder flow
v1.0.0
- More user-friendly coding interfaces for developing an aggregated apiserver
- Production proof