Skip to content

Commit 23382e5

Browse files
authored
Merge branch 'main' into fleetBump
2 parents ebf87ca + 786a16c commit 23382e5

File tree

147 files changed

+5188
-2431
lines changed

Some content is hidden

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

147 files changed

+5188
-2431
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,10 @@ updates:
44
directory: /
55
schedule:
66
interval: "weekly"
7-
groups:
8-
# Group updates together, so that they are all applied in a single PR.
9-
# Grouped updates are currently in beta and is subject to change.
10-
# xref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
11-
k8s-go-deps:
12-
patterns:
13-
- "k8s.io/*"
14-
- "sigs.k8s.io/*"
15-
go-deps:
16-
patterns:
17-
- "*"
18-
exclude-patterns:
19-
- "k8s.io/*"
20-
- "sigs.k8s.io/*"
217
- package-ecosystem: "github-actions"
228
directory: ".github/workflows"
239
schedule:
2410
interval: weekly
25-
groups:
26-
actions:
27-
patterns:
28-
- "*"
2911
- package-ecosystem: "github-actions"
3012
directory: "/template/workflows/helm/.github/workflows"
3113
schedule:

.github/workflows/e2e-info.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
deployments: read
1313
packages: none
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- name: Set up Go
17-
uses: actions/setup-go@v3
17+
uses: actions/setup-go@v5
1818
with:
1919
go-version: 1.22
2020
- name: make

.github/workflows/integration-install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
deployments: read
1616
packages: none
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: Get Draft Cli version
20-
uses: actions/github-script@v6
20+
uses: actions/github-script@v7
2121
id: get_draft_version
2222
with:
2323
result-encoding: string

.github/workflows/integration-json.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
deployments: read
1313
packages: none
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616
- name: Set up Go
17-
uses: actions/setup-go@v2
17+
uses: actions/setup-go@v5
1818
with:
1919
go-version: 1.22
2020
- name: make
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
needs: build
3636
steps:
37-
- uses: actions/checkout@v2
37+
- uses: actions/checkout@v4
3838
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
3939
with:
4040
name: draft-binary

0 commit comments

Comments
 (0)