Skip to content

Commit

Permalink
Merge branch 'kubernetes:master' into ha
Browse files Browse the repository at this point in the history
  • Loading branch information
prezha committed Mar 3, 2024
2 parents f34ef00 + 29200a2 commit 6f4d0f1
Show file tree
Hide file tree
Showing 204 changed files with 805 additions and 761 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- "!deploy/iso/**"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.6'
GO_VERSION: '1.22.0'
permissions:
contents: read

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.6'
GO_VERSION: '1.22.0'
permissions:
contents: read

Expand All @@ -31,7 +31,7 @@ jobs:
echo "EOF" >> "$GITHUB_OUTPUT"
- name: Create PR
if: ${{ steps.gendocs.outputs.changes != '' }}
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
with:
token: ${{ secrets.MINIKUBE_BOT_PAT }}
commit-message: Update auto-generated docs and translations
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/functional_verified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
- deleted
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.6'
GO_VERSION: '1.22.0'

permissions:
contents: read
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
hostname || true
echo "--------------------------"
- name: Download Binaries
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: minikube_binaries
path: minikube_binaries
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: download all extra reports
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
- name: upload all extra reports
shell: bash {0}
continue-on-error: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/leaderboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'v*-beta.*'
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.6'
GO_VERSION: '1.22.0'
permissions:
contents: read

Expand All @@ -32,7 +32,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.MINIKUBE_BOT_PAT }}
- name: Create PR
if: ${{ steps.leaderboard.outputs.changes != '' }}
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
with:
token: ${{ secrets.MINIKUBE_BOT_PAT }}
commit-message: Update leaderboard
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- "!deploy/iso/**"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.6'
GO_VERSION: '1.22.0'
permissions:
contents: read

Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.26.0
- name: Download Binaries
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: minikube_binaries
path: minikube_binaries
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.26.0
- name: Download Binaries
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: minikube_binaries
path: minikube_binaries
Expand Down Expand Up @@ -340,7 +340,7 @@ jobs:
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.26.0
- name: Download Binaries
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: minikube_binaries
path: minikube_binaries
Expand Down Expand Up @@ -440,7 +440,7 @@ jobs:
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate off
sudo /usr/libexec/ApplicationFirewall/socketfilterfw -k
- name: Download Binaries
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: minikube_binaries
path: minikube_binaries
Expand Down Expand Up @@ -545,7 +545,7 @@ jobs:
run: |
sudo sysctl fs.protected_regular=0
- name: Download Binaries
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: minikube_binaries
path: minikube_binaries
Expand Down Expand Up @@ -619,7 +619,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: download all reports
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
- name: upload all reports
shell: bash {0}
continue-on-error: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/minikube-image-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 2,14 * * *"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.6'
GO_VERSION: '1.22.0'
permissions:
contents: read

Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- "!deploy/iso/**"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.6'
GO_VERSION: '1.22.0'
permissions:
contents: read

Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.26.0
- name: Download Binaries
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: minikube_binaries
path: minikube_binaries
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.26.0
- name: Download Binaries
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: minikube_binaries
path: minikube_binaries
Expand Down Expand Up @@ -354,7 +354,7 @@ jobs:
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.26.0
- name: Download Binaries
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: minikube_binaries
path: minikube_binaries
Expand Down Expand Up @@ -457,7 +457,7 @@ jobs:
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.26.0
- name: Download Binaries
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: minikube_binaries
path: minikube_binaries
Expand Down Expand Up @@ -558,7 +558,7 @@ jobs:
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate off
sudo /usr/libexec/ApplicationFirewall/socketfilterfw -k
- name: Download Binaries
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: minikube_binaries
path: minikube_binaries
Expand Down Expand Up @@ -664,7 +664,7 @@ jobs:
run: |
sudo sysctl fs.protected_regular=0
- name: Download Binaries
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
name: minikube_binaries
path: minikube_binaries
Expand Down Expand Up @@ -740,7 +740,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: download all reports
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
- name: upload all reports
shell: bash {0}
continue-on-error: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-minikube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 2,14 * * *"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.6'
GO_VERSION: '1.22.0'
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/time-to-k8s-public-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 2,14 * * *"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.6'
GO_VERSION: '1.22.0'
permissions:
contents: read

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/time-to-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [released]
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.6'
GO_VERSION: '1.22.0'
permissions:
contents: read

