Skip to content

Latest commit

 

History

History
102 lines (83 loc) · 6.16 KB

CHANGELOG.md

File metadata and controls

102 lines (83 loc) · 6.16 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

In progress

[0.8.5] - 2022-04-22

Fixed

  • Fixed no_proxy setting

[0.8.4] - 2022-04-10

Fixed

  • Fixed proxy setting
  • Deprecating batch/v1beta1, discovery.k8s.io/v1beta1

[0.8.3] - 2022-12-19

revert

  • Add proxy configuration fetched from HTTP_PROXY or http_proxy environment variable by [@LissaGreense]

[0.8.0] - 2022-10-27

Added

Changed

  • batchv1_beta1 deprecated
  • ci uses latest default k8s and latest k3s
  • octopus test helm chart removed as not working

[0.7.0] - 2022-04-01

Added

Changed

  • networkingv1api used instead of extensionsv1beta1

[0.6.2] - 2022-02-25

Fixed

  • Fix the kubernetes lib version (21.7.0) to still support extension/v1beta1 (ingress)

[0.6.1] - 2022-01-27

Changed

  • Refactored setup.py & requirements, moved library scope to GLOBAL, sperated exceptions #101 by @MarcinMaciaszek

Fixed

  • Generate keyword documentation without a kubernetes cluster #103 by bli74

[0.6.0] - 2021-11-30

Changed

[0.5.0] - 2021-10-03

Added

[0.4.0] - 2021-03-12

Added

Fixed

  • Fix for cert validation disabling not being possible for all api clients #61 by @m-wcislo

Fixed

  • cert_validation=False was not affecting all used APIs

[0.3.0] - 2021-02-01

Added

[0.2.0] - 2020-09-03

Added

  • Update docs with latest libdoc version #11 by @Nilsty
  • Example test case to connect to a GKE cluster #10 by @Nilsty
  • Adding label selectors #9 by @Nilsty
  • Adding keyword to Reload the configuration of the KubeLibrary #8 by @Nilsty
  • Adding keyword and tests for "Get Pod Logs" #7 by @Nilsty
  • Adding keyword to read jobs #6 by @Nilsty

[0.1.4] - 2020-07-28

Added

  • pod generic testcases added, should be extended in future
  • add kw for getting configmaps, update docs #5 by @Nilsty

Changed

  • reorganized library functions to getters, filters and asserts
  • python unit tests