Skip to content

Releases: nolte/taskfiles

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 20 May 19:39
30ddb3e

Changes

🧰 Maintenance


Project context

Audiences served

  • Taskfile-consumer project (Direct consumer) → §New modules · §New variables
  • Consumer-side developer (Operator) → §Documentation
  • Module maintainer (Contributor) → §New modules · §Tooling / CI
  • nolte portfolio architecture conventions (Governing) → §Tooling / CI · §Documentation

New modules

  • kind (src/taskfile-include-kind.yaml) — tasks kind:start, kind:destroy, kind:recreate. Added in #6, extended in #10.
  • k8s (src/taskfile-include-k8s.yaml) — tasks k8s:bootstrap, k8s:install-argocd. Added in #6, extended in #17.
  • pre-commit (src/taskfile-include-pre-commit.yaml) — tasks pre-commit:install, pre-commit:start. Added in #6.

At v0.1.3 only the mkdocs module existed; v0.1.4 ships four modules.

New variables

  • KIND_CREATE_EXTRA_ARGS (default "") — extra args for kind create. Added in #10.
  • MKDOCS_PORT (default 8001) — mkdocs serve bind port. Added in #14.
  • ARGOCD_EXTRA_ARGS (default "") — extra args for helm template argocd argo/argo-cd. Added in #17.
  • KUBECTL_TIMEOUT (default 120s) — timeout for the ArgoCD kubectl apply. Added in #17.
  • PYTHON_VENVS_BASEDIR (default ~/.venvs/), PYTHON_VENV_DIR_DOCS, PYTHON_VENV_DIR_DEVELOPMENT — overridable venv-path roots for the mkdocs and pre-commit modules.

All variables follow the long-form includes: override pattern documented on the rendered docs site (see Documentation below).

Documentation

  • Per-module documentation pages added under docs/modules/ with Prerequisites / Tasks / Variables / Example / Troubleshooting schema (#21).
  • Full site reorganized to Diátaxis quadrants (Home / Getting Started / Guides / References) with parallel EN and DE language tracks via mkdocs-static-i18n (#23). Page URLs moved (for example /modules/k8s//references/modules/k8s/); external bookmarks need updating.
  • Audience analysis recorded at the repo root in AUDIENCES.md (#23).
  • CLAUDE.md added as the canonical entry point for AI-assisted edits and module conventions (#20).

Tooling / CI

  • nolte/gh-plumbing reusable-workflow pin lifted across all workflows from v1.1.7 through v1.1.18 (#4, #5, #22, plus Renovate batches).
  • release-drafter.yml gained a workflow_dispatch manual-fallback trigger (#24); the push: develop trigger remains the default path.
  • Local Vale vocabulary added at .github/styles/config/vocabularies/taskfiles/accept.txt covering module names and recurring technical terms (cf59227, #23).
  • Project-structure spec conformance pass applied (6483f7d).

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 07 Jan 08:37

Changes

  • No changes

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 06 Jan 22:32

Changes

  • No changes

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 06 Jan 22:26

Changes

  • No changes

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 06 Jan 22:20

Changes

🧰 Maintenance

  • Update pre-commit hook pre-commit/pre-commit-hooks to v4 (#2) @renovate