Skip to content

Commit 10b1bd1

Browse files
Merge pull request #9 from kubernetes/master
[pull] master from kubernetes:master
2 parents 7073c46 + 65b212b commit 10b1bd1

File tree

112 files changed

+519
-287
lines changed

Some content is hidden

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

112 files changed

+519
-287
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ on:
1212
- "!deploy/iso/**"
1313
env:
1414
GOPROXY: https://proxy.golang.org
15-
GO_VERSION: '1.22.0'
15+
GO_VERSION: '1.22.1'
1616
permissions:
1717
contents: read
1818

1919
jobs:
2020
build_minikube:
2121
runs-on: ubuntu-20.04
2222
steps:
23-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
23+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
2424
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
2525
with:
2626
go-version: ${{env.GO_VERSION}}
@@ -47,7 +47,7 @@ jobs:
4747
lint:
4848
runs-on: ubuntu-20.04
4949
steps:
50-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
50+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
5151
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
5252
with:
5353
go-version: ${{env.GO_VERSION}}
@@ -66,7 +66,7 @@ jobs:
6666
unit_test:
6767
runs-on: ubuntu-20.04
6868
steps:
69-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
69+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
7070
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
7171
with:
7272
go-version: ${{env.GO_VERSION}}

.github/workflows/docs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- master
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.22.0'
9+
GO_VERSION: '1.22.1'
1010
permissions:
1111
contents: read
1212

@@ -15,7 +15,7 @@ jobs:
1515
if: github.repository == 'kubernetes/minikube'
1616
runs-on: ubuntu-20.04
1717
steps:
18-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
18+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
1919
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
2020
with:
2121
go-version: ${{env.GO_VERSION}}
@@ -31,7 +31,7 @@ jobs:
3131
echo "EOF" >> "$GITHUB_OUTPUT"
3232
- name: Create PR
3333
if: ${{ steps.gendocs.outputs.changes != '' }}
34-
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
34+
uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e
3535
with:
3636
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3737
commit-message: Update auto-generated docs and translations

.github/workflows/functional_verified.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
- deleted
2323
env:
2424
GOPROXY: https://proxy.golang.org
25-
GO_VERSION: '1.22.0'
25+
GO_VERSION: '1.22.1'
2626

2727
permissions:
2828
contents: read
@@ -34,7 +34,7 @@ jobs:
3434
if: contains(github.event.pull_request.labels.*.name, 'ok-to-test')
3535
runs-on: ubuntu-20.04
3636
steps:
37-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
37+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
3838
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
3939
with:
4040
go-version: ${{env.GO_VERSION}}

.github/workflows/leaderboard.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ on:
66
- 'v*-beta.*'
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.22.0'
9+
GO_VERSION: '1.22.1'
1010
permissions:
1111
contents: read
1212

1313
jobs:
1414
update-leaderboard:
1515
runs-on: ubuntu-20.04
1616
steps:
17-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
17+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
1818
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
1919
with:
2020
go-version: ${{env.GO_VERSION}}
@@ -32,7 +32,7 @@ jobs:
3232
GITHUB_TOKEN: ${{ secrets.MINIKUBE_BOT_PAT }}
3333
- name: Create PR
3434
if: ${{ steps.leaderboard.outputs.changes != '' }}
35-
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
35+
uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e
3636
with:
3737
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3838
commit-message: Update leaderboard

.github/workflows/master.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- "!deploy/iso/**"
1515
env:
1616
GOPROXY: https://proxy.golang.org
17-
GO_VERSION: '1.22.0'
17+
GO_VERSION: '1.22.1'
1818
permissions:
1919
contents: read
2020

