By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
World of SoftwareWorld of SoftwareWorld of Software
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Search
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
Reading: Argo CD 3.3 Brings Safer GitOps Deletions and Smoother Day‑to‑Day Operations
Share
Sign In
Notification Show More
Font ResizerAa
World of SoftwareWorld of Software
Font ResizerAa
  • Software
  • Mobile
  • Computing
  • Gadget
  • Gaming
  • Videos
Search
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Have an existing account? Sign In
Follow US
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
World of Software > News > Argo CD 3.3 Brings Safer GitOps Deletions and Smoother Day‑to‑Day Operations
News

Argo CD 3.3 Brings Safer GitOps Deletions and Smoother Day‑to‑Day Operations

News Room
Last updated: 2026/02/28 at 7:34 PM
News Room Published 28 February 2026
Share
Argo CD 3.3 Brings Safer GitOps Deletions and Smoother Day‑to‑Day Operations
SHARE

The application deployment and lifecycle management tool Argo CD has reached a new milestone with the release of version 3.3, extending the capabilities of the popular GitOps continuous delivery tool while addressing several long-standing pain points for operators.

Argo CD 3.3 is presented as a practical release that closes several long-standing gaps in day-to-day GitOps operations rather than a major architectural change. The release candidate focuses on deletion safety, authentication experience, repository performance and more precise control for cluster and autoscaling resources.​

In the announcement blog post, published at the time when the release candidate became available, software engineer Peter Jiang introduces PreDelete hooks as the most visible change in Argo CD 3.3, completing the existing lifecycle of PreSync, Sync and PostSync hooks. In the blog, Jiang explains that users have historically relied on external scripts, manual cleanup or Kubernetes finalisers to prepare for application deletion, which often proved fragile or opaque when teams needed a predictable teardown sequence. PreDelete hooks instead allow teams to define Kubernetes resources, such as Jobs that must run and succeed before Argo CD proceeds with deleting the rest of an application’s resources, and a failing hook will block deletion. In practice, this turns deletion into an explicit lifecycle phase that can include data export, draining traffic or notifying dependent systems.​

The second major feature in the release is OIDC background token refresh, which addresses frequent complaints from users integrating Argo CD with providers such as Keycloak. Previously, engineers could be logged out of the user interface after a short access token lifetime even while actively working, which was a source of frustration during longer debugging or deployment sessions. The new behaviour automatically refreshes OIDC tokens in the background before expiry, governed by a configurable threshold that determines how much remaining lifetime triggers a refresh. Deepak Yadav, writing on LinkedIn, highlights this as one of the standout changes and summarises it as “Goodbye random logouts”, reflecting how strongly this issue was felt.​

Optional shallow cloning of Git repositories has also been added. When enabled, Argo CD fetches only the required commit history instead of the full repository, which the announcement notes can reduce fetch times from minutes to seconds in larger monorepos or long-lived projects. This feature is implemented as a flag in repository configuration, making it an opt-in performance optimisation for operators who have assessed that they do not need full history for their workflows. Community posts describing top highlights for 3.3 consistently include shallow cloning alongside PreDelete hooks and OIDC refresh.​

The announcement also notes improvements to the Source Hydrator, an increasingly central part of Argo CD’s handling of complex configuration workflows. The new version introduces inline parameter support so that teams no longer need to commit separate parameter files for each configuration change, and adds better support for monorepo layouts, together with performance work to avoid unnecessary calls to the repo server. Jiang attributes these changes to community contributors and frames them as part of an ongoing effort to make Argo CD more appropriate for large-scale configuration management. These changes place the Source Hydrator alongside earlier work on ApplicationSets as a mechanism for handling growing configuration complexity in multi-application deployments.​

Granular control over cluster resources is also improved in 3.3. The release extends clusterResourceWhitelist in AppProjects so that access can be restricted not only by API group and kind but also by individual resource names. This allows a project to manage only specific CustomResourceDefinitions rather than all CRDs, which the announcement describes as a long-standing request from users who maintain multiple teams and controllers on shared clusters. Commentary on LinkedIn highlights this change as part of a broader improvement in RBAC controls, noting that more precise scoping of CRDs aligns better with organisational security policies and separation of duties.​

