Skip to content

Commit

Permalink
version 0.1.1 (#34)
Browse files Browse the repository at this point in the history
* version 0.1.1

* Update application.yml

* Update Chart.yaml

* reference master
  • Loading branch information
georgifarashev authored Oct 23, 2018
1 parent 87f3195 commit 7847bec
Show file tree
Hide file tree
Showing 51 changed files with 1,559 additions and 474 deletions.
10 changes: 5 additions & 5 deletions Gopkg.lock

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

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

[[constraint]]
name = "github.com/Peripli/service-broker-proxy"
version = "0.1.1"
branch = "master"

[[constraint]]
name = "github.com/onsi/ginkgo"
Expand Down
2 changes: 1 addition & 1 deletion application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sm:
skip_ssl_validation: true
resync_period: 1m
app:
user: admin
username: admin
password: admin
url: http://localhost:8081
k8s:
Expand Down
2 changes: 1 addition & 1 deletion charts/service-broker-proxy-k8s/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0"
description: A Helm chart for Service Broker Proxy for Kubernetes
name: service-broker-proxy-k8s
version: 0.1.0
version: 0.0.0
8 changes: 8 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Service Broker Proxy K8S Release Notes

## v0.1.1

2018-10-23

* Update service-catalog to 0.36.0
* Update service-broker-proxy
* Fixes in helm chart

## v0.1.0

2018-09-20
Expand Down

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

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

4 changes: 2 additions & 2 deletions vendor/golang.org/x/sys/unix/linux/Dockerfile

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

24 changes: 24 additions & 0 deletions vendor/golang.org/x/sys/unix/linux/types.go

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

Empty file modified vendor/golang.org/x/sys/unix/mksyscall_aix_ppc.pl
100644 → 100755
Empty file.
Empty file modified vendor/golang.org/x/sys/unix/mksyscall_aix_ppc64.pl
100644 → 100755
Empty file.
6 changes: 1 addition & 5 deletions vendor/golang.org/x/sys/unix/openbsd_pledge.go

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

Loading

0 comments on commit 7847bec

Please sign in to comment.