Skip to content

⬆️ Upgrade tabbyml to 1.13.0 #12

Description

@github-actions

TabbyML is on 0.23.0; upstream released 1.13.0 on 2025-03-31 (major bump).

Changes to apply

  • hub/tabbyml/stack.yaml
    • version: "0.23.0"version: "1.13.0"
  • hub/tabbyml/stack.yaml
    • updated_at: 2025-01-09updated_at: 2025-03-31
  • hub/tabbyml/compose.yaml
    • ${TABBYML_VERSION:-0.23.0}${TABBYML_VERSION:-1.13.0}

Warning

No published container tag was found for this version. Confirm the image exists before doing anything else — a release without an image is not shippable.

Warnings

  • no image tag found for 1.13.0 on dockerhub
  • major version bump — expect breaking changes, read the release notes first

Required before merging

A newer release is not evidence that the new version still works with our
compose file, our .env and our volumes. Establish a baseline first, then
prove the bump did not regress it:

# 1. baseline: does it pass today, before any change?
./packages/scripts/maintenance/test-stack.sh tabbyml

# 2. apply the edits above, then:
./packages/scripts/maintenance/test-stack.sh tabbyml

The test pulls every image, waits for all services to become healthy, checks
that nothing crash-loops during a settle window, and makes a real HTTP request
to the app's entry point.

  • If the baseline fails too, this app was already broken: fix that first or say
    so in the PR — it is not a regression from this bump.
  • If the baseline passes and the bump fails, do not merge. Read the release
    notes: a required new env var or a migration usually needs .env or
    compose.yaml changes alongside the version.
  • This is a major bump: assume breaking changes and read the upgrade guide before touching anything.

Filed automatically from work/version-drift.json.

Metadata

Metadata

Assignees

No one assigned

    Labels

    upgradeA hub app is behind its upstream release

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions