From e5e4fa8e692830c42f434ac58caf5deec9673fa1 Mon Sep 17 00:00:00 2001 From: Rintaro Okamura Date: Wed, 14 Oct 2020 05:31:40 +0000 Subject: [PATCH] upgrade KinD, Helm, valdcli, telepresence, tensorlfow, operator-sdk, helm-docs --- Makefile | 10 +++++----- charts/vald-helm-operator/README.md.gotmpl | 2 +- charts/vald/README.md | 2 -- charts/vald/README.md.gotmpl | 2 +- versions/OPERATOR_SDK_VERSION | 2 +- versions/TENSORFLOW_C_VERSION | 2 +- 6 files changed, 9 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index 4a2c577c74..249fc011b3 100644 --- a/Makefile +++ b/Makefile @@ -50,11 +50,11 @@ TENSORFLOW_C_VERSION := $(eval TENSORFLOW_C_VERSION := $(shell cat versions/TENS OPERATOR_SDK_VERSION := $(eval OPERATOR_SDK_VERSION := $(shell cat versions/OPERATOR_SDK_VERSION))$(OPERATOR_SDK_VERSION) -KIND_VERSION ?= v0.8.1 -HELM_VERSION ?= v3.2.4 -HELM_DOCS_VERSION ?= 0.13.0 -VALDCLI_VERSION ?= v0.0.50 -TELEPRESENCE_VERSION ?= 0.105 +KIND_VERSION ?= v0.9.0 +HELM_VERSION ?= v3.3.4 +HELM_DOCS_VERSION ?= 1.3.0 +VALDCLI_VERSION ?= v0.0.61 +TELEPRESENCE_VERSION ?= 0.108 SWAP_DEPLOYMENT_TYPE ?= deployment SWAP_IMAGE ?= "" diff --git a/charts/vald-helm-operator/README.md.gotmpl b/charts/vald-helm-operator/README.md.gotmpl index 41e6e9e691..b72edc006f 100644 --- a/charts/vald-helm-operator/README.md.gotmpl +++ b/charts/vald-helm-operator/README.md.gotmpl @@ -3,7 +3,7 @@ vald-helm-operator This is a Helm chart to install vald-helm-operator. -{{ template "chart.versionLine" . }} +Current chart version is `{{ template "chart.version" . }}` Table of Contents --- diff --git a/charts/vald/README.md b/charts/vald/README.md index 5e8a7bf509..120ab0faa5 100644 --- a/charts/vald/README.md +++ b/charts/vald/README.md @@ -26,7 +26,6 @@ Run the following command to install the chart, $ helm install vald-cluster vald/vald - Configuration --- @@ -935,7 +934,6 @@ Configuration | meta.volumeMounts | list | `[]` | volume mounts | | meta.volumes | list | `[]` | volumes | - Miscellaneous --- diff --git a/charts/vald/README.md.gotmpl b/charts/vald/README.md.gotmpl index c79db71f02..aa336d21eb 100644 --- a/charts/vald/README.md.gotmpl +++ b/charts/vald/README.md.gotmpl @@ -3,7 +3,7 @@ Vald This is a Helm chart to install Vald components. -{{ template "chart.versionLine" . }} +Current chart version is `{{ template "chart.version" . }}` Table of Contents --- diff --git a/versions/OPERATOR_SDK_VERSION b/versions/OPERATOR_SDK_VERSION index 0ec25f7505..b18d46540b 100644 --- a/versions/OPERATOR_SDK_VERSION +++ b/versions/OPERATOR_SDK_VERSION @@ -1 +1 @@ -v1.0.0 +v1.0.1 diff --git a/versions/TENSORFLOW_C_VERSION b/versions/TENSORFLOW_C_VERSION index 141f2e805b..cc6612c36e 100644 --- a/versions/TENSORFLOW_C_VERSION +++ b/versions/TENSORFLOW_C_VERSION @@ -1 +1 @@ -1.15.0 +2.3.0 \ No newline at end of file