Skip to content
This repository was archived by the owner on Mar 20, 2026. It is now read-only.

Commit 7d2059c

Browse files
authored
Merge pull request #229 from paulfantom/release-0.9.0
Release 0.9.0
2 parents 1bd3b29 + 27a99d0 commit 7d2059c

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: A Helm chart for tobs, The Observability Stack for Kubernetes
44

55
type: application
66

7-
version: 0.8.0
8-
appVersion: 0.8.0
7+
version: 0.9.0
8+
appVersion: 0.9.0
99

1010
dependencies:
1111
- name: timescaledb-single

cli/cmd/version/version.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ import (
99
"github.com/timescale/tobs/cli/pkg/utils"
1010
)
1111

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

1415
// versionCmd represents the version command
1516
var versionCmd = &cobra.Command{

install-cli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -eu
44

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

88
happyexit() {
99
local symlink_msg=""

0 commit comments

Comments
 (0)