Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
Bump kubernetes to 1.15 (#2683)
Browse files Browse the repository at this point in the history
- rewrite GetStorage calls in pkg/registry/servicecatalog
- FeatureGate imports updated to new package
- change plugin/pkg/admission test calls to NewAttributeRecord()
- bump github.com/google/gofuzz to 1.0.0 to comply with apimachinery
- enable tls 13 in Makefile
  • Loading branch information
jberkhahn authored and k8s-ci-robot committed Aug 13, 2019
1 parent b7d2813 commit ebfe762
Show file tree
Hide file tree
Showing 362 changed files with 17,420 additions and 5,871 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# ensure the tests build
make verify build svcat build-integration build-e2e
fi
env: GO_VERSION=1.11
env: GO_VERSION=1.12
# Doc Site svc-cat.io
- stage: test
script:
Expand Down
89 changes: 58 additions & 31 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ required = [

[[override]]
name = "github.com/google/gofuzz"
revision = "44d81051d367757e1c7c6a5a86423ece9afcf63c"
revision = "f140a6486e521aad38f5917de355cbf147cc0496"

[[override]]
name = "github.com/google/uuid"
Expand Down Expand Up @@ -859,27 +859,27 @@ required = [
revision = "5420a8b6744d3b0345ab293f6fcba19c978f1183"

[[override]]
branch = "release-1.14"
branch = "release-1.15"
name = "k8s.io/api"

[[override]]
branch = "release-1.14"
branch = "release-1.15"
name = "k8s.io/apiextensions-apiserver"

[[override]]
branch = "release-1.14"
branch = "release-1.15"
name = "k8s.io/apimachinery"

[[override]]
branch = "release-1.14"
branch = "release-1.15"
name = "k8s.io/apiserver"

[[override]]
branch = "release-11.0"
branch = "release-12.0"
name = "k8s.io/client-go"

[[override]]
branch = "release-1.14"
branch = "release-1.15"
name = "k8s.io/code-generator"

[[override]]
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ TEST_BROKER_MUTABLE_IMAGE = $(REGISTRY)test-broker-$(ARCH):$(MUTABLE_TAG
HEALTHCHECK_IMAGE = $(REGISTRY)healthcheck-$(ARCH):$(VERSION)
HEALTHCHECK_MUTABLE_IMAGE = $(REGISTRY)healthcheck-$(ARCH):$(MUTABLE_TAG)
ifdef UNIT_TESTS
UNIT_TEST_FLAGS=-run $(UNIT_TESTS) -v
UNIT_TEST_FLAGS=-run $(UNIT_TESTS) -v --env GODEBUG tls13=1
endif

ifdef INT_TESTS
Expand Down
16 changes: 8 additions & 8 deletions pkg/apis/servicecatalog/v1beta1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ebfe762

Please sign in to comment.