# Panfactum Changelog — edge.25-01-09 > Adds cluster-wide environment variable injection capability, pins Bottlerocket OS AMIs to prevent node crashes from unexpected AWS updates, and fixes EKS module conditions for low SLA targets. ## Highlights - New `common_env` and `common_secrets` inputs in `kube_policies` for cluster-wide environment variable injection - Bottlerocket OS AMIs now pinned to prevent unexpected node crashes from AWS AMI updates ## Additions - [`kube_policies`](https://panfactum.com/docs/edge/reference/infrastructure-modules/direct/kubernetes/kube_policies) now has `common_env` and `common_secrets` inputs that inject environment variables into all containers in the cluster. - Impacts: iac-module `kube_policies` — New common_env and common_secrets inputs for cluster-wide env var injection ## Fixes - Pins Bottlerocket OS AMIs to pre-tested versions as AWS occasionally publishes breaking AMI changes that can crash nodes in the - Fixes the pre- and post-condition check for the `aws_eks` module when `sla_target` is set to 1. - Impacts: iac-module `aws_eks` — Fix pre/post-condition check when sla_target is set to 1 - Reference (issue-report): [aws_eks condition check fails when sla_target is 1](https://github.com/Panfactum/stack/issues/229) ## Related Resources - [JSON Data](https://panfactum.com/docs/changelog/edge.25-01-09.json): Machine-readable data - [Channel Release List](https://panfactum.com/docs/changelog/edge.json): All releases in this channel