Skip to content

Releases: utilitywarehouse/kube-applier

3.3.2

27 Apr 10:50
Compare
Choose a tag to compare
  • Upgrade kubectl to v1.21.0 #231

3.3.1

30 Mar 07:33
Compare
Choose a tag to compare
  • Detect git crashes and try to recover (#229)

3.3.0

29 Mar 12:27
Compare
Choose a tag to compare

New features:

  • Use OIDC to authorize force run requests

Fixes:

  • Initialise metric counters on restart to avoid gaps in graphs

3.3.0-rc.2

25 Mar 16:41
Compare
Choose a tag to compare
  • Update run target (#227)
  • Move createTemplate func to webserver package (#228)

3.3.0-rc.1

24 Mar 13:43
Compare
Choose a tag to compare
  • OIDC-based authorization (#225)
  • Ensure counter vectors start with a zero value (#226)

3.2.0

22 Mar 10:19
Compare
Choose a tag to compare

New features:

  • Replaces git-sync sidecar with built-in functionality
  • Configuration can be now be passed with flags and environment variables

3.2.0-rc.1

11 Mar 08:56
Compare
Choose a tag to compare
  • Replace git-sync sidecar with built-in repository management (#221)
  • Fix race in git.Repository (#222)
  • Fixes for the git sync process (#223)
  • Use the flag package for configuration values (#224)

3.1.0

05 Mar 09:38
Compare
Choose a tag to compare

New features:

  • The ability to use kustomize bases from private git repositories by specifying one or more private SSH keys for the Waybill
  • Waybill has a runTimeout attribute.

Updates:

  • kubernetes 1.20
  • go 1.16

3.1.0-rc.2

25 Feb 16:03
Compare
Choose a tag to compare
  • Enable passing multiple SSH keys (#219)

3.1.0-rc.1

25 Feb 10:07
Compare
Choose a tag to compare
  • Kubernetes 1.20.2 (#211)
  • Support defining SSH keys for private kustomize bases (#214)
  • Update to Go 1.16 (#215)
  • Introduce RunTimeout to Waybill (#216)
  • Update example deployment (#218)