You can upgrade an already running Cluster via the command octops upgrade as shown here. You can read the full changelog here.
Features
- Authenticators are introduced in this release. Currently Octelium provides 3 types:
FIDOfor FIDO2/WebAuthn-based authenticators which can be used for MFA, re-authentication as well as Passkey-based logins for web-based Sessions,TOTPused for Time-based one-time password (TOTP) MFA, andTPMused by theocteliumandocteliumctlclients for re-authentication inLINUXandWINDOWSDevices. You can read in detail about Authenticators in the docs here.
Improvements
- Upgraded Envoy to v1.36.2
- Upgrades for various Golang mod dependencies, including for quic-go, k8s SDK, CEL and OPA.
- Added health cheks for the Envoy instance implementing the ingress data plane.