Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
updated sarama versions and base kubeless project version to fix the … (
Browse files Browse the repository at this point in the history
#13)

* updated sarama versions and base kubeless project version to fix the CRC error when using kafka version 2.0

* Update kubecfg version

* Fix permissions issue

* Update Deps
  • Loading branch information
dimagoldin authored and andresmgot committed Dec 13, 2018
1 parent 1f7825b commit 672ee13
Show file tree
Hide file tree
Showing 446 changed files with 12,922 additions and 15,371 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Expand Up @@ -83,6 +83,8 @@ jobs:
steps:
- checkout
- <<: *exports
# go build creates files under /usr/local/go where the running user doesn't have permissions to write
- run: sudo chown -R circleci:circleci /usr/local/go/
- run: make bootstrap
- run: mkdir build-manifests
# Install kubeless required files
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -85,7 +85,7 @@ bootstrap: bats ksonnet-lib
go get github.com/golang/lint/golint

@if ! which kubecfg >/dev/null; then \
sudo wget -q -O /usr/local/bin/kubecfg https://github.com/ksonnet/kubecfg/releases/download/v0.6.0/kubecfg-$$(go env GOOS)-$$(go env GOARCH); \
sudo wget -q -O /usr/local/bin/kubecfg https://github.com/ksonnet/kubecfg/releases/download/v0.9.0/kubecfg-$$(go env GOOS)-$$(go env GOARCH); \
sudo chmod +x /usr/local/bin/kubecfg; \
fi

Expand Down
14 changes: 6 additions & 8 deletions glide.lock

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

6 changes: 3 additions & 3 deletions glide.yaml
Expand Up @@ -23,11 +23,11 @@ import:
- package: golang.org/x/sys
version: 7ddbeae9ae08c6a06a59597f0c9edbc5ff2444ce
- package: github.com/Shopify/sarama
version: v1.14.0
version: v1.19.0
- package: github.com/bsm/sarama-cluster
version: v2.1.12
version: v2.1.15
- package: github.com/kubeless/kubeless
version: v1.0.0-alpha.6
version: v1.0.0
- package: github.com/coreos/prometheus-operator
version: 197eb012d973f5aaf4d0446fd8f638f1b9067128
subpackages:
Expand Down
1 change: 1 addition & 0 deletions vendor/github.com/Shopify/sarama/.gitignore

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

21 changes: 10 additions & 11 deletions vendor/github.com/Shopify/sarama/.travis.yml

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

158 changes: 158 additions & 0 deletions vendor/github.com/Shopify/sarama/CHANGELOG.md

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

2 changes: 1 addition & 1 deletion vendor/github.com/Shopify/sarama/LICENSE

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

5 changes: 3 additions & 2 deletions vendor/github.com/Shopify/sarama/Makefile

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

2 changes: 1 addition & 1 deletion vendor/github.com/Shopify/sarama/README.md

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

0 comments on commit 672ee13

Please sign in to comment.