Skip to main content
Redhat Developers  Logo
  • Products

    Platforms

    • Red Hat Enterprise Linux
      Red Hat Enterprise Linux Icon
    • Red Hat AI
      Red Hat AI
    • Red Hat OpenShift
      Openshift icon
    • Red Hat Ansible Automation Platform
      Ansible icon
    • View All Red Hat Products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat Developer Hub
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat OpenShift Local
    • Red Hat Developer Sandbox

      Try Red Hat products and technologies without setup or configuration fees for 30 days with this shared Openshift and Kubernetes cluster.
    • Try at no cost
  • Technologies

    Featured

    • AI/ML
      AI/ML Icon
    • Linux
      Linux Icon
    • Kubernetes
      Cloud icon
    • Automation
      Automation Icon showing arrows moving in a circle around a gear
    • View All Technologies
    • Programming Languages & Frameworks

      • Java
      • Python
      • JavaScript
    • System Design & Architecture

      • Red Hat architecture and design patterns
      • Microservices
      • Event-Driven Architecture
      • Databases
    • Developer Productivity

      • Developer productivity
      • Developer Tools
      • GitOps
    • Automated Data Processing

      • AI/ML
      • Data Science
      • Apache Kafka on Kubernetes
    • Platform Engineering

      • DevOps
      • DevSecOps
      • Ansible automation for applications and services
    • Secure Development & Architectures

      • Security
      • Secure coding
  • Learn

    Featured

    • Kubernetes & Cloud Native
      Openshift icon
    • Linux
      Rhel icon
    • Automation
      Ansible cloud icon
    • AI/ML
      AI/ML Icon
    • View All Learning Resources

    E-Books

    • GitOps Cookbook
    • Podman in Action
    • Kubernetes Operators
    • The Path to GitOps
    • View All E-books

    Cheat Sheets

    • Linux Commands
    • Bash Commands
    • Git
    • systemd Commands
    • View All Cheat Sheets

    Documentation

    • Product Documentation
    • API Catalog
    • Legacy Documentation
  • Developer Sandbox

    Developer Sandbox

    • Access Red Hat’s products and technologies without setup or configuration, and start developing quicker than ever before with our new, no-cost sandbox environments.
    • Explore Developer Sandbox

    Featured Developer Sandbox activities

    • Get started with your Developer Sandbox
    • OpenShift virtualization and application modernization using the Developer Sandbox
    • Explore all Developer Sandbox activities

    Ready to start developing apps?

    • Try at no cost
  • Blog
  • Events
  • Videos

What's New in Red Hat OpenShift GitOps 1.13

July 8, 2024
Harriet Lawrence Gerald Nunn
Related topics:
GitOps
Related products:
Red Hat OpenShift

