Skip to content

Commit 44cbea7

Browse files
authored
Merge branch 'master' into feature/cluster-list-unit-test
2 parents 0c5cc6d + 95b191d commit 44cbea7

File tree

269 files changed

+18340
-8391
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

269 files changed

+18340
-8391
lines changed

.github/workflows/bump-major-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
# We need to vendor go modules for codegen yet
5252
go mod download
53-
go work vendor -v
53+
go mod vendor -v
5454
working-directory: /home/runner/go/src/github.com/argoproj/argo-cd
5555
- name: Install toolchain for codegen
5656
run: |

.github/workflows/cherry-pick-single.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,6 @@ jobs:
109109
if: failure()
110110
run: |
111111
gh pr comment ${{ inputs.pr_number }} \
112-
--body "❌ Cherry-pick failed for ${{ inputs.version_number }}. Please check the workflow logs for details."
112+
--body "❌ Cherry-pick failed for ${{ inputs.version_number }}. Please check the [workflow logs](https://github.com/argoproj/argo-cd/actions/runs/${{ github.run_id }}) for details."
113113
env:
114114
GH_TOKEN: ${{ steps.generate-token.outputs.token }}

.github/workflows/ci-build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
go mod download
6666
- name: Check for tidiness of go.mod and go.sum
6767
run: |
68-
make workspace-vendor
69-
git diff --exit-code -- . ':!go.work.sum'
68+
go mod tidy
69+
git diff --exit-code -- .
7070
build-go:
7171
name: Build & cache Go code
7272
if: ${{ needs.changes.outputs.backend == 'true' }}
@@ -269,7 +269,7 @@ jobs:
269269
run: |
270270
# We need to vendor go modules for codegen yet
271271
go mod download
272-
go work vendor -v
272+
go mod vendor -v
273273
working-directory: /home/runner/go/src/github.com/argoproj/argo-cd
274274
- name: Install toolchain for codegen
275275
run: |
@@ -290,7 +290,7 @@ jobs:
290290
- name: Check nothing has changed
291291
run: |
292292
set -xo pipefail
293-
git diff --exit-code -- . ':!go.sum' ':!go.mod' ':!assets/swagger.json' ':!go.work' ':!go.work.sum' | tee codegen.patch
293+
git diff --exit-code -- . ':!go.sum' ':!go.mod' ':!assets/swagger.json' | tee codegen.patch
294294
working-directory: /home/runner/go/src/github.com/argoproj/argo-cd
295295

296296
build-ui:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
echo "hashes=$(sha256sum /tmp/sbom.tar.gz | base64 -w0)" >> "$GITHUB_OUTPUT"
237237
238238
- name: Upload SBOM
239-
uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
239+
uses: softprops/action-gh-release@aec2ec56f94eb8180ceec724245f64ef008b89f5 # v2.4.0
240240
env:
241241
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
242242
with:

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
go-version: 1.25.1
3131

3232
- name: Self-hosted Renovate
33-
uses: renovatebot/github-action@2d941ef4e268e53affdc1f11365c69a73e544f50 #43.0.14
33+
uses: renovatebot/github-action@e2421a9a80287bba9997b41a15ea1e5585d96925 #43.0.16
3434
with:
3535
configurationFile: .github/configs/renovate-config.js
3636
token: '${{ steps.get_token.outputs.token }}'

.github/workflows/scorecard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
persist-credentials: false
3636

3737
- name: "Run analysis"
38-
uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
38+
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
3939
with:
4040
results_file: results.sarif
4141
results_format: sarif

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ node_modules/
2020
.kube/
2121
./test/cmp/*.sock
2222
.envrc.remote
23+
.mirrord/
2324
.*.swp
2425
rerunreport.txt
2526

CODEOWNERS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@
1616
# CLI
1717
/cmd/argocd/** @argoproj/argocd-approvers @argoproj/argocd-approvers-cli
1818
/cmd/main.go @argoproj/argocd-approvers @argoproj/argocd-approvers-cli
19-
/docs/operator-manual/ @argoproj/argocd-approvers @argoproj/argocd-approvers-cli
19+
# Also include @argoproj/argocd-approvers-docs to avoid requiring CLI approvers for docs-only PRs.
20+
/docs/operator-manual/ @argoproj/argocd-approvers @argoproj/argocd-approvers-docs @argoproj/argocd-approvers-cli

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
ARG BASE_IMAGE=docker.io/library/ubuntu:25.04@sha256:10bb10bb062de665d4dc3e0ea36715270ead632cfcb74d08ca2273712a0dfb42
1+
ARG BASE_IMAGE=docker.io/library/ubuntu:25.04@sha256:103c7471649a4fd9996fe73dff20f46082e4e0f0f6240c91954b8b09c38b6faf
22
####################################################################################################
33
# Builder image
44
# Initial stage which pulls prepares build dependencies and CLI tooling we need for our final image
55
# Also used as the image in CI jobs so needs all dependencies
66
####################################################################################################
7-
FROM docker.io/library/golang:1.25.1@sha256:8305f5fa8ea63c7b5bc85bd223ccc62941f852318ebfbd22f53bbd0b358c07e1 AS builder
7+
FROM docker.io/library/golang:1.25.1@sha256:3c9619997c330b7e48c1dd3280444fccaf1d3b68c10c63fbba7d3461a6b61b3f AS builder
88

99
WORKDIR /tmp
1010

@@ -103,7 +103,7 @@ RUN HOST_ARCH=$TARGETARCH NODE_ENV='production' NODE_ONLINE_ENV='online' NODE_OP
103103
####################################################################################################
104104
# Argo CD Build stage which performs the actual build of Argo CD binaries
105105
####################################################################################################
106-
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.25.1@sha256:8305f5fa8ea63c7b5bc85bd223ccc62941f852318ebfbd22f53bbd0b358c07e1 AS argocd-build
106+
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.25.1@sha256:3c9619997c330b7e48c1dd3280444fccaf1d3b68c10c63fbba7d3461a6b61b3f AS argocd-build
107107

108108
WORKDIR /go/src/github.com/argoproj/argo-cd
109109

Dockerfile.tilt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/golang:1.25.1@sha256:8305f5fa8ea63c7b5bc85bd223ccc62941f852318ebfbd22f53bbd0b358c07e1
1+
FROM docker.io/library/golang:1.25.1@sha256:3c9619997c330b7e48c1dd3280444fccaf1d3b68c10c63fbba7d3461a6b61b3f
22

33
ENV DEBIAN_FRONTEND=noninteractive
44

0 commit comments

Comments
 (0)