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

Commit 6df086f

Browse files
authored
Merge pull request #437 from paulfantom/release-0.11.1
Release 0.11.1
2 parents 463856c + 51af7d8 commit 6df086f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.11.0
8-
appVersion: 0.11.0
7+
version: 0.11.1
8+
appVersion: 0.11.1
99
kubeVersion: ">= 1.23.0"
1010

1111
dependencies:

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ timescaledb-single:
5050
# https://github.com/timescale/promscale/tree/master/helm-chart
5151
promscale:
5252
enabled: true
53-
image: timescale/promscale:0.11.0
53+
image: timescale/promscale:0.12.0
5454
# needs to be enabled for tracing support in Promscale
5555
# to expose traces port, add tracing args to Promscale
5656
openTelemetry:

cli/cmd/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
// TODO(paulfantom): read this from VERSION file in the the repository TLD
13-
const tobsVersion = "0.11.0"
13+
const tobsVersion = "0.11.1"
1414

1515
// versionCmd represents the version command
1616
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.11.0}
6+
TOBS_VERSION=${TOBS_VERSION:-0.11.1}
77

88
happyexit() {
99
local symlink_msg=""

0 commit comments

Comments
 (0)