Skip to content

Commit

Permalink
chore: Update minikube to 1.15.1 (vectordotdev#4055)
Browse files Browse the repository at this point in the history
* Bump minikube to 1.13.1 that resolves the bug

Signed-off-by: MOZGIII <[email protected]>

* Update minikube note at CONTRIBUTING.md

Signed-off-by: MOZGIII <[email protected]>

* Bump minikube to 1.14.0

Signed-off-by: MOZGIII <[email protected]>

* Bump minikube to 1.15.1

Signed-off-by: MOZGIII <[email protected]>
Signed-off-by: Brian Menges <[email protected]>
  • Loading branch information
MOZGIII authored and Brian Menges committed Dec 9, 2020
1 parent 334127f commit 6b1d8cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/k8s_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
script: |
// Parameters.
const minikube_version = [
"v1.11.0", // https://github.com/kubernetes/minikube/issues/8799
"v1.15.1",
]
const kubernetes_version = [
{ version: "v1.19.2", is_essential: true },
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -844,9 +844,9 @@ E2E (end-to-end) tests.
Vector release artifacts are prepared for E2E tests, so the ability to do that
is required too, see Vector [docs](https://vector.dev) for more details.
> Note: `minikube` has a bug in the latest versions that affects our test
> Note: `minikube` had a bug in the versions `1.12.x` that affected our test
> process - see https://github.com/kubernetes/minikube/issues/8799.
> Use version `1.11.0` for now.
> Use version `1.13.0+` that has this bug fixed.
Also:
Expand Down

0 comments on commit 6b1d8cc

Please sign in to comment.