Expand All @@ -26,7 +26,7 @@ jobs:
./hack/benchmark/time-to-k8s/time-to-k8s.sh
echo "version=$(minikube version --short)" >> "$GITHUB_OUTPUT"
- name: Create PR
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
with:
token: ${{ secrets.MINIKUBE_BOT_PAT }}
commit-message: add time-to-k8s benchmark for ${{ steps.timeToK8sBenchmark.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "translations/**"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.6'
GO_VERSION: '1.22.0'
permissions:
contents: read

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-buildkit-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 10 * * 3"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.6'
GO_VERSION: '1.22.0'
permissions:
contents: read

Expand All @@ -32,7 +32,7 @@ jobs:
- name: Create PR
id: createPR
if: ${{ steps.bumpBuildkit.outputs.changes != '' }}
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
with:
token: ${{ secrets.MINIKUBE_BOT_PAT }}
commit-message: 'Kicbase/ISO: Update buildkit from ${{ steps.bumpBuildkit.outputs.OLD_VERSION }} to ${{ steps.bumpBuildkit.outputs.NEW_VERSION }}'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-calico-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 10 * * 1"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.6'
GO_VERSION: '1.22.0'
permissions:
contents: read

Expand All @@ -31,7 +31,7 @@ jobs:
echo "EOF" >> "$GITHUB_OUTPUT"
- name: Create PR
if: ${{ steps.bumpCalico.outputs.changes != '' }}
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
with:
token: ${{ secrets.MINIKUBE_BOT_PAT }}
commit-message: 'CNI: Update calico from ${{ steps.bumpCalico.outputs.OLD_VERSION }} to ${{ steps.bumpCalico.outputs.NEW_VERSION }}'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-cloud-spanner-emulator-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 10 * * 1"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.6'
GO_VERSION: '1.22.0'
permissions:
contents: read

Expand All @@ -31,7 +31,7 @@ jobs:
echo "EOF" >> "$GITHUB_OUTPUT"
- name: Create PR
if: ${{ steps.bumpCloudSpannerEmulator.outputs.changes != '' }}
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
with:
token: ${{ secrets.MINIKUBE_BOT_PAT }}
commit-message: 'Addon cloud-spanner: Update cloud-spanner-emulator/emulator image from ${{ steps.bumpCloudSpannerEmulator.outputs.OLD_VERSION }} to ${{ steps.bumpCloudSpannerEmulator.outputs.NEW_VERSION }}'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-cni-plugins-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 10 * * 1"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.6'
GO_VERSION: '1.22.0'
permissions:
contents: read

Expand All @@ -32,7 +32,7 @@ jobs:
- name: Create PR
id: createPR
if: ${{ steps.bumpCNIPlugins.outputs.changes != '' }}
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
with:
token: ${{ secrets.MINIKUBE_BOT_PAT }}
commit-message: 'Kicbase/ISO: Update cni-plugins from ${{ steps.bumpCNIPlugins.outputs.OLD_VERSION }} to ${{ steps.bumpCNIPlugins.outputs.NEW_VERSION }}'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-containerd-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 10 * * 1"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.6'
GO_VERSION: '1.22.0'
permissions:
contents: read

Expand All @@ -32,7 +32,7 @@ jobs:
- name: Create PR
id: createPR
if: ${{ steps.bumpContainerd.outputs.changes != '' }}
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
with:
token: ${{ secrets.MINIKUBE_BOT_PAT }}
commit-message: 'Kicbase/ISO: Update containerd from ${{ steps.bumpContainerd.outputs.OLD_VERSION }} to ${{ steps.bumpContainerd.outputs.NEW_VERSION }}'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-cri-dockerd-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 10 * * 1"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.6'
GO_VERSION: '1.22.0'
permissions:
contents: read

Expand All @@ -32,7 +32,7 @@ jobs:
- name: Create PR
id: createPR
if: ${{ steps.bumpCriDockerd.outputs.changes != '' }}
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
with:
token: ${{ secrets.MINIKUBE_BOT_PAT }}
commit-message: 'Kicbase/ISO: Update cri-dockerd from ${{ steps.bumpCriDockerd.outputs.OLD_VERSION }} to ${{ steps.bumpCriDockerd.outputs.NEW_VERSION }}'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-cri-o-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 10 * * 5"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.21.6'
GO_VERSION: '1.22.0'
permissions:
contents: read

Expand All @@ -32,7 +32,7 @@ jobs:
- name: Create PR
id: createPR
if: ${{ steps.bumpCrio.outputs.changes != '' }}
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc
with:
token: ${{ secrets.MINIKUBE_BOT_PAT }}
commit-message: 'Kicbase/ISO: Update cri-o from ${{ steps.bumpCrio.outputs.OLD_VERSION }} to ${{ steps.bumpCrio.outputs.NEW_VERSION }}'
Expand Down
Loading

0 comments on commit 6f4d0f1

Please sign in to comment.