argo-cd v2.13.0-rc4 版本更新介绍
发布日期: 2024-10-17
版本号: v2.13.0-rc4
要快速安装Argo CD v2.13.0-rc4版本,可按以下方式操作:非高可用模式需创建命名空间后执行基础安装YAML;高可用模式则使用对应的HA安装YAML。所有容器镜像均通过cosign签名,并符合SLSA Level 3规范,可通过官方文档验证完整性。升级时需注意跨小版本需查阅升级指南。本次更新包含UI显示历史版本SHA值的新功能,修复了CI测试版本处理、界面源码未定义错误、定时任务异常检测等问题,并优化了控制器对Sidecar容器的状态处理及网络流关闭后的防崩溃机制。完整更新记录可参考版本对比链接。
更新内容 (中文)
快速入门
非高可用模式:
kubectl create namespace argocd
kubectl apply -n argocd -f https:\/\/raw.githubusercontent.com\/argoproj\/argo-cd\/v2.13.0-rc4\/manifests\/install.yaml
高可用模式:
kubectl create namespace argocd
kubectl apply -n argocd -f https:\/\/raw.githubusercontent.com\/argoproj\/argo-cd\/v2.13.0-rc4\/manifests\/ha\/install.yaml
发布签名与来源验证
所有 Argo CD 容器镜像均通过 cosign 签名。符合 SLSA Level 3 规范的容器镜像和 CLI 二进制文件均已生成来源证明。查看文档了解验证方法。
升级指南
若从其他次要版本升级,请务必阅读升级文档。
变更日志
新功能
- 92de225ce5fa133420c0da8f4537f9ffcdab3d7a: 功能(UI): 在每个历史版本中显示 SHA 的修订版本 (#19962) - release-2.13 (#20310) (@pasha-codefresh)
缺陷修复
- 1cddb8e607ab1bab4bfe0f4b4bd23f6fcdb50845: 修复(CI): 处理新版 k3s 测试矩阵 (#20223) (#20427) (#20433) (@gcp-cherry-pick-bot[bot])
- 262c8fa52993322f50e2c023d687348ec9e097fd: 修复(UI): 来源字段可能为
undefined
(#20381) (#20418) (@gcp-cherry-pick-bot[bot]) - a9a8d0e45f51cb788c3ba998c47f8d6d2c0755b2: 修复: 使用调度和持续时间前检查错误 (#20043) (#20353) (@gcp-cherry-pick-bot[bot])
其他更新
- 97a49a24cc8ad81d2a5e5a21db0425171267b388: 修复(控制器/UI): 修复带边车容器的状态 (#19843) (#20393) (@linghaoSu)
- a713e5023af6d3b30309e4357c72b51d8456c53d: 防止流关闭后计时器到期导致的崩溃 (#19917) (#20272) (@agaudreault)
完整变更日志: https://github.com/argoproj/argo-cd/compare/v2.13.0-rc3…v2.13.0-rc4
<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.13.0-rc4/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.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
Features
- 92de225ce5fa133420c0da8f4537f9ffcdab3d7a: feat(ui): display sha’s revision in every history release (#19962) - release-2.13 (#20310) (@pasha-codefresh)
Bug fixes
- 1cddb8e607ab1bab4bfe0f4b4bd23f6fcdb50845: fix(ci): handle new k3s test version matrix (#20223) (#20427) (#20433) (@gcp-cherry-pick-bot[bot])
- 262c8fa52993322f50e2c023d687348ec9e097fd: fix(ui): source can in fact be
undefined
(#20381) (#20418) (@gcp-cherry-pick-bot[bot]) - a9a8d0e45f51cb788c3ba998c47f8d6d2c0755b2: fix: check err before use schedule and duration (#20043) (#20353) (@gcp-cherry-pick-bot[bot])
Other work
- 97a49a24cc8ad81d2a5e5a21db0425171267b388: fix(controller/ui): fix pod with sidecar state (#19843) (#20393) (@linghaoSu)
- a713e5023af6d3b30309e4357c72b51d8456c53d: prevent crash during timer expiration after stream is closed (#19917) (#20272) (@agaudreault)
Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.13.0-rc3...v2.13.0-rc4