From e0883bc1adb0656326359abf5ddce51384937286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Krupa=20=28paulfantom=29?= Date: Thu, 16 Jun 2022 15:58:45 +0200 Subject: [PATCH] Prepare 0.11.0 release --- chart/Chart.yaml | 6 +++--- cli/cmd/version/version.go | 2 +- install-cli.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index f7c70ac3..02c34e78 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -4,8 +4,8 @@ description: A Helm chart for tobs, The Observability Stack for Kubernetes type: application -version: 0.10.0 -appVersion: 0.10.0 +version: 0.11.0 +appVersion: 0.11.0 kubeVersion: ">= 1.23.0" dependencies: @@ -15,7 +15,7 @@ dependencies: repository: https://charts.timescale.com - name: promscale condition: promscale.enabled - version: 0.11.0 + version: 0.12.0 repository: https://charts.timescale.com - name: kube-prometheus-stack condition: kube-prometheus-stack.enabled diff --git a/cli/cmd/version/version.go b/cli/cmd/version/version.go index 9ba77a48..dc325943 100644 --- a/cli/cmd/version/version.go +++ b/cli/cmd/version/version.go @@ -10,7 +10,7 @@ import ( ) // TODO(paulfantom): read this from VERSION file in the the repository TLD -const tobsVersion = "0.10.0" +const tobsVersion = "0.11.0" // versionCmd represents the version command var versionCmd = &cobra.Command{ diff --git a/install-cli.sh b/install-cli.sh index 5f5a05ca..b2793216 100755 --- a/install-cli.sh +++ b/install-cli.sh @@ -3,7 +3,7 @@ set -eu INSTALLROOT=${INSTALLROOT:-"${HOME}/.local/bin"} -TOBS_VERSION=${TOBS_VERSION:-0.10.0} +TOBS_VERSION=${TOBS_VERSION:-0.11.0} happyexit() { local symlink_msg=""