-
BlumeOps v1.6.8 Stable
released this
2026-02-11 21:12:50 -08:00 | 255 commits to main since this releaseBlumeOps release v1.6.8
What's Changed
Documentation
- Update "Deploy K8s Service" how-to with current ProxyGroup ingress pattern.
Documentation
Download
docs-v1.6.8.tar.gzand configure the quartz container with:DOCS_RELEASE_URL=https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.6.8/docs-v1.6.8.tar.gzDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
docs-v1.6.8.tar.gz
1 download ·
2026-02-11 21:12:50 -08:00 · 1.1 MiB
-
BlumeOps v1.6.7 Stable
released this
2026-02-11 18:07:11 -08:00 | 257 commits to main since this releaseBlumeOps release v1.6.7
What's Changed
Documentation
- Close Dagger CI plan (Phases 1–3 complete) and move to completed plans archive.
Documentation
Download
docs-v1.6.7.tar.gzand configure the quartz container with:DOCS_RELEASE_URL=https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.6.7/docs-v1.6.7.tar.gzDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
docs-v1.6.7.tar.gz
1 download ·
2026-02-11 18:07:11 -08:00 · 1.1 MiB
-
BlumeOps v1.6.6 Stable
released this
2026-02-11 17:57:59 -08:00 | 259 commits to main since this releaseBlumeOps release v1.6.6
What's Changed
Features
- Simplify Forgejo runner image (Dagger Phase 3): remove Node.js, Docker CLI, buildx, skopeo, gnupg, lsb-release, and xz-utils. Add tzdata and flyctl. All build tools now live inside Dagger containers.
Bug Fixes
- Restore Docker CLI to Forgejo runner image — Dagger shells out to
dockerto provision its BuildKit engine. - Restore Node.js to Forgejo runner image — required by
actions/checkout@v4and other JavaScript Actions that were broken by the Phase 3 simplification.
Documentation
Download
docs-v1.6.6.tar.gzand configure the quartz container with:DOCS_RELEASE_URL=https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.6.6/docs-v1.6.6.tar.gzDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
docs-v1.6.6.tar.gz
1 download ·
2026-02-11 17:57:59 -08:00 · 1.1 MiB
-
BlumeOps v1.6.5 Stable
released this
2026-02-11 17:10:29 -08:00 | 266 commits to main since this releaseBlumeOps release v1.6.5
Documentation
Download
docs-v1.6.5.tar.gzand configure the quartz container with:DOCS_RELEASE_URL=https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.6.5/docs-v1.6.5.tar.gzDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
docs-v1.6.5.tar.gz
1 download ·
2026-02-11 17:10:29 -08:00 · 1.1 MiB
-
Source code (ZIP)
-
BlumeOps v1.6.4 Stable
released this
2026-02-11 17:01:23 -08:00 | 268 commits to main since this releaseBlumeOps release v1.6.4
What's Changed
Bug Fixes
- Set Forgejo runner timezone to America/Los_Angeles. The runner previously used UTC, causing towncrier changelog entries to show tomorrow's date when releases were cut in the evening. Note: the v1.6.2 changelog entry shows 2026-02-12 due to this bug; dates may appear non-sequential as a result.
Documentation
Download
docs-v1.6.4.tar.gzand configure the quartz container with:DOCS_RELEASE_URL=https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.6.4/docs-v1.6.4.tar.gzDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
docs-v1.6.4.tar.gz
1 download ·
2026-02-11 17:01:23 -08:00 · 1.1 MiB
-
BlumeOps v1.6.3 Stable
released this
2026-02-11 16:46:35 -08:00 | 271 commits to main since this releaseBlumeOps release v1.6.3
Documentation
Download
docs-v1.6.3.tar.gzand configure the quartz container with:DOCS_RELEASE_URL=https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.6.3/docs-v1.6.3.tar.gzDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
docs-v1.6.3.tar.gz
1 download ·
2026-02-11 16:46:35 -08:00 · 1.1 MiB
-
Source code (ZIP)
-
BlumeOps v1.6.2 Stable
released this
2026-02-11 16:35:02 -08:00 | 273 commits to main since this releaseBlumeOps release v1.6.2
What's Changed
Features
- Migrate docs build pipeline to Dagger (Phase 2):
dagger call build-docs --src=. --version=devnow runs the full Quartz build locally, identically to CI. Addsdate-modifiedfrontmatter to all docs and adocs-check-frontmatterpre-commit hook. - Adopt Dagger as CI build engine for container images (Phase 1). Replaces the Docker buildx + skopeo composite action with a Dagger Python module. BuildKit's push is compatible with Zot, eliminating the skopeo workaround.
Bug Fixes
- Fix blumeops-tasks: migrate from deprecated Todoist REST API v2 to API v1, handle cursor-based pagination, and use
op readfor 1Password credential retrieval.
Documentation
Download
docs-v1.6.2.tar.gzand configure the quartz container with:DOCS_RELEASE_URL=https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.6.2/docs-v1.6.2.tar.gzDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
docs-v1.6.2.tar.gz
1 download ·
2026-02-11 16:35:02 -08:00 · 1.1 MiB
- Migrate docs build pipeline to Dagger (Phase 2):
-
BlumeOps v1.6.1 Stable
released this
2026-02-11 13:37:34 -08:00 | 278 commits to main since this releaseBlumeOps release v1.6.1
What's Changed
Bug Fixes
- Fix Fly.io proxy cache purge command for BusyBox shell compatibility.
Documentation
Download
docs-v1.6.1.tar.gzand configure the quartz container with:DOCS_RELEASE_URL=https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.6.1/docs-v1.6.1.tar.gzDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
docs-v1.6.1.tar.gz
1 download ·
2026-02-11 13:37:34 -08:00 · 1.1 MiB
-
BlumeOps v1.6.0 Stable
released this
2026-02-11 13:33:57 -08:00 | 281 commits to main since this releaseBlumeOps release v1.6.0
What's Changed
Bug Fixes
- Purge Fly.io proxy cache after docs deploy so new releases are served immediately.
Documentation
Download
docs-v1.6.0.tar.gzand configure the quartz container with:DOCS_RELEASE_URL=https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.6.0/docs-v1.6.0.tar.gzDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
docs-v1.6.0.tar.gz
1 download ·
2026-02-11 13:33:57 -08:00 · 1.1 MiB
-
BlumeOps v1.5.4 Stable
released this
2026-02-11 12:17:12 -08:00 | 283 commits to main since this releaseBlumeOps release v1.5.4
What's Changed
Bug Fixes
- Bump Fly.io proxy VM memory from 256MB to 512MB to prevent Alloy OOM kills.
Documentation
- Add plan documents for Dagger CI/CD adoption and upstream fork strategy.
- Add plan documents for OIDC provider adoption, zot registry hardening, and expanded network segmentation details.
- Review security-model.md: fix op CLI pattern, add Tailscale Operator section.
Documentation
Download
docs-v1.5.4.tar.gzand configure the quartz container with:DOCS_RELEASE_URL=https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.5.4/docs-v1.5.4.tar.gzDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
docs-v1.5.4.tar.gz
1 download ·
2026-02-11 12:17:12 -08:00 · 1.1 MiB