发布日期: 2025-02-28
版本号: v2.14.3

Argo CD v2.14.3 提供了非高可用(Non-HA)和高可用(HA)两种部署方式:非HA模式下需创建命名空间并应用指定版本的安装清单,HA模式则使用对应的HA安装清单。所有容器镜像均通过cosign签名,并符合SLSA Level 3安全标准,用户可通过文档验证发布文件的完整性。升级时需注意跨次要版本需参考官方升级指南。此版本主要修复了应用集同步卡顿、集群版本获取异常、补丁路径错误、资源刷新机制等问题,同时优化了Kubernetes应用差异对比逻辑。文档部分补充了源码加载器的功能说明。完整更新内容可查看官方发布的变更日志。

更新内容 (中文)

快速入门

非高可用模式:

kubectl create namespace argocd
kubectl apply -n argocd -f https:\/\/raw.githubusercontent.com\/argoproj\/argo-cd\/v2.14.3\/manifests\/install.yaml

高可用模式:

kubectl create namespace argocd
kubectl apply -n argocd -f https:\/\/raw.githubusercontent.com\/argoproj\/argo-cd\/v2.14.3\/manifests\/ha\/install.yaml

发布签名与来源验证

所有 Argo CD 容器镜像均通过 cosign 签名。符合 SLSA Level 3 规范的容器镜像和 CLI 二进制文件均附有来源证明。请参阅文档了解验证方法。

升级指南

若需从不同次要版本升级,请务必阅读升级文档

变更日志

缺陷修复

  • aaed35c6d4db270a1e633e9d89fa4d34fef888b9: 修复(applicationset): 滚动同步的 ApplicationSets 卡在 Pending 状态的问题 (cherry-pick #20230) (#21948) (@gcp-cherry-pick-bot[bot])
  • d79185a4fe6c98475f229d4c9ed606c5387a382c: 修复(hydrator): 避免为 hydrator 获取集群或 API 版本 (#21985) (#22038) (@crenshaw-dev)
  • 2dd70dede8554fd7d6d0824505d1e8ad36b35a72: 修复(hydrator): 禁用 manifest-generate-paths (#22039) (cherry-pick #22015) (#22061) (@gcp-cherry-pick-bot[bot])
  • 3adb83c1dfca20c81dd5231d3c93c4e13a37eaaa: 修复(hydrator): 通过注解替代工作队列实现刷新 (#22016) (#22067) (@crenshaw-dev)
  • 71fd4e501d0d688ab0d70cd649fbf5f909cff12b: 修复: 检查 placement 存在性后再进行长度验证 (#22060) (cherry-pick #22057) (#22089) (@gcp-cherry-pick-bot[bot])
  • 896a461ae6be6b9114a249debca0e2cb86f224f6: 修复: 重构服务端差异干运行时的新 kube 应用器 (#21488) (#21819) (@andrii-korotkov-verkada)
  • 63edc3eb9c4faa6517223b58d774542b066f7816: 修复: 意外导入 v3 包的问题 (#22068) (@crenshaw-dev)
  • cb1df5d35f3331e79373826c9fc909f98ea0db9c: 修复: 应用补丁时正确查找 kustomization 文件 (cherry-pick #22024) (#22086) (@nitishfy)
  • 92a3c3d727df3c15491a9202c4b6da85ed7a02cd: 修复: 带延迟的应用刷新请求正确设置 compareWith 参数 (修复 #18998) (cherry-pick #21298) (#21952) (@gcp-cherry-pick-bot[bot])
  • 8f925c6754d569e4ac03fbfa9cef3f6e1c93fd2f: 修复: 在 UpdateRevisionForPaths 中获取已同步版本号 (#21014) (cherry-pick #21015) (#22011) (@gcp-cherry-pick-bot[bot])

文档更新

  • b5be1df8904722eb91a3de2d2d080d79d9b757fb: 文档: 补充 source hydrator 成熟度说明 (cherry-pick #21969) (#21970) (@gcp-cherry-pick-bot[bot])

其他变更

  • 2b422d2c7001987e7bdd7b134c00d1888dedb4a8: 维护: 为 v2.14 版本添加 cherry-pick 标记 (#21901) (@nitishfy)

完整变更日志: https://github.com/argoproj/argo-cd/compare/v2.14.2…v2.14.3

<a href="https://argoproj.github.io/cd/">img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a>

更新内容 (原始)

Quick Start

Non-HA:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.3/manifests/install.yaml

HA:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.3/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.

Upgrading

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

Changelog

Bug fixes

  • aaed35c6d4db270a1e633e9d89fa4d34fef888b9: fix(applicationset): ApplicationSets with rolling sync stuck in Pending (cherry-pick #20230) (#21948) (@gcp-cherry-pick-bot[bot])
  • d79185a4fe6c98475f229d4c9ed606c5387a382c: fix(hydrator): don’t get cluster or API versions for hydrator (#21985) (#22038) (@crenshaw-dev)
  • 2dd70dede8554fd7d6d0824505d1e8ad36b35a72: fix(hydrator): don’t use manifest-generate-paths (#22039) (cherry-pick #22015) (#22061) (@gcp-cherry-pick-bot[bot])
  • 3adb83c1dfca20c81dd5231d3c93c4e13a37eaaa: fix(hydrator): refresh by annotation instead of work queue (#22016) (#22067) (@crenshaw-dev)
  • 71fd4e501d0d688ab0d70cd649fbf5f909cff12b: fix: Check placement exists before length check (#22060) (cherry-pick #22057) (#22089) (@gcp-cherry-pick-bot[bot])
  • 896a461ae6be6b9114a249debca0e2cb86f224f6: fix: New kube applier for server side diff dry run with refactoring (#21488) (#21819) (@andrii-korotkov-verkada)
  • 63edc3eb9c4faa6517223b58d774542b066f7816: fix: accidental v3 imports (#22068) (@crenshaw-dev)
  • cb1df5d35f3331e79373826c9fc909f98ea0db9c: fix: correct lookup for the kustomization file when applying patches (cherry-pick #22024) (#22086) (@nitishfy)
  • 92a3c3d727df3c15491a9202c4b6da85ed7a02cd: fix: correctly set compareWith when requesting app refresh with delay (fixes #18998) (cherry-pick #21298) (#21952) (@gcp-cherry-pick-bot[bot])
  • 8f925c6754d569e4ac03fbfa9cef3f6e1c93fd2f: fix: fetch syncedRevision in UpdateRevisionForPaths (#21014) (cherry-pick #21015) (#22011) (@gcp-cherry-pick-bot[bot])

Documentation

  • b5be1df8904722eb91a3de2d2d080d79d9b757fb: docs: document source hydrator maturity (cherry-pick #21969) (#21970) (@gcp-cherry-pick-bot[bot])

Other work

  • 2b422d2c7001987e7bdd7b134c00d1888dedb4a8: chore: add cherry pick for v2.14 (#21901) (@nitishfy)

Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.14.2...v2.14.3

下载链接