UDS Core 0.62
UDS Core 0.62 adds uptime probe support for Authservice-enabled applications, introduces Falco rule overrides, and bumps the Falco Helm chart from 7.x to 8.x. This release also fixes stale network authpolicies that could persist after mesh mode changes.
⚠ Breaking changes
Section titled “⚠ Breaking changes”| Change | Impact | Action required |
|---|---|---|
| Falco Helm chart upgraded from 7.0.2 to 8.0.0 | Custom Falco chart overrides may be incompatible with the new chart version | Review the Falco 8.0.0 breaking changes and update any custom Falco bundle overrides for chart 8.x compatibility |
Notable features
Section titled “Notable features”- Uptime probes for Authservice apps: Blackbox Exporter uptime probes now support applications protected by Authservice, enabled through the
PackageCR (#2398) - Falco rule overrides: configure custom Falco rule overrides through bundle values to tailor detection rules to your environment (#2380)
- Stale authpolicy fix: network authpolicies are now correctly cleaned up when a Package’s mesh mode changes (#2368)
Dependency updates
Section titled “Dependency updates”| Package | Previous | Updated |
|---|---|---|
| Alertmanager | 0.31.0 | 0.31.1 |
| Falco | 0.42.1 | 0.43.0 |
| Falco Helm chart | 7.0.2 | 8.0.0 |
| Grafana | 12.3.2 | 12.3.3 |
| Keycloak | 26.5.2 | 26.5.3 |
| Loki | 3.6.4 | 3.6.5 |
| Pepr | 1.0.8 | 1.1.0 |
| Prometheus Blackbox Exporter Helm chart | 11.7.0 | 11.8.0 |
| Prometheus Operator | 0.88.0 | 0.89.0 |
| kube-prometheus-stack Helm chart | 81.2.2 | 82.1.0 |
| Loki Helm chart | 6.51.0 | 6.53.0 |
| prometheus-operator-crds Helm chart | 26.0.0 | 27.0.0 |
Upgrade considerations
Section titled “Upgrade considerations”Pre-upgrade steps
Section titled “Pre-upgrade steps”-
Review Falco overrides
If you have custom Falco Helm chart overrides in your bundle, review them for compatibility with Falco chart 8.x. The major version bump may change value paths or default behavior. See the Falco Helm chart changelog for migration details.
-
Update Falco overrides
Update any custom Falco chart overrides for chart 8.x compatibility before deploying.
Post-upgrade verification
Section titled “Post-upgrade verification”-
Confirm Falco is running
Verify Falco pods are healthy and applying expected rules:
Terminal window uds zarf tools kubectl get pods -n falco
Related documentation
Section titled “Related documentation”- Upgrade Overview - general upgrade procedures and checklists
- Configuration Changes - applying config changes on a running platform
- UDS Core 0.62.0 Changelog - full changelog
- Full diff (0.61.1…0.62.0) - all changes between versions