stable.25-04
Latest: stable.25-04.1About this Channel
The stable.25-04 release channel was forked from edge.25-04-03 to provide a long-term-support release track for the April 2025 version of the Panfactum framework.
Stable channels receive only critical bug-fixes and security patches. No new features or breaking changes will be introduced in this channel.
What’s Included
This channel ships with the same feature set as the edge.25-04-03 release, including:
- EKS 1.33 with updated add-on versions
- Authentik Helm chart 2024.10.5
- Apex-domain website serving
- Bumped Terraform provider versions across production environments
Migrating to stable.25-04
Follow these steps to move your Panfactum deployment from an earlier release channel to stable.25-04.
Prerequisites
- You must be running at least edge.25-04-03 before switching to this stable channel. If you are on an older edge release, upgrade to edge.25-04-03 first by following the edge upgrade instructions for each intermediate release.
Steps
Update your
panfactum.yamlto set the release channel:release_channel: stable.25-04Run
pf updateto pull the stable.25-04 module versions.Apply your infrastructure changes with
terragrunt applyacross all affected environments.Verify that all services are healthy after the apply completes.
Post-Migration
After migrating, you will only receive critical bug-fix and security-patch releases on this channel. Monitor the release list for patch updates.
stable.25-04.1
Fixes the default value for min_node_cpu of kube_karpenter_node_pools to prevent errors.
- Fixed
min_node_cpudefault inkube_karpenter_node_poolsto prevent deployment errors
stable.25-04.0
This release was forked from the edge.25-04-03 release.