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
    • See 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 Red Hat 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
    • See all technologies
    • Programming languages & frameworks

      • Java
      • Python
      • JavaScript
    • System design & architecture

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

      • Productivity
      • Tools
      • GitOps
    • Automated data processing

      • AI/ML
      • Data science
      • Apache Kafka on Kubernetes
    • Platform engineering

      • DevOps
      • DevSecOps
      • Red Hat Ansible Automation Platform 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
    • See all learning resources

    E-books

    • GitOps cookbook
    • Podman in action
    • Kubernetes operators
    • The path to GitOps
    • See all e-books

    Cheat sheets

    • Linux commands
    • Bash commands
    • Git
    • systemd commands
    • See 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 the 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 OpenShift GitOps 1.20

March 26, 2026
Gerald Nunn
Related topics:
GitOps
Related products:
Red Hat OpenShift GitOps

    GitOps is now the definitive standard for managing 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 increase efficiency in their operations and development teams.

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

    New in version 1.20

    New Features in Argo CD Agent

    The Argo CD Agent reached GA in the previous release but development continues with some exciting new features.

    A significant new feature is that Applications can now be routed to destination clusters based on destination name, i.e. Application.spec.destination.name, instead of namespace routing, based on the namespace where the Application resides, which required the Apps-In-Any-Namespace feature. This new feature greatly simplifies Application routing and restores the ability to leverage Apps-In-Any-Namespace to support multi-tenant Agent installations. 

    Going forward using the destination name is the preferred way to handle routing however routing by Apps-In-Any-Namespace remains supported and is the default for compatibility with previous releases.

    Another new feature is the ability to use the Web Based Terminal feature in Argo CD for pods on remote workload clusters. This optional feature, not enabled by default in OpenShift GitOps, enables users to access the pod command line terminal in the Argo CD user interface.

    Finally, the previous release added the ability to manage both Principals and Agents with the OpenShift GitOps operator, however the ability to manage Agents was not documented. This has been added in this release.

    OpenShift Console Plugin for OpenShift GitOps

    Work continues on the OpenShift Console Plugin that adds support for OpenShift GitOps custom resources directly in the OpenShift Console. 

    New support for Argo Rollouts including both list and detail views.

    OpenShift Console Argo CD Rollouts

    New support for Argo CD AppProjects:

    OpenShift Console Argo CD AppProjects

    Finally a graphical tree view of Application resources has been added to the Applications resource:

    OpenShift Console Argo CD Apps Resource List

    Note this feature remains in Developer Preview.

    NetworkPolicy for Argo CD Resources

    To further harden Argo CD, the OpenShift GitOps operator will now automatically create NetworkPolicy resources for Argo CD components, this behavior can be changed by setting ArgoCD.spec.networkPolicy.enabled to false.

    Previously the operator automatically created a NetworkPolicy for Redis, with this new feature additional NetworkPolicy will be created for:

    • Application Controller
    • Argo CD Server
    • Repo Server
    • Redis (Previous release)
    • Redis HA
    • Dex Server (when Dex is configured)
    • Notifications Controller (when notifications are enabled)
    • ApplicationSet Controller (when ApplicationSet is enabled)
    • Argo CD Agent Principal (when the Argo CD Agent Principal is enabled)

    OpenShift External OIDC Integration

    OpenShift 4.20 added a new feature where direct integration with an External OIDC provider is enabled instead of using the OAuth server. When this feature is enabled, OpenShift no longer deploys its internal OAuth server and all authentication is done via the specified provider.

    In OpenShift GitOps the Dex component is used to integrate with OpenShift OAuth server, since this will not be available when External OIDC Authentication is enabled, in this release we no longer deploy Dex automatically when it is enabled. It is expected that users would configure OpenShift GitOps to use the same OIDC provider, but different client and secret, via the ArgoCD.spec.oidcConfig field. 

    Note: We do not automatically create the oidcConfig based on the OpenShift configuration since the recommended practice is for each client to use a separate client ID and secret.

    Argo CD 3.3

    This version upgrades Argo CD to 3.3 from 3.1 that was used in OpenShift GitOps 1.19. Some of the changes in Argo CD 3.2 and 3.3 to be aware of include:

    •  (3.2) A new deletion strategy has been added to ApplicationSet Progressive Sync. By default when deleting an ApplicationSet all Applications were deleted at the same time. While this remains the default, a new reverse strategy has been added that deletes the Applications in the opposite order in which they were created.
    • (3.2) A new filter, titleMatch, has been added to the ApplicationSet Pull Request generator that allows filtering based on PR titles.
    • (3.2) The Argo CD CLI has been enhanced to support server side diff with the switch --server-side-diff. This will default to true if the Server-Side Diff annotation is present.
    • (3.3) Argo CD now supports preDelete resource hooks, this enables a Job or other resource to be executed before Application and its managed resources are removed. This enables commonly asked for use cases such as removing references in external entities or performing complex cleanup processes when deleting the Application.
    • (3.3) Previously the Argo CD UI did not support using refresh tokens when integrated with OIDC for authentication resulting in users being logged out when the access token expired. This release now refreshes tokens in the background providing a smoother user experience.
    • (3.3) You can now whitelist by name for cluster resources in Argo CD AppProjects. This was an oft-requested feature for ClusterResourceDefinitions (CRDs) where operators wanted to grant users the ability to install and manage specific CRDs. 

    Conclusion

    OpenShift GitOps 1.20 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

    • What's New in OpenShift GitOps 1.20

    • Integrate Claude Code with Red Hat AI Inference Server on OpenShift

    • Scale LLM fine-tuning with Training Hub and OpenShift AI

    • Reproducible builds in Project Hummingbird

    • Getting started with the vLLM Semantic Router project's Athena release: Optimize your tokens for agentic AI

    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

    Report a website issue