Skip to content

Commit 7246ad5

Browse files
committed
Release 0.6.1
1 parent 656e781 commit 7246ad5

File tree

5 files changed

+7724
-5153
lines changed

5 files changed

+7724
-5153
lines changed

chart/Chart.yaml

Lines changed: 3 additions & 3 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.6.0
8-
appVersion: 0.6.0
7+
version: 0.6.1
8+
appVersion: 0.6.1
99

1010
dependencies:
1111
- name: timescaledb-single
@@ -14,7 +14,7 @@ dependencies:
1414
repository: https://charts.timescale.com
1515
- name: promscale
1616
condition: promscale.enabled
17-
version: 0.5.1
17+
version: 0.6.0
1818
repository: https://charts.timescale.com
1919
- name: kube-prometheus-stack
2020
condition: kube-prometheus-stack.enabled

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ timescaledb-single:
4141
# https://github.com/timescale/promscale/tree/master/helm-chart
4242
promscale:
4343
enabled: true
44-
image: timescale/promscale:0.5.1
44+
image: timescale/promscale:0.6.0
4545
# connection options
4646
connection:
4747
# the db name in which the metrics will be stored

cli/cmd/version/version.go

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

12-
const tobsVersion = "0.6.0"
12+
const tobsVersion = "0.6.1"
1313

1414
// versionCmd represents the version command
1515
var versionCmd = &cobra.Command{

0 commit comments

Comments
 (0)