Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Releases: blablacar/dgr

v95

Choose a tag to compare

@n0rad n0rad released this 26 Aug 13:32

Release of version 95

v94

v94

Choose a tag to compare

@n0rad n0rad released this 07 Jun 08:31

Release of version 94

  • [#262] ld_preload systemd shared lib from stage1 to stage2 to support debian as builder

v93

v93

Choose a tag to compare

@n0rad n0rad released this 04 Apr 16:35

Release of version 93

  • Fix panic on templating with fail result

v92

v92

Choose a tag to compare

@n0rad n0rad released this 16 Feb 11:41

Release of version 92

  • Support quotes in ACI_EXEC on tests using escapes

v91

v91

Choose a tag to compare

@n0rad n0rad released this 12 Feb 11:42

Release of version 91

  • Fix command line pull policy name from none to never
  • improve attribute merger fail logs to know which step and file cause issues
  • Fix update command when no files directory exists

v90

v90

Choose a tag to compare

@n0rad n0rad released this 30 Oct 15:09

Release of version 90

  • [#255] Add cp command to copy file/dir from aci
  • [#254] Add support for files directory in update command
  • improve speed of update command

v89

v89

Choose a tag to compare

@n0rad n0rad released this 11 Sep 12:50

Release of version 89

  • Check if aci exists in nexus before pushing it to better report error

v88

v88

Choose a tag to compare

@n0rad n0rad released this 22 Aug 20:42

Release of version 88

From this version, if you have a dependency without a fixed version, dgr will look for latest version on remote repository (--pull-policy=update). If you want to use only your local rkt store, add --pull-policy=(none|new) to command line or set it in dgr configuration file.

  • [#171] Fix dependencies version during build if using latest
  • Replace command line no-store & store-only with pull-policy
  • Add support for rkt pull-policy option in dgr configuration file
  • Add support for checking if newer dependency version exists on acserver
  • Improve check of newer dependency version with X.X-X format

v87

v87

Choose a tag to compare

@n0rad n0rad released this 18 Aug 14:16

Release of version 87

  • [#251] Add TESTER=TRUE environment var by default in test run
  • [#250] Support test environment vars that override app ones

v86

v86

Choose a tag to compare

@n0rad n0rad released this 10 Jul 08:28

Release of version 86

  • [#248] ld_preload systemd shared lib to fix debian lib load