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.
What's Changed
- Add HTTPS reverse proxy support for private resources (requires latest newt)
- Add high-availability to private resources by defining more than one routing site for failover
- Add uptime tracking to sites and resources
- Add arbitrary health checking (HTTP, TCP, SNMP, ICMP) that isn’t linked to a resource
- Add alert rules to automate notifications (emails, webhooks, and other integrations) for site, resource, and health check status
- Add import and share an organization-only identity provider across more than one organization
- Add reject site to pending sites in site provisioning
- General UI improvements
- Various other bug fixes
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.