Skip to content

Release: v1.0.1 - #30

Merged
chrismaddalena merged 7 commits into
mainfrom
release/v1.0.1
Jul 1, 2026
Merged

Release: v1.0.1#30
chrismaddalena merged 7 commits into
mainfrom
release/v1.0.1

Conversation

@chrismaddalena

Copy link
Copy Markdown
Contributor

CHANGELOG

[1.0.1] - 2026-07-01

Added

  • Added a build command that is a shortcut for containers build

Changed

  • Adjusted the build and update commands to use Ghostwriter v7.2.1's --required-only flag for database fixtures
    • Ghostwriter CLI will now skip re-seeding database entries marked as required: false
    • For now, the starter templates are flagged as non-required so they will not return with updates if an admin deletes them

@augmentcode

augmentcode Bot commented Jul 1, 2026

Copy link
Copy Markdown
🤖 Augment PR Summary

Summary: This PR cuts the v1.0.1 release and updates CLI behavior around container builds and database seeding.

Changes:

  • Added a top-level build command as a shortcut for containers build
  • Updated help/docs to list the new command and document the v1.0.1 changelog entry
  • Adjusted container build/update flows to seed using Ghostwriter v7.2.1’s --required-only option
  • Refactored common container setup (updateContainers) to accept optional seed arguments

Technical Notes: Updates now avoid re-seeding fixtures marked required: false, which helps preserve admin-deleted non-required starter data across upgrades.

🤖 Was this summary useful? React with 👍 or 👎

@augmentcode augmentcode Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Review completed. 1 suggestion posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

Comment thread cmd/update.go

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR prepares the v1.0.1 release by adding a top-level build command shortcut and changing database seeding behavior during build/update to leverage Ghostwriter v7.2.1’s --required-only fixtures seeding.

Changes:

  • Added ghostwriter-cli build as a shortcut for ghostwriter-cli containers build.
  • Updated containers build and update flows to seed with /seed_data --required-only to avoid re-seeding non-required fixtures.
  • Updated documentation (README + CHANGELOG) and corrected a help-string typo.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
README.md Documents the new top-level build command in the command list.
cmd/update.go Passes --required-only into the shared container update/seed path during updates.
cmd/install.go Updates updateContainers to accept optional seed args and forwards them to /seed_data.
cmd/containersBuild.go Uses /seed_data --required-only when re-seeding after container builds; fixes a help-string typo.
cmd/build.go Introduces the new root-level build command wrapper.
CHANGELOG.md Adds the 1.0.1 release entry describing the new command and seeding behavior change.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread cmd/update.go
Comment thread cmd/build.go
chrismaddalena and others added 2 commits July 1, 2026 11:35
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

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

Comment thread cmd/internal/docker.go Outdated
@chrismaddalena
chrismaddalena merged commit 82f99e0 into main Jul 1, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants