Skip to content

Releases: railwayapp/nixpacks

v0.4.8

10 Sep 02:49
Compare
Choose a tag to compare

Changes

  • #530 Don't retrigger releases

v0.4.7

10 Sep 02:20
Compare
Choose a tag to compare

Changes

  • #528 PAT release
  • #529 Use PAT on checkout

v0.4.4

09 Sep 23:20
Compare
Choose a tag to compare

Changes

  • #440 Auto Publish Nixpacks using Labels
  • #516 Fix quotes on autopub
  • #515 Exclude check step from Gradle build

v0.4.3

09 Sep 22:42
Compare
Choose a tag to compare

Changes

  • #507 Error when no start command is found
  • #513 Experimental file-based configuration

v0.4.2

09 Sep 06:47
Compare
Choose a tag to compare

Changes

  • #511 Enhance Gradle provider
  • #512 Bump dependencies

v0.4.1

07 Sep 06:44
Compare
Choose a tag to compare

Changes

  • #425 Introduce Provider Metadata
  • #492 fix building with --current-dir flag
  • #497 Link to Easypanel from sidebar
  • #495 Docs : Adding MacPorts as install method
  • #498 Update nixpkgs archive
  • #501 Bump base image to debian-1662422726
  • #500 Fix auto update nixpkg archive
  • #496 python provider: support mysql backends for django
  • #499 Pass environment variables to PHP FPM
  • #506 Add support for gradle and basic caching
  • #502 Remote layer cache support
  • #509 Nix garbage collection after installing packages
  • #510 Set PYTHONUNBUFFERED=1 for the Python provider

v0.4.0

01 Sep 15:21
Compare
Choose a tag to compare

Changes

  • #480 Add Elixir support to docs
  • #484 Close codeblock properly in docs
  • #486 Install development packages in devcontainer
  • #489 Add current-dir flag
  • #491 Read Elixir version from mix.exs and allow user to override
  • #485 Add Elixir ecto & postgres support
  • #487 Use CMD exec form with an ENTRYPOINT

v0.3.12

31 Aug 00:52
Compare
Choose a tag to compare

Changes

  • #481 Document that Node 18 is the default
  • #482 Node 16 as default

v0.3.11

31 Aug 00:03
Compare
Choose a tag to compare

Changes

  • #434 Run tests on multiple os
  • #471 workflow dispatch trigger for publishing debian image
  • #473 Bump base image to debian-1661888972
  • #475 use PAT when creating pull requests from GH actions
  • #474 puppeteer example to node 16
  • #467 Allow providers to depend on another provider phase
  • #460 Add install script for powershell
  • #476 fix node-canvas/puppeteer dep conflicts
  • #478 Delete tmp directory after successful build
  • #477 Support installing Ruby local deps
  • #479 dynamic left column widths

v0.3.10

30 Aug 15:16
Compare
Choose a tag to compare

Changes

  • #468 Install gcc and clibs for python provider by default