→ Back to Home
GitOps

Flux 2.9 GA Released with Post-Quantum Crypto and Enhanced GitOps Workflows

The GitOps community is marking a significant milestone with the release of Flux 2.9 GA, a major update to the widely adopted continuous delivery solution for Kubernetes. Announced on June 30, 2026, this version introduces a comprehensive suite of features aimed at bolstering security, flexibility, and operational control for teams leveraging GitOps principles. One of the most forward-thinking additions is the integration of SOPS decryption with the Age post-quantum cipher. As the industry increasingly anticipates and prepares for the era of post-quantum cryptography, Flux 2.9 provides a crucial capability: protecting sensitive data at rest with quantum-resistant encryption. This ensures that secrets remain secure against emerging cryptographic threats, all while seamlessly maintaining the established SOPS-based GitOps workflow that users rely on for declarative management. Another substantial improvement comes in the form of enhanced server-side apply field ignore rules. Previously, Flux users might have encountered challenges when fields managed by other Kubernetes controllers—such as Horizontal Pod Autoscalers or admission webhooks—were inadvertently reverted by Flux attempting to enforce the state declared in Git. With Flux 2.9, users can now define specific fields to be ignored during reconciliation, granting fine-grained control over resource ownership. This capability is vital for seamlessly integrating GitOps with dynamic Kubernetes components, effectively preventing unwanted configuration drift and conflicts. The release also introduces a new Flux CLI Plugin System, offering a modular and extensible approach to enhancing the command-line interface with first-class plugins. This system, alongside initial Mirror and Schema plugins, promises to improve the extensibility and overall usability of Flux for a diverse range of use cases. Furthermore, Git integrations have been significantly bolstered with features like Git commit signing and verification using SSH keys, which fundamentally enhances the auditability and integrity of changes within the Git repository—the single source of truth in any GitOps environment. Other notable features in Flux 2.9 include Kubernetes Workload Identity authentication for OpenBao and Vault, providing more secure and streamlined access to secrets management systems. Helm post-render strategies, including chart hooks support, offer greater flexibility in managing Helm releases and their lifecycle. Additionally, AWS CodeCommit authentication using Workload Identity expands Flux's compatibility and ease of use within AWS environments. These collective updates solidify Flux's position as a robust and adaptable tool for implementing GitOps across various cloud-native landscapes, making declarative application and infrastructure management more secure, efficient, and resilient.
#flux#gitops#kubernetes#security#ci/cd#release
Read original source