Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clear error messages #65

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile.vars.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DOCKER_CMD ?= docker
DOCKER_ARGS ?= --rm --user "$$(id -u)" --volume "$${PWD}:/src" --workdir /src

KIND_VERSION ?= 0.11.1
KIND_NODE_VERSION ?= v1.21.2
KIND_NODE_VERSION ?= v1.25.16
KIND ?= $(TESTBIN_DIR)/kind

ENABLE_LEADER_ELECTION ?= false
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/gorilla/mux v1.8.0
github.com/pivotal-cf/brokerapi/v7 v7.5.0
github.com/stretchr/testify v1.7.2
github.com/vshn/crossplane-service-broker v0.10.0
github.com/vshn/crossplane-service-broker v0.10.1-0.20240815232113-512338665ada
k8s.io/api v0.21.3
k8s.io/client-go v0.21.3
sigs.k8s.io/controller-runtime v0.9.6
Expand Down
6 changes: 6 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -773,6 +773,12 @@ github.com/vektah/gqlparser v1.1.2/go.mod h1:1ycwN7Ij5njmMkPPAOaRFY4rET2Enx7IkVv
github.com/vmware/govmomi v0.20.3/go.mod h1:URlwyTFZX72RmxtxuaFL2Uj3fD1JTvZdx59bHWk6aFU=
github.com/vshn/crossplane-service-broker v0.10.0 h1:RRwprDXIsjeSxcbFxPCb2KsbCdzZA70et3t6iHei15s=
github.com/vshn/crossplane-service-broker v0.10.0/go.mod h1:DdLyBzt/XLytmmOgXVySXcSZ6S1XIukBwrb3iSD7UXM=
github.com/vshn/crossplane-service-broker v0.10.1-0.20240815224830-a07408884d88 h1:qeAAQCGZ8w9j0SWhTs+E2PRV9VqpZEIEw1xeKHOkqHA=
github.com/vshn/crossplane-service-broker v0.10.1-0.20240815224830-a07408884d88/go.mod h1:DdLyBzt/XLytmmOgXVySXcSZ6S1XIukBwrb3iSD7UXM=
github.com/vshn/crossplane-service-broker v0.10.1-0.20240815231136-1cc1c624a6df h1:GA6f96119ilK0P6ed4IUAz3SWaVYT/IKhPGl7495ha0=
github.com/vshn/crossplane-service-broker v0.10.1-0.20240815231136-1cc1c624a6df/go.mod h1:DdLyBzt/XLytmmOgXVySXcSZ6S1XIukBwrb3iSD7UXM=
github.com/vshn/crossplane-service-broker v0.10.1-0.20240815232113-512338665ada h1:60xDKE8CEzJe4vaQkSOxFOGRJinzCFmdwe96T9Stx5w=
github.com/vshn/crossplane-service-broker v0.10.1-0.20240815232113-512338665ada/go.mod h1:DdLyBzt/XLytmmOgXVySXcSZ6S1XIukBwrb3iSD7UXM=
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU=
github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca h1:1CFlNzQhALwjS9mBAUkycX616GzgsuYUOCHA5+HSlXI=
github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca/go.mod h1:ce1O1j6UtZfjr22oyGxGLbauSBp2YVXpARAosm7dHBg=
Expand Down
Loading