发布日期: 2025-06-23
版本号: v3.1.0-rc1

这是 Argo CD v3.1.0-rc1 版本发布说明的纯文本摘要。 该版本为预发布候选版,主要包含新功能、错误修复和文档更新。快速开始提供了非高可用和高可用两种安装命令。所有发布资产(容器镜像和CLI二进制文件)都经过cosign签名并附有SLSA Level 3来源证明。从旧版本升级需参考升级文档。 新功能包括:为应用项目添加同步窗口描述;在UI中为自动同步策略增加了enabled字段;支持参数化的操作以扩展工作负载;增强了对多种CRD(如KEDA、CloudNativePG、Grafana-operator Dashboard等)的健康检查;提供了OCI支持(测试版);以及在UI中集成了渐进式同步、改进了Pod视图排序和仓库管理等。 错误修复涵盖多个组件,解决了控制器、服务器、CLI和UI中的各种问题,例如修复了健康检查状态转换时间、应用集控制器重新排队、TLS密钥验证、UI显示异常等,提升了稳定性和安全性。 文档进行了大量更新和改进,涉及应用集、同步波次、用户列表、配置示例等方面,并增加了新的用户案例。依赖库(如golangci-lint、Go模块等)也已全面升级。 其他工作包括代码重构、测试改进和CI/CD流程优化。完整变更日志可查看对应的GitHub比较页面。

更新内容 (中文)

快速入门

非高可用版本:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.1.0-rc1/manifests/install.yaml

高可用版本:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.1.0-rc1/manifests/ha/install.yaml

发布签名与来源证明

所有 Argo CD 容器镜像均由 cosign 签名。为符合 SLSA 三级规范的容器镜像和 CLI 二进制文件生成了来源证明。验证方法详见文档

发布说明博客文章

有关此版本关键变更与改进的详细解读,请查阅官方博客文章

升级指南

若从其他次版本升级,请务必阅读升级文档

变更日志

