发布日期: 2024-12-11
版本号: v2.12.8

Argo CD v2.12.8版本提供了非HA和HA两种部署方式:非HA模式下需创建命名空间后通过指定YAML文件安装,HA模式则使用高可用性配置文件。该版本的容器镜像均经过cosign签名,且符合SLSA Level 3规范以确保来源可信。升级时需注意跨小版本升级需参考官方文档。更新日志包含多项修复,包括多源应用同步顺序问题、无效URL仓库删除功能修复及仓库列表字段缺失补全,同时进行了依赖项更新及文档优化。具体变更详情可查看完整更新日志。

更新内容 (中文)

快速入门

非高可用模式:

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

高可用模式:

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

发布签名与来源验证

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

升级指南

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

更新日志

缺陷修复

  • 05c1dd7d60f01fd4d0e5467063567f5c4483d549: 修复:20791 - 多源应用同步时源同步顺序错误 (cherry-pick #21071) (#21078) (@gcp-cherry-pick-bot[bot])
  • 60d0786c82ffd3f5ace2fead7d2c98b1552e396b: 修复:允许删除包含无效URL的仓库 (#20921) (#20975) (#21117) (@gcp-cherry-pick-bot[bot])
  • 7642db8ddf74cda499ce1e448026b952abc9a304: 修复:补充listrepositories接口缺失字段 (#20991) (#21128) (@blakepettersson)

依赖更新

  • b32d50da45b63449598234fde2c8b3ca9b952eef: 依赖更新:升级/ui目录中http-proxy-middleware从2.0.4到2.0.7 (#20518) (#20891) (@gcp-cherry-pick-bot[bot])

其他变更

  • 57cef1d14072ea2e44b0490511ca94e008187307: 补充2.12版本升级文档至导航菜单 (#20657) (@fletch3555)

完整更新日志: https://github.com/argoproj/argo-cd/compare/v2.12.7…v2.12.8

<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.12.8/manifests/install.yaml

HA:

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

  • 05c1dd7d60f01fd4d0e5467063567f5c4483d549: fix: 20791 - sync multi-source application out of order source syncs (cherry-pick #21071) (#21078) (@gcp-cherry-pick-bot[bot])
  • 60d0786c82ffd3f5ace2fead7d2c98b1552e396b: fix: Allow to delete repos with invalid urls (#20921) (#20975) (#21117) (@gcp-cherry-pick-bot[bot])
  • 7642db8ddf74cda499ce1e448026b952abc9a304: fix: add missing fields in listrepositories (#20991) (#21128) (@blakepettersson)

Dependency updates

  • b32d50da45b63449598234fde2c8b3ca9b952eef: chore(deps): bump http-proxy-middleware from 2.0.4 to 2.0.7 in /ui (#20518) (#20891) (@gcp-cherry-pick-bot[bot])

Other work

  • 57cef1d14072ea2e44b0490511ca94e008187307: Add missing 2.12 upgrade to nav menu (#20657) (@fletch3555)

Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.12.7...v2.12.8

下载链接