Releases: utilitywarehouse/kube-applier
Releases · utilitywarehouse/kube-applier
v3.3.8
- Update to latest Kustomize (v4.4.0)
- Fix RBAC #254
- Fix stale Waybill bug #255
v3.3.7
- webserver: retrieve Waybills on request (#252)
- client: use caching client provided by controller-runtime (#252)
- webserver: add panel for Waybills without a last run (#253)
v3.3.6
- Revert to strongbox 0.2.0 (#250)
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