Skip to content

Commit 5a554a8

Browse files
committed
Release 0.5.0
1 parent f3739cb commit 5a554a8

File tree

8 files changed

+35
-267
lines changed

8 files changed

+35
-267
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.5.0
8-
appVersion: 0.5.0
7+
version: 0.6.0
8+
appVersion: 0.6.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.5.0
17+
version: 0.5.1
1818
repository: https://charts.timescale.com
1919
- name: kube-prometheus-stack
2020
condition: kube-prometheus-stack.enabled

chart/templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ To connect to your database, chose one of these options:
168168
tobs {{- template "tobs.cliOptions" . }} promlens port-forward
169169
{{- else }}
170170
kubectl --namespace {{ .Release.Namespace }} port-forward service/{{ .Release.Name }}-promlens 8081:80
171-
kubectl --namespace {{ .Release.Namespace }} port-forward service/{{ include "connector.fullname" $tsPromEnv |trunc 53 }}-connector 9201:{{ index .Values "promscale" "service" "port"}}
171+
kubectl --namespace {{ .Release.Namespace }} port-forward service/{{ include "promscale.fullname" $tsPromEnv |trunc 53 }}-connector 9201:{{ index .Values "promscale" "service" "port"}}
172172
(Note: You have to port-forward both PromLens and the connector at the same time)
173173
{{- end }}
174174

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.0
44+
image: timescale/promscale:0.5.1
4545
# connection options
4646
connection:
4747
# the db name in which the metrics will be stored

cli/cmd/version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ import (
99
"github.com/timescale/tobs/cli/pkg/utils"
1010
)
1111

