Skip to content

Latest commit

 

History

History
140 lines (84 loc) · 2.56 KB

CHANGELOG.md

File metadata and controls

140 lines (84 loc) · 2.56 KB

Changelog

All notable changes to this project are documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. The file is auto-generated using Conventional Commits.

[1.2.0] - 2024-09-09

🚀 Features

  • Add auxiliary data directory for allowing jobs to store additional data

🚜 Refactor

  • Rewrite file handling

⚙️ Miscellaneous Tasks

  • Update dependencies
  • Bump version to 1.2.0

[1.1.0] - 2024-07-22

🚀 Features

  • Store variables from invocation and return with status

⚙️ Miscellaneous Tasks

  • Bump runtime image to bookworm
  • Bump dependencies
  • Bump version to 1.1.0

[1.0.0] - 2024-04-30

Breaking changes

  • Add configurable hook timeout

🚀 Features

  • [breaking] Add configurable hook timeout

📚 Documentation

  • Update repo URL

⚙️ Miscellaneous Tasks

  • Add post-commit hook for changelog generation
  • Bump dependencies
  • Bump version to 1.0.0

[0.2.0] - 2024-03-25

🚀 Features

  • Build release builds with cargo-auditable

🐛 Bug Fixes

  • Fix ci pipeline
  • Update Dockerfile
  • Use public docker registry

🚜 Refactor

  • Move run function to lib

📚 Documentation

  • Set health check and time zone
  • Generate changelog using git-cliff
  • Update changelog template

⚙️ Miscellaneous Tasks

  • Switch from actix to axum
  • (bot) Update files from template
  • Update template path
  • Appease linter
  • Add codeowners
  • Add Dockerfile and ci jobs
  • Add github action
  • Add docker CI
  • Add rust job
  • Update CODEOWNERS to github structure
  • Fix typos
  • Fix permissions for coverage in dependabot PRs
  • Update to new reusable workflow
  • Bump dependencies
  • Add CI for static release builds
  • Fix clippy lints
  • Bump dependencies
  • Bump version to 0.2.0

[0.1.3] - 2021-07-08

🚀 Features

  • Add healthcheck endpoint

🐛 Bug Fixes

  • Select correct stream when reading stderr via API
  • Set content type for creation response

⚙️ Miscellaneous Tasks

  • Reformat code
  • Bump version to 0.1.3 and update changelog

[0.1.2] - 2021-06-11

🐛 Bug Fixes

  • Also log root cause on internal server errors

⚙️ Miscellaneous Tasks

  • Bump version to v0.1.2

[0.1.1] - 2021-06-11

⚙️ Miscellaneous Tasks

  • Add ci pipeline for statically linked binaries
  • Bump version to v0.1.1