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.
This commit is contained in:
Vitaliy Kukharik
2026-01-28 11:46:57 +05:00
committed by GitHub
parent 26fcbe302d
commit 3395913afb
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
services:
autobase-console:
image: autobase/console:2.3.0
image: autobase/console:2.5.2
restart: unless-stopped
ports:
- "80"

View File

@@ -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/",