Skip to content

Releases: explicitcontextualunderstanding/Container-Compose

v0.10.2

26 Mar 01:53

Choose a tag to compare

Verification

SHA256: 0f4aebd262fd7b1f2725fe3a5ae6e828776cb8c7655edbd7d0b8a6357836a8dc

Verify your download:

shasum -a 256 ./container-compose | grep 0f4aebd262fd7b1f2725fe3a5ae6e828776cb8c7655edbd7d0b8a6357836a8dc

Build Attestation: This release includes cryptographic attestation.

gh attestation verify container-compose --owner explicitcontextualunderstanding

See VERIFICATION.md for full details.

v0.10.1

24 Mar 17:30

Choose a tag to compare

Verification

SHA256: fba6f2ac28076fd46b74bb50974d6196dc40b5dc904956887d8ebb5d0a950006

Verify your download:

shasum -a 256 ./container-compose | grep fba6f2ac28076fd46b74bb50974d6196dc40b5dc904956887d8ebb5d0a950006

Build Attestation: This release includes cryptographic attestation.

gh attestation verify container-compose --owner explicitcontextualunderstanding

See VERIFICATION.md for full details.

v0.10.0

01 Mar 02:42

Choose a tag to compare

test: add mapping tests for dns_search and build target and fix imple…

v0.9.1

24 Feb 00:09

Choose a tag to compare

fix: remove RuntimeStatus type that doesn't exist

The RuntimeStatus type was introduced by TomasLudvik's commits but
doesn't exist in the container library. Removing the status tracking
since it was only used for error messages.