k8s v1.1.0 Release Notes

Release Date: 2022-02-21 // about 2 years ago
  • โž• Added

    • K8s.Client.Runner.Watch.stream/3 - watches a resource and returns an elixir Stream of events #121
    • ๐Ÿ“„ K8s.Client.apply/2 - Create a server-side apply operation

    ๐Ÿ”„ Changed

    • ๐Ÿ– Handle generic kubernetes response Failure without a reason #120
    • ๐ŸŒฒ Replace Notion with Telemetry and improve Logging #128

    ๐Ÿ—„ Deprecated

    • ๐Ÿ—„ K8s.Client.HTTPProvider.headers/2 was deprecated in favor of K8s.Client.HTTPProvider.headers/1
    • ๐Ÿ—„ K8s.Client.DynamicHTTPProvider.headers/2 was deprecated in favor of K8s.Client.DynamicHTTPProvider.headers/1

    ๐Ÿ›  Fixed

    • Preserve namespace in get_to_list/1 #122, #123
    • ๐Ÿ›  Fix obsolete doc on wait operation #118
    • Dialyzer errors with K8s.Client functions #119
    • ๐Ÿ”ง Enable peer certificate authentication #127. Be aware, this will break configurations that have been using incorrect certificate(s) up to this point.