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.
    • 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 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

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

    • Confidential virtual machine storage attack scenarios

    • Introducing virtualization platform autopilot

    • Integrate zero trust workload identity manager with Red Hat OpenShift GitOps

    • Best Practice Configuration and Tuning for Linux and Windows VMs

    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.