Skip to content

Commit

Permalink
Merge 9beb86d into 28125cf
Browse files Browse the repository at this point in the history
  • Loading branch information
pull[bot] authored Jun 10, 2022
2 parents 28125cf + 9beb86d commit 2bd4a53
Show file tree
Hide file tree
Showing 606 changed files with 14,553 additions and 3,733 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/__en-US.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ body:
label: Attach the log file
description: |
Tip: Run `minikube logs --file=log.txt` then drag & drop `log.txt` file to the browser.
**WARNING:** If you're using the HyperKit driver, please look through your logs and remove any environment variables that may contain sensitive information (ex. access tokens or secrets).
All environment variables will be stripped as of minikube `1.26.0` but any prior versions will have to be removed manually.
validations:
required: true
- type: dropdown
Expand Down
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@ updates:
directory: "/"
schedule:
interval: "weekly"
labels:
- "ok-to-test"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
labels:
- "ok-to-test"
19 changes: 11 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,16 @@ on:
- "!deploy/iso/**"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.17.7'
GO_VERSION: '1.18.2'
permissions:
contents: read

jobs:
build_minikube:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5
- uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923
with:
go-version: ${{env.GO_VERSION}}
stable: true
Expand All @@ -37,15 +40,15 @@ jobs:
echo workspace $GITHUB_WORKSPACE
echo "end of debug stuff"
echo $(which jq)
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
with:
name: minikube_binaries
path: out
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5
- uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923
with:
go-version: ${{env.GO_VERSION}}
stable: true
Expand All @@ -63,8 +66,8 @@ jobs:
unit_test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5
- uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923
with:
go-version: ${{env.GO_VERSION}}
stable: true
Expand Down
12 changes: 8 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@ on:
- master
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.17.7'
GO_VERSION: '1.18.2'
permissions:
contents: read

jobs:
generate-docs:
if: github.repository == 'kubernetes/minikube'
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5
- uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923
with:
go-version: ${{env.GO_VERSION}}
stable: true
Expand All @@ -26,7 +30,7 @@ jobs:
echo "::set-output name=changes::$c"
- name: Create PR
if: ${{ steps.gendocs.outputs.changes != '' }}
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@923ad837f191474af6b1721408744feb989a4c27
with:
token: ${{ secrets.MINIKUBE_BOT_PAT }}
commit-message: Update auto-generated docs and translations
Expand Down
31 changes: 19 additions & 12 deletions .github/workflows/functional_verified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- "**.yml"
- "**.yaml"
- "Makefile"
- "**Dockerfile**"
- "!deploy/kicbase/**"
- "!deploy/iso/**"
types:
Expand All @@ -21,7 +22,10 @@ on:
- deleted
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.17.7'
GO_VERSION: '1.18.2'

permissions:
contents: read

jobs:
# Runs before all other jobs
Expand All @@ -30,8 +34,8 @@ jobs:
if: contains(github.event.pull_request.labels.*.name, 'ok-to-test')
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5
- uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923
with:
go-version: ${{env.GO_VERSION}}
stable: true
Expand All @@ -43,11 +47,13 @@ jobs:
sudo apt-get install -y libvirt-dev
MINIKUBE_BUILD_IN_DOCKER=y make cross e2e-cross debs
cp -r test/integration/testdata ./out
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
with:
name: minikube_binaries
path: out
functional_docker_ubuntu_arm64:
permissions:
contents: none
needs: [ build_minikube ]
runs-on: [ self-hosted, arm64 ]
env:
Expand Down Expand Up @@ -81,14 +87,14 @@ jobs:
- name: Install kubectl
shell: bash
run: |
curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.18.0/bin/linux/arm64/kubectl
curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/arm64/kubectl"
sudo install kubectl /usr/local/bin/kubectl
kubectl version --client=true
- name: Install gopogh
shell: bash
run: |
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.9.0/gopogh-linux-arm64
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.13.0/gopogh-linux-arm64
sudo install gopogh-linux-arm64 /usr/local/bin/gopogh
- name: Docker Info
Expand All @@ -109,14 +115,13 @@ jobs:
echo "--------------------------"
hostname || true
echo "--------------------------"
# go 1.14.6+ is needed because of this bug https://github.com/golang/go/issues/39308
- uses: actions/setup-go@v2
- uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923
with:
go-version: ${{env.GO_VERSION}}
stable: true

- name: Download Binaries
uses: actions/download-artifact@v1
uses: actions/download-artifact@fdafc3f9f2e2a522dc1d230e6a03de57a1e71c95
with:
name: minikube_binaries

Expand Down Expand Up @@ -162,7 +167,7 @@ jobs:
echo "${STAT}" >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
with:
name: functional_docker_ubuntu_arm64
path: minikube_binaries/report
Expand Down Expand Up @@ -190,21 +195,23 @@ jobs:
# After all integration tests finished
# collect all the reports and upload them
upload_all_reports:
permissions:
contents: none
needs:
[
functional_docker_ubuntu_arm64,
]
runs-on: ubuntu-20.04
steps:
- name: download all extra reports
uses: actions/download-artifact@v2-preview
uses: actions/download-artifact@9fde3de0b74bd6bc202952485c264b551a4f9405
- name: upload all extra reports
shell: bash {0}
continue-on-error: true
run: |
mkdir -p all_reports
cp -r ./functional_docker_ubuntu_arm64 ./all_reports/
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
with:
name: all_reports
path: all_reports
12 changes: 8 additions & 4 deletions .github/workflows/leaderboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@ on:
release:
types: [published]
env:
GO_VERSION: '1.17.7'
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.18.2'
permissions:
contents: read

jobs:
update-leaderboard:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5
- uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923
with:
go-version: ${{env.GO_VERSION}}
stable: true
Expand All @@ -29,7 +33,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.MINIKUBE_BOT_PAT }}
- name: Create PR
if: ${{ steps.leaderboard.outputs.changes != '' }}
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@923ad837f191474af6b1721408744feb989a4c27
with:
token: ${{ secrets.MINIKUBE_BOT_PAT }}
commit-message: Update leaderboard
Expand Down
Loading

0 comments on commit 2bd4a53

Please sign in to comment.