Skuber v2.0.11 Release Notes

Release Date: 2018-09-28 // over 5 years ago
  • ๐Ÿš€ Changes since last release (v2.0.10) can be viewed in detail at v2.0.10...v2.0.11

    ๐Ÿ“‡ There are notable enhancements including the new exec method, support for generic volume types, ability to delete all resources of a given type, and support for pod disruption budgets and latest HPAS version. There also several bug fixes and smaller enhancements. Another notable change is that skuber will now create a new object in the namespace specified in the object metadata (if set), instead of the configured namespace for the current request context.

    Details:

    • #199 Added storageClassName to PersistentVolumeClaim.Spec
    • ๐Ÿ‘ #200 Support for generic volume types
    • 0๏ธโƒฃ #203 Do not assume default namespace for new objects
    • #208 Added "Delete" to skuber.PersistentVolume.ReclaimPolicy
    • #210 Add delete collection methods
    • #211 Object namespace has higher priority when creating
    • ๐Ÿ‘ #195 Support pod exec
    • 0๏ธโƒฃ #205 Use local HttpsConnectionContext instead of overwriting default
    • ๐Ÿ‘ #213 Add support for PodDisruptionBudget
    • #217 Add missing list formatter for PodDisruptionBudget
    • #215 Handle Empty Values in Kube Config
    • #216 Define implicit configmap list format
    • ๐Ÿ‘ #214 Add support HorizontalPodAutoscaler v2beta1
    • #219 Fix auth header
    • #222 Set connection context in exec method