发布日期: 2025-01-29
版本号: v2.14.0-rc7

Argo CD的快速入门提供了非HA和HA两种部署方式。非HA模式下需先创建argocd命名空间,然后应用指定版本的安装yaml;HA模式则使用ha目录下的安装文件。所有容器镜像均通过cosign签名,并符合SLSA Level 3规范,支持验证签名完整性。升级时若涉及跨小版本需参考官方升级指南。当前版本v2.14.0-rc7的更新包含:新增RBAC细粒度继承禁用标志功能,修复ACMPolicy无匹配集群时的状态异常问题,更新golang.org/x/net依赖以解决CVE-2024-45338漏洞,以及合并代码提交等改动。

更新内容 (中文)

快速入门

非高可用模式:

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

高可用模式:

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

发布签名与溯源

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

升级指南

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

变更日志

新功能

  • e4599e1a9069c7cbd1e1641e8ab6476449e9d3a2: feat(rbac): 添加禁用细粒度继承标志 (#20600) (#21553) (@agaudreault)

错误修复

  • 8a8fc37f3cc1f531c2efce1e763d0960c7a10e1e: fix: 当没有集群匹配策略时 Policy/policy.open-cluster-management.io 卡在 progressing 状态 (#21296) (cherry-pick #21297) (#21614) (@gcp-cherry-pick-bot[bot])

依赖更新

  • 67b2336cac0c6ca6d056d6082a365936f2f7d9a5: chore(deps): 修复升级 golang.org/x/net 从 0.32.0 至 0.34.0 - CVE-2024-45338 (#21628) (@ishitasequeira)

其他工作

  • d59c85c5eb55d5ccba3ef5ce6624306a1113ce00: 合并来自 fork 的提交 (@svghadi)

完整变更日志: https://github.com/argoproj/argo-cd/compare/v2.14.0-rc6…v2.14.0-rc7

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

HA:

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

  • e4599e1a9069c7cbd1e1641e8ab6476449e9d3a2: feat(rbac): add disable fine-grained inheritance flag (#20600) (#21553) (@agaudreault)

Bug fixes

  • 8a8fc37f3cc1f531c2efce1e763d0960c7a10e1e: fix: Policy/policy.open-cluster-management.io stuck in progressing status when no clusters match the policy (#21296) (cherry-pick #21297) (#21614) (@gcp-cherry-pick-bot[bot])

Dependency updates

  • 67b2336cac0c6ca6d056d6082a365936f2f7d9a5: chore(deps): fix bump golang.org/x/net from 0.32.0 to 0.34.0 - CVE-2024-45338 (#21628) (@ishitasequeira)

Other work

  • d59c85c5eb55d5ccba3ef5ce6624306a1113ce00: Merge commit from fork (@svghadi)

Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.14.0-rc6...v2.14.0-rc7

下载链接