From 3395913afb1631c33183cfac44c9ac67cfcfeed7 Mon Sep 17 00:00:00 2001 From: Vitaliy Kukharik <37010174+vitabaks@users.noreply.github.com> Date: Wed, 28 Jan 2026 11:46:57 +0500 Subject: [PATCH] Update Autobase to version 2.5 (#647) * Update Autobase to version 2.5 Bump the autobase-console Docker image from version 2.2.0 to 2.5.2 in docker-compose.yml to use the latest features and fixes. * Update docker-compose.yml * Update docker-compose.yml * Update meta.json * Update Autobase description in meta.json Revised the Autobase package description to clarify it as a self-hosted DBaaS alternative to cloud-managed databases. --- blueprints/autobase/docker-compose.yml | 2 +- meta.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/blueprints/autobase/docker-compose.yml b/blueprints/autobase/docker-compose.yml index 07b99485..13b23d57 100644 --- a/blueprints/autobase/docker-compose.yml +++ b/blueprints/autobase/docker-compose.yml @@ -1,6 +1,6 @@ services: autobase-console: - image: autobase/console:2.3.0 + image: autobase/console:2.5.2 restart: unless-stopped ports: - "80" diff --git a/meta.json b/meta.json index 542d9bc9..6b5ba634 100644 --- a/meta.json +++ b/meta.json @@ -510,8 +510,8 @@ { "id": "autobase", "name": "Autobase", - "version": "2.3.0", - "description": "Autobase for PostgreSQL® is an open-source alternative to cloud-managed databases (DBaaS) such as Amazon RDS, Google Cloud SQL, Azure Database, and more.", + "version": "2.5.2", + "description": "Autobase for PostgreSQL® is an open-source alternative to cloud-managed databases (self-hosted DBaaS).", "links": { "github": "https://github.com/vitabaks/autobase", "website": "https://autobase.tech/",