Swiftkube v0.2.0 Release Notes

Release Date: 2020-11-27 // over 3 years ago
  • 🆕 New

    • ➕ Add support for ListOptions
    • ➕ Add core.v1.Pod status read and update API

    🐛 Bug Fixes

    • KubernetesClient can't create x509 authentication from local kubeconfig's certificate data and key #1

    API Changes

    • 🎉 Initializers of GenericKubernetesClients are no longer public
    • Function signature change:
      • from watch(in:watch:) throws -> EventLoopFuture<Void>
      • to watch(in:using:) throws -> HTTPClient.Task<Void>
    • Function signature change:
      • fromfollow(in:name:container:watch:) throws -> HTTPClient.Task<Void>
      • to follow(in:name:container:using:) throws -> HTTPClient.Task<Void>