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
14 changes: 8 additions & 6 deletions charts/libredb-studio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: libredb-studio
description: Web-based SQL IDE for cloud-native teams supporting PostgreSQL, MySQL, SQLite, Oracle, SQL Server, MongoDB, and Redis
type: application
version: 0.1.28
appVersion: "0.9.66"
version: 0.1.29
appVersion: "0.9.67"
kubeVersion: ">=1.26.0-0"
home: https://github.com/libredb/libredb-studio
icon: https://raw.githubusercontent.com/libredb/libredb-studio/main/public/logo.svg
Expand Down Expand Up @@ -31,7 +31,7 @@ annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: libredb-studio
image: ghcr.io/libredb/libredb-studio:0.9.66
image: ghcr.io/libredb/libredb-studio:0.9.67
platforms:
- linux/amd64
- linux/arm64
Expand All @@ -43,9 +43,11 @@ annotations:
- name: Source
url: https://github.com/libredb/libredb-studio
artifacthub.io/changes: |
- "Application updated to 0.9.66 - Couchbase is now a supported database, speaking SQL++ over the Query and management REST APIs; it adds no driver dependency, so the image size is unchanged"
- "Couchbase support covers the bucket, scope and collection explorer with INFER-derived column types, EXPLAIN plans, read-your-writes query consistency, and the monitoring and maintenance surfaces the other providers expose"
- "No chart template changes - the rendered manifests are identical to 0.1.27"
- "Application updated to 0.9.67 - ClickHouse and Apache Druid are now supported databases, both spoken over their HTTP interfaces, so neither adds a driver dependency and the image size is unchanged"
- "ClickHouse support covers the explorer, EXPLAIN plans, and the monitoring and maintenance surfaces the other providers expose; Apache Druid adds datasource browsing and plan reading over Druid SQL"
- "Every SQL statement is now read with its own dialect's grammar, so statement boundaries, identifier quoting and row-limit injection stay correct on all ten engines"
- "Inline row edits and CSV imports bind their values instead of interpolating them"
- "No chart template changes - the rendered manifests are identical to 0.1.28"
dependencies:
- name: postgresql
version: "16.x.x"
Expand Down
2 changes: 1 addition & 1 deletion charts/libredb-studio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ helm install libredb libredb/libredb-studio \

```bash
helm install libredb oci://ghcr.io/libredb/charts/libredb-studio \
--version 0.1.28 \
--version 0.1.29 \
--set secrets.jwtSecret=$(openssl rand -base64 32) \
--set secrets.adminPassword=MyAdmin123
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ metadata:
]
capabilities: Basic Install
categories: Database, Developer Tools
containerImage: ghcr.io/libredb/libredb-studio-operator:0.9.66
createdAt: "2026-08-03T09:31:18Z"
containerImage: ghcr.io/libredb/libredb-studio-operator:0.9.67
createdAt: "2026-08-07T17:38:03Z"
description: Open-source web-based SQL IDE for PostgreSQL, MySQL, Oracle, SQL
Server, SQLite, MongoDB and Redis, with AI-powered query assistance.
operators.operatorframework.io/builder: operator-sdk-v1.42.3
Expand All @@ -33,7 +33,7 @@ metadata:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.arm64: supported
operatorframework.io/os.linux: supported
name: libredb-studio-operator.v0.9.66
name: libredb-studio-operator.v0.9.67
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -255,7 +255,7 @@ spec:
- --leader-elect
- --leader-election-id=libredb-studio-operator
- --health-probe-bind-address=:8081
image: ghcr.io/libredb/libredb-studio-operator:0.9.66
image: ghcr.io/libredb/libredb-studio-operator:0.9.67
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -360,4 +360,4 @@ spec:
provider:
name: LibreDB
url: https://libredb.org
version: 0.9.66
version: 0.9.67
2 changes: 1 addition & 1 deletion operator/config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: ghcr.io/libredb/libredb-studio-operator
newTag: 0.9.66
newTag: 0.9.67
14 changes: 8 additions & 6 deletions operator/helm-charts/libredb-studio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: libredb-studio
description: Web-based SQL IDE for cloud-native teams supporting PostgreSQL, MySQL, SQLite, Oracle, SQL Server, MongoDB, and Redis
type: application
version: 0.1.28
appVersion: "0.9.66"
version: 0.1.29
appVersion: "0.9.67"
kubeVersion: ">=1.26.0-0"
home: https://github.com/libredb/libredb-studio
icon: https://raw.githubusercontent.com/libredb/libredb-studio/main/public/logo.svg
Expand Down Expand Up @@ -31,7 +31,7 @@ annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: libredb-studio
image: ghcr.io/libredb/libredb-studio:0.9.66
image: ghcr.io/libredb/libredb-studio:0.9.67
platforms:
- linux/amd64
- linux/arm64
Expand All @@ -43,9 +43,11 @@ annotations:
- name: Source
url: https://github.com/libredb/libredb-studio
artifacthub.io/changes: |
- "Application updated to 0.9.66 - Couchbase is now a supported database, speaking SQL++ over the Query and management REST APIs; it adds no driver dependency, so the image size is unchanged"
- "Couchbase support covers the bucket, scope and collection explorer with INFER-derived column types, EXPLAIN plans, read-your-writes query consistency, and the monitoring and maintenance surfaces the other providers expose"
- "No chart template changes - the rendered manifests are identical to 0.1.27"
- "Application updated to 0.9.67 - ClickHouse and Apache Druid are now supported databases, both spoken over their HTTP interfaces, so neither adds a driver dependency and the image size is unchanged"
- "ClickHouse support covers the explorer, EXPLAIN plans, and the monitoring and maintenance surfaces the other providers expose; Apache Druid adds datasource browsing and plan reading over Druid SQL"
- "Every SQL statement is now read with its own dialect's grammar, so statement boundaries, identifier quoting and row-limit injection stay correct on all ten engines"
- "Inline row edits and CSV imports bind their values instead of interpolating them"
- "No chart template changes - the rendered manifests are identical to 0.1.28"
dependencies:
- name: postgresql
version: "16.x.x"
Expand Down
2 changes: 1 addition & 1 deletion operator/helm-charts/libredb-studio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ helm install libredb libredb/libredb-studio \

```bash
helm install libredb oci://ghcr.io/libredb/charts/libredb-studio \
--version 0.1.28 \
--version 0.1.29 \
--set secrets.jwtSecret=$(openssl rand -base64 32) \
--set secrets.adminPassword=MyAdmin123
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libredb/studio",
"version": "0.9.66",
"version": "0.9.67",
"private": false,
"publishConfig": {
"access": "public"
Expand Down
Loading