Skip to content

Latest commit

 

History

History
97 lines (52 loc) · 2.12 KB

CHANGELOG.md

File metadata and controls

97 lines (52 loc) · 2.12 KB

Changelog


All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

0.6.0 - 2025-03-07

Added:

  • Add --feat and --dep flags to the inv command to install extra features and dependencies

0.5.2 - 2025-03-06

Fixed:

  • Update legacy dependency definitions

0.5.1 - 2025-03-05

Fixed:

  • Remove dynamic installation of legacy-kernel-matrix-testing dependencies

0.5.0 - 2025-02-25

Changed:

  • Rename package to dda

Added:

  • Add telemetry collection for Datadog employees
  • Update dependencies
  • Update prebuilt distributions to use Python 3.12.9

0.4.3 - 2025-02-05

Fixed:

  • Use the proper Python executable when running the inv command without dynamic dependencies

0.4.2 - 2025-01-26

Fixed:

  • Repository-specific version files (.dda-version or .dda/version) now define the minimum required version rather than the exact version

0.4.1 - 2025-01-18

Fixed:

  • Relax the allowed version of the cryptography dependency
  • Backport dependency update of pyright

0.4.0 - 2025-01-09

Added:

  • Add self dep command group to manage dependencies of the dda tool itself
  • Use a lock file for dependency management

0.3.0 - 2025-01-03

Added:

  • Add PKG installer for macOS

Fixed:

  • The inv command now supports the dependencies of tasks defined in the test-infra-definitions repo

0.2.0 - 2025-01-02

Changed:

  • Use local versions of repositories rather than remote clones for developer environments by default

Added:

  • Allow repositories to require specific versions in a .dda-version or .dda/version file
  • Add --clone flag to the env dev start command to clone repositories rather than using local checkouts
  • Add binary releases for all supported platforms

0.1.0 - 2024-12-09

Added:

  • Add env dev command group to manage developer environments

0.0.1 - 2024-09-24

This is the initial public release.