Releases: box/kube-applier
Releases · box/kube-applier
v0.2.3
More flexible version skew between client and server
This release of kube-applier allows a 1 version skew between client and server in either direction
Log Level
Quick Run
This release introduces the "quick run" feature. Quick runs (triggered by a new commit) apply only the files modified since the last commit, and are handled separately and concurrently alongside full runs (triggered by the "force run" button and at periodic intervals).
Various tests have been added and rewritten (notably, the scheduler and metrics components now have tests).
Support comments in whitelist/blacklist files. A non-root user can execute kube-applier
Merge pull request #14 from ahakanbaba/commentsInFileLists Add line comment support for blacklist whitelist files.
Whitelist option
Merge pull request #9 from ahakanbaba/master Add a whitelistpath env var option to the kube-applier