Skip to content

Commit

Permalink
v0.2.0 (#42)
Browse files Browse the repository at this point in the history
* Update to latest proxy, dep ensure

* use go 11

* Delete VERSION

* Update release-notes.md
  • Loading branch information
georgifarashev authored Nov 27, 2018
1 parent 456b95e commit 773dc14
Show file tree
Hide file tree
Showing 507 changed files with 18,554 additions and 7,423 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- 1.10.x
- 1.11.x

# set tag for helm chart
env:
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# docker container. The alpine build image has to match
# the alpine image in the referencing runtime container.
#########################################################
FROM golang:1.10.1-alpine3.7 AS builder
FROM golang:1.11.2-alpine3.8 AS builder

# We need so that dep can fetch it's dependencies
# RUN apk --no-cache add git
Expand All @@ -23,10 +23,10 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -installsuffix cgo -o /mai
########################################################
# Build the runtime container
########################################################
FROM alpine:3.7
FROM alpine:3.8

# required to use x.509 certs (HTTPS)
RUN apk update && apk add ca-certificates
RUN apk add --no-cache ca-certificates

WORKDIR /app

Expand Down
86 changes: 48 additions & 38 deletions Gopkg.lock

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

1 change: 0 additions & 1 deletion VERSION

This file was deleted.

7 changes: 7 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Service Broker Proxy K8S Release Notes

## v0.2.0

2018-11-27

* Use go 1.11
* Update service-broker-proxy to support new Service Manager broker api.

## v0.1.1

2018-10-23
Expand Down
8 changes: 4 additions & 4 deletions vendor/github.com/Peripli/service-broker-proxy/.travis.yml

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

Loading

0 comments on commit 773dc14

Please sign in to comment.