Releases: utilitywarehouse/kube-applier
Releases · utilitywarehouse/kube-applier
v2.3.0-rc1
release: v2.3.0-rc1
2.2.8
Update ingress api version from extensions/v1beta1
to networking.k8s.io/v1beta1
2.2.7
Fix issue of exposed token when kubectl
command fails introduced in 2.2.6
2.2.6
use --token
instead of broken --kubeconfig
flag for STRICT_APPLY
2.2.5
release: 2.2.5
2.2.4
Add kubectl_exit_code_count
metric
2.2.3
Comply with official kubernetes version skew
2.2.2
kubectl 1.14 and --server-dry-run
2.2.1
2.2.0
- adds the ability to prune directories prior to applying them based on the
REPO_PATH_FILTERS
option - changes the behaviour of the
FULL_RUN_INTERVAL_SECONDS
option. previously it was desired when set to zero to have no wait between full runs which was fundamentally broken. the new behaviour when set to 0 is to disable full runs all together - documentation updated for
POLL_INTERVAL_SECONDS
option