Skip to content

Releases: box/kube-applier

v0.2.5

08 Sep 23:56

Choose a tag to compare

What's Changed

  • Add flag to support applying directories from kube-applier by @emiiwongg in #71

New Contributors

Full Changelog: v0.2.4...v0.2.5

v0.2.4

23 Dec 14:18
4882cf9

Choose a tag to compare

What's Changed

  • Bump github.com/prometheus/client_golang to 1.11.1 to fix CVEs by @Czyzmanski in #67

New Contributors

Full Changelog: v0.2.3...v0.2.4

v0.2.3

20 Sep 21:28
f26b2d8

Choose a tag to compare

What's Changed

  • Update versioning to mod from godep by @jathinjd in #64
  • Update version check for compatibility with kubectl v1.28+ (fixes #61) by @jathinjd in #62

New Contributors

Full Changelog: 0.2.2...v0.2.3

More flexible version skew between client and server

29 Apr 21:11
5e4f51c

Choose a tag to compare

This release of kube-applier allows a 1 version skew between client and server in either direction

Log Level

25 Sep 01:35
f1e2904

Choose a tag to compare

This release introduces a new, optional env var to set the log level of the kubectl commands executed by kube-applier

Quick Run

01 Aug 17:19

Choose a tag to compare

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

03 May 20:50

Choose a tag to compare

Merge pull request #14 from ahakanbaba/commentsInFileLists

Add line comment support for blacklist whitelist files.

Whitelist option

28 Apr 19:41

Choose a tag to compare

Merge pull request #9 from ahakanbaba/master

Add a whitelistpath env var option to the kube-applier