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.
- update create keyword to return created object #143 by [@aisonaku]
- update read_namespaced_pod_log keyword with new optional parameter 'since_seconds' #136 by [@LissaGreense]
- google-auth>=2.5.0 #138 by [@angegar]
- add new keyword to list all namespaced custom objects [#133] (#133) by [@kutayy]
- Fixed no_proxy setting
- Fixed proxy setting
- Deprecating batch/v1beta1, discovery.k8s.io/v1beta1
revert
- Add proxy configuration fetched from
HTTP_PROXY
orhttp_proxy
environment variable by [@LissaGreense]
- Add function list_namespaced_stateful_set_by_pattern #114 by @siaomingjeng
- Add function list_namespaced_persistent_volume_claim_by_pattern #112 by @siaomingjeng
- batchv1_beta1 deprecated
- ci uses latest default k8s and latest k3s
- octopus test helm chart removed as not working
- Added keyword for handling kubectl exec #102 by @MarcinMaciaszek
- networkingv1api used instead of extensionsv1beta1
- Fix the kubernetes lib version (21.7.0) to still support extension/v1beta1 (ingress)
- Refactored setup.py & requirements, moved library scope to GLOBAL, sperated exceptions #101 by @MarcinMaciaszek
- Dynamic client support and some utilities #93 by @mertkayhan
- Keyword for getting Horizontal Pod Autoscalers #80by @Nilsty
- Keyword for list cluster role and cluster role binding #58 by @satish-nubolab
- Keyword for getiing role and rolebinding #56 by @satish-nubolab
- Bearer token authentication #39 by @m-wcislo
- Keyoword for create and delete a cronjob #71 by @satish-nubolab
- Keywords for get replicaset in a namespace #82 by @hello2ray
- Kubeconfig context support #36 by @m-wcislo
- Keyword for getting secrets #31by @Nilsty
- Keyword for cluster healthcheck #40 by @satish-nubolab
- Extend cluster healthcheck #47 by @mika-b
- Keyword for list ingress #38 by @satish-nubolab
- Keyword for list cronjob #48 by @satish-nubolab
- Keyword for list daemonset #50 by @satish-nubolab
- Keyword for CustomObjectsApi #54 by @mika-b
- Example tests for Ambassador CRDs #63 by @Nilsty
- cert_validation=False was not affecting all used APIs
- CI implementation #14 by @m-wcislo
- keywords to list deployments #13 by @Nilsty
- keywords for get/create/delete service accounts #28 by @kutayy
- 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
- pod generic testcases added, should be extended in future
- add kw for getting configmaps, update docs #5 by @Nilsty
- reorganized library functions to getters, filters and asserts
- python unit tests