功能特性

  • 6047e91d15091de83f3b71022703046573aa74ff: feat(AppProject): 新增同步窗口描述 (#20766) (@speedfl)
  • 999dbb264e4fc251b064b5184c4d8860eb50bbe4: feat(UI): 在同步策略的自动同步设置中添加显式启用字段 (#22482) (@aali309)
  • 111da3966e1ad1e96892f850df782c979713bd08: feat(actions): 参数化操作以扩展工作负载 (#15505) (#20097) (@ratulbasak)
  • 76a63a1cace2b1c8882aa2b1e16d1ba5b868c539: feat(api): 保护静态资源端点免受符号链接遍历攻击 (#22936) (@crenshaw-dev)
  • 99faf8247415a81b64bacde9e179a05db50b5dc7: feat(appset): 为 Bitbucket Cloud 拉取请求生成器添加目标分支支持 (#22402) (@mihallis)
  • 64198e8042f26cf7b9676ba14ae3e28c25122e4f: feat(ci): 在 master 分支上不取消进行中的任务 (#23392) (@crenshaw-dev)
  • 6cf29619aee9fc5c1104ff800a177bbf12523a1f: feat(cli): 为 Argo CD CLI 添加插件支持 (#20074) (@nitishfy)
  • d14ba140d1e6dbb3be5be4a8c08a7b5ea87b5b75: feat(cli): 添加 whoami 命令别名 (#23385) (@christianh814)
  • 7d6604404fd3b7d77124f9623a2d7a12cc24a0bb: feat(health): 实现 Spinkube SpinApp CRD 健康检查 (#21896) (@lukepatrick)
  • 65464d8b77941c65499028bb14172fc40e62e38b: feat(health): OpenTelemetryCollector CRD 健康检查 (#23156) (@savanipoojan78)
  • 8f1f5c7234e694a4830744f92e1b0f8d1e3cd43d: feat(health): 添加 Logstash 资源自定义支持 (#22028) (@fprovencherdrw)
  • 96039be4e075e5b22781703023bfbbe5586bd081: feat(health): 添加 Rabbitmq 拓扑资源自定义 (#22066) (@fprovencherdrw)
  • 9149021b2cd1f7ed7d2ba711643b560127f81ad0: feat(health): 添加 Crossplane 和 Upbound 健康检查 (#21479) (#22919) (@crenshaw-dev)
  • e578b85410f748c6c7b4e10ff1a5fdbca09b3328: feat(health): 添加 Kyverno Policy 资源自定义 (#21552) (@marckhair)
  • 81ae77a4ad042a2e449f0d3dc9da86b989155b61: feat(hydrator): 提交追踪 (#19441) (#23361) (@crenshaw-dev)
  • d9ef10a817f64fbb45fb18abd56e4f3d243ae013: feat(hydrator): 处理来自 webhook 的 sourceHydrator 字段 (#19397) (#22485) (@alexymantha)
  • 2dafcba59515c7c62419b4d08c9eb76aa5b523fb: feat(ui): 为 Pod 下拉菜单添加键盘事件支持 (#20996) (@vivian-xu)
  • 3f3ac06fd13ead18759f77d908ff617579c21934: feat(ui): 在应用详情树中添加资源全名切换开关 (#20812) (@surajyadav1108)
  • bb37b105173f065734a949ee0f46dde4e9abe044: feat(ui): 允许在 Pod 视图中按存活时间排序 (#20783) (@surajyadav1108)
  • 0e9519314bd18e9319f3e78f00952784a149aa71: feat(ui): 允许更方便地对仓库进行排序 (#19829) (@bianbbc87)
  • 30742f6d5dfd3a1c39bc602518f26b11c3ffd0d2: feat(ui): 禁止选择未运行的 Pod,并恢复选中 Pod 的箭头标识 (#21576) (@linghaoSu)
  • 9675487a16ea972cd63659d3fa955a88c1bf2b49: feat(ui): 集成渐进式同步功能 (#22781) (@aali309)
  • eb794b7db96f07e5e921f234cd25144098de04d7: feat(ui): 通过 UI 回滚时为"禁用自动同步"请求设置 validate=false (#22898) (#23101) (@dlemfh)
  • ceec669b0b7a29c44bdad389de4527f85231073b: feat(ui): 支持删除项目角色中所有过期的令牌 (#21782) (@linghaoSu)
  • 2fbace3fe7b24a99446e0d7b1c6825a5f9bdbea6: feat(webhook): 修复 Bitbucket 中单体仓库的 manifest-generate-paths 注解支持 (#21811) (@anandf)
  • 964f26901ce1b4a7b99cbda95426461a5a64e197: feat: 添加 GitHub API 速率限制指标 (#22864) (@reggie-k)
  • 18ce5c271fd4cd1a267b188f063d1c4cca9989f4: feat: 为同步结果中的资源添加镜像信息 #20896 (#20954) (@Aaron-9900)
  • 6d7e75d5cc73943c77d806dec312abc78ff1b509: feat: 添加链接以获取集群/项目中的应用列表 (#21561) (@almoelda)
  • ce4b7a28cc77959fab5b6fedd14b1f9e9a4af4f7: feat: 支持 Contour HTTPProxy 健康检查以解决 issue #22504 (#22596) (@gregbarasch)
  • 2bd24889899f4d797ba4a4bcd4a7c8f2aa9b02f5: feat: 在应用层面启用 SkipDryRunOnMissingResource 同步选项 (#22679) (@pasha-codefresh)
  • 5a3a10479380eb39f1c145babdf94ed1a72d054c: feat: 实现 grafana-operator Dashboard 和 Folder CRD 健康检查 (#22493) (@afarbos)
  • a2152a1216cdbeaa7bd02d0b2fb225390f96c77a: feat: 实现 Gateway API 健康检查 (#20986) (#22855) (@chansuke)
  • 2c53861edb4859180eb8b43c98f29385470b840c: feat: 完成 OCI 支持的 UI 变更 (#21685) (#22410) (@keithchong)
  • d3223a8c9fe1539bf62b9ff5b427f687cb823134: feat: 为 KEDA ScaledObject 健康评估添加回退条件 (#22844) (@rickbrouwer)
  • dc1d148a5da2470b5263adba249d84c1167087e4: feat: 添加 SSA 字段管理器迁移选项 (#23337) (@pjiang-dev)
  • dd5a8780e11300096c7db49ff8e14e9cf294968c: feat: 在使用 git 文件生成器时支持排除文件 (#22734) (@nitishfy)
  • f4edcf7717940e44a141dadb5ca8c5fc11951cb2: feat: 为 CloudNativePG 添加自定义健康检查 (#22802) (@sxd)
  • 432a0cdef42c6cfbc1b8daea58c4c54c7aef2d15: feat: 为自动同步添加启用字段 (#21999) (@anandrkskd)
  • 98ca41125cacd977dfcf925b15c67400c6ce92c2: feat: 添加同步持续时间指标 (#11675) (#18474) (@Jack-R-lantern)
  • f763b2a97c989c4dc4d4f1729bb51d59baba8b6d: feat: 为 argo-rollouts 添加暂停操作 #20505 (#20506) (@sedflix)
  • 19669d2daf32a3fd93df6d3746504286b23727b1: feat: 为 AppSet 生成器添加 repository_id (#15820) (#22416) (@geichelberger)
  • ec9b43f9fa8a7231de567d4b9c9e291ff8b7413e: feat: 为 argo rollouts 实现自定义资源操作 skip-current-step (#23025) (@reggie-k)
  • 4a15925edc89e09cc579d1f8c6a69142290af823: feat: 改进 Helm 文档 (#22859) (@sabre1041)
  • ddb1021440693e33deb16c72bff9a124da81df28: feat: 改进 numa 操作 (#22835) (@dpadhiar)
  • 18c4d9d56869531f7ae017d610d4e79aaa5525c3: feat: OCI 支持(Beta) (#18646) (@blakepettersson)
  • 00ee32f7f52be0b1f770b14e41903a13cc5f1ee0: feat: 可选择性将节点标签传播到应用 Pod 视图 (#15274) (#23260) (@msoderberg)
  • 5091f9a3f7936244c506eed05d968e11ee79aa69: feat: 从 numaproj CRD 中移除挂起状态 (#23359) (@dpadhiar)
  • d284b15400d2c3198101914ebcba3df729043780: feat: 在 appset PR 生成器中支持 Gitea PR 标签过滤 (#21115) (#21148) (@livelxw)

错误修复

  • f26b7cd1acc507f00e281030415a76f8085514bc: fix(ApplicationSet): 检查策略类型以验证其是否为渐进式同步 (#22563) (@fcrespofastly)
  • 274e918fc87c3a3ecfc2f2abb6ca89244eb62b7d: fix(appcontroller): 如果历史记录限制为负数,则自动转换为0 (#22036) (@kingbj940429)
  • 25dc9605eb4c7d7674d290d3ef97dde7ae4cb2d0: fix(applicationset_controller): 根据 ApplicationStatus 变更重新排队 (#23043) (@dshmelev)
  • f7590fa3028deefda176d1c74059d7c05ed7144e: fix(appset): 为企业客户端添加令牌 (#23240) (#23455) (@lets-call-n-walk)
  • 7a064000a022bcf1fbdd0151d1276bbe1787c8bf: fix(appset): 为通过 RollingSync 触发的操作添加默认重试限制 (#20428) (#23335) (@mikeshng)
  • e9ae886c3c488e87ac3224ee3567c5ce868a1019: fix(ci): 获取正确的上一版本,如果失败则终止工作流 (#22376) (@crenshaw-dev)
  • 9c2ffb74c91d722e2d474f28b76a60293ab92a4f: fix(ci): 在兼容性表生成器中处理主版本号 (#22370) (@crenshaw-dev)
  • 9a8ec4aa09be90b6dd4ca3aa613ceee0fdd79727: fix(ci): 使用标签而非分支 (#22372) (@crenshaw-dev)
  • 3f90f99ee88b400eff3777e7a2a8e5eab3fac78a: fix(cli): 修复为 applicationset 命令移除自动生成标签的问题 (#22446) (@anandf)
  • 0dfdb0a86a58fdb11bf9aea0d760ea8c61a5581a: fix(cli): 防止 Get & Sync 在无效应用规格时挂起 (#21702) (@almoelda)
  • a2233562df8ef1c9bfd9fb83522ec53463614957: fix(controller): 始终设置 health.status.lastTransitionTime (#22665) (#22666) (@crenshaw-dev)
  • d69639a07379594d52b0526fdadebe019d8ae858: fix(controller): 使用目标名称进行身份模拟 (#23309) (cherry-pick #23504) (#23519) (@gcp-cherry-pick-bot[bot])
  • 45a8c68f2a558a8b3041427621d14e07c915de98: fix(controller): 仅在需要时更新 lastTransitionTime (#23018) (@crenshaw-dev)
  • 320f46f06beaf75f9c406e3a47e2e09d36e2047a: fix(darwin): 在 Linux 上构建 darwin 二进制文件时移除对 cgo 的需求 (cherry-pick #23507) (#23526) (@gcp-cherry-pick-bot[bot])
  • df5ff1f74665f022545403892ed5a9477d3f2b8e: fix(doc): 修复 SSA 文档中的拼写错误 (#23421) (@pjiang-dev)
  • 73f68af2a623330b90fd7e73e97ee023992305d5: fix(docs): 修复 E2E 文档中的 UI 端口 (#22881) (@olivergondza)
  • acd884406455870bcc895533fab22b5078265202: fix(docs): 升级 3.0 文档 (#22891) (@jheyduk)
  • 8ede2226501e225a97e3bf205cce409008e2ace5: fix(goreleaser): 添加启用了 CGO 的 darwin 版本,并从 goreleaser 中移除静态链接 (#23457) (@rumstead)
  • 0b8d018fdfd13b92c455478eede3dcc0048f562a: fix(goreleaser): 在 goreleaser 中添加启用了 CGO 的 darwin 版本 (#23433) (@rumstead)
  • bd30eea239fc5a63bb2ab6660fbe731db17f4377: fix(haproxy): 在 haproxy 配置中设置 maxconn (#15319) (#18283) (@timgriffiths)
  • e9483a6a0d3eb4eeeb1e15d8cdd652d26cf97d4c: fix(health): 处理空的 lastTransitionTime (#22897) (#22900) (@crenshaw-dev)
  • 91e5f954a3ce4df55d8aae1706a10f43d216dc62: fix(hydrator): 错误的 JSON 标签 (#23432) (@crenshaw-dev)
  • 3bbbac4bb9d6eba00fd22ceba0bef0cb150cf6d4: fix(hydrator): 增加最大消息大小 (#23190) (@crenshaw-dev)
  • 96fd06165e65da7a90fa07976d7c447f005a5dcb: fix(hydrator): 分离提交标题和正文,将作者信息合并为一个字符串 (#23389) (@crenshaw-dev)
  • 0484f9f8a6638fb0b3883c9650e5d3812b683b39: fix(manifest): 非高可用版 Redis 使用了错误的容器镜像仓库 (#23114) (@agaudreault)
  • 36f91a0231efe959ed229b553a82ea7cae56673c: fix(metrics): 填充 dest_server 标签 (#23246) (#23269) (@crenshaw-dev)
  • d4bdabd64d1f9e8b68758f849207fcf8e68633a4: fix(server): 在仓库验证期间传播 useAzureWorkloadIdentity 标志 (#23348) (#23358) (@mikebordon)
  • 7fda0677673a80bae5e7524362bfed8ae8a39d6a: fix(server): 避免不必要的声明限制 (#22973) (#23202) (@crenshaw-dev)
  • 5b21f98d7c77287dd14973830ee0408ff66f83c1: fix(server): 为任意命名空间中的应用推断资源状态健康状况 (#22944) (@crenshaw-dev)
  • 791500238253b4b26425c92fa4731b98e4764422: fix(server): 令牌撤销逻辑中的竞态条件 (#23311) (#23312) (@crenshaw-dev)
  • 6ef971330a30ed9459d90b5237bce499b5f4374f: fix(test): #23137 移除了残留文件,该文件会破坏后续的 make test 运行 (#23138) (@EricFortin)
  • db6ece9b9f76107896279b799b1038748223c649: fix(test): 损坏的 E2E 测试 (#22975) (@crenshaw-dev)
  • 6174b94d6a5d3e11c878a12849fcf15e4975df06: fix(test): kubectl 指标中的竞态条件 (#23382) (#23383) (@crenshaw-dev)
  • 1d09c8c8a1b3fb37c69497200e4a70f107c1f289: fix(tests): 创建同步 ID 时的竞态条件 (#23481) (@agaudreault)
  • 109cd6c382912c0673828ca5595bf1c8c0557ea1: fix(tls): 在编组前验证 RSA 密钥 (#23295) (@thevilledev)
  • 38e7a03c5156e356327bc8391737d6fd1f23cf1a: fix(ui): 在窄窗口中为按钮添加了工具提示 (#20886) (@surajyadav1108)
  • 8fde8d0a4b4b7a3d9d293053db0e57e7e456baff: fix(ui): 改进亮/暗主题选择器标签 (#22958) (@dnrce)
  • bde7bcfb291a12446bccd66c4f531096d0522197: fix(ui): 避免水合时的错误提示 (#22506) (#22711) (@crenshaw-dev)
  • fdb035017f62daefbe430da2fdbf5b59d2333ba0: fix(ui): 修复 helm 连接页面中的 bearerToken 验证问题 (#22791) (@linghaoSu)
  • 04186aa3e4298b962291a19d6621936f0b1c7ac3: fix(ui): 修复 podGroup 展开背景 (#22279) (@linghaoSu)
  • 590d0cda641144ed6c0ee4cd175ef8018e4dd399: fix(ui): 加宽 Name 列 (argoproj#21080) (#21375) (@korsar182)
  • f4e2c6ea3b4918cdc8187e9290c5165d2c737f8e: fix(ui): 将当前旋转的 webfont 图标替换为 SVG 图标 (#21012) (@surajyadav1108)
  • 814a24e229a699533170302b28747b799ee4b7b9: fix(ui): 解决多系统扩展刷新页面的问题 (#22775) (@imwithye)
  • 401e835d08b190461e9bfb1fd7e027c8a480198b: fix(ui): 使用正确的 monaco 编辑器配置以实现正确行为 (#22421) (@linghaoSu)
  • e6065b88e5010084ae3f5fee20bb03b8bb260b3a: fix(updateAppsetFinalizers): 在更新 Appsets 时更新终结器及其他元数据 (#23006) (@sangdammad)
  • 3e7625a255807d0207d8ac50cba5d94c975b84a4: fix(webhook): 修复 webhook 负载中 web URL 字符串为空时的 panic 问题 (#23042) (@anandf)
  • 6bee96c37506ed6b794a0eabff80ca44389448b6: fix: #20183 从 UI 回滚时保留 syncOptions (#21871) (@alexef)
  • 76f80b375cbbf97aa0b401d73b37ea50022b6199: fix: #22879 在本地 Mac 环境中覆盖 Makefile 的默认变量 (#23182) (@daengdaengLee)
  • 531b79ad8d03e777806a888404de54c7bda472ce: fix: #23041 为 ‘argocd proj role add-policy/remove-policy’ 添加资源支持 (#23213) (@mason-liu)
  • c0c6abedc4034509eeac76625b839b88e2be433c: fix: #23100 根据令牌有效期更改 workloadidentity 令牌缓存过期时间 (#23133) (@jagpreetstamber)
  • 1a25d7c52c293f359a6e4909af04c378eb1a87d8: fix: 在 E2E 测试中考虑批处理事件处理 (#22356) (@andrii-korotkov-verkada)
  • edf36831ab2bffa2007a3b7ffb5695531fa1ea63: fix: 为所有 NetworkPolicy 资源添加元数据标签 (#23313) (@philippemerle)
  • 895dcf7fa79d766bf56f649fc9a72c52835bce68: fix: 允许 ClusterAPI MachinePool 扩缩容被视为健康状态 (#22040) (@mtougeron)
  • c73796da9068685e6029dec75b6c692b063c3825: fix: 始终创建手动长期令牌 (#19970) (@VannTen)
  • d22e28a28ebe8bdee9517363c11e6a5281986fbc: fix: AppSet PullRequest 和 SCM 生成器在没有 tokenRef 时从 GitHub 收到 401 错误 (#22737) (@reggie-k)
  • b4fc122d3b2478300c37d7c0187e1a48bb9dfe08: fix: CVE-2025-26791 升级 redoc 依赖项至 2.4.0 以避免 DOMPurify 漏洞… (#21998) (@nmirasch)
  • 4a987ddbf2f85d02c9b44e1174baa0b82c53bb19: fix: 在应用 webhook 处理程序中检查 semver 约束匹配 (#21634) (#21648) (@eadred)
  • 4905876108409ae9016cf93cfcf18c689a40479f: fix: 当 ESO 刷新/推送自定义操作无效时禁用它们 (#22305) (@crabique)
  • b0d00d521ad29758ec66b2aaf7a52f5cf99a418a: fix: 为 haproxy 启用服务账户令牌自动挂载 (#22226) (#22353) (@andrii-korotkov-verkada)
  • cde5b4b7d40683d84df98994e67c4cbd9b247255: fix: 增加扫描计数并将扫描移出互斥锁以避免慢调用超时 (#17645) (#21926) (@sethgupton-mastery)
  • ea97dec64201ad3f48caad51b2cedddfd99c7af8: fix: 传递给 helm template 的 KubeVersion 不正确 (#22650) (@sivchari)
  • b2ad0122d5b74a88c6ffd3846604b3ab1e6d3fe7: fix: 仅向就绪的 Pod 进行端口转发 (#10610) (#22794) (@mikebryant)
  • 992ee25bd359f058f7b280649d84235513f442ad: fix: nativeGitClient.LsFiles 中的竞态条件(issue #21754) (#22878) (@magat)
  • 8fd61195f0358c5c86e5a91d20c9b2ed6cd29bb8: fix: 初始共享期间发生的竞态条件 (#22696) (@kahou82)
  • 6340e7ebdd2ca28ce35655c988c7e1aa87c3b38c: fix: UI 日志查看器“显示自给定时间以来的日志”字段无效的 bug #22330 (#22331) (@ianyc)
  • 722da4e70f8a800acb50b5248f58a0eab3d9962d: fix: 添加冷却期以防止过早重置 autoheal exp backoff (#23057) (@gdsoumya)
  • 44fce0e4787d4066cbfc2515e2aa66c214f53baf: fix: 添加使用 SIGKILL 的致命超时升级至 ARGO_EXEC_TIMEOUT(关闭 #20785,#18478) (#22713) (@hazel-sudz)
  • 3ff30dfac10c0611a9963ecb86fda3f2220c504a: fix: 在访问目标修订字段前添加可选链 (#23397) (@daengdaengLee)
  • 95efc16cd81733389003ea56be219b6fa26cdfe2: fix: 添加 shellcheck 并修复一些警告 (#22569) (@leshikus)
  • aefa93ff4e89ebb7cab10a85fc1bdd1d334691f9: fix: 添加使用 renovate 升级 Redis HA 的任务 (#22054) (@afzal442)
  • 299286dea140bb15825b0059281f97821e1cd5e8: fix: 应用树 parentRef 响应缺少版本信息 (#22927) (@hanxiaop)
  • f03ffb3592495da990fb165bfb2585b6e6d1a568: fix: 提升 gitops-engine 以修复 ssd 问题 (#23456) (@pjiang-dev)
  • 56c556e70780194801919a3f78fd30e6f10a829f: fix: 明确 applicationSet 同步策略说明 (#22888) (@raweber42)
  • 61b3ea1187b26cced290d3d0962af1e23f734872: fix: 上下文取消处理 (#22824) (@sivchari)
  • 5002f8a24eb29643ba863b1463312e32c5ab30bb: fix: 在发布版本上禁用 golang 缓存以防范缓存投毒攻击 (#22699) (@GrantBirki)
  • 76d1772b5c62af5e4056b886fb12adc4d94a6d68: fix: 不排除 APIService 资源 (#22586) (@agaudreault)
  • 01a882d4294090ba0684e3c6638ae62e5f5f0094: fix: 在遇到类似清单的 YAML 时不失败 #21934 (#22043) (@CefBoud)
  • 8c3c778bee13b98ee0c06f5fcc2efb0f44859dda: fix: 不要在实时 CRD 上规范化资源跟踪 (#22722) (@blakepettersson)
  • 8bfb4f456a9ac8a86c849cd2c7070f8905fef4ca: fix: 修复损坏的 Markdown 链接 (#22517) (@xvirgov)
  • f6f10c0521557a05efe156065a61a8643fb2b7a3: fix: 在仓库服务器缓存中正确处理带注释的 git 标签 (#21771) (@aali309)
  • d171179dbd5558f1a2e5c6b5a9312fe95255acfb: fix: ‘k8s.io/[email protected]’ 的版本无效 (#22434) (@hua-ri)
  • 49514c9b4c2bccabb7bfa96d03795df36926d50f: fix: 小的 OCI 修复 (#23434) (@blakepettersson)
  • f532299f7c80c7f99a504da2ea916f7b86f2211a: fix: 使用 applicationset 资源解析项目 (#23252) (@blakepettersson)
  • d4a20e4136d9e15cb14d8fb20f76ad21a48ad300: fix: 防止 OIDC 重定向 URL 中的根路径重复,修复 #21857 #20790 #12195 (#22254) (@Diasker)
  • 6e972e436a6c5c73bd47d1e01d222f039b587e2f: fix: 正确处理管理控制台的关闭信号 (#23231) (@blakepettersson)
  • 0707bff1c2df0174e4e36db7dade08cadc0a0009: fix: 移除 CRD 默认的 spec.preserveUnknownFields ignoreDifference (#22948) (@mikutas)
  • db9c82a886996cda05678a80815b5b59449b5762: fix: 从项目范围凭证的缓存键中移除项目 (#22712) (@pjiang-dev)
  • e72ebb0098a38a29562f1b6f1ac532818a53f6b9: fix: 尊重 argocd app 删除操作的确认提示 (#22657) (@nitishfy)
  • f4e12ad2d63115ef6bfaedf503f2a2d983de7a49: fix: 回退"添加使用 renovate 升级 Redis HA 的任务 (#22054)" (#23068) (@crenshaw-dev)
  • be3efbd98f5f11d4d04dd6b5af84fc94b630ad83: fix: 设置请求未返回默认跟踪方法 (#22965) (@oleksandr-codefresh)
  • 8e846a56f98312cadb67335b8d41d8d964296a6f: fix: test/container/Dockerfile (#22681) (@sivchari)
  • 6d257348522dcd4b639e8b86353f0c57b03e08dd: fix: native-oci-support.md 中的拼写错误 (#23379) (@joebowbeer)
  • fe347e39f714ab2c7a49e5779807fecab065922d: fix: 将字段名称从 syncPolicy.automated.enable 更新为 enabled (#22440) (@anandrkskd)

文档

  • c11b36d455ad2613987693b08e2e98d7173d7fa1: docs(cli): 改进 argocd actions run 文档 (#23376) (@crenshaw-dev)
  • 02185d0563d6c79f5872fa4c05a230956c8caf1: docs(server): 使用列表 API 时无资源健康状况 (#22954) (@rumstead)
  • e4a8c9ee980b150167b37afa27385d6ae564f19d: docs(users): 将 DigitalEd 添加到官方 USERS.md (#22624) (@de-slalonde)
  • 0f7da6322087c02bcd5ef4504f4934c23f02294d: docs(users): 将 Doubble 添加到官方 USERS.md (#22557) (@dag-andersen)
  • 31e8ff8759372199c71ade7467bc5730bbacb144: docs(users): 更新 USERS.md - 添加 Paystack (#22925) (@ibrahimlawal-paystack)
  • 0455e840b78df46c47e62e0ca15446b497a4ab44: docs(users): 更新 USERS.md - 添加 Schneider Electric (#22907) (@kylash-mr)
  • e691ee35b4bd3276a395e246779b522803230248: docs: 改进使用 helm 部署时的 applicationset 文档。解决 #23155 (#23256) (@EricFortin)
  • bf488ccc4d8b71eecb0491cc08a828af9902900f: docs: 为 git 生成器添加 RequeueAfterSeconds 文档 (#22890) (@raweber42)
  • e55840a4559a17a9be42c7a9291b3e921d992104: docs: 在 USERS.md 中添加 Wakacje.pl (#22534) (@Jagermaist3r)
  • b3e72ac3e6c1258d0212f2bf34db3168a65c1d4b: docs: 在 application.yaml 中添加 replace syncOption (#23274) (@ragul-engg)
  • 2e1e3162e581ac66a31ab79f15c112d51e34e0ef: docs: 添加本地链式 E2E 测试运行文档 (#23319) (@reggie-k)
  • 98faf392a72c471fd63ed1657e885a185bb0a8f5: docs: 添加关于排除子资源时需要重启控制器的说明 (#22362) (@amit-o)
  • 6aa5f84631ba8dda305737168d3845f9921338be: docs: 在 USERS.md 中添加 Swissblock Technologies (#23010) (@bygui86)
  • 9df2fd9a676194da3a48fb80e92ca477c18d25b3: docs: 在 USERS.md 中添加 eSave (#23258) (@bryanme5)
  • 4d0d80731e73946c47673eb86f2d41d10e44a53f: docs: 添加 chronicle-labs 到用户列表 (#22635) (@WesleyCharlesBlake)
  • f43523a69e21fa38dbfe9fd67336df18e0b6eaf9: docs: 批量修复拼写错误 (#23144) (@codesenju)
  • 127293dcc7eda6978bf4002f22edbaa4cf60f331: docs: 在文档中阐明 Google Directory API 范围要求 (#23386) (@BobDu)
  • 0c20652c9a9b2c432fb5d536000615a553b2566f: docs: 修正 projects.md 中的项目角色 RBAC 措辞 [次要] (#22922) (@gekart)
  • 2fc05c58e727c96a748e723b8f102a0d1b968415: docs: 文档用法修复 (#23450) (@tstirrat15)
  • 569f5d4ce50c75708d5a3fda3bde575803975438: docs: 记录创建仓库时 GitHub App 凭证的 GitHub Enterprise Base URL (argoproj#22389) (#22433) (@dkarpele)
  • 9849d2743b8c45e8529b026e4279dcfec9bbf8d1: docs: 为源水合器解释仓库定义 (#23454) (@barata)
  • 4b866292e5656fa0e7f46eb5c341016324d97bc2: docs: 修复“高可用”文档页面中的格式 (#23235) (@multani)
  • fc3c929ceab55ea705bb7d106e6202a51a19d04e: docs: 修复 reconcile.md 中的注意块 (#23277) (@HarHarLinks)
  • 80a194af85b3dd391b60c37a99230d65275263b8: docs: 修复 webhook.md 中的章节嵌套 (#23278) (@HarHarLinks)
  • f550dc05922ae7ff844d536294a5eabd2559c02f: docs: 修复 releasing.md 中的拼写错误 (#23027) (@uta8a)
  • e89e05486d2b22c3f3a281eb2f1c8b7d1af65834: docs: 修复拼写错误 (#23259) (@HarHarLinks)
  • 44294a5102b088a5d695eeea53d652dd79eb30af: docs: 修复 argocd-cm.yaml 的链接 [次要] (#22923) (@gekart)
  • aa7f5726e8cac6adc8ca28453e8653c500a168a0: docs: 一旦使用 valuesObject 就无法再使用 Helm 值 (#22807) (@revitalbarletz)
  • 8401dcead032d44f4e085039a64a6689fe984d88: docs: 已移除 IgnoreExtraneous,因为它现在位于新的 compare-options 文档中 (#22632) (@christianh814)
  • 27ae11ac58c32225216d3ee8cfe21061ff841149: docs: 开发者指南中的样式和格式修复 (#22677) (@olivergondza)
  • f54238bae44de44cc85e23ce91c2afc36eb6c9e4: docs: 用户指南的样式和格式改进 (#22622) (@olivergondza)
  • 463155b8b4a21583867853f26ab22250c80bc2e4: docs: 更新 2.14-3.0.md (#23314) (@saptadip)
  • 4aea93b8673b6c67468db57e4d0b3ea89f6c0ee1: docs: 更新 Appset-Any-Namespace.md - 移除多余的“and”以提高清晰度 (#22767) (@revitalbarletz)
  • a7dce394442855012b7e51ded3ca8b0ff9a29cae: docs: 更新 sync-waves.md 以包含有关阶段和波次的更多细节 (#22768) (@revitalbarletz)
  • 4b6566a8ef9e26d137ca9f488cbd2f36fa0963b9: docs: 添加关于 Helm Chart 预发布版本比较的精确描述。修复 #21818 (#22724) (@sspreitzer)
  • 5cd1ef9e6719bbd71d187bf3e65ba912fc022cc3: docs: 添加外部 IP 负载均衡器步骤 (#22851) (@hrittikhere)
  • 3d73f377383c8ae6ac79600ef77649ba8c3a9622: docs: 添加使用 Dex 进行 Google Groups SSO 缺失的 URL 配置 (#22197) (@vamsikrishna9640)
  • d9e93f43e8da7f408c07283d371b91d8e87edf42: docs: 添加更多发布日期 (#23113) (@crenshaw-dev)
  • 66d7f1b0605acb6bddf5ee20577ad4fb6befd425: docs: 添加通知示例部分 (#22032) (@Aaron-9900)
  • 5dba0648f34ee1440a349775423dd7973fc0a928: docs: 清理 ci_automation.md 以确保正确性和清晰度 (#23329) (@J3m3)
  • 0e800341bbb002cff6c4d83a0936a59b646abb02: docs: 详细说明 pullRequestState 的有效状态 (#21873) (@kthoms)
  • 7ee59d02b6c0fee81e79b6e995cdc2e933e09912: docs: 记录 syncPolicy.automated.enable 字段 (#23332) (@crenshaw-dev)
  • 81f3843f04b57b98fd8f3674fde20d47683ccc09: docs: 修复 config-management-plugins.md 中的拼写错误 (#23172) (@Chupaka)
  • ff7870d27c02d9f7e15a88ba5002931fa033abec: docs: 修复 2.14-3.0 升级文档中的 jsonpath (#23045) (@cyrilgdn)
  • e0b278fd5d40fb009cd1cbc1640b0ff81d407e0a: docs: 提及使用模板补丁时对 go 模板的要求 (#22950) (@nitishfy)
  • 0864318ac29cec009638cae308f2b8ba200b732e: docs: 多个资源应在 valueFiles 中设置相对路径 (#22745) (@revitalbarletz)
  • ab337ed8075ef31764bd5ad5e227680396e68722: docs: 将代理扩展推广至 Beta 阶段 (#22361) (@reggie-k)
  • 0893d7349dc020534c321de7693dd52222202c42: docs: 重组生成器参考,修复 #23439 (#23440) (@EricFortin)
  • ba9ad75ac755c377e635395db734485461432195: docs: 移除 Mac 用户的 argocd 安装冗余步骤 (#22705) (@afzal442)
  • e97114c3cd1c0171318c2eb6de83ed5c0c7099c9: docs: 移除代码链接 (#22680) (@crenshaw-dev)
  • 899e9964e0a3424f7e1a9cc81ed1c5033f2ae19e: docs: 从项目级策略声明文档中移除 projects 作为允许的资源类型 (#23036) (@hubwoop)
  • 43ce82801db322c0976cafb58048a44c5f6c0608: docs: 拼写、格式等更新 (#23306) (@HarHarLinks)
  • 0b7d7df6ac609cc721917cfbf24913e95d1c217b: docs: 更新 USERS.md 以包含 Artemis Health (#22895) (@asela-nomihealth)
  • 06dd876038d9477e825af3006654dc384ebf8f9f: docs: 更新 apps/appsets in any namespace 标志文档 (#22480) (@nitishfy)
  • ae6e35976da5167bd06dd2814e1c171d70a1da0d: docs: 将 defaultAppResyncPeriodJitter 值更新为 60 (#23251) (@revitalbarletz)

依赖项更新

  • 6d63683bffe4bb6a7d443046cc9ec5c3d1c67a74: chore(deps): 更新部分依赖项版本 (#22228) (#22260) (@andrii-korotkov-verkada)
  • e22cd46a868c09d826b776c2ffc2e59c76156c65: chore(deps): 将 /ui 中的 @babel/runtime 从 7.14.6 升级至 7.26.10 (#22304) (@dependabot[bot])
  • d2d344ba016ebf1afff9c51d7fc4d592db5d2c33: chore(deps): 将 /ui 中的 @fortawesome/fontawesome-free 从 6.5.2 升级至 6.7.2 (#23105) (@dependabot[bot])
  • 198aa8a37a0c1b7450ef1c409d7b85461beec53d: chore(deps): 将 Dex 从 2.41.1 升级至 2.43.0 (#23088) (@crenshaw-dev)
  • ad6f0afa57e069a60f7959d9393b71cacdc8a813: chore(deps): 将 SonarSource/sonarqube-scan-action 从 4.2.1 升级至 5.2.0 (#23164) (@dependabot[bot])
  • 2ed3ebe8076a6133b0695251a22e3de7eee87318: chore(deps): 将 actions/cache 从 4.2.0 升级至 4.2.3 (#23123) (@dependabot[bot])
  • c63885298c807142b7e10390ac971010e8ff757b: chore(deps): 将 actions/download-artifact 从 4.1.8 升级至 4.3.0 (#23153) (@dependabot[bot])
  • 1d440461410f0b3dd7f72f1ab5e34707e28a6916: chore(deps): 将 actions/setup-go 从 5.2.0 升级至 5.5.0 (#23151) (@dependabot[bot])
  • 22c11cee10d3c92ba10c9292277728f22b234130: chore(deps): 将 actions/setup-node 从 4.1.0 升级至 4.4.0 (#23108) (@dependabot[bot])
  • f9971fa370a94590d80d1c0026a4e79fc96fd450: chore(deps): 将 actions/upload-artifact 从 4.4.3 升级至 4.5.0 (#21231) (@dependabot[bot])
  • 73495d0707f214122b3bbaf966a312b5c9dba4e3: chore(deps): 将 /ui-test 中的 chromedriver 从 134.0.2 升级至 135.0.0 (#22555) (@dependabot[bot])
  • a1fd1ba178794b7f6cc147e1e1be25a1157051b0: chore(deps): 将 /ui-test 中的 chromedriver 从 135.0.0 升级至 135.0.1 (#22628) (@dependabot[bot])
  • 23f6822cabbc62679ff0d4090313c5f9b4faf697: chore(deps): 将 /ui-test 中的 chromedriver 从 135.0.1 升级至 135.0.2 (#22704) (@dependabot[bot])
  • 0ad3a2c986bedcbb90ed5978f94a18d78936db07: chore(deps): 将 /ui-test 中的 chromedriver 从 135.0.2 升级至 135.0.3 (#22774) (@dependabot[bot])
  • 5500a375f77bd707833daf320a74b0df141b4f38: chore(deps): 将 /ui-test 中的 chromedriver 从 135.0.3 升级至 135.0.4 (#22787) (@dependabot[bot])
  • 08d52f361709c0fcbfde40dec7793c0d6be6fe2b: chore(deps): 将 /ui-test 中的 chromedriver 从 135.0.4 升级至 136.0.0 (#22839) (@dependabot[bot])
  • 2078f40a6fdd4fd0cf6bafabb535446a7a139ba6: chore(deps): 将 /ui-test 中的 chromedriver 从 136.0.0 升级至 136.0.2 (#22987) (@dependabot[bot])
  • bc00d082610e033ad889f5c50c0c8f078e1ab038: chore(deps): 将 code.gitea.io/sdk/gitea 从 0.20.0 升级至 0.21.0 (#22565) (@dependabot[bot])
  • 4febded784fd5c0639fff9acbfb240cfe58c344a: chore(deps): 将 codecov/codecov-action 从 4.6.0 升级至 5.1.2 (#21252) (@dependabot[bot])
  • cefb62292d9498fade362da73e1390ff0fb13668: chore(deps): 将 codecov/test-results-action 从 1.0.1 升级至 1.1.1 (#23124) (@dependabot[bot])
  • 6c1cfedd14f3349b90241eed107f09361cbbb47e: chore(deps): 将 controller-gen 升级至 v0.18.0 (#23000) (@crenshaw-dev)
  • bdcc705956b36381f7c431adc6b58ca539eddbec: chore(deps): 将 dario.cat/mergo 从 1.0.1 升级至 1.0.2 (#22903) (@dependabot[bot])
  • 81c17cbcdd44d0f104bc3eaff83ae63d9a6eb5fc: chore(deps): 将 docker/build-push-action 从 6.10.0 升级至 6.17.0 (#23122) (@dependabot[bot])
  • 8ad0e22bf16d36a80b122184ae0e5c4edf7298e3: chore(deps): 将 docker/build-push-action 从 6.17.0 升级至 6.18.0 (#23179) (@dependabot[bot])
  • fe52b4d6d932fb2a14663332a2e9ed98a0d2353a: chore(deps): 将 docker/login-action 从 3.3.0 升级至 3.4.0 (#23110) (@dependabot[bot])
  • d4ebcc0c15dfb8b3585d59083d24443423453014: chore(deps): 将 docker/setup-buildx-action 从 3.10.0 升级至 3.11.0 (#23442) (@dependabot[bot])
  • e9863708b6d2d189d613ccdffe6e3782d3c6c20e: chore(deps): 将 docker/setup-buildx-action 从 3.8.0 升级至 3.10.0 (#23152) (@dependabot[bot])
  • 6dc031987f11577fdfc65771baddb60a9d3fb263: chore(deps): 将 docker/setup-qemu-action 从 3.2.0 升级至 3.6.0 (#23120) (@dependabot[bot])
  • ff9e40ef8f9b957a1b898d6cfe887cea628a7823: chore(deps): 将 github.com/Azure/azure-sdk-for-go/sdk/azcore 从 1.17.0 升级至 1.17.1 (#22429) (@dependabot[bot])
  • d016dbec4d74a888a4564fd30ed8892b7476ba36: chore(deps): 将 github.com/Azure/azure-sdk-for-go/sdk/azcore 从 1.17.1 升级至 1.18.0 (#22564) (@dependabot[bot])
  • 046b9e7d97dcc2338f874079bb361e5f9e0f9a33: chore(deps): 将 github.com/Azure/azure-sdk-for-go/sdk/azidentity 从 1.10.0 升级至 1.10.1 (#23350) (@dependabot[bot])
  • c8c74b5d836a8e0e32d5048971b28133795bc55c: chore(deps): 将 github.com/Azure/azure-sdk-for-go/sdk/azidentity 从 1.8.2 升级至 1.9.0 (#22614) (@dependabot[bot])
  • 41e7b26d035773b2bb35ad85fca2dc24060e65e8: chore(deps): 将 github.com/Azure/azure-sdk-for-go/sdk/azidentity 从 1.9.0 升级至 1.10.0 (#22990) (@dependabot[bot])
  • 9f37d436726256a3182ba3623fd927de66f315c8: chore(deps): 将 github.com/Azure/kubelogin 从 0.1.9 升级至 0.2.3 (#22401) (@dependabot[bot])
  • 545b26756d9f52c75ab22824e211b0709568c450: chore(deps): 将 github.com/Azure/kubelogin 从 0.2.3 升级至 0.2.6 (#22419) (@dependabot[bot])
  • fe8083adf599182795a4e1d11250db2d9e632fdb: chore(deps): 将 github.com/Azure/kubelogin 从 0.2.6 升级至 0.2.7 (#22453) (@dependabot[bot])
  • af3a37b053d984992803b4dab95305ca1dbc7a18: chore(deps): 将 github.com/Azure/kubelogin 从 0.2.7 升级至 0.2.8 (#22813) (@dependabot[bot])
  • 90507980945068894108c0864c1bf9fc5ccc3dd8: chore(deps): 将 github.com/alicebob/miniredis/v2 从 2.34.0 升级至 2.35.0 (#23271) (@dependabot[bot])
  • 2d2efdc48f8a06078091c763a6c9225c3f23b371: chore(deps): 将 github.com/argoproj/pkg 升级至 v2.0.1 (#22516) (@crenshaw-dev)
  • 0be041a8347449fe6307a484db85d79b90caa9b3: chore(deps): 将 github.com/aws/aws-sdk-go 从 1.55.6 升级至 1.55.7 (#22761) (@dependabot[bot])
  • 8c2fc743060a072040bcd3af70af4c86deb8f8cf: chore(deps): 将 github.com/bradleyfalzon/ghinstallation/v2 从 2.14.0 升级至 2.15.0 (#22685) (@dependabot[bot])
  • b39ca155dc325b14c246be7b50d49518887d9523: chore(deps): 将 github.com/bradleyfalzon/ghinstallation/v2 从 2.15.0 升级至 2.16.0 (#23221) (@dependabot[bot])
  • a2e99a055a78fb55f24d1f2a97bfc068c4679998: chore(deps): 将 github.com/casbin/casbin/v2 从 2.103.0 升级至 2.104.0 (#22388) (@dependabot[bot])
  • 713f9473af8e389475aadccf6b4f894c94979805: chore(deps): 将 github.com/casbin/casbin/v2 从 2.104.0 升级至 2.105.0 (#22732) (@dependabot[bot])
  • 8679549c38b831c29fbe028f512c7ecb1f050eb4: chore(deps): 将 github.com/casbin/casbin/v2 从 2.105.0 升级至 2.106.0 (#23247) (@dependabot[bot])
  • 2093179488904ccfe7981f872fbb39f767b1cecb: chore(deps): 将 github.com/casbin/casbin/v2 从 2.106.0 升级至 2.107.0 (#23322) (@dependabot[bot])
  • fff55f23f11f7bdeea77ba3d776c56b9db1f0bd9: chore(deps): 将 github.com/casbin/govaluate 从 1.3.0 升级至 1.6.0 (#23074) (@dependabot[bot])
  • bd5e6af609f0339ce4411cb138fb615881c49e07: chore(deps): 将 github.com/coreos/go-oidc/v3 从 3.13.0 升级至 3.14.1 (#22566) (@dependabot[bot])
  • 065e298ab421f9d0a7d0a833f590f8938346df53: chore(deps): 将 github.com/expr-lang/expr 从 1.16.9 升级至 1.17.0 (#22364) (@dependabot[bot])
  • 08f34b45450b5dfc2c370f1a3bddb1a130ce2f6a: chore(deps): 将 github.com/expr-lang/expr 从 1.17.0 升级至 1.17.1 (#22400) (@dependabot[bot])
  • a1f90b5cb6d3b5a2d642a0cfe0b2da2f6bd89342: chore(deps): 将 github.com/expr-lang/expr 从 1.17.1 升级至 1.17.2 (#22477) (@dependabot[bot])
  • 32eaea7533884b46bba783e25fcf64082136b5f4: chore(deps): 将 github.com/expr-lang/expr 从 1.17.2 升级至 1.17.3 (#22989) (@dependabot[bot])
  • ee3752df703fe7337f08f1510b7de5b87620f04a: chore(deps): 将 github.com/expr-lang/expr 从 1.17.3 升级至 1.17.4 (#23175) (@dependabot[bot])
  • 7246c0246fb2d5cd0f6d24a0effbcd16f5a1f898: chore(deps): 将 github.com/expr-lang/expr 从 1.17.4 升级至 1.17.5 (#23248) (@dependabot[bot])
  • 54d7dbff62d4640b2b50b3541a24f1434bed4aaf: chore(deps): 将 github.com/fsnotify/fsnotify 从 1.8.0 升级至 1.9.0 (#22577) (@dependabot[bot])
  • 6ce6976cf1918a2a0f1eb17ea7032273e500b9ae: chore(deps): 将 github.com/go-git/go-git/v5 从 5.14.0 升级至 5.16.0 (#22684) (@dependabot[bot])
  • 23ab5fc23c660b5b096b34e91dc66ff97ad36d19: chore(deps): 将 github.com/go-git/go-git/v5 从 5.16.0 升级至 5.16.1 (#23270) (@dependabot[bot])
  • dbd8009f18636efcde34394a734679ebce03e67d: chore(deps): 将 github.com/go-git/go-git/v5 从 5.16.1 升级至 5.16.2 (#23341) (@dependabot[bot])
  • 93a8014aedfa742901903765fc3f83b58314ba80: chore(deps): 将 github.com/go-jose/go-jose/v4 从 4.0.5 升级至 4.1.0 (#22598) (@dependabot[bot])
  • b8051c60a9e4935623f5263766142e9f6c0cddbe: chore(deps): 将 github.com/go-logr/logr 从 1.4.2 升级至 1.4.3 (#23194) (@dependabot[bot])
  • 9c177584fabe3df0e6be612a469e95df6817bb79: chore(deps): 将 github.com/golang-jwt/jwt/v4 从 4.5.1 升级至 4.5.2 (#22442) (@dependabot[bot])
  • 881448ec7671f84f707ad20aae687a5b0014bf40: chore(deps): 将 github.com/golang-jwt/jwt/v5 从 5.2.1 升级至 5.2.2 (#22441) (@dependabot[bot])
  • f8b5b0ba5402f747478e09567b4fabb223e6e0d5: chore(deps): 将 github.com/google/go-jsonnet 从 0.21.0-rc1.0.20250311032901-bc787d68ca30 升级至 0.21.0-rc2 (#22454) (@dependabot[bot])
  • d0afa89a8269630b5cb818b7573336102a6b787d: chore(deps): 将 github.com/google/go-jsonnet 从 0.21.0-rc2 升级至 0.21.0 (#22902) (@dependabot[bot])
  • fb0a89864c451db7e8d2e21062f6efd613341f69: chore(deps): 将 github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus 从 1.0.1 升级至 1.1.0 (#23441) (@dependabot[bot])
  • f6861aa353da571744daa3b39bceec441c7344ef: chore(deps): 将 github.com/grpc-ecosystem/go-grpc-middleware/v2 从 2.3.1 升级至 2.3.2 (#22868) (@dependabot[bot])
  • bc73ff902324ad7726262a19380f9a3efabb6213: chore(deps): 将 github.com/jarcoal/httpmock 从 1.3.1 升级至 1.4.0 (#22576) (@dependabot[bot])
  • 0e17da4880f3684440e514f1af32dea48c2f5a29: chore(deps): 将 github.com/ktrysmt/go-bitbucket 从 0.9.81 升级至 0.9.82 (#22543) (@dependabot[bot])
  • 3a529f338df0d135d62de7a4d05a5fbd138b1d2c: chore(deps): 将 github.com/ktrysmt/go-bitbucket 从 0.9.82 升级至 0.9.83 (#22762) (@dependabot[bot])
  • 9a738b28802096a657ac5ea7c9dfc16320eac08c: chore(deps): 将 github.com/ktrysmt/go-bitbucket 从 0.9.83 升级至 0.9.85 (#22866) (@dependabot[bot])
  • 0a8a7e246f260638a8b794dfb192497769365ca0: chore(deps): 将 github.com/ktrysmt/go-bitbucket 从 0.9.85 升级至 0.9.86 (#23349) (@dependabot[bot])
  • 30ede8ac81ddcc0ecad1f07d1f35bdd9215f5a52: chore(deps): 将 github.com/olekukonko/tablewriter 从 0.0.6-0.20230925090304-df64c4bbad77 升级至 1.0.6 (#23030) (@dependabot[bot])
  • 7735b743b39c809e35d5eca8fe8eac4fe5ab1e0e: chore(deps): 将 github.com/olekukonko/tablewriter 从 1.0.6 升级至 1.0.7 (#23174) (@dependabot[bot])
  • 127eef95fd5a5169152b498d05f9c4f1baadbe96: chore(deps): 将 github.com/prometheus/client_golang 从 1.21.1 升级至 1.22.0 (#22615) (@dependabot[bot])
  • 5e1d2b9bb77035e8f257c670902d6bc546600e7a: chore(deps): 将 github.com/prometheus/client_model 从 0.6.1 升级至 0.6.2 (#22654) (@dependabot[bot])
  • a916289a66dce42ff86d3ef0b303055196acadaa: chore(deps): 将 github.com/redis/go-redis/v9 从 9.7.1 升级至 9.7.3 (#22425) (@dependabot[bot])
  • a823e12595d72b7abe0d6cd55ce7e9b44d3f0f67: chore(deps): 将 gitlab.com/gitlab-org/api/client-go 从 0.116.0 升级至 0.129.0 (#23098) (@dependabot[bot])
  • c7a0fa3a8cb205b76ff0bdc8ad536bf2515d175a: chore(deps): 将 gitlab.com/gitlab-org/api/client-go 从 0.129.0 升级至 0.130.1 (#23365) (@dependabot[bot])
  • 765d2d36b61224aec98305612d3b6ded2c1d2975: chore(deps): 将 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc 从 0.59.0 升级至 0.60.0 (#22214) (@dependabot[bot])
  • 6fb4cb56ebd33e68d932c629bdeb152af3791d82: chore(deps): 将 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc 从 1.32.0 升级至 1.35.0 (#22215) (@dependabot[bot])
  • d69f37bb3519792641af1d0b88a698149871fd5e: chore(deps): 将 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc 从 1.35.0 升级至 1.36.0 (#23096) (@dependabot[bot])
  • 2ed31a7b8c9900c5e69d852916aab6ba4d12e930: chore(deps): 将 go.opentelemetry.io/otel/sdk 从 1.34.0 升级至 1.35.0 (#22210) (@dependabot[bot])
  • d0d53d363983c31f70d89e986749d773719af175: chore(deps): 将 golang.org/x/net 从 0.37.0 升级至 0.38.0 (#22509) (@dependabot[bot])
  • fc147e3e9a5a05e662febe6cff2d846e1dfabc22: chore(deps): 将 golang.org/x/net 从 0.38.0 升级至 0.39.0 (#22599) (@dependabot[bot])
  • 73c976003a60fa4d60c214ac8f4dfb69f9e4f2ae: chore(deps): 将 golang.org/x/net 从 0.39.0 升级至 0.40.0 (#22874) (@dependabot[bot])
  • d9b102bea07e7002d386de999c70d8e701cce176: chore(deps): 将 golang.org/x/net 从 0.40.0 升级至 0.41.0 (#23289) (@dependabot[bot])
  • 17337de6ebffae3bf1b6a94925c4de2caaf985a1: chore(deps): 将 golang.org/x/oauth2 从 0.28.0 升级至 0.29.0 (#22580) (@dependabot[bot])
  • c37be2122b02e69b7ce8e4121fb2ba59182b7e54: chore(deps): 将 golang.org/x/oauth2 从 0.29.0 升级至 0.30.0 (#22871) (@dependabot[bot])
  • 41a4cd3032abf9a0a725788e59ddf43716338983: chore(deps): 将 golang.org/x/sync 从 0.14.0 升级至 0.15.0 (#23290) (@dependabot[bot])
  • 410a0a54cf40e3830148ec00e16bb72a3fe0ce8d: chore(deps): 将 golang.org/x/term 从 0.31.0 升级至 0.32.0 (#22873) (@dependabot[bot])
  • ee45d0fc1b45338b44069141df192296e8251554: chore(deps): 将 golang.org/x/time 从 0.11.0 升级至 0.12.0 (#23288) (@dependabot[bot])
  • 5831c948dba13297af6ed42cfcb54539d3a8198d: chore(deps): 将 golangci/golangci-lint-action 从 6.1.1 升级至 8.0.0 (#23111) (@dependabot[bot])
  • fa02355001304de5a8d1f0bb0407eb93ef9998ef: chore(deps): 将 google.golang.org/grpc 从 1.71.0 升级至 1.71.1 (#22542) (@dependabot[bot])
  • ca431dc5e44a68ab01f55ebb5da71743b3284086: chore(deps): 将 google.golang.org/grpc 从 1.71.1 升级至 1.72.0 (#22742) (@dependabot[bot])
  • 570b3424b0f86e027504434f31541853f8356fa7: chore(deps): 将 google.golang.org/grpc 从 1.72.0 升级至 1.72.1 (#22988) (@dependabot[bot])
  • 2f0bde61b5f065bbc384f1a0f4aa9119a4597f67: chore(deps): 将 google.golang.org/grpc 从 1.72.1 升级至 1.72.2 (#23161) (@dependabot[bot])
  • 47326bda6dac54c85e0cc3439adb1d245d30de9f: chore(deps): 将 google.golang.org/grpc 从 1.72.2 升级至 1.73.0 (#23292) (@dependabot[bot])
  • c943ad2d404df128d2adbd0579e7b8c8856319b8: chore(deps): 将 google.golang.org/protobuf 从 1.36.5 升级至 1.36.6 (#22478) (@dependabot[bot])
  • a5012404fbf22a2fb53d81dcc048350c0be15d0c: chore(deps): 将 goreleaser/goreleaser-action 从 6.1.0 升级至 6.3.0 (#23163) (@dependabot[bot])
  • 89d1ff95cf63a8ecd11201c6331d6e23ae5ffef5: chore(deps): 将 /ui 中的 http-proxy-middleware 从 2.0.7 升级至 2.0.9 (#22698) (@dependabot[bot])
  • 1ff739dccb7e4af4bab961805264e32e9fe06dd4: chore(deps): 将 /test/e2e/multiarch-container 中的 library/busybox 从 3308bdf 升级至 f64ff79 (#23145) (@dependabot[bot])
  • df9ea614242c3e403def86db966cc004a91ceda1: chore(deps): 将 /test/e2e/multiarch-container 中的 library/busybox 从 37f7b37 升级至 3308bdf (#23119) (@dependabot[bot])
  • 92589dea2fbb1d33afbc33acd459e4763e216857: chore(deps): 将 /test/e2e/multiarch-container 中的 library/busybox 从 sha256:498a000f370d8c37927118ed80afe8adc38d1edcbfc071627d17b25c88efcab0 升级至 sha256:37f7b378a29ceb4c551b1b5582e27747b855bbfaa73fa11914fe0df028dc581f (#22703) (@dependabot[bot])
  • f7b5bef7db002d3fe9f1b4c630af52c4400ae231: chore(deps): 将 /test/container 中的 library/golang 从 1.24.1 升级至 1.24.2 (#22597) (@dependabot[bot])
  • 3a49fc87eb6136450d0e30f93a30b1905ecd565c: chore(deps): 将 /test/remote 中的 library/golang 从 1.24.1 升级至 1.24.2 (#22581) (@dependabot[bot])
  • ef07bbdea15b236556fe083eb530b6061399c50c: chore(deps): 将 /test/remote 中的 library/golang 从 1.24.2 升级至 1.24.3 (#22905) (@dependabot[bot])
  • 04809649f874c27231ecde9fd3002c2135e4382e: chore(deps): 将 /test/container 中的 library/golang 从 1.24.2@sha256:1ecc479bc712a6bdb56df3e346e33edcc141f469f82840bab9f4bc2bc41bf91d 升级至 sha256:d9db32125db0c3a680cfb7a1afcaefb89c898a075ec148fdc2f0f646cc2ed509 (#22729) (@dependabot[bot])
  • 8cc091c3d2bd87eb8c5c6e83bb54beeb92429cd6: chore(deps): 将 /test/container 中的 library/golang 从 18a1f2d 升级至 1ecc479 (#22637) (@dependabot[bot])
  • 923edeafa07d84be602f40b5698d58b93ea711f9: chore(deps): 将 /test/remote 中的 library/golang 从 18a1f2d 升级至 1ecc479 (#22636) (@dependabot[bot])
  • b9cf44b584aeb0eae1bc03fb99e67f9afb3812e7: chore(deps): 将 /test/remote 中的 library/golang 从 1bcf884 升级至 e84f2e8 (#23106) (@dependabot[bot])
  • a5626a3432aa872981896a1044abb52f60b6e042: chore(deps): 将 /test/remote 中的 library/golang 从 1ecc479 升级至 d9db321 (#22790) (@dependabot[bot])
  • b63bf8f1d4ab9ef45763330f4241462aa97511ef: chore(deps): 将 /test/remote 中的 library/golang 从 39d9e7d 升级至 86b4cff (#22985) (@dependabot[bot])
  • 5290de32b89269c75e5086bdd9e6f301ffad0c14: chore(deps): 将 /test/remote 中的 library/golang 从 4c0a181 升级至 81bf592 (#23220) (@dependabot[bot])
  • 9d93eb2054960840e7f80b6c1f9ee986c9f95fe1: chore(deps): 将 /test/container 中的 library/golang 从 8131d99 升级至 30baaea (#22840) (@dependabot[bot])
  • 9183506de8aa255a20f433e522db8fecc40a53ed: chore(deps): 将 /test/remote 中的 library/golang 从 86b4cff 升级至 1bcf884 (#23094) (@dependabot[bot])
  • 4e2d2d3459553b88562f07ed4b1a1360e7351c23: chore(deps): 将 /test/container 中的 library/golang 从 991aa6a 升级至 c0b66cf (#22613) (@dependabot[bot])
  • 81dda34ab89735ac9a2115d41cf4135b56ac5a8a: chore(deps): 将 /test/remote 中的 library/golang 从 991aa6a 升级至 c0b66cf (#22618) (@dependabot[bot])
  • e292cc444183de59935d0ee4e095514d350e27a6: chore(deps): 将 /test/container 中的 library/golang 从 c0b66cf 升级至 18a1f2d (#22626) (@dependabot[bot])
  • e4d7103508b248c71e4087421cbb6ba05dda947f: chore(deps): 将 /test/remote 中的 library/golang 从 c0b66cf 升级至 18a1f2d (#22627) (@dependabot[bot])
  • 7a2242a6f52d9571aca0f4dc78754de320e8d25c: chore(deps): 将 /test/remote 中的 library/golang 从 c5adecd 升级至 8678013 (#22327) (@dependabot[bot])
  • 274bdcca8ba3af20061e4b1e1265e0e9798b90b3: chore(deps): 将 /test/container 中的 library/golang 从 d9db321 升级至 8131d99 (#22820) (@dependabot[bot])
  • f31807d5da37bd4ccbf1ec15fc6a29232328f59f: chore(deps): 将 /test/remote 中的 library/golang 从 d9db321 升级至 8131d99 (#22818) (@dependabot[bot])
  • 234c73a6887f57180c2c010d4d1fad7257da2361: chore(deps): 将 /test/remote 中的 library/golang 从 e84f2e8 升级至 4c0a181 (#23209) (@dependabot[bot])
  • 89f006a3513d799cfc8c13a6ea3977ccd8ce3b81: chore(deps): 将 /test/container 中的 library/redis 从 7.4.2 升级至 7.4.3 (#22789) (@dependabot[bot])
  • b85fec60a52153c3fe914b75e18c097e5a03f14c: chore(deps): 将 /test/container 中的 library/redis 从 7.4.2@sha256:ca65ea36ae16e709b0f1c7534bc7e5b5ac2e5bb3c97236e4fec00e3625eb678d 升级至 sha256:fbdbaea47b9ae4ecc2082ecdb4e1cea81e32176ffb1dcf643d422ad07427e5d9 (#22702) (@dependabot[bot])
  • 8d8ca4448766751f8898bf3f41496338f340df42: chore(deps): 将 /test/container 中的 library/redis 从 8bc6664 升级至 d000041 (#22821) (@dependabot[bot])
  • 7d81d1a59eeda6d7f24afcaba91b89341acc2864: chore(deps): 将 /test/container 中的 library/redis 从 d000041 升级至 7df1eef (#22841) (@dependabot[bot])
  • a85a760ffea149a1eb487083d2f976594168c689: chore(deps): 将 /test/container 中的 library/registry 从 2.8 升级至 3.0 (#22575) (@dependabot[bot])
  • 86fa92d954b2088834ca5ec18df183b1cd24690e: chore(deps): 将 /test/container 中的 library/ubuntu 从 24.04@sha256:80dd3c3b9c6cecb9f1667e9290b3bc61b78c2678c02cbdae5f0fea92cc6734ab 升级至 sha256:1e622c5f073b4f6bfad6632f2616c7f59ef256e96fe78bf6a595d1dc4376ac02 (#22716) (@dependabot[bot])
  • 59b9ffa09474b07d648f4da27d7bc8320f122d14: chore(deps): 将 oras.land/oras-go/v2 从 2.5.0 升级至 2.6.0 (#22912) (@dependabot[bot])
  • 10abed751ea890b2cdde22c8ff5246dac0f22346: chore(deps): 将 ossf/scorecard-action 从 2.4.0 升级至 2.4.1 (#23149) (@dependabot[bot])
  • fb40acdd792f2992396a80980a02d13cd68f3951: chore(deps): 将 ossf/scorecard-action 从 2.4.1 升级至 2.4.2 (#23217) (@dependabot[bot])
  • 4a41a86e43b3ad117e7fff3ebe79c90ffdc22e25: chore(deps): 将 peter-evans/create-pull-request 从 7.0.5 升级至 7.0.8 (#23107) (@dependabot[bot])
  • e131d273e14f493269c9d85dcd82194369cfc08f: chore(deps): 将 /ui 中的 prismjs 从 1.27.0 升级至 1.30.0 (#22296) (@dependabot[bot])
  • 528f6ad58b385461df1fb1aa1825f55d3515afd6: chore(deps): 将 /ui-test 中的 selenium-webdriver 从 4.29.0 升级至 4.30.0 (#22451) (@dependabot[bot])
  • c5f789838288bd6e2e957b185ba06f4c5245a72f: chore(deps): 将 /ui-test 中的 selenium-webdriver 从 4.30.0 升级至 4.31.0 (#22574) (@dependabot[bot])
  • 11736abfb95fd02b36e564dc387f63ff9633f7ac: chore(deps): 将 /ui-test 中的 selenium-webdriver 从 4.31.0 升级至 4.32.0 (#22867) (@dependabot[bot])
  • 8c23cbdf13851f977b6e9f59d9ed6b8d10ebd9fb: chore(deps): 将 /ui-test 中的 selenium-webdriver 从 4.32.0 升级至 4.33.0 (#23147) (@dependabot[bot])
  • 146a7798ed1a0d63fb20dff49fffe4ed7d1b8b9e: chore(deps): 将 sigs.k8s.io/controller-runtime 从 0.20.1 升级至 0.20.4 (#22959) (@dependabot[bot])
  • f6e15d298451242487a23d6143fb03b043064854: chore(deps): 将 sigs.k8s.io/structured-merge-diff/v4 从 4.6.0 升级至 4.7.0 (#22653) (@dependabot[bot])
  • dbdc6eafdb281505b44f1f3ace28e08e93d3783f: chore(deps): 将 sigstore/cosign-installer 从 3.7.0 升级至 3.8.2 (#23109) (@dependabot[bot])
  • a671cc9b2332324146d03698dab1d8cf68cee512: chore(deps): 将 sigstore/cosign-installer 从 3.8.2 升级至 3.9.0 (#23467) (@dependabot[bot])
  • a2ff605212512bedab24a7ce9acc882a3cdec4fb: chore(deps): 将 slsa-framework/slsa-github-generator 从 2.0.0 升级至 2.1.0 (#23166) (@dependabot[bot])
  • 45f12f2676c88a071d9c32d5084684bdbad4ccfc: chore(deps): 将 softprops/action-gh-release 从 2.2.1 升级至 2.2.2 (#23150) (@dependabot[bot])
  • 7496ede7c286c84fe3f66154dc348376b7cbe74d: chore(deps): 将 softprops/action-gh-release 从 2.2.2 升级至 2.3.0 (#23340) (@dependabot[bot])
  • ee92cf56f2dfb7d80bd9f29bdca76da14d5a4521: chore(deps): 将 softprops/action-gh-release 从 2.3.0 升级至 2.3.2 (#23351) (@dependabot[bot])
  • 57b039f12cd96c8c5e834ceaddd615e724c01268: chore(deps): 将 style-loader 升级至 v1 (#23091) (@crenshaw-dev)
  • 3de278ef85663588b3fbe47989bda6daf9190e5f: chore(deps): 将 tj-actions/changed-files 从 3981e4f74104e7a4c67a835e1e5dd5d9eb0f0a57 升级至 c6634ca281a9fc05b03bee224ba00910cb78ab6e (#23165) (@dependabot[bot])
  • f138b35889c5028c631a2c9e503480484e208f1d: chore(deps): 将 tj-actions/changed-files 从 bab30c2299617f6615ec02a68b9a40d10bd21366 升级至 3981e4f74104e7a4c67a835e1e5dd5d9eb0f0a57 (#23121) (@dependabot[bot])
  • 362dc663cd0e8617b0beef6dd4aa152b5238e6d3: chore(deps): 更新依赖项 gotestyourself/gotestsum 至 v1.12.2 (#22875) (@renovate[bot])
  • 01e8bd1c2f33535d145ab4dd7f763a87e8157e06: chore(deps): 更新依赖项 markdown 至 v3.8 (#22642) (@renovate[bot])
  • bee23628a8da2c7d2d1253f8a13b528adbd259f6: chore(deps): 更新依赖项 markdown 至 v3.8.1 (#23480) (@renovate[bot])
  • 1cd3ac511cb2c00e0c19ecc74ca0b7516eeff569: chore(deps): 更新依赖项 pymdown-extensions 至 v10.15 (#22811) (@renovate[bot])
  • 2a50dcb6c26d70b1f78fd533d6587acf89e05c12: chore(deps): 更新模块 github.com/golangci/golangci-lint 至 v1.64.8 (#22384) (@renovate[bot])
  • faf0073ebc1cccdf53766a56a084f9e5052814cd: chore(deps): 更新模块 github.com/golangci/golangci-lint 至 v2.1.1 (#22458) (@renovate[bot])
  • 88ecbe2e2712f8905e3773eaee9aab3674b84fd8: chore(deps): 更新模块 github.com/golangci/golangci-lint 至 v2.1.2 (#22675) (@renovate[bot])
  • eaf83ba29de44423c5e51a5baa510b75beed1181: chore(deps): 更新模块 github.com/golangci/golangci-lint 至 v2.1.5 (#22783) (@renovate[bot])
  • 8950d0a46cc1876380a0c329b006c54abaa97b55: chore(deps): 更新模块 github.com/golangci/golangci-lint 至 v2.1.6 (#22865) (@renovate[bot])
  • d076bfa07438040caf6ef07931083e60c26855b6: chore(deps-dev): 将 /ui 中的 @babel/core 从 7.7.2 升级至 7.27.1 (#23148) (@dependabot[bot])
  • 0205eafa8ecac75828c5eef02d5e1a9f14639b22: chore(deps-dev): 将 /ui 中的 @types/jest 从 29.5.12 升级至 29.5.14 (#23117) (@dependabot[bot])
  • 77ecfe527e2b2b42a03b2790d0dbaae86d39d81e: chore(deps-dev): 将 /ui-test 中的 @types/node 从 22.13.10 升级至 22.13.11 (#22452) (@dependabot[bot])
  • 76f3e9841d06cbd41b5b1197867dad305c6eab45: chore(deps-dev): 将 /ui-test 中的 @types/node 从 22.13.11 升级至 22.13.13 (#22479) (@dependabot[bot])
  • 344b434cc511fd715de7db177219fb6ac18d0475: chore(deps-dev): 将 /ui-test 中的 @types/node 从 22.13.13 升级至 22.13.14 (#22495) (@dependabot[bot])
  • 38b4cba146dd2a5828fa767750953d6e527f8a08: chore(deps-dev): 将 /ui-test 中的 @types/node 从 22.13.14 升级至 22.13.17 (#22541) (@dependabot[bot])
  • f63b80778915d8bdb460716e7abec4b58e1fcf64: chore(deps-dev): 将 /ui-test 中的 @types/node 从 22.13.17 升级至 22.14.0 (#22556) (@dependabot[bot])
  • 600ab1808703c4498edfa1dccad0157d0614a598: chore(deps-dev): 将 /ui-test 中的 @types/node 从 22.14.0 升级至 22.14.1 (#22652) (@dependabot[bot])
  • 7079a4cc7aafc074cccf6f9906e33f72f616f390: chore(deps-dev): 将 /ui-test 中的 @types/node 从 22.14.1 升级至 22.15.0 (#22788) (@dependabot[bot])
  • a00446565c0c7783394ff62d90df9a83a18a8095: chore(deps-dev): 将 /ui-test 中的 @types/node 从 22.15.0 升级至 22.15.2 (#22812) (@dependabot[bot])
  • a12f517ebd00627efba5561192adeadcfa773e74: chore(deps-dev): 将 /ui-test 中的 @types/node 从 22.15.11 升级至 22.15.14 (#22886) (@dependabot[bot])
  • ff1b93590595a31691a895f11dcee5d05376bab4: chore(deps-dev): 将 /ui-test 中的 @types/node 从 22.15.14 升级至 22.15.16 (#22904) (@dependabot[bot])
  • 09f874da24453343e61fd0bb748e942952486878: chore(deps-dev): 将 /ui-test 中的 @types/node 从 22.15.16 升级至 22.15.17 (#22911) (@dependabot[bot])
  • 7b09aef22a9d9e86db5d2ab4c8e6aa38597920f3: chore(deps-dev): 将 /ui-test 中的 @types/node 从 22.15.17 升级至 22.15.18 (#22986) (@dependabot[bot])
  • 17d356fe383f5793b422320f3126505272cda3f5: chore(deps-dev): 将 /ui-test 中的 @types/node 从 22.15.18 升级至 22.15.19 (#23032) (@dependabot[bot])
  • 4210535a1771beac9358b45fff05a08a79e0b5ee: chore(deps-dev): 将 /ui-test 中的 @types/node 从 22.15.19 升级至 22.15.21 (#23073) (@dependabot[bot])
  • 969b043503516a44e886d8ab66f422309f563dc8: chore(deps-dev): 将 /ui-test 中的 @types/node 从 22.15.3 升级至 22.15.11 (#22870) (@dependabot[bot])
  • 580ae1db1f11e408add795ed24150e1b2e8a1e25: chore(deps-dev): 将 /ui-test 中的 dotenv 从 16.4.7 升级至 16.5.0 (#22638) (@dependabot[bot])
  • baa679d2dc37735b8fd838e110965e8583e8aa31: chore(deps-dev): 将 /ui 中的 esbuild-loader 从 2.18.0 升级至 4.3.0 (#21852) (@dependabot[bot])
  • 53a2005b43155b7de048c261a540a13aabf8bf75: chore(deps-dev): 将 /ui-test 中的 mocha 从 11.0.1 升级至 11.2.2 (#22849) (@dependabot[bot])
  • cbb76a587a158fb45a4f6ced1086a03a49a8e735: chore(deps-dev): 将 /ui-test 中的 mocha 从 11.2.2 升级至 11.3.0 (#23031) (@dependabot[bot])
  • e1db296752b2b3577688cbf746aa1f8a9cc205a2: chore(deps-dev): 将 /ui-test 中的 mocha 从 11.3.0 升级至 11.4.0 (#23054) (@dependabot[bot])
  • e5ee3e42d2525f036fe3cb66eb8d07540b9739a3: chore(deps-dev): 将 /ui-test 中的 mocha 从 11.4.0 升级至 11.5.0 (#23146) (@dependabot[bot])
  • b99e8e73c0d6447e24706aad531370f712fb6d8e: chore(deps-dev): 将 /ui-test 中的 typescript 从 5.8.2 升级至 5.8.3 (#22573) (@dependabot[bot])

其他工作

  • 1eeaab45641299910531741d421e105900ba4788: 在 USERS.md 中添加 Bayer AG (#22645) (@nirmalarya)
  • a5b4041a79c54bc7b3d090805d070bcdb9a9e4d1: 合并自 fork 的提交 (@Ry0taK)
  • a445fcb4f66cfd6f313e80411e344e8d1e48bab1: chore(ci): 处理 goreleaser 弃用问题 (#22379) (@crenshaw-dev)
  • 33959d0605ca369fc15349f0e079e9c7ddf4016b: chore(ci): 为 ui-test 禁用 dependabot (#23200) (@crenshaw-dev)
  • 878d6f715ed0a33e9652c0f926d3a5c1a655c5ed: chore(ci): 修复 otel dependabot 组模式 (#23102) (@crenshaw-dev)
  • bde63b5a5bac69195f54526dd543d0e122ae2fde: chore(ci): 改进 previous-version 脚本可读性,修复错误 (#22378) (@crenshaw-dev)
  • 2e3f9eb1c0a1eb8d9fe2bba704470522656a9e4d: chore(ci): 将 tj-actions/changed-files 固定至 v46.0.5 (#23206) (@crenshaw-dev)
  • 0ec46f6857f6c39ce596aa71c5489bea75e14dea: chore(ci): 升级 golangci-lint 至 v2 (#22484) (@crenshaw-dev)
  • 25fc5d2b0c322a23cdafcacf5d4835cdb8c742a3: chore(cli): 修复 argocd admin repo 命令用法文档和示例 (#23375) (@chengfang)
  • 8b567c99b4ad2017c66659bb5f065c3ae62ce266: chore(cli): 修复 argocd repo 命令用法文档和描述 (#23364) (@chengfang)
  • a9dff073b2332392097225d8a9b6d518413b5e56: chore(docs): 在 USERS.md 中添加 Yuno (#22806) (@jitapichab)
  • 99b8761a647175e4cc31254fd01baccec99912fb: chore(docs): 更新服务端差异文档 (#22600) (@pjiang-dev)
  • d0dbafcf0d0600bdfd25bd5bdf85a1cbe3acccdb: chore(docs): 修复 USERS.md 中 ZipRecruiter 的名称 (#22837) (@fedorovdima)
  • 70fc269834281d3960cfad82add4550f7bdd9b1c: chore(docs): 修复重要提示块的缩进 (#22883) (@fedorovdima)
  • 1b6c8237d36ce3a37345852b0879936b84eb6513: chore(docs): 准备新版本 (#23437) (@agaudreault)
  • a3ef4719138bcd6f51ed072dd0c197e9145a7ea4: chore(finalizers): 移除应用程序和应用程序集终结器的硬编码 (#23420) (@ranakan19)
  • 54501c05a8eb7e82b5dbfc7c9175a7bb53ac3997: chore(lint): 启用 go-critic 的 builtinShadow 规则 (#23430) (@mmorel-35)
  • c6ebc19c1f5f9ab2d6e938c97b0cb676570d20b6: chore(lint): 启用 go-critic 的 emptyStringTest 规则 (#23400) (@mmorel-35)
  • 4731c61d7af9288a5fd25d342d28eea2df98dd09: chore(lint): 启用 go-critic 的 evalOrder 规则 (#23422) (@mmorel-35)
  • 8b2560497a13b6d491ee046791b3ddb3f3ca3a77: chore(lint): 启用 go-critic 的 filepathJoin 规则 (#23453) (@mmorel-35)
  • 79c75876a8fbd641cc4de3cc79d7a8ddfb4fbaba: chore(lint): 启用 go-critic 的 httpNoBody 规则 (#23399) (@mmorel-35)
  • 7cc360e5af4adba94e96c6898e49d4e611c0cc39: chore(lint): 启用 go-critic 的 mapKey 规则 (#23417) (@mmorel-35)
  • 2bf3f6850ef25440a00b59204c8d7b5e5ac5d2c9: chore(lint): 启用更多 gocritic 检查器 (#23328) (@crenshaw-dev)
  • d33b9b98babb2c57510c54ece90f42118939146b: chore(lint): 启用 nestingReduce 检查器 (#23378) (@crenshaw-dev)
  • ede2b32aea06b6def828aaaaeec0d65bf7a20577: chore(lint): 启用 go-critic 的 ptrToRefParam 规则 (#23424) (@mmorel-35)
  • a91a6594a1fa643c7a556d1d709b848a8b92504d: chore(lint): 启用 go-critic 的 regexpSimplify 规则 (#23405) (@mmorel-35)
  • fa25f278c00e96519d9513636356e2d239e35614: chore(lint): 启用 go-critic 的 sloppyReassign 规则 (#23443) (@mmorel-35)
  • b6e90ea92cf6808756762425703bd8e55bcbf499: chore(lint): 启用 go-critic 的 sprintfQuotedString 规则 (#23401) (@mmorel-35)
  • 0fa3c3d67df79c22ad4bb989de57330a95a47813: chore(lint): 启用 tparallel 检查器 (#23318) (@crenshaw-dev)
  • fd48c47cf9a476401246403518f860e9822b4de8: chore(lint): 启用 go-critic 的 typeAssertChain 规则 (#23407) (@mmorel-35)
  • 6b24fcb32cd16de6da02b0db84ce73448c2a32f2: chore(lint): 启用 go-critic 的 typeDefFirst 规则 (#23414) (@mmorel-35)
  • 114693dcc28592f1752db3df55e9aa974f8de944: chore(lint): 启用 typeSwitchVar 检查器 (#23391) (@crenshaw-dev)
  • 52ad029110e2d9044aebb138d76c403244057b4f: chore(lint): 启用 go-critic 的 typeUnparen 规则 (#23406) (@mmorel-35)
  • 10fa1aa8c8095241467539856a08d3e1926ce4d2: chore(lint): 启用 go-critic 的 unnecessaryBlock 规则 (#23404) (@mmorel-35)
  • 1203ad06605caf8e237226c58759edb6f3bb8ac7: chore(lint): 默认启用所有 govet 规则 (#23426) (@mmorel-35)
  • 7d58ca3ef7bf7173c01be670dde307e0369edb3c: chore(logs): 标准化应用程序日志记录 (#20731) (#21442) (@dhawos)
  • 8398380d46fecd17f3b2f8191a8d6072b3f21e64: chore(refactor): 将切片初始化为精确长度 (#22981) (@crenshaw-dev)
  • 061d5992dac1332774438cf7b73935d500530c20: chore(refactor): 使用标准库替换简单函数 (#23429) (@crenshaw-dev)
  • be6ba0e446765b7c62a3c377e75c697633320ce9: chore(refactor): 使用标准库替换简单函数 (#23063) (@crenshaw-dev)
  • 30c325d952d6a23686ba24039a893a0c49a91256: chore(refactor): 简化 maps 工具包 (#23431) (@crenshaw-dev)
  • 6625d07859fce053d82ddaf50b9886e64c97fbcb: chore(repo-server): 在新的 versions 子包中统一语义化版本解析 (#20216) (@PaulSonOfLars)
  • 97a38b486b97a57d42644fac531e2b7e761aa0dd: chore(server): 移除无效代码 (#22955) (@crenshaw-dev)
  • 28e871e7e2f939a6163f8df80d29f6e2cd44b7c8: chore(sonar): 修复 applicationset/generators/duck_type.go 中的 Sonar 警告 (#23211) (@olivergondza)
  • e25123b63d74682f01de5d15203d90bd2792021b: chore(test): 为 gitops-engine 添加 E2E 测试 (#23304) (@agaudreault)
  • f0d783b1e7c21da7751a0e4b49f6d9ccb2219c5c: chore(test): 修复 mockery 弃用警告 (#22998) (@crenshaw-dev)
  • 797f1d693b0fb4bb5584d36b31030212f26c0bf3: chore(test): 升级至 mockery v3 (#22999) (@crenshaw-dev)
  • b3cd6fee7769918db9ed841f56aa9b3ffc365a53: chore: 在 USERS.md 中添加 Icelandair (#22533) (@alexkivars)
  • a0a82a1407c6a4c9428297a08b8f0883e514ebc6: chore: 为 helm-registry 服务器禁用向遥测导出跟踪数据 (#23020) (@saipavan9)
  • 18a26d624b9606d509a187c1c4ca4a9f391dbcad: chore: 更新 USERS.md (#22640) (@Oslan17)
  • 3f1d9bf5a2d759a9a78ffb75dc86d619aded74d0: chore: 更新 v3.1 博客链接 (#23494) (@christianh814)
  • 75098e5aedffc86a2bb5f214c9a31e363879ae16: chore: 为同步指标添加 “dry_run” 标签 (#22010) (@jsolana)
  • 39e483ddef3a63f90b268c55ae25e68a6221e824: chore: 将 ApplicationSet 控制器文档添加到 clisdocsgen (#22417) (@ishitasequeira)
  • a628db994b33f95038c0aaf414c1a11962ddcbaf: chore: 允许在 Makefile 中设置 CGO 标志 (#22437) (@agaudreault)
  • 8010b4f7335d1be610fd4a8ca07c04091a732c09: chore: 提升 gitops-engine 以改进错误包装 (#23282) (@crenshaw-dev)
  • 4f35f7f09a98e323d23faaaa93ccbbfe9cc3a986: chore: 提升 gitops-engine ssd 修复 (#23066) (@pjiang-dev)
  • 5b0d76503fab3b4211cfaace50cbf09e76cd56c3: chore: 清理 golangci-lint 配置 (#22544) (@mmorel-35)
  • 54a45c4f89f614ae49604910bdbe3a285bf3789d: chore: 禁用 gitpod (#23201) (@crenshaw-dev)
  • b6d9d6dd33842ba832467d2fd0f442d1ee2beb69: chore: 启用 exptostd 检查器 (#23136) (@mmorel-35)
  • 30a0088c8412584bd90be7b676b0846aafb6e257: chore: 启用未使用私有字段的 lint 检查 (#23242) (@crenshaw-dev)
  • 8c6f35bf5c4510cc18752037c9407a5c819f5212: chore: 强制执行 JS 打包大小限制 (#12922) (@crenshaw-dev)
  • ffe42256e9cfb62e34d072e39672486988212a60: chore: 修复遗漏的 lint 问题 (#22518) (@crenshaw-dev)
  • b39e3a8d1ec37971fabca59fec3064f5df71b3db: chore: 初步支持基于 tilt 的开发 (#22337) (#23002) (@FourFifthsCode)
  • d6efb9e5387e9dd5dc521e11c9c17139b4c61bef: chore: 将 OIDC PKCE 支持从 UI 迁移至后端 (#21729) (@yann-soubeyrand)
  • d2da1b3f4e58f9e86ebc29cadf51d3e04cd6a54e: chore: 将 pkg/exec 移入项目内部 (#22175) (#22460) (@crenshaw-dev)
  • 2c3a452fd7514777deb98679f68586242b9feaa7: chore: 移除未使用的 Trunc 函数 (#23232) (@crenshaw-dev)
  • 309acd161c7cf20e99970f06d04efc4eb78a00a9: chore: 将 heptio-images 替换为 argocd-e2e-container (#23040) (@nitishfy)
  • 1be1d1c0aea99fa825e3e786ac72ad693f9e6096: chore: 设置 3.1 版本负责人和审批者 (#23203) (@christianh814)
  • 17e03ff33531ed76ef585e942206d7ebc471bfe0: chore: 简化拦截器中的用户代理版本约束处理 (#22358) (@mmorel-35)
  • 81ac6216a6ed41df2cd2e8240758b5b086498e7a: chore: 将发布说明博客文章链接更新至 v3.0 (#23222) (@nitishfy)
  • 90408cbafdb0709b52eac796fe2c2bf5092de628: chore: 将 Go 从 1.24.1 升级至 1.24.3 (#23026) (@thevilledev)
  • e1195fd931979b620375064cb3054bf0fb08c3ed: chore: 将 Go 从 1.24.3 升级至 1.24.4 (#23287) (@thevilledev)
  • 1df47e9aa4ae61361f0accbd010f35af4139a511: chore: 将 k8s 升级至 1.33.1 (#23362) (@pjiang-dev)
  • 2ae9f4341009b1979fcd18a3c512ca215669ceea: chore: 升级 mockery (#23387) (@blakepettersson)
  • e8f568a70d4ec47aa2607212b59e7b37a1a4de8d: chore: 为 argocd Utilio 使用具名导入 (#22836) (@ranakan19)
  • 8a4ba4d2e2bb6abe4d5c623586e1379e8516c744: ci: 在变更日志中添加破坏性变更部分 (#22395) (@agaudreault)
  • 200dc1d4993bdbf9a9aa5bae1364bb5cdc81b1dc: ci: 修复支持的版本脚本 (cherry-pick #23496) (#23497) (@gcp-cherry-pick-bot[bot])
  • 20f9081fb4db720a61b4d61434914f767cc08f47: docs(docs/operator-manual/ui-customization.md): 修复设置名称中的拼写错误 (#23485) (@msoderberg)
  • 47213a4392f8490e85d768559ccdd47acfa80f40: docs(reconcile.md): 修复命令示例 (#23132) (@thiagowfx)
  • 949c9eabd3e605b26a9a49858286af84900a36bc: feat(commit-server): 使用 os.Root 进行遍历保护 (#22956) (@crenshaw-dev)
  • 9472273a1b9d66e2e0b77a7a4c26437ccb38e71a: feat(health-check): 添加 karpenter 的 resource_customizations (#23139) (@kingbj940429)
  • 6c299bc7837b94a6a605502bd2c8961d5565046d: feat(health-check): 添加 ocs.openshift.io 的 resource_customizations (#23173) (@jennweir)
  • 610523b784a932c8b46c2bdcba42dfa24e7a4bc2: fix(commit-server): 应用镜像覆盖 (#22916) (@crenshaw-dev)
  • e28f6090d10b8fe26b54f14b5e903e94fbb6216b: fix(commit-server): 移除不必要的初始化容器 (#22915) (@crenshaw-dev)
  • 2801a11efc821ae9e3639e9432f7cf9977b9eb26: fix(health-check): StorageCluster.ocs.openshift.io (#23393) (@jennweir)
  • c7fa14e3b8e04e2eff9bceee964e80102676d975: fix(repo-server): 使用自定义 kustomize 版本时,获取正确的路径 (#21449) (#21537) (@Asuforce)
  • 7814790ff3d9c0053e3305fbb306270fa75dfbc3: fix(repo-server): 排序镜像 (#23372) (@crenshaw-dev)
  • 4b1bd1852fa1fe4890722d145620453f2ae8e314: fix(snyk-report): 改进最新补丁版本的计算 (#23223) (@olivergondza)
  • 7bb7385e467da81838921a2146e23ddfd4af3b68: fix(snyk-report): 对已分析的发布版本进行排序,添加 master 分支 (#23250) (@olivergondza)
  • 2e4d8e58d3d0a4c6f2beb8d3c5a667a66a5a803f: refactor: 改进 checkResourceStatus 的可读性 (#21260) (@tangboxuan)
  • 5509dd86464063e5ddfb15d8309d0556e268c0d0: test(server): 处理字符串组声明 (#22973) (#23208) (@crenshaw-dev)

完整变更日志: https://github.com/argoproj/argo-cd/compare/v3.0.9...v3.1.0-rc1

更新内容 (原始)

Quick Start

Non-HA:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.1.0-rc1/manifests/install.yaml

HA:

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

Release Notes Blog Post

For a detailed breakdown of the key changes and improvements in this release, check out the official blog post

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changelog

Features

  • 6047e91d15091de83f3b71022703046573aa74ff: feat(AppProject): Add sync window description (#20766) (@speedfl)
  • 999dbb264e4fc251b064b5184c4d8860eb50bbe4: feat(UI): add enabled field to explicitly set in automatedSync in SyncPolicy (#22482) (@aali309)
  • 111da3966e1ad1e96892f850df782c979713bd08: feat(actions): parametrized actions to scale workloads (#15505) (#20097) (@ratulbasak)
  • 76a63a1cace2b1c8882aa2b1e16d1ba5b868c539: feat(api): protect static assets endpoint from symlink traversal (#22936) (@crenshaw-dev)
  • 99faf8247415a81b64bacde9e179a05db50b5dc7: feat(appset): add target branch support for bitbucket cloud pull request generator (#22402) (@mihallis)
  • 64198e8042f26cf7b9676ba14ae3e28c25122e4f: feat(ci): don’t cancel-in-progress on master (#23392) (@crenshaw-dev)
  • 6cf29619aee9fc5c1104ff800a177bbf12523a1f: feat(cli): Add Plugin Support to the Argo CD CLI (#20074) (@nitishfy)
  • d14ba140d1e6dbb3be5be4a8c08a7b5ea87b5b75: feat(cli): Adding whoami alias (#23385) (@christianh814)
  • 7d6604404fd3b7d77124f9623a2d7a12cc24a0bb: feat(health): Implement spinkube SpinApp CRD health checks (#21896) (@lukepatrick)
  • 65464d8b77941c65499028bb14172fc40e62e38b: feat(health): OpenTelemetryCollector CRD Healthcheck (#23156) (@savanipoojan78)
  • 8f1f5c7234e694a4830744f92e1b0f8d1e3cd43d: feat(health): add Logstash resource customization (#22028) (@fprovencherdrw)
  • 96039be4e075e5b22781703023bfbbe5586bd081: feat(health): add Rabbitmq topology resource customizations (#22066) (@fprovencherdrw)
  • 9149021b2cd1f7ed7d2ba711643b560127f81ad0: feat(health): add crossplane and upbound health checks (#21479) (#22919) (@crenshaw-dev)
  • e578b85410f748c6c7b4e10ff1a5fdbca09b3328: feat(health): add kyverno Policy resource customization (#21552) (@marckhair)
  • 81ae77a4ad042a2e449f0d3dc9da86b989155b61: feat(hydrator): commit tracing (#19441) (#23361) (@crenshaw-dev)
  • d9ef10a817f64fbb45fb18abd56e4f3d243ae013: feat(hydrator): handle sourceHydrator fields from webhook (#19397) (#22485) (@alexymantha)
  • 2dafcba59515c7c62419b4d08c9eb76aa5b523fb: feat(ui): add keydown event to the pod dropdown menu (#20996) (@vivian-xu)
  • 3f3ac06fd13ead18759f77d908ff617579c21934: feat(ui): add toggle for fullname of resources in application-details-tree (#20812) (@surajyadav1108)
  • bb37b105173f065734a949ee0f46dde4e9abe044: feat(ui): allow to sort by age in Pod-view (#20783) (@surajyadav1108)
  • 0e9519314bd18e9319f3e78f00952784a149aa71: feat(ui): allows more convenient sorting of repository. (#19829) (@bianbbc87)
  • 30742f6d5dfd3a1c39bc602518f26b11c3ffd0d2: feat(ui): disable select not running pod and bring back arrow to selected pod (#21576) (@linghaoSu)
  • 9675487a16ea972cd63659d3fa955a88c1bf2b49: feat(ui): integrate Progressive Sync feature (#22781) (@aali309)
  • eb794b7db96f07e5e921f234cd25144098de04d7: feat(ui): set validate=false for “disable autosync” request during rollback via ui (#22898) (#23101) (@dlemfh)
  • ceec669b0b7a29c44bdad389de4527f85231073b: feat(ui): support delete all expired token in project roles (#21782) (@linghaoSu)
  • 2fbace3fe7b24a99446e0d7b1c6825a5f9bdbea6: feat(webhook): Fixed manifest-generate-paths annotation support for monorepos in BitBucket (#21811) (@anandf)
  • 964f26901ce1b4a7b99cbda95426461a5a64e197: feat: Add GitHub API rate limit metrics (#22864) (@reggie-k)
  • 18ce5c271fd4cd1a267b188f063d1c4cca9989f4: feat: Add images to resources in sync result #20896 (#20954) (@Aaron-9900)
  • 6d7e75d5cc73943c77d806dec312abc78ff1b509: feat: Add link to get the list of applications of a cluster/project (#21561) (@almoelda)
  • ce4b7a28cc77959fab5b6fedd14b1f9e9a4af4f7: feat: Contour HTTPProxy health check support for issue # 22504 (#22596) (@gregbarasch)
  • 2bd24889899f4d797ba4a4bcd4a7c8f2aa9b02f5: feat: Enable SkipDryRunOnMissingResource sync option on Application level (#22679) (@pasha-codefresh)
  • 5a3a10479380eb39f1c145babdf94ed1a72d054c: feat: Implement grafana-operator Dashboard and Folder CRD health checks (#22493) (@afarbos)
  • a2152a1216cdbeaa7bd02d0b2fb225390f96c77a: feat: Implement healthcheck gateway api (#20986) (#22855) (@chansuke)
  • 2c53861edb4859180eb8b43c98f29385470b840c: feat: Polish off UI changes for OCI support (#21685) (#22410) (@keithchong)
  • d3223a8c9fe1539bf62b9ff5b427f687cb823134: feat: add Fallback condition to KEDA ScaledObject health assessment (#22844) (@rickbrouwer)
  • dc1d148a5da2470b5263adba249d84c1167087e4: feat: add SSA field manager migration options (#23337) (@pjiang-dev)
  • dd5a8780e11300096c7db49ff8e14e9cf294968c: feat: add ability to exclude files when using git file generator (#22734) (@nitishfy)
  • f4edcf7717940e44a141dadb5ca8c5fc11951cb2: feat: add custom health check for CloudNativePG (#22802) (@sxd)
  • 432a0cdef42c6cfbc1b8daea58c4c54c7aef2d15: feat: add enable field for automatedSync (#21999) (@anandrkskd)
  • 98ca41125cacd977dfcf925b15c67400c6ce92c2: feat: add metric for sync durations(#11675) (#18474) (@Jack-R-lantern)
  • f763b2a97c989c4dc4d4f1729bb51d59baba8b6d: feat: add pause action for argo-rollouts #20505 (#20506) (@sedflix)
  • 19669d2daf32a3fd93df6d3746504286b23727b1: feat: add repository_id to AppSet generators (#15820) (#22416) (@geichelberger)
  • ec9b43f9fa8a7231de567d4b9c9e291ff8b7413e: feat: implement custom resource action skip-current-step for argo rollouts (#23025) (@reggie-k)
  • 4a15925edc89e09cc579d1f8c6a69142290af823: feat: improve Helm documentation (#22859) (@sabre1041)
  • ddb1021440693e33deb16c72bff9a124da81df28: feat: improve numa actions (#22835) (@dpadhiar)
  • 18c4d9d56869531f7ae017d610d4e79aaa5525c3: feat: oci support (Beta) (#18646) (@blakepettersson)
  • 00ee32f7f52be0b1f770b14e41903a13cc5f1ee0: feat: optionally propagate node labels to application pod view (#15274) (#23260) (@msoderberg)
  • 5091f9a3f7936244c506eed05d968e11ee79aa69: feat: remove suspended state from numaproj crds (#23359) (@dpadhiar)
  • d284b15400d2c3198101914ebcba3df729043780: feat: support gitea PR labels filter in appset PR generator (#21115) (#21148) (@livelxw)

Bug fixes

  • f26b7cd1acc507f00e281030415a76f8085514bc: fix(ApplicationSet): Check strategy type to verify it’s a progressive sync (#22563) (@fcrespofastly)
  • 274e918fc87c3a3ecfc2f2abb6ca89244eb62b7d: fix(appcontroller): if a history limit is negative, automatically converted to 0 (#22036) (@kingbj940429)
  • 25dc9605eb4c7d7674d290d3ef97dde7ae4cb2d0: fix(applicationset_controller): requeue by ApplicationStatus changes (#23043) (@dshmelev)
  • f7590fa3028deefda176d1c74059d7c05ed7144e: fix(appset): Add token to enterprise client (#23240) (#23455) (@lets-call-n-walk)
  • 7a064000a022bcf1fbdd0151d1276bbe1787c8bf: fix(appset): add default retry limit for operations triggered via RollingSync (#20428) (#23335) (@mikeshng)
  • e9ae886c3c488e87ac3224ee3567c5ce868a1019: fix(ci): get correct previous version, fail workflow if not (#22376) (@crenshaw-dev)
  • 9c2ffb74c91d722e2d474f28b76a60293ab92a4f: fix(ci): handle major versions in compatibility table generator (#22370) (@crenshaw-dev)
  • 9a8ec4aa09be90b6dd4ca3aa613ceee0fdd79727: fix(ci): use tags instead of branches (#22372) (@crenshaw-dev)
  • 3f90f99ee88b400eff3777e7a2a8e5eab3fac78a: fix(cli): Fix for removing auto generated tag for applicationset command (#22446) (@anandf)
  • 0dfdb0a86a58fdb11bf9aea0d760ea8c61a5581a: fix(cli): Prevent Get & Sync from Hanging on Invalid Application Spec (#21702) (@almoelda)
  • a2233562df8ef1c9bfd9fb83522ec53463614957: fix(controller): always set health.status.lastTransitionTime (#22665) (#22666) (@crenshaw-dev)
  • d69639a07379594d52b0526fdadebe019d8ae858: fix(controller): impersonation with destination name (#23309) (cherry-pick #23504) (#23519) (@gcp-cherry-pick-bot[bot])
  • 45a8c68f2a558a8b3041427621d14e07c915de98: fix(controller): only update lastTransitionTime when needed (#23018) (@crenshaw-dev)
  • 320f46f06beaf75f9c406e3a47e2e09d36e2047a: fix(darwin): remove the need for cgo when building a darwin binary on linux (cherry-pick #23507) (#23526) (@gcp-cherry-pick-bot[bot])
  • df5ff1f74665f022545403892ed5a9477d3f2b8e: fix(doc): Fix typo in SSA doc (#23421) (@pjiang-dev)
  • 73f68af2a623330b90fd7e73e97ee023992305d5: fix(docs): Fix UI port in E2E docs (#22881) (@olivergondza)
  • acd884406455870bcc895533fab22b5078265202: fix(docs): upgrading 3.0 docs (#22891) (@jheyduk)
  • 8ede2226501e225a97e3bf205cce409008e2ace5: fix(goreleaser): add darwin with CGO enabled and remove static to gorelease (#23457) (@rumstead)
  • 0b8d018fdfd13b92c455478eede3dcc0048f562a: fix(goreleaser): add darwin with CGO enabled to goreleaser (#23433) (@rumstead)
  • bd30eea239fc5a63bb2ab6660fbe731db17f4377: fix(haproxy): setting maxconn in haproxy config (#15319) (#18283) (@timgriffiths)
  • e9483a6a0d3eb4eeeb1e15d8cdd652d26cf97d4c: fix(health): handle nil lastTransitionTime (#22897) (#22900) (@crenshaw-dev)
  • 91e5f954a3ce4df55d8aae1706a10f43d216dc62: fix(hydrator): incorrect json tag (#23432) (@crenshaw-dev)
  • 3bbbac4bb9d6eba00fd22ceba0bef0cb150cf6d4: fix(hydrator): increase max msg size (#23190) (@crenshaw-dev)
  • 96fd06165e65da7a90fa07976d7c447f005a5dcb: fix(hydrator): split commit subject and body, make author one string (#23389) (@crenshaw-dev)
  • 0484f9f8a6638fb0b3883c9650e5d3812b683b39: fix(manifest): using wrong container registry for non-ha redis (#23114) (@agaudreault)
  • 36f91a0231efe959ed229b553a82ea7cae56673c: fix(metrics): populate dest_server label (#23246) (#23269) (@crenshaw-dev)
  • d4bdabd64d1f9e8b68758f849207fcf8e68633a4: fix(server): Propagate useAzureWorkloadIdentity flag from during repo validation (#23348) (#23358) (@mikebordon)
  • 7fda0677673a80bae5e7524362bfed8ae8a39d6a: fix(server): avoid unnecessary claims restrictions (#22973) (#23202) (@crenshaw-dev)
  • 5b21f98d7c77287dd14973830ee0408ff66f83c1: fix(server): infer resource status health for apps-in-any-ns (#22944) (@crenshaw-dev)
  • 791500238253b4b26425c92fa4731b98e4764422: fix(server): race condition in revoked token logic (#23311) (#23312) (@crenshaw-dev)
  • 6ef971330a30ed9459d90b5237bce499b5f4374f: fix(test): #23137 removed left over file that breaks subsequent make test run. (#23138) (@EricFortin)
  • db6ece9b9f76107896279b799b1038748223c649: fix(test): broken e2e test (#22975) (@crenshaw-dev)
  • 6174b94d6a5d3e11c878a12849fcf15e4975df06: fix(test): race condition in kubectl metrics (#23382) (#23383) (@crenshaw-dev)
  • 1d09c8c8a1b3fb37c69497200e4a70f107c1f289: fix(tests): race condition creating the sync id (#23481) (@agaudreault)
  • 109cd6c382912c0673828ca5595bf1c8c0557ea1: fix(tls): validate RSA keys before marshaling (#23295) (@thevilledev)
  • 38e7a03c5156e356327bc8391737d6fd1f23cf1a: fix(ui): Added tooltip for buttons in narrow window (#20886) (@surajyadav1108)
  • 8fde8d0a4b4b7a3d9d293053db0e57e7e456baff: fix(ui): Improve light/dark theme selector label (#22958) (@dnrce)
  • bde7bcfb291a12446bccd66c4f531096d0522197: fix(ui): avoid spurious error on hydration (#22506) (#22711) (@crenshaw-dev)
  • fdb035017f62daefbe430da2fdbf5b59d2333ba0: fix(ui): fix bearerToken validate in helm connect page (#22791) (@linghaoSu)
  • 04186aa3e4298b962291a19d6621936f0b1c7ac3: fix(ui): fix podGroup expansion background (#22279) (@linghaoSu)
  • 590d0cda641144ed6c0ee4cd175ef8018e4dd399: fix(ui): make Name column wider (argoproj#21080) (#21375) (@korsar182)
  • f4e2c6ea3b4918cdc8187e9290c5165d2c737f8e: fix(ui): replace current spinning webfont icon with svg icons (#21012) (@surajyadav1108)
  • 814a24e229a699533170302b28747b799ee4b7b9: fix(ui): resolve refresh page issue with multi system extensions (#22775) (@imwithye)
  • 401e835d08b190461e9bfb1fd7e027c8a480198b: fix(ui): use correct monaco editor config for correct behavior (#22421) (@linghaoSu)
  • e6065b88e5010084ae3f5fee20bb03b8bb260b3a: fix(updateAppsetFinalizers): Update Finalizers in addition to other metadata updates when updating Appsets (#23006) (@sangdammad)
  • 3e7625a255807d0207d8ac50cba5d94c975b84a4: fix(webhook): Fix panic when web URL string is empty in webhook payload (#23042) (@anandf)
  • 6bee96c37506ed6b794a0eabff80ca44389448b6: fix: #20183 preserve syncOptions when rolling back from the UI (#21871) (@alexef)
  • 76f80b375cbbf97aa0b401d73b37ea50022b6199: fix: #22879 override default variables in Makefile when your env is local Mac (#23182) (@daengdaengLee)
  • 531b79ad8d03e777806a888404de54c7bda472ce: fix: #23041 Add resource support to ‘argocd proj role add-policy/remove-policy’ (#23213) (@mason-liu)
  • c0c6abedc4034509eeac76625b839b88e2be433c: fix: #23100 Change workloadidentity token cache expiry based on token expiry. (#23133) (@jagpreetstamber)
  • 1a25d7c52c293f359a6e4909af04c378eb1a87d8: fix: Account for batch event processing in e2e tests (#22356) (@andrii-korotkov-verkada)
  • edf36831ab2bffa2007a3b7ffb5695531fa1ea63: fix: Add metadata labels to all NetworkPolicy resources (#23313) (@philippemerle)
  • 895dcf7fa79d766bf56f649fc9a72c52835bce68: fix: Allow ClusterAPI MachinePool scaling to be considered Healthy (#22040) (@mtougeron)
  • c73796da9068685e6029dec75b6c692b063c3825: fix: Always create manual long lived token (#19970) (@VannTen)
  • d22e28a28ebe8bdee9517363c11e6a5281986fbc: fix: AppSet PullRequest and SCM generators get 401 from GitHub without tokenRef (#22737) (@reggie-k)
  • b4fc122d3b2478300c37d7c0187e1a48bb9dfe08: fix: CVE-2025-26791 upgrading redoc dep to 2.4.0 to avoid DOMPurify b… (#21998) (@nmirasch)
  • 4a987ddbf2f85d02c9b44e1174baa0b82c53bb19: fix: Check for semver constraint matching in application webhook handler (#21634) (#21648) (@eadred)
  • 4905876108409ae9016cf93cfcf18c689a40479f: fix: Disable ESO refresh/push custom actions when they would do nothing (#22305) (@crabique)
  • b0d00d521ad29758ec66b2aaf7a52f5cf99a418a: fix: Enable service account token automount for haproxy (#22226) (#22353) (@andrii-korotkov-verkada)
  • cde5b4b7d40683d84df98994e67c4cbd9b247255: fix: Increase Scan count and move Scan outside of mutex lock to avoid slow calls timing out (#17645) (#21926) (@sethgupton-mastery)
  • ea97dec64201ad3f48caad51b2cedddfd99c7af8: fix: KubeVersion passed to helm template is incorrectly (#22650) (@sivchari)
  • b2ad0122d5b74a88c6ffd3846604b3ab1e6d3fe7: fix: Only port-forward to ready pods (#10610) (#22794) (@mikebryant)
  • 992ee25bd359f058f7b280649d84235513f442ad: fix: Race condition in nativeGitClient.LsFiles (issue #21754) (#22878) (@magat)
  • 8fd61195f0358c5c86e5a91d20c9b2ed6cd29bb8: fix: Race condition occurs during initial sharing (#22696) (@kahou82)
  • 6340e7ebdd2ca28ce35655c988c7e1aa87c3b38c: fix: UI log viewer ‘Show logs since a given time’ filed has no effect bug #22330 (#22331) (@ianyc)
  • 722da4e70f8a800acb50b5248f58a0eab3d9962d: fix: add cooldown to prevent resetting autoheal exp backoff preemptively (#23057) (@gdsoumya)
  • 44fce0e4787d4066cbfc2515e2aa66c214f53baf: fix: add fatal timeout upgrade with SIGKILL to ARGO_EXEC_TIMEOUT (closes #20785, #18478) (#22713) (@hazel-sudz)
  • 3ff30dfac10c0611a9963ecb86fda3f2220c504a: fix: add optional chaining before access to the targetRevision field (#23397) (@daengdaengLee)
  • 95efc16cd81733389003ea56be219b6fa26cdfe2: fix: add shellcheck and fix a few warnings (#22569) (@leshikus)
  • aefa93ff4e89ebb7cab10a85fc1bdd1d334691f9: fix: added tasks to upgrade Redis HA using renovate (#22054) (@afzal442)
  • 299286dea140bb15825b0059281f97821e1cd5e8: fix: app tree parentRef response missing version info (#22927) (@hanxiaop)
  • f03ffb3592495da990fb165bfb2585b6e6d1a568: fix: bump gitops-engine for ssd fix (#23456) (@pjiang-dev)
  • 56c556e70780194801919a3f78fd30e6f10a829f: fix: clarify applicationSet sync-policy (#22888) (@raweber42)
  • 61b3ea1187b26cced290d3d0962af1e23f734872: fix: context cancellation handling (#22824) (@sivchari)
  • 5002f8a24eb29643ba863b1463312e32c5ab30bb: fix: disable golang caching on releases to harden against cache poisoning (#22699) (@GrantBirki)
  • 76d1772b5c62af5e4056b886fb12adc4d94a6d68: fix: do not exclude APIService resources (#22586) (@agaudreault)
  • 01a882d4294090ba0684e3c6638ae62e5f5f0094: fix: do not fail on manifest-like yaml #21934 (#22043) (@CefBoud)
  • 8c3c778bee13b98ee0c06f5fcc2efb0f44859dda: fix: do not normalize resource tracking on live crds (#22722) (@blakepettersson)
  • 8bfb4f456a9ac8a86c849cd2c7070f8905fef4ca: fix: fixing broken md link (#22517) (@xvirgov)
  • f6f10c0521557a05efe156065a61a8643fb2b7a3: fix: handle annotated git tags correctly in repo server cache (#21771) (@aali309)
  • d171179dbd5558f1a2e5c6b5a9312fe95255acfb: fix: invalid version for ‘k8s.io/[email protected]’ (#22434) (@hua-ri)
  • 49514c9b4c2bccabb7bfa96d03795df36926d50f: fix: minor oci fixes (#23434) (@blakepettersson)
  • f532299f7c80c7f99a504da2ea916f7b86f2211a: fix: parse project with applicationset resource (#23252) (@blakepettersson)
  • d4a20e4136d9e15cb14d8fb20f76ad21a48ad300: fix: prevent rootpath duplication in OIDC redirect URLs, fixes #21857 #20790 #12195 (#22254) (@Diasker)
  • 6e972e436a6c5c73bd47d1e01d222f039b587e2f: fix: properly handle shutdown signal for admin dashboard (#23231) (@blakepettersson)
  • 0707bff1c2df0174e4e36db7dade08cadc0a0009: fix: remove default spec.preserveUnknownFields ignoreDifference for CRD (#22948) (@mikutas)
  • db9c82a886996cda05678a80815b5b59449b5762: fix: remove project from cache key for project scoped credentials (#22712) (@pjiang-dev)
  • e72ebb0098a38a29562f1b6f1ac532818a53f6b9: fix: respect delete confirmation for argocd app deletion (#22657) (@nitishfy)
  • f4e12ad2d63115ef6bfaedf503f2a2d983de7a49: fix: revert “added tasks to upgrade Redis HA using renovate (#22054)” (#23068) (@crenshaw-dev)
  • be3efbd98f5f11d4d04dd6b5af84fc94b630ad83: fix: settings request doesn’t return default tracking method (#22965) (@oleksandr-codefresh)
  • 8e846a56f98312cadb67335b8d41d8d964296a6f: fix: test/container/Dockerfile (#22681) (@sivchari)
  • 6d257348522dcd4b639e8b86353f0c57b03e08dd: fix: typo in native-oci-support.md (#23379) (@joebowbeer)
  • fe347e39f714ab2c7a49e5779807fecab065922d: fix: update field name from syncPolicy.automated.enable to enabled (#22440) (@anandrkskd)

Documentation

  • c11b36d455ad2613987693b08e2e98d7173d7fa1: docs(cli): improve argocd actions run docs (#23376) (@crenshaw-dev)
  • 02185d70563d6c79f5872fa4c05a230956c8caf1: docs(server): no resource health when using the list api (#22954) (@rumstead)
  • e4a8c9ee980b150167b37afa27385d6ae564f19d: docs(users): Add DigitalEd to official USERS.md (#22624) (@de-slalonde)
  • 0f7da6322087c02bcd5ef4504f4934c23f02294d: docs(users): Add Doubble to official USERS.md (#22557) (@dag-andersen)
  • 31e8ff8759372199c71ade7467bc5730bbacb144: docs(users): Update USERS.md - adding Paystack (#22925) (@ibrahimlawal-paystack)
  • 0455e840b78df46c47e62e0ca15446b497a4ab44: docs(users): Update USERS.md - adding Schneider Electric (#22907) (@kylash-mr)
  • e691ee35b4bd3276a395e246779b522803230248: docs: improved applicationset doc when deployed using helm. addresses #23155 (#23256) (@EricFortin)
  • bf488ccc4d8b71eecb0491cc08a828af9902900f: docs: Add RequeueAfterSeconds documentation for git generator (#22890) (@raweber42)
  • e55840a4559a17a9be42c7a9291b3e921d992104: docs: Add Wakacje.pl to USERS.md (#22534) (@Jagermaist3r)
  • b3e72ac3e6c1258d0212f2bf34db3168a65c1d4b: docs: Add replace syncOption in application.yaml (#23274) (@ragul-engg)
  • 2e1e3162e581ac66a31ab79f15c112d51e34e0ef: docs: Add docs for local chain e2e tests run (#23319) (@reggie-k)
  • 98faf392a72c471fd63ed1657e885a185bb0a8f5: docs: Add note about needing to restart the controller when excluding child resources (#22362) (@amit-o)
  • 6aa5f84631ba8dda305737168d3845f9921338be: docs: Added Swissblock Technologies to USERS.md (#23010) (@bygui86)
  • 9df2fd9a676194da3a48fb80e92ca477c18d25b3: docs: Added eSave to USERS.md (#23258) (@bryanme5)
  • 4d0d80731e73946c47673eb86f2d41d10e44a53f: docs: Adds chronicle-labs to users (#22635) (@WesleyCharlesBlake)
  • f43523a69e21fa38dbfe9fd67336df18e0b6eaf9: docs: Bulk typo fix (#23144) (@codesenju)
  • 127293dcc7eda6978bf4002f22edbaa4cf60f331: docs: Clarify Google Directory API scope requirements in documentation (#23386) (@BobDu)
  • 0c20652c9a9b2c432fb5d536000615a553b2566f: docs: Correct project role RBAC wording in projects.md [Minor] (#22922) (@gekart)
  • 2fc05c58e727c96a748e723b8f102a0d1b968415: docs: Docs usage fix (#23450) (@tstirrat15)
  • 569f5d4ce50c75708d5a3fda3bde575803975438: docs: Document GitHub App credentials GitHub Enterprise Base URL when creating repository (argoproj#22389) (#22433) (@dkarpele)
  • 9849d2743b8c45e8529b026e4279dcfec9bbf8d1: docs: Explain repo definition for source hydrators (#23454) (@barata)
  • 4b866292e5656fa0e7f46eb5c341016324d97bc2: docs: Fix formatting in the “high-availability” documentation page (#23235) (@multani)
  • fc3c929ceab55ea705bb7d106e6202a51a19d04e: docs: Fix notice blocks in reconcile.md (#23277) (@HarHarLinks)
  • 80a194af85b3dd391b60c37a99230d65275263b8: docs: Fix section nesting in webhook.md (#23278) (@HarHarLinks)
  • f550dc05922ae7ff844d536294a5eabd2559c02f: docs: Fix typo in releasing.md (#23027) (@uta8a)
  • e89e05486d2b22c3f3a281eb2f1c8b7d1af65834: docs: Fix typos (#23259) (@HarHarLinks)
  • 44294a5102b088a5d695eeea53d652dd79eb30af: docs: Fixed link to argocd-cm.yaml [minor] (#22923) (@gekart)
  • aa7f5726e8cac6adc8ca28453e8653c500a168a0: docs: Helm values can’t be used as soon as valuesObject is used (#22807) (@revitalbarletz)
  • 8401dcead032d44f4e085039a64a6689fe984d88: docs: Removed IgnoreExtraneous since it is now in the new compare-options doc (#22632) (@christianh814)
  • 27ae11ac58c32225216d3ee8cfe21061ff841149: docs: Style and formatting fixes in the developer guide (#22677) (@olivergondza)
  • f54238bae44de44cc85e23ce91c2afc36eb6c9e4: docs: Style and formatting improvements to User Guide (#22622) (@olivergondza)
  • 463155b8b4a21583867853f26ab22250c80bc2e4: docs: Update 2.14-3.0.md (#23314) (@saptadip)
  • 4aea93b8673b6c67468db57e4d0b3ea89f6c0ee1: docs: Update Appset-Any-Namespace.md - removed extra ‘and’ for clarity (#22767) (@revitalbarletz)
  • a7dce394442855012b7e51ded3ca8b0ff9a29cae: docs: Update sync-waves.md to include more details about phases and waves (#22768) (@revitalbarletz)
  • 4b6566a8ef9e26d137ca9f488cbd2f36fa0963b9: docs: add a precise description on helm chart prerelease version comparison. Fixes #21818 (#22724) (@sspreitzer)
  • 5cd1ef9e6719bbd71d187bf3e65ba912fc022cc3: docs: add external IP LoadBalancer Step (#22851) (@hrittikhere)
  • 3d73f377383c8ae6ac79600ef77649ba8c3a9622: docs: add missing URL configuration for Google Groups SSO with Dex (#22197) (@vamsikrishna9640)
  • d9e93f43e8da7f408c07283d371b91d8e87edf42: docs: add more release dates (#23113) (@crenshaw-dev)
  • 66d7f1b0605acb6bddf5ee20577ad4fb6befd425: docs: add notifications examples section (#22032) (@Aaron-9900)
  • 5dba0648f34ee1440a349775423dd7973fc0a928: docs: clean up ci_automation.md for correctness and clarity (#23329) (@J3m3)
  • 0e800341bbb002cff6c4d83a0936a59b646abb02: docs: detailed valid states for pullRequestState (#21873) (@kthoms)
  • 7ee59d02b6c0fee81e79b6e995cdc2e933e09912: docs: document syncPolicy.automated.enable field (#23332) (@crenshaw-dev)
  • 81f3843f04b57b98fd8f3674fde20d47683ccc09: docs: fix a typo in config-management-plugins.md (#23172) (@Chupaka)
  • ff7870d27c02d9f7e15a88ba5002931fa033abec: docs: fix jsonpath in 2.14-3.0 upgrade doc (#23045) (@cyrilgdn)
  • e0b278fd5d40fb009cd1cbc1640b0ff81d407e0a: docs: mention about requirement for go template when using template patch (#22950) (@nitishfy)
  • 0864318ac29cec009638cae308f2b8ba200b732e: docs: multiple resources should set a relative path in the valueFiles (#22745) (@revitalbarletz)
  • ab337ed8075ef31764bd5ad5e227680396e68722: docs: promote proxy extensions to beta (#22361) (@reggie-k)
  • 0893d7349dc020534c321de7693dd52222202c42: docs: regroup generators reference fixes #23439 (#23440) (@EricFortin)
  • ba9ad75ac755c377e635395db734485461432195: docs: remove argocd installation redundant steps for Mac users (#22705) (@afzal442)
  • e97114c3cd1c0171318c2eb6de83ed5c0c7099c9: docs: remove links to code (#22680) (@crenshaw-dev)
  • 899e9964e0a3424f7e1a9cc81ed1c5033f2ae19e: docs: remove projects as an allowed resource type from project level policy declarations documentation (#23036) (@hubwoop)
  • 43ce82801db322c0976cafb58048a44c5f6c0608: docs: spelling, formatting, etc updates (#23306) (@HarHarLinks)
  • 0b7d7df6ac609cc721917cfbf24913e95d1c217b: docs: update USERS.md to include Artemis Health (#22895) (@asela-nomihealth)
  • 06dd876038d9477e825af3006654dc384ebf8f9f: docs: update apps/appsets in any namespace flags documentation (#22480) (@nitishfy)
  • ae6e35976da5167bd06dd2814e1c171d70a1da0d: docs: update the defaultAppResyncPeriodJitter value to 60 (#23251) (@revitalbarletz)

Dependency updates

  • 6d63683bffe4bb6a7d443046cc9ec5c3d1c67a74: chore(deps): Update some dependencies versions (#22228) (#22260) (@andrii-korotkov-verkada)
  • e22cd46a868c09d826b776c2ffc2e59c76156c65: chore(deps): bump @babel/runtime from 7.14.6 to 7.26.10 in /ui (#22304) (@dependabot[bot])
  • d2d344ba016ebf1afff9c51d7fc4d592db5d2c33: chore(deps): bump @fortawesome/fontawesome-free from 6.5.2 to 6.7.2 in /ui (#23105) (@dependabot[bot])
  • 198aa8a37a0c1b7450ef1c409d7b85461beec53d: chore(deps): bump Dex from 2.41.1 to 2.43.0 (#23088) (@crenshaw-dev)
  • ad6f0afa57e069a60f7959d9393b71cacdc8a813: chore(deps): bump SonarSource/sonarqube-scan-action from 4.2.1 to 5.2.0 (#23164) (@dependabot[bot])
  • 2ed3ebe8076a6133b0695251a22e3de7eee87318: chore(deps): bump actions/cache from 4.2.0 to 4.2.3 (#23123) (@dependabot[bot])
  • c63885298c807142b7e10390ac971010e8ff757b: chore(deps): bump actions/download-artifact from 4.1.8 to 4.3.0 (#23153) (@dependabot[bot])
  • 1d440461410f0b3dd7f72f1ab5e34707e28a6916: chore(deps): bump actions/setup-go from 5.2.0 to 5.5.0 (#23151) (@dependabot[bot])
  • 22c11cee10d3c92ba10c9292277728f22b234130: chore(deps): bump actions/setup-node from 4.1.0 to 4.4.0 (#23108) (@dependabot[bot])
  • f9971fa370a94590d80d1c0026a4e79fc96fd450: chore(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 (#21231) (@dependabot[bot])
  • 73495d0707f214122b3bbaf966a312b5c9dba4e3: chore(deps): bump chromedriver from 134.0.2 to 135.0.0 in /ui-test (#22555) (@dependabot[bot])
  • a1fd1ba178794b7f6cc147e1e1be25a1157051b0: chore(deps): bump chromedriver from 135.0.0 to 135.0.1 in /ui-test (#22628) (@dependabot[bot])
  • 23f6822cabbc62679ff0d4090313c5f9b4faf697: chore(deps): bump chromedriver from 135.0.1 to 135.0.2 in /ui-test (#22704) (@dependabot[bot])
  • 0ad3a2c986bedcbb90ed5978f94a18d78936db07: chore(deps): bump chromedriver from 135.0.2 to 135.0.3 in /ui-test (#22774) (@dependabot[bot])
  • 5500a375f77bd707833daf320a74b0df141b4f38: chore(deps): bump chromedriver from 135.0.3 to 135.0.4 in /ui-test (#22787) (@dependabot[bot])
  • 08d52f361709c0fcbfde40dec7793c0d6be6fe2b: chore(deps): bump chromedriver from 135.0.4 to 136.0.0 in /ui-test (#22839) (@dependabot[bot])
  • 2078f40a6fdd4fd0cf6bafabb535446a7a139ba6: chore(deps): bump chromedriver from 136.0.0 to 136.0.2 in /ui-test (#22987) (@dependabot[bot])
  • bc00d082610e033ad889f5c50c0c8f078e1ab038: chore(deps): bump code.gitea.io/sdk/gitea from 0.20.0 to 0.21.0 (#22565) (@dependabot[bot])
  • 4febded784fd5c0639fff9acbfb240cfe58c344a: chore(deps): bump codecov/codecov-action from 4.6.0 to 5.1.2 (#21252) (@dependabot[bot])
  • cefb62292d9498fade362da73e1390ff0fb13668: chore(deps): bump codecov/test-results-action from 1.0.1 to 1.1.1 (#23124) (@dependabot[bot])
  • 6c1cfedd14f3349b90241eed107f09361cbbb47e: chore(deps): bump controller-gen to v0.18.0 (#23000) (@crenshaw-dev)
  • bdcc705956b36381f7c431adc6b58ca539eddbec: chore(deps): bump dario.cat/mergo from 1.0.1 to 1.0.2 (#22903) (@dependabot[bot])
  • 81c17cbcdd44d0f104bc3eaff83ae63d9a6eb5fc: chore(deps): bump docker/build-push-action from 6.10.0 to 6.17.0 (#23122) (@dependabot[bot])
  • 8ad0e22bf16d36a80b122184ae0e5c4edf7298e3: chore(deps): bump docker/build-push-action from 6.17.0 to 6.18.0 (#23179) (@dependabot[bot])
  • fe52b4d6d932fb2a14663332a2e9ed98a0d2353a: chore(deps): bump docker/login-action from 3.3.0 to 3.4.0 (#23110) (@dependabot[bot])
  • d4ebcc0c15dfb8b3585d59083d24443423453014: chore(deps): bump docker/setup-buildx-action from 3.10.0 to 3.11.0 (#23442) (@dependabot[bot])
  • e9863708b6d2d189d613ccdffe6e3782d3c6c20e: chore(deps): bump docker/setup-buildx-action from 3.8.0 to 3.10.0 (#23152) (@dependabot[bot])
  • 6dc031987f11577fdfc65771baddb60a9d3fb263: chore(deps): bump docker/setup-qemu-action from 3.2.0 to 3.6.0 (#23120) (@dependabot[bot])
  • ff9e40ef8f9b957a1b898d6cfe887cea628a7823: chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.17.0 to 1.17.1 (#22429) (@dependabot[bot])
  • d016dbec4d74a888a4564fd30ed8892b7476ba36: chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.17.1 to 1.18.0 (#22564) (@dependabot[bot])
  • 046b9e7d97dcc2338f874079bb361e5f9e0f9a33: chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.10.0 to 1.10.1 (#23350) (@dependabot[bot])
  • c8c74b5d836a8e0e32d5048971b28133795bc55c: chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.8.2 to 1.9.0 (#22614) (@dependabot[bot])
  • 41e7b26d035773b2bb35ad85fca2dc24060e65e8: chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.9.0 to 1.10.0 (#22990) (@dependabot[bot])
  • 9f37d436726256a3182ba3623fd927de66f315c8: chore(deps): bump github.com/Azure/kubelogin from 0.1.9 to 0.2.3 (#22401) (@dependabot[bot])
  • 545b26756d9f52c75ab22824e211b0709568c450: chore(deps): bump github.com/Azure/kubelogin from 0.2.3 to 0.2.6 (#22419) (@dependabot[bot])
  • fe8083adf599182795a4e1d11250db2d9e632fdb: chore(deps): bump github.com/Azure/kubelogin from 0.2.6 to 0.2.7 (#22453) (@dependabot[bot])
  • af3a37b053d984992803b4dab95305ca1dbc7a18: chore(deps): bump github.com/Azure/kubelogin from 0.2.7 to 0.2.8 (#22813) (@dependabot[bot])
  • 90507980945068894108c0864c1bf9fc5ccc3dd8: chore(deps): bump github.com/alicebob/miniredis/v2 from 2.34.0 to 2.35.0 (#23271) (@dependabot[bot])
  • 2d2efdc48f8a06078091c763a6c9225c3f23b371: chore(deps): bump github.com/argoproj/pkg to v2.0.1 (#22516) (@crenshaw-dev)
  • 0be041a8347449fe6307a484db85d79b90caa9b3: chore(deps): bump github.com/aws/aws-sdk-go from 1.55.6 to 1.55.7 (#22761) (@dependabot[bot])
  • 8c2fc743060a072040bcd3af70af4c86deb8f8cf: chore(deps): bump github.com/bradleyfalzon/ghinstallation/v2 from 2.14.0 to 2.15.0 (#22685) (@dependabot[bot])
  • b39ca155dc325b14c246be7b50d49518887d9523: chore(deps): bump github.com/bradleyfalzon/ghinstallation/v2 from 2.15.0 to 2.16.0 (#23221) (@dependabot[bot])
  • a2e99a055a78fb55f24d1f2a97bfc068c4679998: chore(deps): bump github.com/casbin/casbin/v2 from 2.103.0 to 2.104.0 (#22388) (@dependabot[bot])
  • 713f9473af8e389475aadccf6b4f894c94979805: chore(deps): bump github.com/casbin/casbin/v2 from 2.104.0 to 2.105.0 (#22732) (@dependabot[bot])
  • 8679549c38b831c29fbe028f512c7ecb1f050eb4: chore(deps): bump github.com/casbin/casbin/v2 from 2.105.0 to 2.106.0 (#23247) (@dependabot[bot])
  • 2093179488904ccfe7981f872fbb39f767b1cecb: chore(deps): bump github.com/casbin/casbin/v2 from 2.106.0 to 2.107.0 (#23322) (@dependabot[bot])
  • fff55f23f11f7bdeea77ba3d776c56b9db1f0bd9: chore(deps): bump github.com/casbin/govaluate from 1.3.0 to 1.6.0 (#23074) (@dependabot[bot])
  • bd5e6af609f0339ce4411cb138fb615881c49e07: chore(deps): bump github.com/coreos/go-oidc/v3 from 3.13.0 to 3.14.1 (#22566) (@dependabot[bot])
  • 065e298ab421f9d0a7d0a833f590f8938346df53: chore(deps): bump github.com/expr-lang/expr from 1.16.9 to 1.17.0 (#22364) (@dependabot[bot])
  • 08f34b45450b5dfc2c370f1a3bddb1a130ce2f6a: chore(deps): bump github.com/expr-lang/expr from 1.17.0 to 1.17.1 (#22400) (@dependabot[bot])
  • a1f90b5cb6d3b5a2d642a0cfe0b2da2f6bd89342: chore(deps): bump github.com/expr-lang/expr from 1.17.1 to 1.17.2 (#22477) (@dependabot[bot])
  • 32eaea7533884b46bba783e25fcf64082136b5f4: chore(deps): bump github.com/expr-lang/expr from 1.17.2 to 1.17.3 (#22989) (@dependabot[bot])
  • ee3752df703fe7337f08f1510b7de5b87620f04a: chore(deps): bump github.com/expr-lang/expr from 1.17.3 to 1.17.4 (#23175) (@dependabot[bot])
  • 7246c0246fb2d5cd0f6d24a0effbcd16f5a1f898: chore(deps): bump github.com/expr-lang/expr from 1.17.4 to 1.17.5 (#23248) (@dependabot[bot])
  • 54d7dbff62d4640b2b50b3541a24f1434bed4aaf: chore(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 (#22577) (@dependabot[bot])
  • 6ce6976cf1918a2a0f1eb17ea7032273e500b9ae: chore(deps): bump github.com/go-git/go-git/v5 from 5.14.0 to 5.16.0 (#22684) (@dependabot[bot])
  • 23ab5fc23c660b5b096b34e91dc66ff97ad36d19: chore(deps): bump github.com/go-git/go-git/v5 from 5.16.0 to 5.16.1 (#23270) (@dependabot[bot])
  • dbd8009f18636efcde34394a734679ebce03e67d: chore(deps): bump github.com/go-git/go-git/v5 from 5.16.1 to 5.16.2 (#23341) (@dependabot[bot])
  • 93a8014aedfa742901903765fc3f83b58314ba80: chore(deps): bump github.com/go-jose/go-jose/v4 from 4.0.5 to 4.1.0 (#22598) (@dependabot[bot])
  • b8051c60a9e4935623f5263766142e9f6c0cddbe: chore(deps): bump github.com/go-logr/logr from 1.4.2 to 1.4.3 (#23194) (@dependabot[bot])
  • 9c177584fabe3df0e6be612a469e95df6817bb79: chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 (#22442) (@dependabot[bot])
  • 881448ec7671f84f707ad20aae687a5b0014bf40: chore(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 (#22441) (@dependabot[bot])
  • f8b5b0ba5402f747478e09567b4fabb223e6e0d5: chore(deps): bump github.com/google/go-jsonnet from 0.21.0-rc1.0.20250311032901-bc787d68ca30 to 0.21.0-rc2 (#22454) (@dependabot[bot])
  • d0afa89a8269630b5cb818b7573336102a6b787d: chore(deps): bump github.com/google/go-jsonnet from 0.21.0-rc2 to 0.21.0 (#22902) (@dependabot[bot])
  • fb0a89864c451db7e8d2e21062f6efd613341f69: chore(deps): bump github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus from 1.0.1 to 1.1.0 (#23441) (@dependabot[bot])
  • f6861aa353da571744daa3b39bceec441c7344ef: chore(deps): bump github.com/grpc-ecosystem/go-grpc-middleware/v2 from 2.3.1 to 2.3.2 (#22868) (@dependabot[bot])
  • bc73ff902324ad7726262a19380f9a3efabb6213: chore(deps): bump github.com/jarcoal/httpmock from 1.3.1 to 1.4.0 (#22576) (@dependabot[bot])
  • 0e17da4880f3684440e514f1af32dea48c2f5a29: chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.81 to 0.9.82 (#22543) (@dependabot[bot])
  • 3a529f338df0d135d62de7a4d05a5fbd138b1d2c: chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.82 to 0.9.83 (#22762) (@dependabot[bot])
  • 9a738b28802096a657ac5ea7c9dfc16320eac08c: chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.83 to 0.9.85 (#22866) (@dependabot[bot])
  • 0a8a7e246f260638a8b794dfb192497769365ca0: chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.85 to 0.9.86 (#23349) (@dependabot[bot])
  • 30ede8ac81ddcc0ecad1f07d1f35bdd9215f5a52: chore(deps): bump github.com/olekukonko/tablewriter from 0.0.6-0.20230925090304-df64c4bbad77 to 1.0.6 (#23030) (@dependabot[bot])
  • 7735b743b39c809e35d5eca8fe8eac4fe5ab1e0e: chore(deps): bump github.com/olekukonko/tablewriter from 1.0.6 to 1.0.7 (#23174) (@dependabot[bot])
  • 127eef95fd5a5169152b498d05f9c4f1baadbe96: chore(deps): bump github.com/prometheus/client_golang from 1.21.1 to 1.22.0 (#22615) (@dependabot[bot])
  • 5e1d2b9bb77035e8f257c670902d6bc546600e7a: chore(deps): bump github.com/prometheus/client_model from 0.6.1 to 0.6.2 (#22654) (@dependabot[bot])
  • a916289a66dce42ff86d3ef0b303055196acadaa: chore(deps): bump github.com/redis/go-redis/v9 from 9.7.1 to 9.7.3 (#22425) (@dependabot[bot])
  • a823e12595d72b7abe0d6cd55ce7e9b44d3f0f67: chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.116.0 to 0.129.0 (#23098) (@dependabot[bot])
  • c7a0fa3a8cb205b76ff0bdc8ad536bf2515d175a: chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.129.0 to 0.130.1 (#23365) (@dependabot[bot])
  • 765d2d36b61224aec98305612d3b6ded2c1d2975: chore(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.59.0 to 0.60.0 (#22214) (@dependabot[bot])
  • 6fb4cb56ebd33e68d932c629bdeb152af3791d82: chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.32.0 to 1.35.0 (#22215) (@dependabot[bot])
  • d69f37bb3519792641af1d0b88a698149871fd5e: chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.35.0 to 1.36.0 (#23096) (@dependabot[bot])
  • 2ed31a7b8c9900c5e69d852916aab6ba4d12e930: chore(deps): bump go.opentelemetry.io/otel/sdk from 1.34.0 to 1.35.0 (#22210) (@dependabot[bot])
  • d0d53d363983c31f70d89e986749d773719af175: chore(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 (#22509) (@dependabot[bot])
  • fc147e3e9a5a05e662febe6cff2d846e1dfabc22: chore(deps): bump golang.org/x/net from 0.38.0 to 0.39.0 (#22599) (@dependabot[bot])
  • 73c976003a60fa4d60c214ac8f4dfb69f9e4f2ae: chore(deps): bump golang.org/x/net from 0.39.0 to 0.40.0 (#22874) (@dependabot[bot])
  • d9b102bea07e7002d386de999c70d8e701cce176: chore(deps): bump golang.org/x/net from 0.40.0 to 0.41.0 (#23289) (@dependabot[bot])
  • 17337de6ebffae3bf1b6a94925c4de2caaf985a1: chore(deps): bump golang.org/x/oauth2 from 0.28.0 to 0.29.0 (#22580) (@dependabot[bot])
  • c37be2122b02e69b7ce8e4121fb2ba59182b7e54: chore(deps): bump golang.org/x/oauth2 from 0.29.0 to 0.30.0 (#22871) (@dependabot[bot])
  • 41a4cd3032abf9a0a725788e59ddf43716338983: chore(deps): bump golang.org/x/sync from 0.14.0 to 0.15.0 (#23290) (@dependabot[bot])
  • 410a0a54cf40e3830148ec00e16bb72a3fe0ce8d: chore(deps): bump golang.org/x/term from 0.31.0 to 0.32.0 (#22873) (@dependabot[bot])
  • ee45d0fc1b45338b44069141df192296e8251554: chore(deps): bump golang.org/x/time from 0.11.0 to 0.12.0 (#23288) (@dependabot[bot])
  • 5831c948dba13297af6ed42cfcb54539d3a8198d: chore(deps): bump golangci/golangci-lint-action from 6.1.1 to 8.0.0 (#23111) (@dependabot[bot])
  • fa02355001304de5a8d1f0bb0407eb93ef9998ef: chore(deps): bump google.golang.org/grpc from 1.71.0 to 1.71.1 (#22542) (@dependabot[bot])
  • ca431dc5e44a68ab01f55ebb5da71743b3284086: chore(deps): bump google.golang.org/grpc from 1.71.1 to 1.72.0 (#22742) (@dependabot[bot])
  • 570b3424b0f86e027504434f31541853f8356fa7: chore(deps): bump google.golang.org/grpc from 1.72.0 to 1.72.1 (#22988) (@dependabot[bot])
  • 2f0bde61b5f065bbc384f1a0f4aa9119a4597f67: chore(deps): bump google.golang.org/grpc from 1.72.1 to 1.72.2 (#23161) (@dependabot[bot])
  • 47326bda6dac54c85e0cc3439adb1d245d30de9f: chore(deps): bump google.golang.org/grpc from 1.72.2 to 1.73.0 (#23292) (@dependabot[bot])
  • c943ad2d404df128d2adbd0579e7b8c8856319b8: chore(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (#22478) (@dependabot[bot])
  • a5012404fbf22a2fb53d81dcc048350c0be15d0c: chore(deps): bump goreleaser/goreleaser-action from 6.1.0 to 6.3.0 (#23163) (@dependabot[bot])
  • 89d1ff95cf63a8ecd11201c6331d6e23ae5ffef5: chore(deps): bump http-proxy-middleware from 2.0.7 to 2.0.9 in /ui (#22698) (@dependabot[bot])
  • 1ff739dccb7e4af4bab961805264e32e9fe06dd4: chore(deps): bump library/busybox from 3308bdf to f64ff79 in /test/e2e/multiarch-container (#23145) (@dependabot[bot])
  • df9ea614242c3e403def86db966cc004a91ceda1: chore(deps): bump library/busybox from 37f7b37 to 3308bdf in /test/e2e/multiarch-container (#23119) (@dependabot[bot])
  • 92589dea2fbb1d33afbc33acd459e4763e216857: chore(deps): bump library/busybox from sha256:498a000f370d8c37927118ed80afe8adc38d1edcbfc071627d17b25c88efcab0 to sha256:37f7b378a29ceb4c551b1b5582e27747b855bbfaa73fa11914fe0df028dc581f in /test/e2e/multiarch-container (#22703) (@dependabot[bot])
  • f7b5bef7db002d3fe9f1b4c630af52c4400ae231: chore(deps): bump library/golang from 1.24.1 to 1.24.2 in /test/container (#22597) (@dependabot[bot])
  • 3a49fc87eb6136450d0e30f93a30b1905ecd565c: chore(deps): bump library/golang from 1.24.1 to 1.24.2 in /test/remote (#22581) (@dependabot[bot])
  • ef07bbdea15b236556fe083eb530b6061399c50c: chore(deps): bump library/golang from 1.24.2 to 1.24.3 in /test/remote (#22905) (@dependabot[bot])
  • 04809649f874c27231ecde9fd3002c2135e4382e: chore(deps): bump library/golang from 1.24.2@sha256:1ecc479bc712a6bdb56df3e346e33edcc141f469f82840bab9f4bc2bc41bf91d to sha256:d9db32125db0c3a680cfb7a1afcaefb89c898a075ec148fdc2f0f646cc2ed509 in /test/container (#22729) (@dependabot[bot])
  • 8cc091c3d2bd87eb8c5c6e83bb54beeb92429cd6: chore(deps): bump library/golang from 18a1f2d to 1ecc479 in /test/container (#22637) (@dependabot[bot])
  • 923edeafa07d84be602f40b5698d58b93ea711f9: chore(deps): bump library/golang from 18a1f2d to 1ecc479 in /test/remote (#22636) (@dependabot[bot])
  • b9cf44b584aeb0eae1bc03fb99e67f9afb3812e7: chore(deps): bump library/golang from 1bcf884 to e84f2e8 in /test/remote (#23106) (@dependabot[bot])
  • a5626a3432aa872981896a1044abb52f60b6e042: chore(deps): bump library/golang from 1ecc479 to d9db321 in /test/remote (#22790) (@dependabot[bot])
  • b63bf8f1d4ab9ef45763330f4241462aa97511ef: chore(deps): bump library/golang from 39d9e7d to 86b4cff in /test/remote (#22985) (@dependabot[bot])
  • 5290de32b89269c75e5086bdd9e6f301ffad0c14: chore(deps): bump library/golang from 4c0a181 to 81bf592 in /test/remote (#23220) (@dependabot[bot])
  • 9d93eb2054960840e7f80b6c1f9ee986c9f95fe1: chore(deps): bump library/golang from 8131d99 to 30baaea in /test/container (#22840) (@dependabot[bot])
  • 9183506de8aa255a20f433e522db8fecc40a53ed: chore(deps): bump library/golang from 86b4cff to 1bcf884 in /test/remote (#23094) (@dependabot[bot])
  • 4e2d2d3459553b88562f07ed4b1a1360e7351c23: chore(deps): bump library/golang from 991aa6a to c0b66cf in /test/container (#22613) (@dependabot[bot])
  • 81dda34ab89735ac9a2115d41cf4135b56ac5a8a: chore(deps): bump library/golang from 991aa6a to c0b66cf in /test/remote (#22618) (@dependabot[bot])
  • e292cc444183de59935d0ee4e095514d350e27a6: chore(deps): bump library/golang from c0b66cf to 18a1f2d in /test/container (#22626) (@dependabot[bot])
  • e4d7103508b248c71e4087421cbb6ba05dda947f: chore(deps): bump library/golang from c0b66cf to 18a1f2d in /test/remote (#22627) (@dependabot[bot])
  • 7a2242a6f52d9571aca0f4dc78754de320e8d25c: chore(deps): bump library/golang from c5adecd to 8678013 in /test/remote (#22327) (@dependabot[bot])
  • 274bdcca8ba3af20061e4b1e1265e0e9798b90b3: chore(deps): bump library/golang from d9db321 to 8131d99 in /test/container (#22820) (@dependabot[bot])
  • f31807d5da37bd4ccbf1ec15fc6a29232328f59f: chore(deps): bump library/golang from d9db321 to 8131d99 in /test/remote (#22818) (@dependabot[bot])
  • 234c73a6887f57180c2c010d4d1fad7257da2361: chore(deps): bump library/golang from e84f2e8 to 4c0a181 in /test/remote (#23209) (@dependabot[bot])
  • 89f006a3513d799cfc8c13a6ea3977ccd8ce3b81: chore(deps): bump library/redis from 7.4.2 to 7.4.3 in /test/container (#22789) (@dependabot[bot])
  • b85fec60a52153c3fe914b75e18c097e5a03f14c: chore(deps): bump library/redis from 7.4.2@sha256:ca65ea36ae16e709b0f1c7534bc7e5b5ac2e5bb3c97236e4fec00e3625eb678d to sha256:fbdbaea47b9ae4ecc2082ecdb4e1cea81e32176ffb1dcf643d422ad07427e5d9 in /test/container (#22702) (@dependabot[bot])
  • 8d8ca4448766751f8898bf3f41496338f340df42: chore(deps): bump library/redis from 8bc6664 to d000041 in /test/container (#22821) (@dependabot[bot])
  • 7d81d1a59eeda6d7f24afcaba91b89341acc2864: chore(deps): bump library/redis from d000041 to 7df1eef in /test/container (#22841) (@dependabot[bot])
  • a85a760ffea149a1eb487083d2f976594168c689: chore(deps): bump library/registry from 2.8 to 3.0 in /test/container (#22575) (@dependabot[bot])
  • 86fa92d954b2088834ca5ec18df183b1cd24690e: chore(deps): bump library/ubuntu from 24.04@sha256:80dd3c3b9c6cecb9f1667e9290b3bc61b78c2678c02cbdae5f0fea92cc6734ab to sha256:1e622c5f073b4f6bfad6632f2616c7f59ef256e96fe78bf6a595d1dc4376ac02 in /test/container (#22716) (@dependabot[bot])
  • 59b9ffa09474b07d648f4da27d7bc8320f122d14: chore(deps): bump oras.land/oras-go/v2 from 2.5.0 to 2.6.0 (#22912) (@dependabot[bot])
  • 10abed751ea890b2cdde22c8ff5246dac0f22346: chore(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.1 (#23149) (@dependabot[bot])
  • fb40acdd792f2992396a80980a02d13cd68f3951: chore(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 (#23217) (@dependabot[bot])
  • 4a41a86e43b3ad117e7fff3ebe79c90ffdc22e25: chore(deps): bump peter-evans/create-pull-request from 7.0.5 to 7.0.8 (#23107) (@dependabot[bot])
  • e131d273e14f493269c9d85dcd82194369cfc08f: chore(deps): bump prismjs from 1.27.0 to 1.30.0 in /ui (#22296) (@dependabot[bot])
  • 528f6ad58b385461df1fb1aa1825f55d3515afd6: chore(deps): bump selenium-webdriver from 4.29.0 to 4.30.0 in /ui-test (#22451) (@dependabot[bot])
  • c5f789838288bd6e2e957b185ba06f4c5245a72f: chore(deps): bump selenium-webdriver from 4.30.0 to 4.31.0 in /ui-test (#22574) (@dependabot[bot])
  • 11736abfb95fd02b36e564dc387f63ff9633f7ac: chore(deps): bump selenium-webdriver from 4.31.0 to 4.32.0 in /ui-test (#22867) (@dependabot[bot])
  • 8c23cbdf13851f977b6e9f59d9ed6b8d10ebd9fb: chore(deps): bump selenium-webdriver from 4.32.0 to 4.33.0 in /ui-test (#23147) (@dependabot[bot])
  • 146a7798ed1a0d63fb20dff49fffe4ed7d1b8b9e: chore(deps): bump sigs.k8s.io/controller-runtime from 0.20.1 to 0.20.4 (#22959) (@dependabot[bot])
  • f6e15d298451242487a23d6143fb03b043064854: chore(deps): bump sigs.k8s.io/structured-merge-diff/v4 from 4.6.0 to 4.7.0 (#22653) (@dependabot[bot])
  • dbdc6eafdb281505b44f1f3ace28e08e93d3783f: chore(deps): bump sigstore/cosign-installer from 3.7.0 to 3.8.2 (#23109) (@dependabot[bot])
  • a671cc9b2332324146d03698dab1d8cf68cee512: chore(deps): bump sigstore/cosign-installer from 3.8.2 to 3.9.0 (#23467) (@dependabot[bot])
  • a2ff605212512bedab24a7ce9acc882a3cdec4fb: chore(deps): bump slsa-framework/slsa-github-generator from 2.0.0 to 2.1.0 (#23166) (@dependabot[bot])
  • 45f12f2676c88a071d9c32d5084684bdbad4ccfc: chore(deps): bump softprops/action-gh-release from 2.2.1 to 2.2.2 (#23150) (@dependabot[bot])
  • 7496ede7c286c84fe3f66154dc348376b7cbe74d: chore(deps): bump softprops/action-gh-release from 2.2.2 to 2.3.0 (#23340) (@dependabot[bot])
  • ee92cf56f2dfb7d80bd9f29bdca76da14d5a4521: chore(deps): bump softprops/action-gh-release from 2.3.0 to 2.3.2 (#23351) (@dependabot[bot])
  • 57b039f12cd96c8c5e834ceaddd615e724c01268: chore(deps): bump style-loader to v1 (#23091) (@crenshaw-dev)
  • 3de278ef85663588b3fbe47989bda6daf9190e5f: chore(deps): bump tj-actions/changed-files from 3981e4f74104e7a4c67a835e1e5dd5d9eb0f0a57 to c6634ca281a9fc05b03bee224ba00910cb78ab6e (#23165) (@dependabot[bot])
  • f138b35889c5028c631a2c9e503480484e208f1d: chore(deps): bump tj-actions/changed-files from bab30c2299617f6615ec02a68b9a40d10bd21366 to 3981e4f74104e7a4c67a835e1e5dd5d9eb0f0a57 (#23121) (@dependabot[bot])
  • 362dc663cd0e8617b0beef6dd4aa152b5238e6d3: chore(deps): update dependency gotestyourself/gotestsum to v1.12.2 (#22875) (@renovate[bot])
  • 01e8bd1c2f33535d145ab4dd7f763a87e8157e06: chore(deps): update dependency markdown to v3.8 (#22642) (@renovate[bot])
  • bee23628a8da2c7d2d1253f8a13b528adbd259f6: chore(deps): update dependency markdown to v3.8.1 (#23480) (@renovate[bot])
  • 1cd3ac511cb2c00e0c19ecc74ca0b7516eeff569: chore(deps): update dependency pymdown-extensions to v10.15 (#22811) (@renovate[bot])
  • 2a50dcb6c26d70b1f78fd533d6587acf89e05c12: chore(deps): update module github.com/golangci/golangci-lint to v1.64.8 (#22384) (@renovate[bot])
  • faf0073ebc1cccdf53766a56a084f9e5052814cd: chore(deps): update module github.com/golangci/golangci-lint to v2.1.1 (#22458) (@renovate[bot])
  • 88ecbe2e2712f8905e3773eaee9aab3674b84fd8: chore(deps): update module github.com/golangci/golangci-lint to v2.1.2 (#22675) (@renovate[bot])
  • eaf83ba29de44423c5e51a5baa510b75beed1181: chore(deps): update module github.com/golangci/golangci-lint to v2.1.5 (#22783) (@renovate[bot])
  • 8950d0a46cc1876380a0c329b006c54abaa97b55: chore(deps): update module github.com/golangci/golangci-lint to v2.1.6 (#22865) (@renovate[bot])
  • d076bfa07438040caf6ef07931083e60c26855b6: chore(deps-dev): bump @babel/core from 7.7.2 to 7.27.1 in /ui (#23148) (@dependabot[bot])
  • 0205eafa8ecac75828c5eef02d5e1a9f14639b22: chore(deps-dev): bump @types/jest from 29.5.12 to 29.5.14 in /ui (#23117) (@dependabot[bot])
  • 77ecfe527e2b2b42a03b2790d0dbaae86d39d81e: chore(deps-dev): bump @types/node from 22.13.10 to 22.13.11 in /ui-test (#22452) (@dependabot[bot])
  • 76f3e9841d06cbd41b5b1197867dad305c6eab45: chore(deps-dev): bump @types/node from 22.13.11 to 22.13.13 in /ui-test (#22479) (@dependabot[bot])
  • 344b434cc511fd715de7db177219fb6ac18d0475: chore(deps-dev): bump @types/node from 22.13.13 to 22.13.14 in /ui-test (#22495) (@dependabot[bot])
  • 38b4cba146dd2a5828fa767750953d6e527f8a08: chore(deps-dev): bump @types/node from 22.13.14 to 22.13.17 in /ui-test (#22541) (@dependabot[bot])
  • f63b80778915d8bdb460716e7abec4b58e1fcf64: chore(deps-dev): bump @types/node from 22.13.17 to 22.14.0 in /ui-test (#22556) (@dependabot[bot])
  • 600ab1808703c4498edfa1dccad0157d0614a598: chore(deps-dev): bump @types/node from 22.14.0 to 22.14.1 in /ui-test (#22652) (@dependabot[bot])
  • 7079a4cc7aafc074cccf6f9906e33f72f616f390: chore(deps-dev): bump @types/node from 22.14.1 to 22.15.0 in /ui-test (#22788) (@dependabot[bot])
  • a00446565c0c7783394ff62d90df9a83a18a8095: chore(deps-dev): bump @types/node from 22.15.0 to 22.15.2 in /ui-test (#22812) (@dependabot[bot])
  • a12f517ebd00627efba5561192adeadcfa773e74: chore(deps-dev): bump @types/node from 22.15.11 to 22.15.14 in /ui-test (#22886) (@dependabot[bot])
  • ff1b93590595a31691a895f11dcee5d05376bab4: chore(deps-dev): bump @types/node from 22.15.14 to 22.15.16 in /ui-test (#22904) (@dependabot[bot])
  • 09f874da24453343e61fd0bb748e942952486878: chore(deps-dev): bump @types/node from 22.15.16 to 22.15.17 in /ui-test (#22911) (@dependabot[bot])
  • 7b09aef22a9d9e86db5d2ab4c8e6aa38597920f3: chore(deps-dev): bump @types/node from 22.15.17 to 22.15.18 in /ui-test (#22986) (@dependabot[bot])
  • 17d356fe383f5793b422320f3126505272cda3f5: chore(deps-dev): bump @types/node from 22.15.18 to 22.15.19 in /ui-test (#23032) (@dependabot[bot])
  • 4210535a1771beac9358b45fff05a08a79e0b5ee: chore(deps-dev): bump @types/node from 22.15.19 to 22.15.21 in /ui-test (#23073) (@dependabot[bot])
  • 969b043503516a44e886d8ab66f422309f563dc8: chore(deps-dev): bump @types/node from 22.15.3 to 22.15.11 in /ui-test (#22870) (@dependabot[bot])
  • 580ae1db1f11e408add795ed24150e1b2e8a1e25: chore(deps-dev): bump dotenv from 16.4.7 to 16.5.0 in /ui-test (#22638) (@dependabot[bot])
  • baa679d2dc37735b8fd838e110965e8583e8aa31: chore(deps-dev): bump esbuild-loader from 2.18.0 to 4.3.0 in /ui (#21852) (@dependabot[bot])
  • 53a2005b43155b7de048c261a540a13aabf8bf75: chore(deps-dev): bump mocha from 11.0.1 to 11.2.2 in /ui-test (#22849) (@dependabot[bot])
  • cbb76a587a158fb45a4f6ced1086a03a49a8e735: chore(deps-dev): bump mocha from 11.2.2 to 11.3.0 in /ui-test (#23031) (@dependabot[bot])
  • e1db296752b2b3577688cbf746aa1f8a9cc205a2: chore(deps-dev): bump mocha from 11.3.0 to 11.4.0 in /ui-test (#23054) (@dependabot[bot])
  • e5ee3e42d2525f036fe3cb66eb8d07540b9739a3: chore(deps-dev): bump mocha from 11.4.0 to 11.5.0 in /ui-test (#23146) (@dependabot[bot])
  • b99e8e73c0d6447e24706aad531370f712fb6d8e: chore(deps-dev): bump typescript from 5.8.2 to 5.8.3 in /ui-test (#22573) (@dependabot[bot])

Other work

  • 1eeaab45641299910531741d421e105900ba4788: Added Bayer AG to the USERS.md (#22645) (@nirmalarya)
  • a5b4041a79c54bc7b3d090805d070bcdb9a9e4d1: Merge commit from fork (@Ry0taK)
  • a445fcb4f66cfd6f313e80411e344e8d1e48bab1: chore(ci): address goreleaser deprecations (#22379) (@crenshaw-dev)
  • 33959d0605ca369fc15349f0e079e9c7ddf4016b: chore(ci): disable dependabot for ui-test (#23200) (@crenshaw-dev)
  • 878d6f715ed0a33e9652c0f926d3a5c1a655c5ed: chore(ci): fix otel dependabot group pattern (#23102) (@crenshaw-dev)
  • bde63b5a5bac69195f54526dd543d0e122ae2fde: chore(ci): improve previous-version script readability, fix bug (#22378) (@crenshaw-dev)
  • 2e3f9eb1c0a1eb8d9fe2bba704470522656a9e4d: chore(ci): pin tj-actions/changed-files to v46.0.5 (#23206) (@crenshaw-dev)
  • 0ec46f6857f6c39ce596aa71c5489bea75e14dea: chore(ci): upgrade golangci-lint to v2 (#22484) (@crenshaw-dev)
  • 25fc5d2b0c322a23cdafcacf5d4835cdb8c742a3: chore(cli): fix argocd admin repo command usage docs and examples (#23375) (@chengfang)
  • 8b567c99b4ad2017c66659bb5f065c3ae62ce266: chore(cli): fix argocd repo command usage docs and description (#23364) (@chengfang)
  • a9dff073b2332392097225d8a9b6d518413b5e56: chore(docs): Added Yuno to the USERS.md (#22806) (@jitapichab)
  • 99b8761a647175e4cc31254fd01baccec99912fb: chore(docs): Update Server Side Diff Documentation (#22600) (@pjiang-dev)
  • d0dbafcf0d0600bdfd25bd5bdf85a1cbe3acccdb: chore(docs): fix ZipRecruiter name in USERS.md (#22837) (@fedorovdima)
  • 70fc269834281d3960cfad82add4550f7bdd9b1c: chore(docs): fix indentation for Important admonition (#22883) (@fedorovdima)
  • 1b6c8237d36ce3a37345852b0879936b84eb6513: chore(docs): prepare for new release (#23437) (@agaudreault)
  • a3ef4719138bcd6f51ed072dd0c197e9145a7ea4: chore(finalizers): remove hardcoding of application and applicationset finalizers (#23420) (@ranakan19)
  • 54501c05a8eb7e82b5dbfc7c9175a7bb53ac3997: chore(lint): enable builtinShadow rule from go-critic (#23430) (@mmorel-35)
  • c6ebc19c1f5f9ab2d6e938c97b0cb676570d20b6: chore(lint): enable emptyStringTest rule from go-critic (#23400) (@mmorel-35)
  • 4731c61d7af9288a5fd25d342d28eea2df98dd09: chore(lint): enable evalOrder rule from go-critic (#23422) (@mmorel-35)
  • 8b2560497a13b6d491ee046791b3ddb3f3ca3a77: chore(lint): enable filepathJoin rule from go-critic (#23453) (@mmorel-35)
  • 79c75876a8fbd641cc4de3cc79d7a8ddfb4fbaba: chore(lint): enable httpNoBody rule from go-critic (#23399) (@mmorel-35)
  • 7cc360e5af4adba94e96c6898e49d4e611c0cc39: chore(lint): enable mapKey rule from go-critic (#23417) (@mmorel-35)
  • 2bf3f6850ef25440a00b59204c8d7b5e5ac5d2c9: chore(lint): enable more gocritic linters (#23328) (@crenshaw-dev)
  • d33b9b98babb2c57510c54ece90f42118939146b: chore(lint): enable nestingReduce linter (#23378) (@crenshaw-dev)
  • ede2b32aea06b6def828aaaaeec0d65bf7a20577: chore(lint): enable ptrToRefParam rule from go-critic (#23424) (@mmorel-35)
  • a91a6594a1fa643c7a556d1d709b848a8b92504d: chore(lint): enable regexpSimplify rule from go-critic (#23405) (@mmorel-35)
  • fa25f278c00e96519d9513636356e2d239e35614: chore(lint): enable sloppyReassign rule from go-critic (#23443) (@mmorel-35)
  • b6e90ea92cf6808756762425703bd8e55bcbf499: chore(lint): enable sprintfQuotedString rule from go-critic (#23401) (@mmorel-35)
  • 0fa3c3d67df79c22ad4bb989de57330a95a47813: chore(lint): enable tparallel linter (#23318) (@crenshaw-dev)
  • fd48c47cf9a476401246403518f860e9822b4de8: chore(lint): enable typeAssertChain rule from go-critic (#23407) (@mmorel-35)
  • 6b24fcb32cd16de6da02b0db84ce73448c2a32f2: chore(lint): enable typeDefFirst rule from go-critic (#23414) (@mmorel-35)
  • 114693dcc28592f1752db3df55e9aa974f8de944: chore(lint): enable typeSwitchVar linter (#23391) (@crenshaw-dev)
  • 52ad029110e2d9044aebb138d76c403244057b4f: chore(lint): enable typeUnparen rule from go-critic (#23406) (@mmorel-35)
  • 10fa1aa8c8095241467539856a08d3e1926ce4d2: chore(lint): enable unnecessaryBlock rule from go-critic (#23404) (@mmorel-35)
  • 1203ad06605caf8e237226c58759edb6f3bb8ac7: chore(lint): enable-all govet rules by default (#23426) (@mmorel-35)
  • 7d58ca3ef7bf7173c01be670dde307e0369edb3c: chore(logs): standardize application logging (#20731) (#21442) (@dhawos)
  • 8398380d46fecd17f3b2f8191a8d6072b3f21e64: chore(refactor): initialize slice to exact length (#22981) (@crenshaw-dev)
  • 061d5992dac1332774438cf7b73935d500530c20: chore(refactor): replace trivial function w/ standard lib (#23429) (@crenshaw-dev)
  • be6ba0e446765b7c62a3c377e75c697633320ce9: chore(refactor): replace trivial functions w/ standard lib (#23063) (@crenshaw-dev)
  • 30c325d952d6a23686ba24039a893a0c49a91256: chore(refactor): simplify maps util (#23431) (@crenshaw-dev)
  • 6625d07859fce053d82ddaf50b9886e64c97fbcb: chore(repo-server): unify semver resolution in new versions subpackage (#20216) (@PaulSonOfLars)
  • 97a38b486b97a57d42644fac531e2b7e761aa0dd: chore(server): remove dead code (#22955) (@crenshaw-dev)
  • 28e871e7e2f939a6163f8df80d29f6e2cd44b7c8: chore(sonar): Fix sonar warnings in applicationset/generators/duck_type.go (#23211) (@olivergondza)
  • e25123b63d74682f01de5d15203d90bd2792021b: chore(test): add e2e tests for gitops-engine (#23304) (@agaudreault)
  • f0d783b1e7c21da7751a0e4b49f6d9ccb2219c5c: chore(test): fix mockery deprecation warnings (#22998) (@crenshaw-dev)
  • 797f1d693b0fb4bb5584d36b31030212f26c0bf3: chore(test): upgrade to mockery v3 (#22999) (@crenshaw-dev)
  • b3cd6fee7769918db9ed841f56aa9b3ffc365a53: chore: Add Icelandair to USERS.md (#22533) (@alexkivars)
  • a0a82a1407c6a4c9428297a08b8f0883e514ebc6: chore: Disable trace exports to Telemetry for helm-registry server (#23020) (@saipavan9)
  • 18a26d624b9606d509a187c1c4ca4a9f391dbcad: chore: Update USERS.md (#22640) (@Oslan17)
  • 3f1d9bf5a2d759a9a78ffb75dc86d619aded74d0: chore: Updated Blog Link for v3.1 (#23494) (@christianh814)
  • 75098e5aedffc86a2bb5f214c9a31e363879ae16: chore: add “dry_run” label to sync metrics (#22010) (@jsolana)
  • 39e483ddef3a63f90b268c55ae25e68a6221e824: chore: add ApplicationSet Controller docs to clisdocsgen (#22417) (@ishitasequeira)
  • a628db994b33f95038c0aaf414c1a11962ddcbaf: chore: allow to set CGO flags in makefile (#22437) (@agaudreault)
  • 8010b4f7335d1be610fd4a8ca07c04091a732c09: chore: bump gitops-engine for error wrapping (#23282) (@crenshaw-dev)
  • 4f35f7f09a98e323d23faaaa93ccbbfe9cc3a986: chore: bump gitops-engine ssd fix (#23066) (@pjiang-dev)
  • 5b0d76503fab3b4211cfaace50cbf09e76cd56c3: chore: clean-up golangci-lint configuration (#22544) (@mmorel-35)
  • 54a45c4f89f614ae49604910bdbe3a285bf3789d: chore: disable gitpod (#23201) (@crenshaw-dev)
  • b6d9d6dd33842ba832467d2fd0f442d1ee2beb69: chore: enable exptostd linter (#23136) (@mmorel-35)
  • 30a0088c8412584bd90be7b676b0846aafb6e257: chore: enable lint for unused private fields (#23242) (@crenshaw-dev)
  • 8c6f35bf5c4510cc18752037c9407a5c819f5212: chore: enforce JS bundle size limit (#12922) (@crenshaw-dev)
  • ffe42256e9cfb62e34d072e39672486988212a60: chore: fix missed lint issues (#22518) (@crenshaw-dev)
  • b39e3a8d1ec37971fabca59fec3064f5df71b3db: chore: initial support for tilt based development (#22337) (#23002) (@FourFifthsCode)
  • d6efb9e5387e9dd5dc521e11c9c17139b4c61bef: chore: move OIDC PKCE support from UI to backend (#21729) (@yann-soubeyrand)
  • d2da1b3f4e58f9e86ebc29cadf51d3e04cd6a54e: chore: move pkg/exec in-tree (#22175) (#22460) (@crenshaw-dev)
  • 2c3a452fd7514777deb98679f68586242b9feaa7: chore: remove unused Trunc function (#23232) (@crenshaw-dev)
  • 309acd161c7cf20e99970f06d04efc4eb78a00a9: chore: replace heptio-images with argocd-e2e-container (#23040) (@nitishfy)
  • 1be1d1c0aea99fa825e3e786ac72ad693f9e6096: chore: setting up 3.1 release champion and approver (#23203) (@christianh814)
  • 17e03ff33531ed76ef585e942206d7ebc471bfe0: chore: simplify user agent version constraint handling in interceptors (#22358) (@mmorel-35)
  • 81ac6216a6ed41df2cd2e8240758b5b086498e7a: chore: update release notes blog post link to v3.0 (#23222) (@nitishfy)
  • 90408cbafdb0709b52eac796fe2c2bf5092de628: chore: upgrade Go from 1.24.1 to 1.24.3 (#23026) (@thevilledev)
  • e1195fd931979b620375064cb3054bf0fb08c3ed: chore: upgrade Go from 1.24.3 to 1.24.4 (#23287) (@thevilledev)
  • 1df47e9aa4ae61361f0accbd010f35af4139a511: chore: upgrade k8s to 1.33.1 (#23362) (@pjiang-dev)
  • 2ae9f4341009b1979fcd18a3c512ca215669ceea: chore: upgrade mockery (#23387) (@blakepettersson)
  • e8f568a70d4ec47aa2607212b59e7b37a1a4de8d: chore: use name imports for argocd Utilio (#22836) (@ranakan19)
  • 8a4ba4d2e2bb6abe4d5c623586e1379e8516c744: ci: add breaking changes section to changelog (#22395) (@agaudreault)
  • 200dc1d4993bdbf9a9aa5bae1364bb5cdc81b1dc: ci: fix supported-version script (cherry-pick #23496) (#23497) (@gcp-cherry-pick-bot[bot])
  • 20f9081fb4db720a61b4d61434914f767cc08f47: docs(docs/operator-manual/ui-customization.md): fix typo in setting name (#23485) (@msoderberg)
  • 47213a4392f8490e85d768559ccdd47acfa80f40: docs(reconcile.md): fix command example (#23132) (@thiagowfx)
  • 949c9eabd3e605b26a9a49858286af84900a36bc: feat(commit-server): use os.Root for traversal protection (#22956) (@crenshaw-dev)
  • 9472273a1b9d66e2e0b77a7a4c26437ccb38e71a: feat(health-check): Add resource_customizations for karpenter (#23139) (@kingbj940429)
  • 6c299bc7837b94a6a605502bd2c8961d5565046d: feat(health-check): add resource_customizations for ocs.openshift.io (#23173) (@jennweir)
  • 610523b784a932c8b46c2bdcba42dfa24e7a4bc2: fix(commit-server): apply image override (#22916) (@crenshaw-dev)
  • e28f6090d10b8fe26b54f14b5e903e94fbb6216b: fix(commit-server): remove unnecessary init container (#22915) (@crenshaw-dev)
  • 2801a11efc821ae9e3639e9432f7cf9977b9eb26: fix(health-check): StorageCluster.ocs.openshift.io (#23393) (@jennweir)
  • c7fa14e3b8e04e2eff9bceee964e80102676d975: fix(repo-server): When using custom kustomize versions, obtain the correct path (#21449) (#21537) (@Asuforce)
  • 7814790ff3d9c0053e3305fbb306270fa75dfbc3: fix(repo-server): sort images (#23372) (@crenshaw-dev)
  • 4b1bd1852fa1fe4890722d145620453f2ae8e314: fix(snyk-report): Improve calculation of latest patch release (#23223) (@olivergondza)
  • 7bb7385e467da81838921a2146e23ddfd4af3b68: fix(snyk-report): Sort analyzed released, add master (#23250) (@olivergondza)
  • 2e4d8e58d3d0a4c6f2beb8d3c5a667a66a5a803f: refactor: Improve checkResourceStatus readability (#21260) (@tangboxuan)
  • 5509dd86464063e5ddfb15d8309d0556e268c0d0: test(server): handle string groups claim (#22973) (#23208) (@crenshaw-dev)

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.0.9...v3.1.0-rc1

下载链接