Update Autobase to version 2.7#830
Open
vitabaks wants to merge 2 commits into
Open
Conversation
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.
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
Contributor
There was a problem hiding this comment.
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/consoleimage from2.5.2to2.7.2in the Autobase blueprint. - Add a new persistent volume mount for DbDesk Studio data.
- Update the Autobase entry in
meta.jsonto version2.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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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_NUMBERScreenshots or Videos
Now with the built-in SQL editor
Greptile Summary
This PR updates the Autobase template from version 2.5.2 to 2.7.2 by bumping the
autobase/consoleimage tag indocker-compose.ymland the corresponding version inmeta.json. It also adds the newdbdesk_studio_datanamed volume (required by the 2.7.x image for the built-in SQL editor), correctly declared at both the service and top-levelvolumes: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)
blueprints/autobase/docker-compose.yml, line 17-19 (link)dbdesk_studio_dataThe new named volume
dbdesk_studio_datais referenced in the service'svolumes:list but is not declared in the top-levelvolumes: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