All Versions
5
Latest Version
Avg Release Cycle
84 days
Latest Release
1454 days ago

Changelog History

  • v0.1.3.0 Changes

    May 03, 2020

    ๐Ÿ”„ Changed

    • useHostStore now uses an image derived from the image.* options. You may need to enable enableRecommendedContents because with this change, files like /bin/sh aren't added by default anymore.

    • โฌ‡๏ธ Drop obsolete NixOS 19.03, 19.09 and 20.03 from CI.

    โž• Added

    • ๐Ÿ‘€ NixOS-based containers can now run on Podman when it is configured to provide a docker socket. See the installation docs.

    • ๐Ÿ‘Œ Support service.dns, for overriding the DNS servers used by containers.

    • ๐Ÿ‘Œ Support service.labels, which is useful for autodiscovery among other things.

    • โž• Add a tested example for Traefik with label-based routing.

    • โž• Add a flake.nix and an experimental flake example

    • โž• Add a warning when systemd DynamicUser is used but not available to the container.

    • CI with NixOS 21.05

  • v0.1.2.0 Changes

    March 05, 2020
    • ๐Ÿ‘Œ Support use of prebuilt docker-compose.yaml. Separates build and execution without duplicating evaluation.

    • Avoid storing tarballs (wasting store space) by using dockerTools.streamLayeredImage if available.

    • ๐Ÿ”ง Project name is now configurable via the project.name option

    • ๐Ÿ‘Œ Support --no-ansi, --compatibility, --log-level options

  • v0.1.1.1 Changes

    March 20, 2020
    • ๐Ÿ›  Fix ambiguous import of lines
    • ๐Ÿ‘Œ Improve base version constraint
    • ๐Ÿ›  Fix warnings
  • v0.1.1.0 Changes

    March 19, 2020
    • ๐Ÿ‘Œ Support Nixpkgs 20.03
    • ๐Ÿ›  Fixes for macOS
  • v0.1.0.0 Changes

    October 04, 2019
    • ๐Ÿš€ First released version. Released on an unsuspecting world.