argo-cd v2.14.4 版本更新介绍
发布日期: 2025-03-04
版本号: v2.14.4
要在Kubernetes中安装Argo CD,可以创建一个名为
argocd
的命名空间,然后根据需求选择非高可用(Non-HA)或高可用(HA)模式进行安装。非高可用模式使用标准部署文件,而高可用模式使用专门的高可用部署文件。所有Argo CD容器镜像都经过cosign签名,并符合SLSA Level 3规范的生成证明。升级时,如果是从不同的小版本升级,建议阅读相关升级文档。最新的版本修复了一些bug,并更新了依赖项。更多详细信息可以参考完整的变更日志。
更新内容 (中文)
快速开始
非高可用模式:
kubectl create namespace argocd
kubectl apply -n argocd -f https:\/\/raw.githubusercontent.com\/argoproj\/argo-cd\/v2.14.4\/manifests\/install.yaml
高可用模式:
kubectl create namespace argocd
kubectl apply -n argocd -f https:\/\/raw.githubusercontent.com\/argoproj\/argo-cd\/v2.14.4\/manifests\/ha\/install.yaml
版本签名与来源
所有 Argo CD 容器镜像均由 cosign 签名。为满足 SLSA 3 级规范的容器镜像及 CLI 二进制文件生成了来源证明。请参阅文档了解如何验证。
升级
若从不同的小版本升级,请务必阅读升级文档。
变更日志
错误修复
- 52231dbc09c25a7b7840f0338b533b94a6332dc5: 修复(actions): 不执行空的 Lua 脚本 (#22084) (cherry-pick #22161) (#22172) (@gcp-cherry-pick-bot[bot])
- 962d7a9ad9b5b1e13a118a3fb8974fa03647383d: 修复(ci): 使用固定 Helm 版本进行初始化发布 (#22164) (cherry-pick #22165) (#22171) (@gcp-cherry-pick-bot[bot])
- 54170a4fd8760e4274204599e1976a3f273c8962: 修复: 设置代码生成权限 (cherry-pick #21667) (#22145) (@gcp-cherry-pick-bot[bot])
依赖更新
- 2eab10a3cbe68bb84bbde3c0e82966af408fb52c: 更新(deps): 回滚 go.mod 包意外升级 (#22162) (@crenshaw-dev)
- 2b1e829986b30b4be11c3926f111a7a8dd95dc7f: 更新(deps): 将 gitops-engine 切换回 release-2.14 分支 (#22163) (@crenshaw-dev)
完整变更日志: https://github.com/argoproj/argo-cd/compare/v2.14.3…v2.14.4
<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.4/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.4/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
- 52231dbc09c25a7b7840f0338b533b94a6332dc5: fix(actions): don’t run empty Lua scripts (#22084) (cherry-pick #22161) (#22172) (@gcp-cherry-pick-bot[bot])
- 962d7a9ad9b5b1e13a118a3fb8974fa03647383d: fix(ci): use pinned Helm version for init-release (#22164) (cherry-pick #22165) (#22171) (@gcp-cherry-pick-bot[bot])
- 54170a4fd8760e4274204599e1976a3f273c8962: fix: make codegen permissions (cherry-pick #21667) (#22145) (@gcp-cherry-pick-bot[bot])
Dependency updates
- 2eab10a3cbe68bb84bbde3c0e82966af408fb52c: chore(deps): revert accidental upgrade of go.mod packages (#22162) (@crenshaw-dev)
- 2b1e829986b30b4be11c3926f111a7a8dd95dc7f: chore(deps): switch gitops-engine back to release-2.14 branch (#22163) (@crenshaw-dev)
Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.14.3...v2.14.4