Skip to content

Commit

Permalink
Merge pull request #437 from paulfantom/release-0.11.1
Browse files Browse the repository at this point in the history
Release 0.11.1
  • Loading branch information
paulfantom authored Jun 22, 2022
2 parents 463856c + 51af7d8 commit 6df086f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.11.0
appVersion: 0.11.0
version: 0.11.1
appVersion: 0.11.1
kubeVersion: ">= 1.23.0"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ timescaledb-single:
# https://github.com/timescale/promscale/tree/master/helm-chart
promscale:
enabled: true
image: timescale/promscale:0.11.0
image: timescale/promscale:0.12.0
# needs to be enabled for tracing support in Promscale
# to expose traces port, add tracing args to Promscale
openTelemetry:
Expand Down
2 changes: 1 addition & 1 deletion cli/cmd/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

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

// 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.11.0}
TOBS_VERSION=${TOBS_VERSION:-0.11.1}

happyexit() {
local symlink_msg=""
Expand Down

0 comments on commit 6df086f

Please sign in to comment.