diff --git a/CHANGELOG.md b/CHANGELOG.md index add5495..ef7d16f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [v1.6.2] - 2026-02-12 + +### Features + +- Migrate docs build pipeline to Dagger (Phase 2): `dagger call build-docs --src=. --version=dev` now runs the full Quartz build locally, identically to CI. Adds `date-modified` frontmatter to all docs and a `docs-check-frontmatter` pre-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 read` for 1Password credential retrieval. + + ## [v1.6.1] - 2026-02-11 ### Bug Fixes diff --git a/argocd/manifests/docs/deployment.yaml b/argocd/manifests/docs/deployment.yaml index c22a3d8..d46bcad 100644 --- a/argocd/manifests/docs/deployment.yaml +++ b/argocd/manifests/docs/deployment.yaml @@ -22,7 +22,7 @@ spec: name: http env: - name: DOCS_RELEASE_URL - value: "https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.6.1/docs-v1.6.1.tar.gz" + value: "https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.6.2/docs-v1.6.2.tar.gz" resources: requests: memory: "64Mi" diff --git a/docs/changelog.d/dagger-phase2-docs.feature.md b/docs/changelog.d/dagger-phase2-docs.feature.md deleted file mode 100644 index 82d9c8f..0000000 --- a/docs/changelog.d/dagger-phase2-docs.feature.md +++ /dev/null @@ -1 +0,0 @@ -Migrate docs build pipeline to Dagger (Phase 2): `dagger call build-docs --src=. --version=dev` now runs the full Quartz build locally, identically to CI. Adds `date-modified` frontmatter to all docs and a `docs-check-frontmatter` pre-commit hook. diff --git a/docs/changelog.d/feature-dagger-ci-phase1.feature.md b/docs/changelog.d/feature-dagger-ci-phase1.feature.md deleted file mode 100644 index 81b7767..0000000 --- a/docs/changelog.d/feature-dagger-ci-phase1.feature.md +++ /dev/null @@ -1 +0,0 @@ -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. diff --git a/docs/changelog.d/fix-blumeops-tasks-todoist-api-v1.bugfix.md b/docs/changelog.d/fix-blumeops-tasks-todoist-api-v1.bugfix.md deleted file mode 100644 index 6225e34..0000000 --- a/docs/changelog.d/fix-blumeops-tasks-todoist-api-v1.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Fix blumeops-tasks: migrate from deprecated Todoist REST API v2 to API v1, handle cursor-based pagination, and use `op read` for 1Password credential retrieval.