We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d1b84 commit eb69735Copy full SHA for eb69735
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# v1.2.4 / 2020-03-25
2
+
3
+* Upgrade to Kubernetes-1.16.8
4
5
# v1.2.3 / 2020-01-13
6
7
* Upgrade to Kubernetes-1.16.4
Makefile
@@ -3,7 +3,7 @@
VERSION_MAJOR := 1
VERSION_MINOR := 2
VERSION_PATCH := 4
-VERSION_SUFFIX := -dev
+VERSION_SUFFIX := # -dev
8
COMMIT := $(shell git describe --always)
9
PKGS := $(shell go list ./...)
0 commit comments