Skip to content

RGJorge/containerflow

v0.1.8 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

✓ 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 13d

Dashboard displays in-app update notifications with versions-behind badge; update modal provides deployment-specific upgrade commands and release notes preview.

Why it matters: In-app notifications streamline upgrade workflows with deployment-specific commands and release notes. API caching limits instance calls to ~8 daily. +4 KB bundle. Test in dev; candidate for next upgrade.

Summary

AI summary

Dashboard now shows in‑app update notifications with a copy‑paste command modal and versions‑behind badge.

Changes in this release

Feature Medium

Release notes preview parses GitHub release body and surfaces highlights as bullet points.

Release notes preview parses GitHub release body and surfaces highlights as bullet points.

Source: granite4.1:8b-q6_K@2026-05-21

Confidence: low

Feature Medium

Versions behind badge shows amber indicator with count of missed stable releases.

Versions behind badge shows amber indicator with count of missed stable releases.

Source: granite4.1:8b-q6_K@2026-05-21

Confidence: low

Feature Medium

Modal header displays live star count and direct repo link.

Modal header displays live star count and direct repo link.

Source: granite4.1:8b-q6_K@2026-05-21

Confidence: low

Feature Medium

In-app update notifications show NEW VERSION indicator in header when newer release published on GitHub.

In-app update notifications show NEW VERSION indicator in header when newer release published on GitHub.

Source: granite4.1:8b-q6_K@2026-05-21

Confidence: low

Feature Medium

Update modal displays copy-paste command based on deployment method (GHCR prebuilt vs source build).

Update modal displays copy-paste command based on deployment method (GHCR prebuilt vs source build).

Source: granite4.1:8b-q6_K@2026-05-21

Confidence: low

Feature Low

The update modal parses and displays bullet highlights from the latest GitHub release notes.

The update modal parses and displays bullet highlights from the latest GitHub release notes.

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

Confidence: low

Feature Low

An amber "Versions behind" badge appears if the installed version lags more than one stable release, showing how many releases are missed.

An amber "Versions behind" badge appears if the installed version lags more than one stable release, showing how many releases are missed.

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

Confidence: low

Feature Low

The modal header shows the current star count and a link to the GitHub repository.

The modal header shows the current star count and a link to the GitHub repository.

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

Confidence: low

Dependency Medium

Bundle size increased by approximately 4 KB.

Bundle size increased by approximately 4 KB.

Source: granite4.1:8b-q6_K@2026-05-21

Confidence: low

Dependency Low

The change adds roughly 4 KB to the bundle size.

The change adds roughly 4 KB to the bundle size.

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

Confidence: low

Performance Medium

Server caches GitHub API response for 6 hours, reducing daily API calls to ~8 per instance.

Server caches GitHub API response for 6 hours, reducing daily API calls to ~8 per instance.

Source: granite4.1:8b-q6_K@2026-05-21

Confidence: low

Refactor Medium

Modal component lazy-mounts only when indicator clicked.

Modal component lazy-mounts only when indicator clicked.

Source: granite4.1:8b-q6_K@2026-05-21

Confidence: low

Full changelog

What's new

In-app update notifications

The dashboard now tells you when a new version is available. A pulsing "NEW VERSION" indicator appears in the header (replacing the version subtitle) the moment a newer release is published on GitHub — so the ~1,000+ silent deployers no longer have to remember to check the repo.

Update modal with copy-paste command

Click the indicator to see exactly what to run. The modal detects how you deployed (GHCR prebuilt image vs source build) and shows the matching command in the active tab — but always exposes both tabs so you can pick. One click copies the command to your clipboard.

Release notes preview from the GitHub release

The modal parses the body of the latest GitHub release and surfaces the highlights as bullets — supports ### heading, ## heading, -, *, and 1. list items. Falls back gracefully to a "See full release notes" link when there's nothing parseable.

"Versions behind" badge

If you're more than one release behind (e.g. on v0.1.0 when v0.1.8 ships), an amber badge shows how many stable releases you've missed.

Stars + repo link

The modal header shows the live star count next to a direct link to the repo.

Cheap by design

The server caches the GitHub API response for 6 hours — every instance does ~8 API calls per day, well under the 60/hour anonymous rate limit. The modal component lazy-mounts only when you click the indicator. ~4 KB added to the bundle.

Full changelog

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

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]