Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 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.10.0
appVersion: 0.10.0
version: 0.11.0
appVersion: 0.11.0
kubeVersion: ">= 1.23.0"

dependencies:
Expand All @@ -15,7 +15,7 @@ dependencies:
repository: https://charts.timescale.com
- name: promscale
condition: promscale.enabled
version: 0.11.0
version: 0.12.0
repository: https://charts.timescale.com
- name: kube-prometheus-stack
condition: kube-prometheus-stack.enabled
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.10.0"
const tobsVersion = "0.11.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.10.0}
TOBS_VERSION=${TOBS_VERSION:-0.11.0}

happyexit() {
local symlink_msg=""
Expand Down