Releases: utilitywarehouse/kube-applier
Releases · utilitywarehouse/kube-applier
v3.3.5
- Request less CPU (#245)
- Update bootstrap.js and jquery.js (#246)
- Upgrade Go to 1.17 (#247)
- Fix memory leak by shutting down the client's event broadcaster (#248)
3.3.4
- Check access before adding a resource to the list of prunable resources (#243)
3.3.3
- Updates dependencies to address vulnerabilities (#239, #240)
- Support shell pattern matching in allowed-namespaces (#238)
- Add kube_applier_last_run_success metric (#233)
- Enable use of multiple SSH deploy keys to clone private repos (#232, #235)
3.3.3-rc.4
- Updates dependencies to address vulnerabilities
- Support shell pattern matching in allowed-namespaces (#238)
3.3.3-rc.3
- If there is a single SSH "key_" in the Secret, use that as the default for all github.com resources (#235)
3.3.3-rc.2
- Add kube_applier_last_run_success metric (#233)
- Alpine 3.14 (#234)
3.3.3-rc.1
- Enable use of multiple SSH deploy keys to clone private repos #232
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