Pritunl Cloud v2.0.3616.97 has been released. This release adds a new journal resource type to pods, security update advisories, web console layout improvements and IMDS improvements.
Pod Journal Resource
The new journal resource in pods allows streaming either Systemd journal logs or log files directly to the deployment logs in the Pritunl Cloud web console. Systemd support is available for all Linux distributions excluding Alpine Linux. Log file support is available for both Linux and FreeBSD deployments. The journal resource can be added to a pod spec as shown below.
---
name: nginx-logs
kind: journal
inputs:
- key: nginx
type: systemd
unit: nginx
- key: messages
type: file
path: /var/log/messages
This can be done before deployment or migrated to an active deployment without needing a restart. Once the journal is added the inputs will be shown in a menu on the deployment. Output will be streamed live to the console.
Security Update Advisories
All the RHEL distributions will now display security update advisories for both Pritunl Cloud hosts and all instances. This will list either packages that have unapplied security updates or Linux kernel security patches that require a restart. The list will include links to the RHEL or Oracle Linux security advisory.
Updated Images
The official cloud images have been updated to include the most recent distribution builds.
QEMU v10 Support
Support for QEMU v10 has been added. A RHEL 10 QEMU v10 build with and without GUI support is available in the Pritunl QEMU Repository.
IMDS Improvements
The IMDS host service will now automatically recover to correct for crashes that can occur if the IMDS service binary is overwritten while it is running.
Web Console Improvements
The navbar resources have been reordered to use a more natural order for related resources and will remain fixed to the top when scrolling. Other improvements have been made to the pods page view. Firefox display issues have also been fixed.



