Releases: utilitywarehouse/kube-applier
Releases · utilitywarehouse/kube-applier
3.3.2
- Upgrade kubectl to v1.21.0 #231
3.3.1
- Detect git crashes and try to recover (#229)
3.3.0
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
- Update run target (#227)
- Move createTemplate func to webserver package (#228)
3.3.0-rc.1
- OIDC-based authorization (#225)
- Ensure counter vectors start with a zero value (#226)
3.2.0
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
- 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
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:
3.1.0-rc.2
- Enable passing multiple SSH keys (#219)
3.1.0-rc.1
- 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)