All Versions
7
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v1.0.6 Changes

    ๐Ÿ”„ Changed

    • ๐Ÿ‘Œ Support and require hnix-0.7.0 or higher.
    • ๐Ÿ‘Œ Support GHC 8.10.1.
    • ๐Ÿ— Use nixpkgs 20.03 in Nix builds.
    • ๐Ÿ‘ Discard support for Nix versions < 1.12.
  • v1.0.5 Changes

    ๐Ÿ›  Fixed

    • โž• Add the golden test data to the source distribution by using data-files instead of the incorrect data-dir, this fixes the problem of cabal test failing when run outside of the repository root on an unpacked tarball of the source distribution from Hackage
    • The failing response integrity check in hocker-image by removing the check, the fix and its rationale are exactly the same as applied to hocker-config and hocker-layer in the 1.0.2 release
    • Incorrect serialization of the registry URI in the fetchImage function, resulting in a malformed repository string that docker load would fail to import
  • v1.0.4 Changes

    ๐Ÿ”„ Changed

    • Switched to the nix-paths library which provides compile-time constants for the Nix executables instead of relying on findexec and hoping Nix is on the PATH
  • v1.0.3 Changes

    โž• Added

    • ๐Ÿ“œ readField implementations for the custom ParseField instances to accommodate a minor API change in optparse-generic version 1.2.3
  • v1.0.2 Changes

    ๐Ÿ›  Fixed

    • hocker-config and hocker-layer fail the response integrity check (#23)
    • โœ… Missing test/data directory in cabal source distribution
  • v1.0.1 Changes

    ๐Ÿ›  Fixed

    • hocker-manifest said it accepted the manifest list media type when requesting an image manifest for a docker image but it doesn't know what to do with that, the manifest list accepts string has been removed
  • v1.0.0 Changes

    • ๐ŸŽ‰ Initial release