Share:

    GitOps has continued in its popularity and has become the standard way to manage Kubernetes cluster configuration and applications. Red Hat continues to see the widespread adoption of the GitOps methodology across our portfolio as customers look for ways to bring increased efficiency to their operations and development teams.

    Red Hat is pleased to announce that version 1.13 of OpenShift GitOps has been released, bringing with it some exciting new capabilities.

    New in version 1.13

    Rollouts is Generally Available (GA)

    Argo Rollouts is now GA in OpenShift GitOps and can be used in Production scenarios. Rollouts is a drop-in replacement for the standard Kubernetes Deployment but provides additional capabilities to support advanced deployment strategies such as canary and blue-green. Additional features like testing via Analysis of Experiments are included to facilitate automated rollout/rollback decisions.

    As part of the GA release, a new traffic manager has been added to support OpenShift Routes in addition to the existing traffic managers which included support for OpenShift Service Mesh. Previously only best effort could be used with the Canary strategy when using OpenShift Routes. With the new traffic manager traffic weighting can be precisely controlled as the canary progresses. 

    Additional information on Rollouts can be found in the OpenShift GitOps documentation here.

    Applications In Any Namespace is Generally Available

    By default, Argo CD requires that any Application Custom Resources must reside in the same namespace as the Argo CD instance that is managing the Application. This has implications in multi-tenant GitOps instances since it effectively prevents users from declaratively defining Application objects as they can bypass security measures simply by assigning the Application to another tenant’s Argo CD Project by directly modifying the yaml.

    The feature Applications in any namespace resolves this issue by allowing Application resources to reside in alternate namespaces assigned to users. The Argo CD Project selection for these applications is enforced by Administrators by configuring specific Projects for specific namespaces.

    In OpenShift GitOps 1.13 this feature is now Generally Available and can be used in Production environments. Note that ApplicationSets in any namespace remain Technical Preview.

    Disable Default Cluster Scoped Roles

    The Application in any namespace feature requires a cluster scoped instance of OpenShift GitOps since it needs to monitor multiple namespaces for Application objects. Previously with cluster scoped instances OpenShift GitOps would include additional capabilities by default to manage operators, storage and more as per the documentation. This was done with the intention that cluster scoped instances would be primarily used for cluster configuration.

    However with the Application in any namespace feature there is a need to deploy cluster scoped instances for tenants who do not require these additional permissions. To support this, in OpenShift GitOps 1.13 these additional privileges can be disabled enabling administrators to better adjust the level of Kubernetes capabilities provided to meet the specific use cases being addressed. 

    apiVersion: argoproj.io/v1alpha1
    kind: ArgoCD
    metadata:
     name: example-argocd 
    spec:
      defaultClusterScopedRoleDisabled: true
      ...

    Reencrypt is now the default TLS for the GitOps Route

    In previous versions if no TLS configuration was specified in the Argo CD custom resource the operator would use Passthrough by default. This exposed the internal OpenShift certificate to users where they would be prompted in the browser to accept the unknown certification even if the OpenShift ingress itself was configured with a valid certificate. Switching to reencrypt as the default ensures that the default OpenShift ingress certificate will be used, providing a better user experience.

    Important Note: If you want to continue using the previous default Passthrough TLS you will need to configure this in the Argo CD custom resource prior to upgrading. 

    Argo CD 2.11 Available

    With this version, Argo CD has been upgraded to 2.11 which brings a number of new features and benefits including:

    • Improved performance for mono-repositories using the generate-path annotation, while previously honored for web-hooks it is now also used when comparing for changes outside of web hooks.
    • Improved support for Multiple Sources in the Argo CD CLI.
    • Enabled Sharding by Application Information. When using multiple clusters with Argo CD sharding can be used to distribute the load across multiple Application Controllers. Sharding can now use the number of applications on each cluster to help determine the distribution of clusters across controllers.
    • Pruning resources in reverse sync order. When using sync-waves and resources require pruning, Argo CD will now prune these resources in reverse order. Note that reverse sync order was already used when deleting an application.

    A blog on the changes in Argo CD 2.11 is available here and a detailed list of all changes can be found here in the changelog with the release information.

    Conclusion

    OpenShift GitOps 1.13 is a significant update with many new features, to learn more about this update please review the official documentation and release notes.

    Disclaimer: Please note the content in this blog post has not been thoroughly reviewed by the Red Hat Developer editorial team. Any opinions expressed in this post are the author's own and do not necessarily reflect the policies or positions of Red Hat.

    Recent Posts

    • Beyond a single cluster with OpenShift Service Mesh 3

    • Kubernetes MCP server: AI-powered cluster management

    • Unlocking the power of OpenShift Service Mesh 3

    • Run DialoGPT-small on OpenShift AI for internal model testing

    • Skopeo: The unsung hero of Linux container-tools

    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Platforms

    • Red Hat AI
    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Build

    • Developer Sandbox
    • Developer Tools
    • Interactive Tutorials
    • API Catalog

    Quicklinks

    • Learning Resources
    • E-books
    • Cheat Sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site Status Dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit
    © 2025 Red Hat

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Report a website issue