Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

41 lines (24 loc) · 1.25 KB

Changelog

Keep a Changelog Semantic Versioning clq validated

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.

[0.1.2] - 2024-11-29

Fixed

  • Resolve project.exec deprecation warnings by replacing with ExecOperations

Chore

  • Upgrade to Gradle 8.11.1

[0.1.1] - 2024-11-09

Fixed

  • Simplify the path evaluation for docker
  • Lazily evaluate dockerRun configuration

[0.1.0] - 2024-11-07

Added

  • Added privileged property to dockerRun configuration, allowing tasks to run with Docker's privileged mode.

[0.0.1] - 2024-11-06

Added

  • Initial release of the Gradle plugin.
  • ContainerRunTask: Allows container run operations to be executed as Gradle tasks.
  • Support for declaring Docker containers as task inputs and outputs.