发布日期: 2025-12-19
版本号: v3.3.0-rc3

Argo CD v3.3.0-rc3 发布了,提供非高可用和高可用两种安装方式,需在 argocd 命名空间中应用对应的清单文件。所有容器镜像均由 cosign 签名,并为满足 SLSA Level 3 规范的镜像和 CLI 二进制文件生成了来源证明,可通过官方文档学习验证方法。本次发布包含多项错误修复,例如修复了资源更新时的版本号问题,并提升了指标的一致性。详细变更说明和升级指南可查阅官方博客与文档,特别是从其他次要版本升级时务必参考升级概述。完整变更日志可在其代码仓库中对比查看。

更新内容 (中文)

快速开始

非高可用部署:

kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.0-rc3/manifests/install.yaml

高可用部署:

kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.0-rc3/manifests/ha/install.yaml

发布签名与来源验证

所有 Argo CD 容器镜像均使用 cosign 签名。符合 SLSA 3 级规范的容器镜像和 CLI 二进制文件会生成来源证明。验证方法请参阅 文档

发布说明博文

了解此版本关键变更与改进的详细说明,请查阅 官方博文

升级指南

若从其他次版本升级,请务必阅读 升级文档

变更日志

问题修复

  • fe0466de511fb7d202ec7c15b24fc18db8230f21: 修复(注解器):git fetch 需要凭证 (#25727) (为3.3版本选择提交 #25738) (#25742) (@argo-cd-cherry-pick-bot[bot])
  • 05b416906e758bcb3f22b6911af7c94f44dc1352: 修复(指标):更一致的 OCI 指标 (为3.3版本选择提交 #25549) (#25728) (@argo-cd-cherry-pick-bot[bot])
  • 20604f1b21772df85f39878cb6774672446038ac: 修复(服务端):在终止重试时更新 resourceVersion (为3.3版本选择提交 #25650) (#25717) (@argo-cd-cherry-pick-bot[bot])

完整变更日志:https://github.com/argoproj/argo-cd/compare/v3.3.0-rc2…v3.3.0-rc3

更新内容 (原始)

Quick Start

Non-HA:

kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.0-rc3/manifests/install.yaml

HA:

kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.0-rc3/manifests/ha/install.yaml

Release Signatures and Provenance

All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.

Release Notes Blog Post

For a detailed breakdown of the key changes and improvements in this release, check out the official blog post

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changelog

Bug fixes

  • fe0466de511fb7d202ec7c15b24fc18db8230f21: fix(hydrator): git fetch needs creds (#25727) (cherry-pick #25738 for 3.3) (#25742) (@argo-cd-cherry-pick-bot[bot])
  • 05b416906e758bcb3f22b6911af7c94f44dc1352: fix(metrics): more consistent oci metrics (cherry-pick #25549 for 3.3) (#25728) (@argo-cd-cherry-pick-bot[bot])
  • 20604f1b21772df85f39878cb6774672446038ac: fix(server): update resourceVersion on Terminate retry (cherry-pick #25650 for 3.3) (#25717) (@argo-cd-cherry-pick-bot[bot])

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.3.0-rc2...v3.3.0-rc3

下载链接