Releases: EDITD/kubetools
Releases · EDITD/kubetools
v13.14.1
- Add annotations and labels options to resources defined in kubetools.yaml file
v13.14.0
- Fix docker-compose conflict when kubetools commands are called without activating their venv
- Add Python 3.12 to supported versions, albeit without Flake8 because of CPython bug
- Upgrade GitHub actions workflow to deal with deprecation warnings
v13.13.1
- Add nodeSelector config to kubetools file
- Fix bug where config command was not printing the actual k8s configs used by deploy because it did not take into account the kube-context, whether default or given with --context.
v13.13.0
- Cython 3.0 release is preventing this package to be released. A constraint of cython<3 needs to be added to install this
- Add ability to use secrets in "migration" jobs
v13.12.1
- De-couple serviceAccountName and secrets
v13.12.0
- Add support for docker build arguments
v13.11.0
- Add support to specify SecretProviderClass
- Add support to specify ServiceAccount
v13.10.0
- Add ability to provide a custom script to check the presence of the image on the target registry
- Re-work checking for CronJob API version compatibility against the target k8s cluster
- Fix crash where we could try to delete
default
namespace, which is forbidden by k8s
- Fix crash where we tried to delete a namespace that doesn't exist
- Fix crash trying to gather annotations from k8s resource that can't have any
v13.9.5.1
Point release for the migration of publishing to GitHub Actions
What's Changed
Full Changelog: v13.9.5...v13.9.5.1