- fixed - `_deployment_running` which currently fails for deployments without `unavailableReplicas` set if they run without issues.
1.3.1
- changed
- remove support for Python 3.8 and 3.9 - add support for Python 3.12 and 3.13
- fixed - the `_deployment_running` method was missing a check for `unavailableReplicas`
1.2.0
1.1.2
1.1.1
- fixed: - the `kubectl()` method was not capturing standard error stream - changed: - the `kubectl()` method allows now to be executed within a shell (parameter `use_shell`, False by default)
1.0.2
- fixed: - remove defaults for cmd line options - they were breaking env variable options loading