Skip to content

Commit eb69735

Browse files
committed
Release: 1.2.4
1 parent e4d1b84 commit eb69735

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.2.4 / 2020-03-25
2+
3+
* Upgrade to Kubernetes-1.16.8
4+
15
# v1.2.3 / 2020-01-13
26

37
* Upgrade to Kubernetes-1.16.4

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
VERSION_MAJOR := 1
44
VERSION_MINOR := 2
55
VERSION_PATCH := 4
6-
VERSION_SUFFIX := -dev
6+
VERSION_SUFFIX := # -dev
77

88
COMMIT := $(shell git describe --always)
99
PKGS := $(shell go list ./...)

0 commit comments

Comments
 (0)