Skip to content

Commit 12449f2

Browse files
authored
Merge branch 'master' into fix/normalize-target-replace-strategy
2 parents 9c99c96 + 191b4e3 commit 12449f2

308 files changed

Lines changed: 1132311 additions & 561041 deletions

File tree

Some content is hidden

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

.dockerignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Prevent vendor directory from being copied to ensure we are not not pulling unexpected cruft from
1+
# Prevent vendor directory from being copied to ensure we are not not pulling unexpected cruft from
22
# a user's workspace, and are only building off of what is locked by dep.
33
.vscode/
44
.idea/
@@ -26,4 +26,4 @@ examples/
2626
!hack/gpg-wrapper.sh
2727
!hack/git-verify-wrapper.sh
2828
!hack/tool-versions.sh
29-
!hack/install.sh
29+
!hack/install.sh

.github/configs/renovate-config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,8 @@ module.exports = {
1313
"github>argoproj/argo-cd//renovate-presets/devtool.json5",
1414
"github>argoproj/argo-cd//renovate-presets/docs.json5",
1515
"group:aws-sdk-go-v2Monorepo"
16+
],
17+
ignoreDeps: [
18+
'github.com/argoproj/argo-cd/gitops-engine'
1619
]
1720
}

.github/dependabot.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ updates:
2525
schedule:
2626
interval: "daily"
2727

28-
# Disabled since this code is rarely used.
29-
# - package-ecosystem: "npm"
30-
# directory: "/ui-test/"
31-
# schedule:
32-
# interval: "daily"
33-
3428
- package-ecosystem: "docker"
3529
directory: "/"
3630
schedule:
@@ -55,9 +49,3 @@ updates:
5549
directory: "/test/remote/"
5650
schedule:
5751
interval: "daily"
58-
59-
# Disabled since this code is rarely used.
60-
# - package-ecosystem: "docker"
61-
# directory: "/ui-test/"
62-
# schedule:
63-
# interval: "daily"

.github/pr-title-checker-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"MESSAGES": {
1111
"success": "PR title is valid",
1212
"failure": "PR title is invalid",
13-
"notice": "PR Title needs to pass regex '^(refactor|feat|fix|docs|test|ci|chore)!?(\\(.*\\))?!?:.*"
13+
"notice": "PR Title needs to pass regex '^(refactor|feat|fix|docs|test|ci|chore|revert)!?(\\(.*\\))?!?:.*"
1414
}
1515
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Harden the runner (Audit all outbound calls)
2020
if: ${{ vars.disable_harden_runner != 'true' }}
21-
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
21+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
2222
with:
2323
egress-policy: audit
2424

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- name: Harden the runner (Audit all outbound calls)
3838
if: ${{ vars.disable_harden_runner != 'true' }}
39-
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
39+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
4040
with:
4141
egress-policy: audit
4242

.github/workflows/cherry-pick.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- name: Harden the runner (Audit all outbound calls)
2626
if: ${{ vars.disable_harden_runner != 'true' }}
27-
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
27+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
2828
with:
2929
egress-policy: audit
3030

.github/workflows/ci-build.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
env:
1515
# Golang version to use across CI steps
1616
# renovate: datasource=golang-version packageName=golang
17-
GOLANG_VERSION: '1.26.2'
17+
GOLANG_VERSION: '1.26.3'
1818
# a workaround to disable harden runner
1919
STEP_SECURITY_HARDEN_RUNNER: ${{ vars.disable_harden_runner }}
2020

