Skip to content

RGJorge/containerflow

v0.1.7 Breaking

This release includes 2 breaking changes for platform teams planning a safe upgrade.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

bun containerflow containers web devops docker
+4 more
monitoring react self-hosted typescript

ReleasePort's take

Light signal
editorial:auto 9d

Version v0.1.7 renames the `standalone` group to **DOCKER** and enhances multi‑file COMPOSE_FILE handling.

Why it matters: The rename clarifies container grouping, while improved COMPOSE_FILE resolution ensures compose keys are sourced from the latest specified file—critical for projects using multiple Compose files.

Summary

AI summary

Renamed standalone group to DOCKER and improved multi‑file COMPOSE_FILE handling.

Changes in this release

Feature Medium

Service nodes inside groups are centered horizontally and vertically.

Service nodes inside groups are centered horizontally and vertically.

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

ContainerFlow resolves compose keys from the last specified COMPOSE_FILE override.

ContainerFlow resolves compose keys from the last specified COMPOSE_FILE override.

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

Group footer displays the compose filename, e.g., docker-compose.yml or docker.

Group footer displays the compose filename, e.g., docker-compose.yml or docker.

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

Each group now has a color picker with six selectable colors.

Each group now has a color picker with six selectable colors.

Source: llm_adapter@2026-05-21

Confidence: low

Feature Low

Selected group color tints the background, border, and label.

Selected group color tints the background, border, and label.

Source: granite4.1:30b@2026-05-22-audit

Confidence: high

Feature Low

Group color selection persists across reloads per project.

Group color selection persists across reloads per project.

Source: granite4.1:30b@2026-05-22-audit

Confidence: high

Feature Low

After dragging, groups recenter their content while preserving relative spacing.

After dragging, groups recenter their content while preserving relative spacing.

Source: granite4.1:30b@2026-05-22-audit

Confidence: high

Feature Low

Single‑service groups always appear perfectly centered.

Single‑service groups always appear perfectly centered.

Source: granite4.1:30b@2026-05-22-audit

Confidence: high

Feature Low

Hovering the group footer shows the full filename when truncated.

Hovering the group footer shows the full filename when truncated.

Source: granite4.1:30b@2026-05-22-audit

Confidence: high

Feature Low

Each group has a hoverable color dot to select one of six colors.

Each group has a hoverable color dot to select one of six colors.

Source: granite4.1:30b@2026-05-22-audit

Confidence: low

Refactor Medium

'standalone' containers now group under DOCKER with a Container icon.

'standalone' containers now group under DOCKER with a Container icon.

Source: llm_adapter@2026-05-21

Confidence: high

Refactor Medium

Header buttons now use a consistent styled tooltip across the dashboard.

Header buttons now use a consistent styled tooltip across the dashboard.

Source: llm_adapter@2026-05-21

Confidence: high

Full changelog

What's new

Color picker per project

Each group now has a small color dot in the header (visible on hover). Click it to pick from 6 colors — blue, purple, cyan, green, yellow, red. The color tints the group background, border, and label. Persisted per project across reloads.

Centered group layout

Service nodes inside a group are now centered both horizontally and vertically — symmetric margins on all sides. After drag-end the group recenters its content, preserving relative spacing between services. Single-service groups always land centered.

Better handling of multi-file COMPOSE_FILE

When you run `COMPOSE_FILE=docker-compose.yml:docker-compose.local.yml`, ContainerFlow now resolves the compose key from the override file (last one, which wins in docker-compose semantics). So a setup with a `.local.yml` override now shows `LOCAL` instead of a broken comma-joined string.

`standalone` → `docker`

Containers without a compose project (plain `docker run`) now group under DOCKER with a Container icon, instead of the technical-sounding `standalone / default`.

Footer with compose filename

Each group shows the compose filename at the bottom (e.g., `docker-compose.yml` or just `docker` for plain containers). Hover the footer to see the full filename when truncated.

Polished tooltips

Header buttons (rename, reset alias, change color) now use the same styled tooltip as the rest of the dashboard — compact, monospace, dark.

Full changelog

https://github.com/RGJorge/ContainerFlow/compare/v0.1.6...v0.1.7

Breaking Changes

  • Renamed `standalone` group to **DOCKER**
  • Changed default compose key resolution for multi‑file COMPOSE_FILE to use the last (override) file

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track RGJorge/containerflow

Get notified when new releases ship.

Sign up free

About RGJorge/containerflow

All releases →

Related context

Earlier breaking changes

  • v0.1.4 `docker-compose.yml` now uses prebuilt image by default (was: `build: .`).

Beta — feedback welcome: [email protected]