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

Bump kube 1.15 #2683

Merged
merged 1 commit into from
Aug 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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