Skip to content

Commit 1692591

Browse files
committed
Release 0.7.0
1 parent 3693331 commit 1692591

File tree

5 files changed

+22
-21
lines changed

5 files changed

+22
-21
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.1
8-
appVersion: 0.6.1
7+
version: 0.7.0
8+
appVersion: 0.7.0
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.6.0
17+
version: 0.6.1
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.6.0
44+
image: timescale/promscale:0.6.1
4545
# needs to be enabled for tracing support in Promscale
4646
# to expose traces port
4747
tracing:

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.1"
12+
const tobsVersion = "0.7.0"
1313

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

deploy/static/deploy.yaml

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ metadata:
485485
type: Opaque
486486
data:
487487
admin-user: "YWRtaW4="
488-
admin-password: "RXZleTZnaUFUUUVXYUFDckY0N1ZodUVRN0NTSFBTcGVOcmVSRFZNQQ=="
488+
admin-password: "b3Fsa3Q4VXZvTG1pWkxXbVBIMTZ2THdSY3l3NFFLOHgzNHFGYkh1cQ=="
489489
ldap-toml: ""
490490
---
491491
# Source: tobs/charts/kube-prometheus-stack/templates/alertmanager/secret.yaml
@@ -535,7 +535,7 @@ metadata:
535535
labels:
536536
tobs_datasource: "true"
537537
app: tobs
538-
chart: tobs-0.6.1
538+
chart: tobs-0.7.0
539539
release: tobs
540540
type: Opaque
541541
stringData:
@@ -544,13 +544,13 @@ stringData:
544544
apiVersion: 1
545545

546546
datasources:
547-
- name: Promscale
547+
- name: Promscale-PromQL
548548
type: prometheus
549549
url: http://tobs-promscale-connector.tobs.svc.cluster.local:9201
550550
isDefault: true
551551
editable: true
552552
access: proxy
553-
- name: TimescaleDB
553+
- name: Promscale-SQL
554554
url: tobs.tobs.svc.cluster.local:5432
555555
type: postgres
556556
isDefault: false
@@ -573,7 +573,7 @@ metadata:
573573
namespace: tobs
574574
labels:
575575
app: tobs
576-
chart: tobs-0.6.1
576+
chart: tobs-0.7.0
577577
release: tobs
578578
type: Opaque
579579
data:
@@ -38879,7 +38879,7 @@ metadata:
3887938879
labels:
3888038880
grafana_dashboard: "1"
3888138881
app: tobs
38882-
chart: tobs-0.6.1
38882+
chart: tobs-0.7.0
3888338883
release: tobs
3888438884
data:
3888538885

@@ -42524,7 +42524,7 @@ metadata:
4252442524
namespace: tobs
4252542525
labels:
4252642526
app: tobs
42527-
chart: tobs-0.6.1
42527+
chart: tobs-0.7.0
4252842528
release: tobs
4252942529
data:
4253042530
add-users.sql: |-
@@ -43606,7 +43606,7 @@ metadata:
4360643606
namespace: tobs
4360743607
labels:
4360843608
app: tobs-promscale
43609-
chart: promscale-0.6.0
43609+
chart: promscale-0.6.1
4361043610
release: tobs
4361143611
heritage: Helm
4361243612
annotations:
@@ -43711,7 +43711,7 @@ metadata:
4371143711
namespace: tobs
4371243712
labels:
4371343713
app: tobs
43714-
chart: tobs-0.6.1
43714+
chart: tobs-0.7.0
4371543715
release: tobs
4371643716
component: promlens
4371743717
annotations:
@@ -43851,7 +43851,7 @@ spec:
4385143851
checksum/config: 9943b3f9b9cf7c0f467186141ca49b2ea9b6e11ac72fea94690b59dbccf7cdd1
4385243852
checksum/dashboards-json-config: 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b
4385343853
checksum/sc-dashboard-provider-config: 5e1224c9f94c5614a365eb9ed8fdb3179b0e87876ab2d6fc46a50592e9837ff2
43854-
checksum/secret: 93aec58b8339c2773d60c6c4bae9028a2c6a32f8dce91a6df16a6682226f10ae
43854+
checksum/secret: aaa02e741facfd6a5e3a7b534d2c66badb69ea69a7db80146dfc2896196a8927
4385543855
spec:
4385643856

4385743857
serviceAccountName: tobs-grafana
@@ -44110,7 +44110,7 @@ metadata:
4411044110
namespace: tobs
4411144111
labels:
4411244112
app: tobs-promscale
44113-
chart: promscale-0.6.0
44113+
chart: promscale-0.6.1
4411444114
release: tobs
4411544115
heritage: Helm
4411644116
spec:
@@ -44132,7 +44132,7 @@ spec:
4413244132

4413344133
spec:
4413444134
containers:
44135-
- image: timescale/promscale:0.6.0
44135+
- image: timescale/promscale:0.6.1
4413644136
imagePullPolicy: IfNotPresent
4413744137
name: promscale-connector
4413844138
resources:
@@ -44142,6 +44142,7 @@ spec:
4414244142
ports:
4414344143
- containerPort: 9201
4414444144
name: connector-port
44145+
4414544146
env:
4414644147
- name: PROMSCALE_DB_PORT
4414744148
value: "5432"
@@ -44167,7 +44168,7 @@ metadata:
4416744168
namespace: tobs
4416844169
labels:
4416944170
app: tobs
44170-
chart: tobs-0.6.1
44171+
chart: tobs-0.7.0
4417144172
release: tobs
4417244173
component: promlens
4417344174
spec:
@@ -44584,7 +44585,7 @@ metadata:
4458444585
namespace: tobs
4458544586
labels:
4458644587
app: tobs
44587-
chart: tobs-0.6.1
44588+
chart: tobs-0.7.0
4458844589
release: tobs
4458944590
heritage: Helm
4459044591
spec:
@@ -48680,7 +48681,7 @@ spec:
4868048681
apiVersion: batch/v1
4868148682
kind: Job
4868248683
metadata:
48683-
name: "tobs-patroni-o3"
48684+
name: "tobs-patroni-5i"
4868448685
labels:
4868548686
app: tobs-timescaledb
4868648687
chart: timescaledb-single-0.8.2

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}/.tobs"}
6-
TOBS_VERSION=${TOBS_VERSION:-0.6.1}
6+
TOBS_VERSION=${TOBS_VERSION:-0.7.0}
77

88
happyexit() {
99
echo ""

0 commit comments

Comments
 (0)