Skip to content

Releases: delphix/automation-framework

0.1.5

09 Apr 19:53
Compare
Choose a tag to compare

Jackson data-bind version bump for security.

0.1.4

19 Feb 20:46
Compare
Choose a tag to compare

By default DAF will look for a .env file in the root directory where you run DAF. Optionally, you can supply a --env="prod.env" variable and it will load that file instead. If neither file is specified or available, it will use the ENV from the host.

Example: java -jar daf.jar --env=develop.env

A specific bookmark name is available as a CLI parameter. This is an optional parameter. If not supplied, it will default to the environment-githash pattern.

Example: java -jar daf.jar --bookmark=newBookmarkName

DAF will look for a job conflict, wait and then retry. The retryLimit and waitTime are available as CLI parameters. By default, it will try 5 times and wait 30 seconds between each attempt before failing.

Example: java -jar daf.jar --retryLimit=5 --waitTime=30

Preview of 0.1.4

10 Jan 21:42
Compare
Choose a tag to compare
Preview of 0.1.4 Pre-release
Pre-release

By default DAF will look for a .env file in the root directory where you run DAF. Optionally, you can supply a --env="prod.env" variable and it will load that file instead. If neither file is specified or available, it will use the ENV from the host.

Example: java -jar daf.jar --env=develop.env

A specific bookmark name is available as a CLI parameter. This is an optional parameter. If not supplied, it will default to the environment-githash pattern.

Example: java -jar daf.jar --bookmark=newBookmarkName

DAF will look for a job conflict, wait and then retry. The retryLimit and waitTime are available as CLI parameters. By default, it will try 5 times and wait 30 seconds between each attempt before failing.

Example: java -jar daf.jar --retryLimit=5 --waitTime=30

0.1.3

08 Jan 18:09
Compare
Choose a tag to compare

Fixes for Delphix 5.3.0+

Minor Bug Fix

08 Jan 17:18
Compare
Choose a tag to compare
0.1.2

version 0.1.2

Initial Release

08 Nov 22:15
Compare
Choose a tag to compare

Executable JAR for initial release.