@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- name: Harden the runner (Audit all outbound calls)
3737
if: ${{ vars.disable_harden_runner != 'true' }}
38-
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
38+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
3939
with:
4040
egress-policy: audit
4141
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -63,7 +63,7 @@ jobs:
6363
steps:
6464
- name: Harden the runner (Audit all outbound calls)
6565
if: ${{ vars.disable_harden_runner != 'true' }}
66-
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
66+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
6767
with:
6868
egress-policy: audit
6969
- name: Checkout code
@@ -88,7 +88,7 @@ jobs:
8888
steps:
8989
- name: Harden the runner (Audit all outbound calls)
9090
if: ${{ vars.disable_harden_runner != 'true' }}
91-
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
91+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
9292
with:
9393
egress-policy: audit
9494
- name: Checkout code
@@ -124,7 +124,7 @@ jobs:
124124
steps:
125125
- name: Harden the runner (Audit all outbound calls)
126126
if: ${{ vars.disable_harden_runner != 'true' }}
127-
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
127+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
128128
with:
129129
egress-policy: audit
130130
- name: Checkout code
@@ -153,7 +153,7 @@ jobs:
153153
steps:
154154
- name: Harden the runner (Audit all outbound calls)
155155
if: ${{ vars.disable_harden_runner != 'true' }}
156-
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
156+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
157157
with:
158158
egress-policy: audit
159159
- name: Create checkout directory
@@ -226,7 +226,7 @@ jobs:
226226
steps:
227227
- name: Harden the runner (Audit all outbound calls)
228228
if: ${{ vars.disable_harden_runner != 'true' }}
229-
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
229+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
230230
with:
231231
egress-policy: audit
232232
- name: Create checkout directory
@@ -295,7 +295,7 @@ jobs:
295295
steps:
296296
- name: Harden the runner (Audit all outbound calls)
297297
if: ${{ vars.disable_harden_runner != 'true' }}
298-
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
298+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
299299
with:
300300
egress-policy: audit
301301
- name: Checkout code
@@ -357,7 +357,7 @@ jobs:
357357
steps:
358358
- name: Harden the runner (Audit all outbound calls)
359359
if: ${{ vars.disable_harden_runner != 'true' }}
360-
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
360+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
361361
with:
362362
egress-policy: audit
363363
- name: Checkout code
@@ -415,7 +415,7 @@ jobs:
415415
steps:
416416
- name: Harden the runner (Audit all outbound calls)
417417
if: ${{ vars.disable_harden_runner != 'true' }}
418-
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
418+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
419419
with:
420420
egress-policy: audit
421421
- name: Checkout code
@@ -496,7 +496,7 @@ jobs:
496496
steps:
497497
- name: Harden the runner (Audit all outbound calls)
498498
if: ${{ vars.disable_harden_runner != 'true' }}
499-
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
499+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
500500
with:
501501
egress-policy: audit
502502
- name: Free Disk Space (Ubuntu)
@@ -632,7 +632,7 @@ jobs:
632632
steps:
633633
- name: Harden the runner (Audit all outbound calls)
634634
if: ${{ vars.disable_harden_runner != 'true' }}
635-
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
635+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
636636
with:
637637
egress-policy: audit
638638
- run: |

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- name: Harden the runner (Audit all outbound calls)
4747
if: ${{ vars.disable_harden_runner != 'true' }}
48-
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
48+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
4949
with:
5050
egress-policy: audit
5151

@@ -60,15 +60,15 @@ jobs:
6060

6161
# Initializes the CodeQL tools for scanning.
6262
- name: Initialize CodeQL
63-
uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
63+
uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
6464
# Override language selection by uncommenting this and choosing your languages
6565
# with:
6666
# languages: go, javascript, csharp, python, cpp, java
6767

6868
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6969
# If this step fails, then you should remove it and run the build manually (see below)
7070
- name: Autobuild
71-
uses: github/codeql-action/autobuild@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
71+
uses: github/codeql-action/autobuild@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
7272

7373
# ℹ️ Command-line programs to run using the OS shell.
7474
# 📚 https://git.io/JvXDl
@@ -82,4 +82,4 @@ jobs:
8282
# make release
8383

8484
- name: Perform CodeQL Analysis
85-
uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
85+
uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4

.github/workflows/image-reuse.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
steps:
6262
- name: Harden the runner (Audit all outbound calls)
6363
if: ${{ vars.disable_harden_runner != 'true' }}
64-
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
64+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
6565
with:
6666
egress-policy: audit
6767

@@ -83,7 +83,7 @@ jobs:
8383
cache: false
8484

8585
- name: Install cosign
86-
uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
86+
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
8787

8888
- name: Setup QEMU
8989
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0

0 commit comments

Comments
 (0)