RC
A Release Candidate (RC) is a near-final software version, stable but undergoing last tests before official release. It has all features and no known bugs.
- Users: Use cautiously due to potential undiscovered bugs. Not for critical systems unless prepared for issues. Report bugs.
- Developers/Testers: Perform crucial final validation and thorough testing, especially of recent changes, to catch last-minute major issues.
- Backup: Always back up data before installing an RC to allow rollback if problems arise.
- Feedback: Provide feedback; it's vital for a robust final release. Participate in the discussion linked at the bottom
NOTE: MIGRATIONS MAY BREAK BETWEEN RC VERSIONS
What's Changed
- UI for managing and applying blueprints thanks to @Fredkiss3
- Show olm client versions and update notifications in UI
- Allow cert resolver to be changed in the UI on domains @Pallavikumarimdb
- Show domain records in a domain view screen @Pallavikumarimdb
- Request, action, and access logs in the UI and export
- Enforce MFA, session, and password reset in org on users
- Proxy protocol support for Raw TCP resources
Full Changelog: 1.11.1...1.12.0-rc.0
New Contributors
- @jonasmerkel made their first contribution in #1728
How to Update
Important
Always back up your config app-data before updating. This will allow you to easily roll back if the update breaks your configuration. You will not be able to easily downgrade otherwise.
IMPORTANT
To enable proxy protocol on TCP resources, the following needs to be entered into the dynamic config for Traefik. This is because traefik does not support serversTransport config from a dynamic source.
Edit dynamic_config.yml and add toward the bottom:
tcp:
  serversTransports:
    pp-transport-v1:
      proxyProtocol:
        version: 1
    pp-transport-v2:
      proxyProtocol:
        version: 2