@@ -24,7 +24,7 @@ jobs:
2424
build_minikube_test_binaries:
2525
runs-on: ubuntu-20.04
2626
steps:
27-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
27+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
2828
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
2929
with:
3030
go-version: ${{env.GO_VERSION}}
@@ -50,7 +50,7 @@ jobs:
5050
build_minikube:
5151
runs-on: ubuntu-20.04
5252
steps:
53-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
53+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
5454
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
5555
with:
5656
go-version: ${{env.GO_VERSION}}
@@ -64,7 +64,7 @@ jobs:
6464
lint:
6565
runs-on: ubuntu-20.04
6666
steps:
67-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
67+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
6868
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
6969
with:
7070
go-version: ${{env.GO_VERSION}}
@@ -83,7 +83,7 @@ jobs:
8383
unit_test:
8484
runs-on: ubuntu-20.04
8585
steps:
86-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
86+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
8787
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
8888
with:
8989
go-version: ${{env.GO_VERSION}}

.github/workflows/minikube-image-benchmark.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 2,14 * * *"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.22.0'
9+
GO_VERSION: '1.22.1'
1010
permissions:
1111
contents: read
1212

@@ -19,7 +19,7 @@ jobs:
1919
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
2020
AWS_DEFAULT_REGION: 'us-west-1'
2121
steps:
22-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
22+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
2323
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
2424
with:
2525
go-version: ${{env.GO_VERSION}}

.github/workflows/pr.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- "!deploy/iso/**"
1313
env:
1414
GOPROXY: https://proxy.golang.org
15-
GO_VERSION: '1.22.0'
15+
GO_VERSION: '1.22.1'
1616
permissions:
1717
contents: read
1818

@@ -22,7 +22,7 @@ jobs:
2222
build_minikube_test_binaries:
2323
runs-on: ubuntu-20.04
2424
steps:
25-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
25+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
2626
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
2727
with:
2828
go-version: ${{env.GO_VERSION}}
@@ -48,7 +48,7 @@ jobs:
4848
build_minikube:
4949
runs-on: ubuntu-20.04
5050
steps:
51-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
51+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
5252
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
5353
with:
5454
go-version: ${{env.GO_VERSION}}
@@ -62,7 +62,7 @@ jobs:
6262
lint:
6363
runs-on: ubuntu-20.04
6464
steps:
65-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
65+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
6666
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
6767
with:
6868
go-version: ${{env.GO_VERSION}}
@@ -81,7 +81,7 @@ jobs:
8181
unit_test:
8282
runs-on: ubuntu-20.04
8383
steps:
84-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
84+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
8585
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
8686
with:
8787
go-version: ${{env.GO_VERSION}}

.github/workflows/sbom.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Install bom and generate SBOM
1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
14+
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
1515
- name: Install bom
1616
uses: kubernetes-sigs/release-actions/setup-bom@10fecc1c66829d291b2f2fb1a27329d152f212e6 # main
1717
- name: Generage SBOM

.github/workflows/sync-minikube.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 2,14 * * *"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.22.0'
9+
GO_VERSION: '1.22.1'
1010
permissions:
1111
contents: read
1212

@@ -17,7 +17,7 @@ jobs:
1717
run:
1818
working-directory: ./image-syncer
1919
steps:
20-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
20+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
2121
with:
2222
repository: denverdino/image-syncer
2323
path: ./image-syncer

.github/workflows/time-to-k8s-public-chart.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 2,14 * * *"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.22.0'
9+
GO_VERSION: '1.22.1'
1010
permissions:
1111
contents: read
1212

@@ -19,7 +19,7 @@ jobs:
1919
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
2020
AWS_DEFAULT_REGION: 'us-west-1'
2121
steps:
22-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
22+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
2323
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
2424
with:
2525
go-version: ${{env.GO_VERSION}}
@@ -38,7 +38,7 @@ jobs:
3838
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
3939
AWS_DEFAULT_REGION: 'us-west-1'
4040
steps:
41-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
41+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
4242
- name: Install kubectl
4343
shell: bash
4444
run: |

.github/workflows/time-to-k8s.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ on:
55
types: [released]
66
env:
77
GOPROXY: https://proxy.golang.org
8-
GO_VERSION: '1.22.0'
8+
GO_VERSION: '1.22.1'
99
permissions:
1010
contents: read
1111

