Navigation Menu

Skip to content

Commit

Permalink
bump deps (#238)
Browse files Browse the repository at this point in the history
* bump-deps
* update test cluster name
* regen, lock protobuf libs
* bump dep to 1.3, fix local terminal connection
* update cl
  • Loading branch information
mitchdraft authored and soloio-bulldozer[bot] committed Sep 9, 2019
1 parent e812d28 commit e42715c
Show file tree
Hide file tree
Showing 11 changed files with 106 additions and 193 deletions.
35 changes: 14 additions & 21 deletions Gopkg.lock

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

19 changes: 11 additions & 8 deletions Gopkg.toml
Expand Up @@ -21,6 +21,14 @@
# version = "2.4.0"


[[constraint]]
version = "1.3.0"
name = "github.com/gogo/protobuf"

[[override]]
version = "1.3.1"
name = "github.com/golang/protobuf"

[[constraint]]
branch = "master"
name = "github.com/spf13/cobra"
Expand All @@ -31,7 +39,7 @@

[[constraint]]
name = "github.com/go-delve/delve"
version = "1.2.0"
version = "1.3.0"

[[constraint]]
name = "github.com/davecgh/go-spew"
Expand All @@ -55,11 +63,11 @@

[[constraint]]
name = "github.com/solo-io/solo-kit"
version = "0.10.0"
version = "0.10.10"

[[constraint]]
name = "github.com/solo-io/go-utils"
version = "0.9.10"
version = "0.9.17"

[[constraint]]
name = "github.com/solo-io/build"
Expand All @@ -77,11 +85,6 @@
name = "gopkg.in/fsnotify.v1"
source = "https://github.com/fsnotify/fsnotify.git"

[[override]]
name = "github.com/lyft/protoc-gen-validate"
version = "0.0.6"
source = "github.com/envoyproxy/protoc-gen-validate"

# make sure all kubernetes code is the same version.
# when updating, update all in the same time.

Expand Down
14 changes: 14 additions & 0 deletions changelog/v0.5.19/go-util.yaml
@@ -0,0 +1,14 @@
changelog:
- dependencyOwner: solo-io
dependencyRepo: go-utils
dependencyTag: v0.9.17
description: Update go-util to version v0.9.17.
type: DEPENDENCY_BUMP
- dependencyOwner: solo-io
dependencyRepo: solo-kit
dependencyTag: v0.10.10
description: Update solo-kit to version v0.10.10.
type: DEPENDENCY_BUMP
- type: FIX
description: Fix timing issue to allow local dlv to connect to server.
issueLink: https://github:com/solo-io/squash/issues/237
4 changes: 2 additions & 2 deletions cloudbuild.yaml
Expand Up @@ -43,7 +43,7 @@ steps:
waitFor: ['dep']

- name: gcr.io/cloud-builders/gcloud
args: ['container', 'clusters', 'get-credentials', 'test-cluster']
args: ['container', 'clusters', 'get-credentials', 'squash-test']
id: 'get-creds'
waitFor: ['set-zone']

Expand Down Expand Up @@ -84,7 +84,7 @@ steps:
- 'PROJECT_ROOT=github.com/solo-io/squash'
- 'GOPATH=/workspace/gopath'
- 'CLOUDSDK_COMPUTE_ZONE=us-central1-a'
- 'CLOUDSDK_CONTAINER_CLUSTER=test-cluster'
- 'CLOUDSDK_CONTAINER_CLUSTER=squash-test'
- 'RUN_KUBE_TESTS=1'
- 'TAGGED_VERSION=$TAG_NAME'
- 'BUILD_ID=$BUILD_ID'
Expand Down
47 changes: 38 additions & 9 deletions pkg/api/v1/api_snapshot_emitter.sk.go

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

10 changes: 6 additions & 4 deletions pkg/api/v1/api_snapshot_simple_emitter.sk.go

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

66 changes: 4 additions & 62 deletions pkg/api/v1/debug_attachment.pb.go

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

2 changes: 1 addition & 1 deletion pkg/config/squash.go
Expand Up @@ -196,7 +196,7 @@ func (s *Squash) connectUser(da *squashv1.DebugAttachment, remoteDbgPort int) er
}

dbgCmd := debugger.GetDebugCmd(s.LocalPort)
return s.callLocalDebuggerCommand(dbgCmd)
return dbgCmd.Run()
}

func (s *Squash) printEditorExtensionData(remoteDbgPort int) error {
Expand Down

0 comments on commit e42715c

Please sign in to comment.