Skip to content

v0.3.0

Compare
Choose a tag to compare
@DirectXMan12 DirectXMan12 released this 10 Oct 23:01
d212411

v0.3.0

Note that this release is NOT code-breaking -- it removes support for dep, so we don't want dep users to accidentally upgrade

⚠️ Breaking Changes

  • Remove dep usage and Gopkg.* (#598)

✨ New Features

  • Bump dependencies for Kubernetes 1.15.4 (#599)
  • Avoid extra deep copy in CacheReader.List (#625)
  • Add Limit and Continue functional list options for client (#341)
  • Expose CRDInstallOptions via envtest.Environment (#544)
  • DynamicRESTMapper that reloads on REST cache miss (#554)

🐛 Bug Fixes

  • Return error when trying to read from an unstarted cache (#627)
  • Set limit and continue in ApplyToList method (#608)
  • Prevent NewDiscoveryRESTMapper from panicking by calling NewDiscoveryClientForConfig (#622)

Thanks to all our contributors!