发布日期: 2025-01-02
版本号: v2.14.0-rc4

以下是Argo CD的快速使用指南及版本更新摘要:
对于非高可用部署,需先创建argocd命名空间,随后应用v2.14.0-rc4版本的安装配置。高可用部署则需使用同版本的HA专用安装文件。所有容器镜像均通过cosign签名,并符合SLSA Level 3安全标准,具体验证方法可查阅官方文档。跨小版本升级时建议参考升级指南。最新版本v2.14.0-rc4修复了应用集合生成路由冲突的问题,并解决了应用测试中的数据竞争检测异常。完整更新日志可通过GitHub版本对比查看。

更新内容 (中文)

快速入门

非高可用模式:

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

高可用模式:

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

发布签名与来源验证

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

升级指南

若需跨小版本升级,请务必阅读升级文档

更新日志

缺陷修复

  • 0a26e0f465ad307bc5d83949afcf8fef2b8d9b59: 修复:修改 applicationset generate 的 HTTP 方法以避免路由冲突 (#20758) (#21299) (@gcp-cherry-pick-bot[bot])

其他改进

  • e2eb655e41ce321420d310188fc41384d41ee2a2: 优化:修复应用测试中的数据竞争检测问题 (#21271) (#21302) (@gcp-cherry-pick-bot[bot])

完整更新日志: https://github.com/argoproj/argo-cd/compare/v2.14.0-rc3...v2.14.0-rc4

img src=“https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width=“25%” >

更新内容 (原始)

Quick Start

Non-HA:

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

HA:

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

  • 0a26e0f465ad307bc5d83949afcf8fef2b8d9b59: fix: Change applicationset generate HTTP method to avoid route conflicts (#20758) (#21299) (@gcp-cherry-pick-bot[bot])

Other work

  • e2eb655e41ce321420d310188fc41384d41ee2a2: chore: Fix data race detection failures in application tests (#21271) (#21302) (@gcp-cherry-pick-bot[bot])

Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.14.0-rc3...v2.14.0-rc4

下载链接