Skip to content

Commit

Permalink
Merge pull request #91 from fromanirh/update-kind-1.23
Browse files Browse the repository at this point in the history
Update kind to 1.23
  • Loading branch information
ffromani authored Mar 24, 2022
2 parents 7f56774 + 7178448 commit e80ccc7
Show file tree
Hide file tree
Showing 35 changed files with 114 additions and 1,316 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-go@v2
id: go
with:
go-version: 1.16
go-version: 1.17

- name: build test binary
run: |
Expand All @@ -36,7 +36,9 @@ jobs:
- name: create K8S kind cluster
run: |
# kind is part of 20.04 image, see: https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md
kind create cluster --config=hack/kind-config-e2e-positive.yaml --image kindest/node:v1.21.1@sha256:69860bda5563ac81e3c0057d654b5253219618a22ec3a346306239bba8cfa1a6
kind version
# see image listing in https://github.com/kubernetes-sigs/kind/releases/tag/v0.11.1
kind create cluster --config=hack/kind-config-e2e-positive.yaml --image kindest/node:v1.23.0@sha256:49824ab1727c04e56a21a5d8372a402fcd32ea51ac96a2706a12af38934f81ac
kubectl label node kind-worker node-role.kubernetes.io/worker=''
- name: run E2E tests
Expand All @@ -55,7 +57,7 @@ jobs:
uses: actions/setup-go@v2
id: go
with:
go-version: 1.16
go-version: 1.17

- name: build test binary
run: |
Expand All @@ -68,7 +70,9 @@ jobs:
- name: create K8S kind cluster
run: |
# kind is part of 20.04 image, see: https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md
kind create cluster --config=hack/kind-config-e2e-negative.yaml --image kindest/node:v1.21.1@sha256:69860bda5563ac81e3c0057d654b5253219618a22ec3a346306239bba8cfa1a6
kind version
# see image listing in https://github.com/kubernetes-sigs/kind/releases/tag/v0.11.1
kind create cluster --config=hack/kind-config-e2e-negative.yaml --image kindest/node:v1.23.0@sha256:49824ab1727c04e56a21a5d8372a402fcd32ea51ac96a2706a12af38934f81ac
kubectl label node kind-worker node-role.kubernetes.io/worker=''
- name: run E2E tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: set up golang
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17

- name: format
run: ./hack/check-format.sh
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-go@v2
id: go
with:
go-version: 1.16
go-version: 1.17

- name: verify modules
run: go mod verify
Expand All @@ -47,7 +47,9 @@ jobs:
- name: create K8S kind cluster
run: |
# kind is part of 20.04 image, see: https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md
kind create cluster --config=hack/kind-config-e2e-positive.yaml --image kindest/node:v1.21.1@sha256:69860bda5563ac81e3c0057d654b5253219618a22ec3a346306239bba8cfa1a6
kind version
# see image listing in https://github.com/kubernetes-sigs/kind/releases/tag/v0.11.1
kind create cluster --config=hack/kind-config-e2e-positive.yaml --image kindest/node:v1.23.0@sha256:49824ab1727c04e56a21a5d8372a402fcd32ea51ac96a2706a12af38934f81ac
kubectl label node kind-worker node-role.kubernetes.io/worker=''
- name: run E2E tests
Expand Down
45 changes: 43 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/k8stopologyawareschedwg/deployer

go 1.16
go 1.17

require (
github.com/aquasecurity/go-version v0.0.0-20210121072130-637058cfe492
Expand All @@ -20,12 +20,53 @@ require (
k8s.io/klog/v2 v2.10.0
k8s.io/kube-scheduler v0.22.3
k8s.io/kubelet v0.22.3
k8s.io/kubernetes v1.22.3 // indirect
k8s.io/utils v0.0.0-20210819203725-bdf08cb9a70a
sigs.k8s.io/controller-runtime v0.9.6
sigs.k8s.io/scheduler-plugins v0.19.9
)

require (
github.com/coreos/go-semver v0.3.0 // indirect
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
github.com/coreos/vcontext v0.0.0-20191017033345-260217907eb5 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/evanphx/json-patch v4.11.0+incompatible // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-logr/logr v0.4.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/googleapis/gnostic v0.5.5 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/json-iterator/go v1.1.11 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/nxadm/tail v1.4.8 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/vincent-petithory/dataurl v0.0.0-20160330182126-9a301d65acbb // indirect
golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985 // indirect
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
golang.org/x/text v0.3.6 // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.26.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
k8s.io/component-base v0.22.3 // indirect
k8s.io/kube-openapi v0.0.0-20210421082810-95288971da7e // indirect
k8s.io/kubernetes v1.22.3 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.1.2 // indirect
sigs.k8s.io/yaml v1.2.0 // indirect
)

replace (
k8s.io/api => k8s.io/api v0.22.3
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.22.3
Expand Down
5 changes: 0 additions & 5 deletions vendor/github.com/fsnotify/fsnotify/go.mod

This file was deleted.

2 changes: 0 additions & 2 deletions vendor/github.com/fsnotify/fsnotify/go.sum

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/github.com/go-logr/logr/go.mod

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/github.com/google/gofuzz/go.mod

This file was deleted.

1 change: 0 additions & 1 deletion vendor/github.com/hashicorp/go-version/go.mod

This file was deleted.

5 changes: 0 additions & 5 deletions vendor/github.com/imdario/mergo/go.mod

This file was deleted.

4 changes: 0 additions & 4 deletions vendor/github.com/imdario/mergo/go.sum

This file was deleted.

11 changes: 0 additions & 11 deletions vendor/github.com/json-iterator/go/go.mod

This file was deleted.

15 changes: 0 additions & 15 deletions vendor/github.com/json-iterator/go/go.sum

This file was deleted.

8 changes: 0 additions & 8 deletions vendor/github.com/nxadm/tail/go.mod

This file was deleted.

6 changes: 0 additions & 6 deletions vendor/github.com/nxadm/tail/go.sum

This file was deleted.

13 changes: 0 additions & 13 deletions vendor/github.com/onsi/ginkgo/go.mod

This file was deleted.

86 changes: 0 additions & 86 deletions vendor/github.com/onsi/ginkgo/go.sum

This file was deleted.

10 changes: 0 additions & 10 deletions vendor/github.com/onsi/gomega/go.mod

This file was deleted.

Loading

0 comments on commit e80ccc7

Please sign in to comment.