12+
const tobsVersion = "0.6.0"
13+
1214
// versionCmd represents the version command
1315
var versionCmd = &cobra.Command{
1416
Use: "version",
@@ -22,8 +24,6 @@ func init() {
2224
versionCmd.Flags().BoolP("deployed-chart", "d", false, "Option to show deployed tobs helm chart version")
2325
}
2426

25-
const tobsVersion = "0.5.0"
26-
2727
func version(cmd *cobra.Command, args []string) error {
2828
d, err := cmd.Flags().GetBool("deployed-chart")
2929
if err != nil {

cli/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/jackc/pgx/v4 v4.8.0
77
github.com/mitchellh/go-homedir v1.1.0
88
github.com/pkg/errors v0.9.1
9-
github.com/sergi/go-diff v1.2.0 // indirect
9+
github.com/sergi/go-diff v1.2.0
1010
github.com/spf13/cobra v1.1.1
1111
github.com/spf13/viper v1.7.0
1212
helm.sh/helm/v3 v3.5.1

cli/go.sum

Lines changed: 0 additions & 241 deletions
Large diffs are not rendered by default.

deploy/static/deploy.yaml

Lines changed: 26 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ metadata:
493493
type: Opaque
494494
data:
495495
admin-user: "YWRtaW4="
496-
admin-password: "WXo1TG14N09qYnZlb3BRMjg4RmJjQkY3MzU2ZzZidzVtajZyem4ycg=="
496+
admin-password: "dG9aaW1Cc25xeWdUQTFMejFnUTJFOGZxTG5EMmhqSHd2R0VOQTJ2dA=="
497497
ldap-toml: ""
498498
---
499499
# Source: tobs/charts/kube-prometheus-stack/templates/alertmanager/secret.yaml
@@ -539,10 +539,11 @@ apiVersion: v1
539539
kind: Secret
540540
metadata:
541541
name: tobs-grafana-datasources
542+
namespace: tobs
542543
labels:
543544
tobs_datasource: "true"
544545
app: tobs
545-
chart: tobs-0.5.0
546+
chart: tobs-0.6.0
546547
release: tobs
547548
type: Opaque
548549
stringData:
@@ -562,11 +563,11 @@ stringData:
562563
type: postgres
563564
isDefault: false
564565
access: proxy
565-
user: grafanadb
566+
user: grafana
566567
database: postgres
567568
editable: true
568569
secureJsonData:
569-
password: grafanadb
570+
password: grafana
570571
jsonData:
571572
sslmode: require
572573
postgresVersion: 1000
@@ -577,9 +578,10 @@ apiVersion: v1
577578
kind: Secret
578579
metadata:
579580
name: tobs-grafana-db
581+
namespace: tobs
580582
labels:
581583
app: tobs
582-
chart: tobs-0.5.0
584+
chart: tobs-0.6.0
583585
release: tobs
584586
type: Opaque
585587
data:
@@ -36817,10 +36819,11 @@ apiVersion: v1
3681736819
kind: ConfigMap
3681836820
metadata:
3681936821
name: tobs-grafana-dashboards
36822+
namespace: tobs
3682036823
labels:
3682136824
grafana_dashboard: "1"
3682236825
app: tobs
36823-
chart: tobs-0.5.0
36826+
chart: tobs-0.6.0
3682436827
release: tobs
3682536828
data:
3682636829

@@ -40462,9 +40465,10 @@ apiVersion: v1
4046240465
kind: ConfigMap
4046340466
metadata:
4046440467
name: tobs-grafana-db
40468+
namespace: tobs
4046540469
labels:
4046640470
app: tobs
40467-
chart: tobs-0.5.0
40471+
chart: tobs-0.6.0
4046840472
release: tobs
4046940473
data:
4047040474
add-users.sql: |-
@@ -41538,14 +41542,15 @@ spec:
4153841542
prometheus: tobs-kube-prometheus-prometheus
4153941543
type: "ClusterIP"
4154041544
---
41541-
# Source: tobs/charts/promscale/templates/svc-connector.yaml
41545+
# Source: tobs/charts/promscale/templates/svc-promscale.yaml
4154241546
apiVersion: v1
4154341547
kind: Service
4154441548
metadata:
4154541549
name: tobs-promscale-connector
41550+
namespace: tobs
4154641551
labels:
4154741552
app: tobs-promscale
41548-
chart: promscale-0.5.0
41553+
chart: promscale-0.5.1
4154941554
release: tobs
4155041555
heritage: Helm
4155141556
annotations:
@@ -41647,9 +41652,10 @@ apiVersion: v1
4164741652
kind: Service
4164841653
metadata:
4164941654
name: tobs-promlens
41655+
namespace: tobs
4165041656
labels:
4165141657
app: tobs
41652-
chart: tobs-0.5.0
41658+
chart: tobs-0.6.0
4165341659
release: tobs
4165441660
component: promlens
4165541661
annotations:
@@ -41788,7 +41794,7 @@ spec:
4178841794
checksum/config: cdcd43094f5d3ce5d3f8d7fbdb5f33f293ae0c08c1245d116579cf79fe8ed2a6
4178941795
checksum/dashboards-json-config: 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b
4179041796
checksum/sc-dashboard-provider-config: e170c8b14ed1ff1915b55c607a01f66f28b2d7eb50cb46aef2286835e2ae2a4f
41791-
checksum/secret: 0c5b499b5c68d2e6f3e78c743e6221839866f1ec549284b13ef21480901b638a
41797+
checksum/secret: af1443d183fa9faa197e3cf9bb4456598829617364abcd2f3984741c6247773b
4179241798
spec:
4179341799

4179441800
serviceAccountName: tobs-grafana
@@ -42111,14 +42117,15 @@ spec:
4211142117
runAsUser: 65534
4211242118
serviceAccountName: tobs-kube-prometheus-operator
4211342119
---
42114-
# Source: tobs/charts/promscale/templates/deployment-connector.yaml
42120+
# Source: tobs/charts/promscale/templates/deployment-promscale.yaml
4211542121
apiVersion: apps/v1
4211642122
kind: Deployment
4211742123
metadata:
4211842124
name: tobs-promscale
42125+
namespace: tobs
4211942126
labels:
4212042127
app: tobs-promscale
42121-
chart: promscale-0.5.0
42128+
chart: promscale-0.5.1
4212242129
release: tobs
4212342130
heritage: Helm
4212442131
spec:
@@ -42140,7 +42147,7 @@ spec:
4214042147

4214142148
spec:
4214242149
containers:
42143-
- image: timescale/promscale:0.5.0
42150+
- image: timescale/promscale:0.5.1
4214442151
imagePullPolicy: IfNotPresent
4214542152
name: promscale-connector
4214642153
resources:
@@ -42172,9 +42179,10 @@ apiVersion: apps/v1
4217242179
kind: Deployment
4217342180
metadata:
4217442181
name: tobs-promlens
42182+
namespace: tobs
4217542183
labels:
4217642184
app: tobs
42177-
chart: tobs-0.5.0
42185+
chart: tobs-0.6.0
4217842186
release: tobs
4217942187
component: promlens
4218042188
spec:
@@ -42588,9 +42596,10 @@ apiVersion: batch/v1
4258842596
kind: Job
4258942597
metadata:
4259042598
name: tobs-grafana-db
42599+
namespace: tobs
4259142600
labels:
4259242601
app: tobs
42593-
chart: tobs-0.5.0
42602+
chart: tobs-0.6.0
4259442603
release: tobs
4259542604
heritage: Helm
4259642605
spec:
@@ -46100,7 +46109,7 @@ spec:
4610046109
apiVersion: batch/v1
4610146110
kind: Job
4610246111
metadata:
46103-
name: "tobs-patroni-5m"
46112+
name: "tobs-patroni-2j"
4610446113
labels:
4610546114
app: tobs-timescaledb
4610646115
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.5.0}
6+
TOBS_VERSION=${TOBS_VERSION:-0.6.0}
77

88
happyexit() {
99
echo ""

0 commit comments

Comments
 (0)