Skip to content

feat(stack): show update schedule in stack list#1939

Merged
martin-helmich merged 1 commit into
masterfrom
feat-stack-list-update-schedule
Jun 25, 2026
Merged

feat(stack): show update schedule in stack list#1939
martin-helmich merged 1 commit into
masterfrom
feat-stack-list-update-schedule

Conversation

@martin-helmich

Copy link
Copy Markdown
Member

Summary

mw stack list now shows the configured update schedule of each container stack in a new Update schedule column.

The column reads the updateSchedule field from the ContainerStackResponse:

  • Shows no schedule when none is configured.
  • Shows the cron expression alone (e.g. 0 3 * * *) when no timezone is set.
  • Shows cron (timezone) (e.g. 0 3 * * * (Europe/Berlin)) when a timezone is present.

The column flows through the existing table formatter, so it also appears in the JSON/CSV output modes.

🤖 Generated with Claude Code

Add an "Update schedule" column to `mw stack list` that displays the
configured container stack update schedule (cron expression, with the
timezone in parentheses when set). Stacks without a schedule show
"no schedule".

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@martin-helmich martin-helmich merged commit a5d990d into master Jun 25, 2026
11 checks passed
@martin-helmich martin-helmich deleted the feat-stack-list-update-schedule branch June 25, 2026 07:52
mittwald-machine added a commit that referenced this pull request Jun 25, 2026
# [1.18.0](v1.17.2...v1.18.0) (2026-06-25)

### Bug Fixes

* **release:** formatting in release.config.cjs ([7aad175](7aad175))

### Features

* **stack:** add stack set-update-schedule and stack unset-update-schedule commands ([#1938](#1938)) ([d58f217](d58f217))
* **stack:** show update schedule in stack list ([#1939](#1939)) ([a5d990d](a5d990d))
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.

1 participant