1212
jobs:
1313
benchmark:
1414
runs-on: ubuntu-20.04
1515
steps:
16-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
16+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
1717
- name: Checkout submodules
1818
run: git submodule update --init
1919
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
@@ -26,7 +26,7 @@ jobs:
2626
./hack/benchmark/time-to-k8s/time-to-k8s.sh
2727
echo "version=$(minikube version --short)" >> "$GITHUB_OUTPUT"
2828
- name: Create PR
29-
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
29+
uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e
3030
with:
3131
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3232
commit-message: add time-to-k8s benchmark for ${{ steps.timeToK8sBenchmark.outputs.version }}

.github/workflows/translations.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ on:
66
- "translations/**"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.22.0'
9+
GO_VERSION: '1.22.1'
1010
permissions:
1111
contents: read
1212

1313
jobs:
1414
unit_test:
1515
runs-on: ubuntu-20.04
1616
steps:
17-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
17+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
1818
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
1919
with:
2020
go-version: ${{env.GO_VERSION}}

.github/workflows/update-buildkit-version.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ on:
66
- cron: "0 10 * * 3"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.22.0'
9+
GO_VERSION: '1.22.1'
1010
permissions:
1111
contents: read
1212

1313
jobs:
1414
bump-buildkit-version:
1515
runs-on: ubuntu-20.04
1616
steps:
17-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
17+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
1818
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
1919
with:
2020
go-version: ${{env.GO_VERSION}}
@@ -32,7 +32,7 @@ jobs:
3232
- name: Create PR
3333
id: createPR
3434
if: ${{ steps.bumpBuildkit.outputs.changes != '' }}
35-
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
35+
uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e
3636
with:
3737
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3838
commit-message: 'Kicbase/ISO: Update buildkit from ${{ steps.bumpBuildkit.outputs.OLD_VERSION }} to ${{ steps.bumpBuildkit.outputs.NEW_VERSION }}'

.github/workflows/update-calico-version.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ on:
66
- cron: "0 10 * * 1"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.22.0'
9+
GO_VERSION: '1.22.1'
1010
permissions:
1111
contents: read
1212

1313
jobs:
1414
bump-calico-version:
1515
runs-on: ubuntu-20.04
1616
steps:
17-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
17+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
1818
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
1919
with:
2020
go-version: ${{env.GO_VERSION}}
@@ -31,7 +31,7 @@ jobs:
3131
echo "EOF" >> "$GITHUB_OUTPUT"
3232
- name: Create PR
3333
if: ${{ steps.bumpCalico.outputs.changes != '' }}
34-
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
34+
uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e
3535
with:
3636
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3737
commit-message: 'CNI: Update calico from ${{ steps.bumpCalico.outputs.OLD_VERSION }} to ${{ steps.bumpCalico.outputs.NEW_VERSION }}'

.github/workflows/update-cloud-spanner-emulator-version.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ on:
66
- cron: "0 10 * * 1"
77
env:
88
GOPROXY: https://proxy.golang.org
9-
GO_VERSION: '1.22.0'
9+
GO_VERSION: '1.22.1'
1010
permissions:
1111
contents: read
1212

1313
jobs:
1414
bump-cloud-spanner-emulator-version:
1515
runs-on: ubuntu-20.04
1616
steps:
17-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
17+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
1818
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
1919
with:
2020
go-version: ${{env.GO_VERSION}}
@@ -31,7 +31,7 @@ jobs:
3131
echo "EOF" >> "$GITHUB_OUTPUT"
3232
- name: Create PR
3333
if: ${{ steps.bumpCloudSpannerEmulator.outputs.changes != '' }}
34-
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
34+
uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e
3535
with:
3636
token: ${{ secrets.MINIKUBE_BOT_PAT }}
3737
commit-message: 'Addon cloud-spanner: Update cloud-spanner-emulator/emulator image from ${{ steps.bumpCloudSpannerEmulator.outputs.OLD_VERSION }} to ${{ steps.bumpCloudSpannerEmulator.outputs.NEW_VERSION }}'

0 commit comments

Comments
 (0)