Skip to content

Commit a59cbff

Browse files
committed
Updated version kubernetes 1.15.0
1 parent 7b7ebee commit a59cbff

4 files changed

Lines changed: 203 additions & 197 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
all: build
22
VERSION_MAJOR ?= 0
3-
VERSION_MINOR ?= 1
4-
VERSION_BUILD ?= 0
3+
VERSION_MINOR ?= 2
4+
VERSION_BUILD ?= 1
55
DEB_VERSION ?= $(VERSION_MAJOR).$(VERSION_MINOR)-$(VERSION_BUILD)
66
TAG?=v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
77
FLAGS=

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
make -e REGISTRY=fred78290 -e TAG=v0.2.0 container
3+
make -e REGISTRY=fred78290 -e TAG=v0.2.1 container

builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.11.5
15+
FROM golang:1.12.1
1616
LABEL maintainer="Frederic Boltz <frederic.boltz@gmail.com>"
1717

1818
ENV GOPATH /gopath/

0 commit comments

Comments
 (0)