Skip to main content
Redhat Developers  Logo
  • AI

    Get started with AI

    • Red Hat AI
      Accelerate the development and deployment of enterprise AI solutions.
    • AI learning hub
      Explore learning materials and tools, organized by task.
    • AI interactive demos
      Click through scenarios with Red Hat AI, including training LLMs and more.
    • AI/ML learning paths
      Expand your OpenShift AI knowledge using these learning resources.
    • AI quickstarts
      Focused AI use cases designed for fast deployment on Red Hat AI platforms.
    • No-cost AI training
      Foundational Red Hat AI training.

    Featured resources

    • OpenShift AI learning
    • Open source AI for developers
    • AI product application development
    • Open source-powered AI/ML for hybrid cloud
    • AI and Node.js cheat sheet

    Red Hat AI Factory with NVIDIA

    • Red Hat AI Factory with NVIDIA is a co-engineered, enterprise-grade AI solution for building, deploying, and managing AI at scale across hybrid cloud environments.
    • Explore the solution
  • Learn

    Self-guided

    • Documentation
      Find answers, get step-by-step guidance, and learn how to use Red Hat products.
    • Learning paths
      Explore curated walkthroughs for common development tasks.
    • Guided learning
      Receive custom learning paths powered by our AI assistant.
    • See all learning

    Hands-on

    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.
    • Interactive labs
      Learn by doing in these hands-on, browser-based experiences.
    • Interactive demos
      Click through product features in these guided tours.

    Browse by topic

    • AI/ML
    • Automation
    • Java
    • Kubernetes
    • Linux
    • See all topics

    Training & certifications

    • Courses and exams
    • Certifications
    • Skills assessments
    • Red Hat Academy
    • Learning subscription
    • Explore training
  • Build

    Get started

    • Red Hat build of Podman Desktop
      A downloadable, local development hub to experiment with our products and builds.
    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.

    Download products

    • Access product downloads to start building and testing right away.
    • Red Hat Enterprise Linux
    • Red Hat AI
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat Developer Toolset

    References

    • E-books
    • Documentation
    • Cheat sheets
    • Architecture center
  • Community

    Get involved

    • Events
    • Live AI events
    • Red Hat Summit
    • Red Hat Accelerators
    • Community discussions

    Follow along

    • Articles & blogs
    • Developer newsletter
    • Videos
    • Github

    Get help

    • Customer service
    • Customer support
    • Regional contacts
    • Find a partner

    Join the Red Hat Developer program

    • Download Red Hat products and project builds, access support documentation, learning content, and more.
    • Explore the benefits

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

    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

    • Red Hat Hardened Images: Top 5 benefits for software developers

    • How EvalHub manages two-layer Kubernetes control planes

    • Tekton joins the CNCF as an incubating project

    • Federated identity across the hybrid cloud using zero trust workload identity manager

    • Confidential virtual machine storage attack scenarios

    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
    © 2026 Red Hat

    Red Hat legal and privacy links

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

    Chat Support

    Please log in with your Red Hat account to access chat support.