Skip to content

Commit

Permalink
Merge pull request #229 from paulfantom/release-0.9.0
Browse files Browse the repository at this point in the history
Release 0.9.0
  • Loading branch information
paulfantom committed Mar 9, 2022
2 parents 1bd3b29 + 27a99d0 commit 7d2059c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: A Helm chart for tobs, The Observability Stack for Kubernetes

type: application

version: 0.8.0
appVersion: 0.8.0
version: 0.9.0
appVersion: 0.9.0

dependencies:
- name: timescaledb-single
Expand Down
3 changes: 2 additions & 1 deletion cli/cmd/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ import (
"github.com/timescale/tobs/cli/pkg/utils"
)

const tobsVersion = "0.8.0"
// TODO(paulfantom): read this from VERSION file in the the repository TLD
const tobsVersion = "0.9.0"

// versionCmd represents the version command
var versionCmd = &cobra.Command{
Expand Down
2 changes: 1 addition & 1 deletion install-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -eu

INSTALLROOT=${INSTALLROOT:-"${HOME}/.local/bin"}
TOBS_VERSION=${TOBS_VERSION:-0.8.0}
TOBS_VERSION=${TOBS_VERSION:-0.9.0}

happyexit() {
local symlink_msg=""
Expand Down

0 comments on commit 7d2059c

Please sign in to comment.