Skip to content

Releases: kubernetes-sigs/apiserver-runtime

v1.1.1

27 Apr 06:14
7479e06
Compare
Choose a tag to compare
Merge pull request #77 from yue9944882/feat/support-single-group-pkg

Support single api group project

v1.1.0

03 Apr 09:39
3f43b5f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.4...v1.1.0

v1.0.4

02 Apr 16:14
f11ed7d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

02 Apr 16:09
cc5193a
Compare
Choose a tag to compare

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

06 Sep 03:11
16bafbc
Compare
Choose a tag to compare
  • Bump kubernetes dependency to v0.21.x
  • Trivial updates

v1.0.1

15 Apr 07:08
bc58d3a
Compare
Choose a tag to compare
  • 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

24 Feb 12:07
7df5711
Compare
Choose a tag to compare
  • More user-friendly coding interfaces for developing an aggregated apiserver
  • Production proof