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

Releases: blablacar/dgr

v95

26 Aug 13:32
Compare
Choose a tag to compare

Release of version 95

v94

07 Jun 08:31
Compare
Choose a tag to compare
v94

Release of version 94

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

v93

04 Apr 16:35
Compare
Choose a tag to compare
v93

Release of version 93

  • Fix panic on templating with fail result

v92

16 Feb 11:41
Compare
Choose a tag to compare
v92

Release of version 92

  • Support quotes in ACI_EXEC on tests using escapes

v91

12 Feb 11:42
Compare
Choose a tag to compare
v91

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

30 Oct 15:09
Compare
Choose a tag to compare
v90

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

11 Sep 12:50
Compare
Choose a tag to compare
v89

Release of version 89

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

v88

22 Aug 20:42
Compare
Choose a tag to compare
v88

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

18 Aug 14:16
Compare
Choose a tag to compare
v87

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

10 Jul 08:28
Compare
Choose a tag to compare
v86

Release of version 86

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