The release also introduces first-class support for KEDA, the Kubernetes Event-driven Autoscaling project. Argo CD can now pause and resume KEDA ScaledObjects and ScaledJobs directly from the user interface and understands ScaledJob health states, replacing earlier generic “Unknown” indicators. Community posts describe this as particularly useful for maintenance windows and debugging, since operators can temporarily suspend event-driven workloads through the same GitOps control surface they use for other application resources.​

Beyond these headline features, Jiang lists a series of smaller changes that collectively support a more incremental view of improvement. These include using volume mounts for Redis credentials, adding Ceph CRD health checks, evolving the ApplicationSet user interface, supporting CLI filtering by API group, configurable Kubernetes API timeouts, and several user interface refinements around refresh behaviour and view extensions.

Overall, v3.3 feels like a release shaped by real operational pain. Well done to the Argo CD maintainers and contributors — this is a solid step forward.


– Deepak Yadav

Alongside Argo CD, Flux has emerged as the other major CNCF‑incubated project implementing GitOps for Kubernetes, but it emphasises a controller-driven model rather than a centralised web application. Flux runs a set of controllers that reconcile Git, Helm repositories and container registries with the cluster, supports Helm and Kustomize natively, and offers optional visualisation through the Weave GitOps interface rather than a bundled dashboard. It uses concepts such as pruning and protective annotations on resources to do safe deletions, allowing operators to prevent specific objects from being removed during reconciliation and to tune how aggressively Flux cleans up resources that disappear from version control.

Argo CD and Flux are often positioned as complementary rather than strictly competing. Argo CD’s built-in UI and close integration with Argo Rollouts make it attractive for organisations that want visual control and first-class canary or blue-green deployments. Flux’s GitOps Toolkit provides a composable, CLI-oriented stack that monitors image registries and automatically updates manifests. Users on Reddit report running both tools together. For example, using Flux to manage core cluster infrastructure and Argo CD to orchestrate application-level deployments.

Argo CD 3.3.2 is available now.

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.
By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Twitter Email Print
Share
What do you think?
Love0
Sad0
Happy0
Sleepy0
Angry0
Dead0
Wink0
Previous Article Today's NYT Strands Hints, Answer and Help for March 1 #728 – CNET Today's NYT Strands Hints, Answer and Help for March 1 #728 – CNET
Next Article Android 17 wants to solve the biggest headache with using SIM PIN locks Android 17 wants to solve the biggest headache with using SIM PIN locks
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

248.1k Like
69.1k Follow
134k Pin
54.3k Follow

Latest News

Get 0 Off iPad Mini 7 on Amazon, Starting at 9
Get $100 Off iPad Mini 7 on Amazon, Starting at $399
News
Write Emails, Docs, and Messages With This AI Voice-to-Text Deal
Write Emails, Docs, and Messages With This AI Voice-to-Text Deal
News
Samsung Galaxy Buds4 and Buds4 Pro preorders: Price, where to buy
Samsung Galaxy Buds4 and Buds4 Pro preorders: Price, where to buy
News
Portable Sonos Play speaker leaks on Canadian Best Buy
Portable Sonos Play speaker leaks on Canadian Best Buy
News

You Might also Like

Get 0 Off iPad Mini 7 on Amazon, Starting at 9
News

Get $100 Off iPad Mini 7 on Amazon, Starting at $399

3 Min Read
Write Emails, Docs, and Messages With This AI Voice-to-Text Deal
News

Write Emails, Docs, and Messages With This AI Voice-to-Text Deal

3 Min Read
Samsung Galaxy Buds4 and Buds4 Pro preorders: Price, where to buy
News

Samsung Galaxy Buds4 and Buds4 Pro preorders: Price, where to buy

3 Min Read
Portable Sonos Play speaker leaks on Canadian Best Buy
News

Portable Sonos Play speaker leaks on Canadian Best Buy

1 Min Read
//

World of Software is your one-stop website for the latest tech news and updates, follow us now to get the news that matters to you.

Quick Link

  • Privacy Policy
  • Terms of use
  • Advertise
  • Contact

Topics

  • Computing
  • Software
  • Press Release
  • Trending

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

World of SoftwareWorld of Software
Follow US
Copyright © All Rights Reserved. World of Software.
Welcome Back!

Sign in to your account

Lost your password?