Skip to content

Latest commit

 

History

History
213 lines (100 loc) · 9.55 KB

File metadata and controls

213 lines (100 loc) · 9.55 KB

1.9.1 (2025-03-16)

Bug Fixes

  • handle Docker socket connection issues with backoff and prevent job de-registration (Issue #117) (34ee8b6)
  • handle EOF errors in Docker event watching with exponential backoff (466ce1a)
  • lowercase error message to comply with Go style guide (ST1005) (a76f3bc)

1.9.0 (2025-03-16)

Bug Fixes

  • asset loading issues by adding .nojekyll and setting paths.relative to false (c25444d)
  • docs: remove _routes.json file (3b73955)
  • docs: remove routes configuration from Cloudflare adapter (55575b1)
  • docs: update Cloudflare Pages deployment directory (8f21143)
  • docs: update Cloudflare Pages deployment directory to use .svelte-kit/cloudflare (05cdf64)
  • docs: update Cloudflare Pages deployment to use Wrangler v4 (65d7e0c)
  • update contributors script to use ES modules syntax (c6be872)

Features

  • add metrics setup documentation page (f041813)
  • add version display from VERSION file (c606a67)

1.8.2 (2025-03-15)

Bug Fixes

  • update GitHub Pages deployment workflow to use JamesIves action (335f7e8)

1.8.1 (2025-03-15)

Bug Fixes

  • update GitHub Pages deployment workflow (8e62de3)

1.8.0 (2025-03-15)

Features

  • configure GitHub Pages with custom domain chadburn.dev (9dd358c)

1.7.4 (2025-03-15)

Bug Fixes

  • remove redundant header from documentation pages (ecf0a44)

1.7.3 (2025-03-15)

Bug Fixes

  • improve client-side navigation in Svelte docs (d1a2784)

1.7.2 (2025-03-15)

Bug Fixes

  • update tests after migration to official Docker client (26103ce)

1.7.1 (2025-03-14)

Bug Fixes

  • update tests to work with the new Docker client implementation (5ee9329)

1.7.0 (2025-03-14)

Bug Fixes

  • prevent context leak in OfficialDockerHandler (f1c83ff)

Features

  • remove all references to the legacy polyfill dependency (9792563)
  • replace fsouza/go-dockerclient with official Docker client (d607852)

1.6.0 (2025-03-14)

Bug Fixes

  • avoid copying mutex in LifecycleJob.Run method (aa52ac1)

Features

  • migrate from fsouza/go-dockerclient to official Docker client library (commit-hash)
  • add support for container lifecycle jobs (issue #68) (defc60f)

1.5.1 (2025-03-14)

Bug Fixes

  • fix tests after removing Pull field from RunJob struct (90ee9b0)

1.5.0 (2025-03-14)

Features

  • add support for variables in job commands (8b392ea)
  • improve documentation for job-run with Docker Compose (commit-hash), closes #70

1.4.0 (2025-03-14)

Features

  • add workdir parameter to job-exec (7979d52), closes #100
  • add support for variables in job commands (8b392ea), closes #66

1.3.8 (2025-03-14)

Bug Fixes

  • update version management in semantic-release workflow (9ff2d1f), closes #100

1.3.7 (2025-03-14)

Bug Fixes

  • update GitHub Actions workflow to use Go 1.23 (7316d1d)

1.3.6 (2025-03-14)

Bug Fixes

  • update publish_release workflow to properly handle tag-based releases (4ad3071)

1.3.5 (2025-03-14)

Bug Fixes

  • update GitHub release action to use wangyoucao577/go-release-action with correct parameters (2d47d69)

1.3.4 (2025-03-14)

Bug Fixes

  • add golangci-lint config to disable problematic linters (f01cdcd)

1.3.3 (2025-03-14)

Bug Fixes

  • update Dockerfile to use Go 1.19 instead of Go 1.23.2 (82e4f28)
  • update Go version to 1.23 (09ba910)

1.3.2 (2025-03-14)

Bug Fixes

  • update go.mod to use Go 1.19 and remove toolchain directive (edb5477)

1.3.1 (2025-03-14)

Bug Fixes

  • update go.mod to use Go 1.19 and remove toolchain directive (bf47752)

1.3.0 (2025-03-14)

Features

  • implement Git hooks for commit message validation (2ed31b8)

1.2.1 (2025-03-14)

Bug Fixes

  • add note about semantic versioning to README (ae96d78)

1.2.0 (2025-03-14)

Bug Fixes

  • update semantic release workflow to properly handle variable substitution (610e445)

Features

  • implement automatic version bump system and update README badges (7ff96c3)

Unreleased

Added

  • Added support for container lifecycle jobs (job-lifecycle) that run once on container start or stop events.