Skip to content

Update Autobase to version 2.7#830

Open
vitabaks wants to merge 2 commits into
Dokploy:canaryfrom
vitabaks:autobase-2-7
Open

Update Autobase to version 2.7#830
vitabaks wants to merge 2 commits into
Dokploy:canaryfrom
vitabaks:autobase-2-7

Conversation

@vitabaks
Copy link
Copy Markdown
Contributor

@vitabaks vitabaks commented Apr 28, 2026

Update autobase console image tag in blueprints/autobase/docker-compose.yml from 2.5.2 to 2.7.2 and bump the corresponding package version in meta.json to 2.7.2 to keep metadata in sync with the deployed image.

Release notes: https://github.com/vitabaks/autobase/releases/tag/2.7.0

What is this PR about?

New PR of [Template Name]

Checklist

Before submitting this PR, please make sure that:

Issues related (if applicable)

Close automatically the related issues using the keywords: closes #ISSUE_NUMBER

Screenshots or Videos

Now with the built-in SQL editor

2026-04-04_14-47-41

Greptile Summary

This PR updates the Autobase template from version 2.5.2 to 2.7.2 by bumping the autobase/console image tag in docker-compose.yml and the corresponding version in meta.json. It also adds the new dbdesk_studio_data named volume (required by the 2.7.x image for the built-in SQL editor), correctly declared at both the service and top-level volumes: sections.

Confidence Score: 5/5

Safe to merge — a straightforward version bump with correct volume declaration.

All changes are correct: the image tag and meta.json version are in sync, the new named volume is properly declared at both the service and top-level, and no regressions are introduced. The previous P1 finding (missing top-level volume declaration) has been resolved in this revision.

No files require special attention.

Comments Outside Diff (1)

  1. blueprints/autobase/docker-compose.yml, line 17-19 (link)

    P1 Missing top-level volume declaration for dbdesk_studio_data

    The new named volume dbdesk_studio_data is referenced in the service's volumes: list but is not declared in the top-level volumes: section. Docker Compose will refuse to start with: Named volume "dbdesk_studio_data:/opt/dbdesk-studio:rw" is used in service "autobase-console" but no declaration was found in the volumes section.

Reviews (2): Last reviewed commit: "Add dbdesk_studio_data Docker volume" | Re-trigger Greptile

Update autobase console image tag in blueprints/autobase/docker-compose.yml from 2.5.2 to 2.7.2 and bump the corresponding package version in meta.json to 2.7.2 to keep metadata in sync with the deployed image.
Copilot AI review requested due to automatic review settings April 28, 2026 19:26
@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Apr 28, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 28, 2026

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
templates ✅ Ready (View Log) Visit Preview 224ebe9

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Dokploy Autobase template to match the newer Autobase Console release by bumping both the runtime Docker image tag and the central template metadata version.

Changes:

  • Bump autobase/console image from 2.5.2 to 2.7.2 in the Autobase blueprint.
  • Add a new persistent volume mount for DbDesk Studio data.
  • Update the Autobase entry in meta.json to version 2.7.2.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
meta.json Updates Autobase template metadata version to 2.7.2 to match the deployed image.
blueprints/autobase/docker-compose.yml Updates the console image tag and adds a new data volume mount for DbDesk Studio.

Comment thread blueprints/autobase/docker-compose.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS This PR changes 0-9 lines, ignoring generated files. version-bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants