Skip to content

Releases: permafrost-dev/stackup

v1.13.0

02 Aug 12:16
b5ef792
Compare
Choose a tag to compare

Changelog

  • b5ef792 Merge pull request #5 from permafrost-dev/add-s3-imports
  • 2c4b46f add s3 url support for file includes
  • eeccfbb add env section to config files
  • 029dd16 add prompter package
  • b3afa12 refactoring, code cleanup
  • 37c0814 support local file includes
  • 49e3b2e update taskfile
  • b48b60a update includes
  • 2284f22 update checksum files
  • 2d8cd69 update example config
  • ea10d08 add "dotenv" setting to config file to specify the dotenv filenames to load

v1.12.0

01 Aug 21:35
a19a088
Compare
Choose a tag to compare

Changelog

  • a19a088 update readme
  • 2f735c8 add precondition retries and running of a task or script on failure

v1.11.0

01 Aug 17:08
96042dc
Compare
Choose a tag to compare

Changelog

  • 96042dc update readme
  • b749f19 make checksum validation more robust, fix checking checksums.NNN.txt values
  • 6de7bde fix checksum verification to default to true, add ability to use a single checksums.shaNNN.txt file instead of individual .shaNNN files, remove some debug code
  • 1aedb6f add consolidated checksum file
  • 89ae4de add python remote include templates

v1.10.0

31 Jul 14:47
8ec46ba
Compare
Choose a tag to compare

Changelog

v1.9.0

30 Jul 23:48
4af815c
Compare
Choose a tag to compare

Changelog

  • 4af815c set default checksum validation for included urls true
  • 2618448 add "verfy" attriube to includes items to allow for skipping checksum valiadion
  • 8ee42eb update example config, readme, allow included urls to be prefixed with "gh:" to reference github urls for shorter url strings
  • f38cfe6 update example config, remote includes
  • 9121dba Merge pull request #4 from permafrost-dev/remote-includes
  • 83d60e7 Merge branch 'main' into remote-includes
  • 52496d3 make includes a root property instead of adding to tasks, add setting to continue even if checksum validation fails for remotely included files
  • 22a0856 Merge pull request #3 from permafrost-dev/dependabot/go_modules/golang.org/x/net-0.7.0
  • 193a8d2 Bump golang.org/x/net from 0.1.0 to 0.7.0
  • f6a374a Merge pull request #2 from permafrost-dev/remote-includes
  • 8005cf1 implementing remote includes for tasks
  • 1f78b57 add remote template index file
  • 5e8409e update templates
  • 100d117 add task templates
  • c3d7406 update readme
  • c6ecbd4 add script.net object, misc wip
  • 2951f26 add settings, settings.defaults.tasks section to config, init tasks with defaults on start
  • 8400dac fix bug in task() function
  • f71e356 update example config
  • 2e899a5 update example config

v1.8.0

28 Jul 12:00
6c69161
Compare
Choose a tag to compare

Changelog

  • 3bb17ff allow dev.ComposerJson(), etc. to reference a directory instead of a filename, update readme
  • a081e3b make startup, shutdown, servers and scheduled task references scriptable
  • 767b338 update readme
  • 32b55ce add env vars as script vars and prefix with "$".
  • f0d828f add dev script object

v1.7.0

28 Jul 06:14
04568f9
Compare
Choose a tag to compare

Changelog

  • 04568f9 update laravel example config
  • 59c68d4 add semver string coercing
  • f4e5f4a add composer() script function for working with composer.json files
  • 755005e update readme
  • b723a81 add semver library to script engine
  • 4fc0b34 add "vars" script global object
  • 9b0dd8b add "app" object to script engine
  • 76c6540 add "fs" object to script engine
  • a59d6ab update readme with statusMessage() function info
  • 796565e add fileContains() and outputOf() functions
  • d6c1a9f make task name property optional, and use the id for the display name if no name is defined
  • b4d2843 Update LICENSE

v1.6.0

25 Jul 21:26
c488472
Compare
Choose a tag to compare

Changelog

  • c488472 update readme
  • 1a0a3de make task name property optional, and use the id for the display name if no name is defined

v1.5.0

25 Jul 17:33
03b6c26
Compare
Choose a tag to compare

Changelog

  • 03b6c26 fix crash when run without arguments

v1.4.0

25 Jul 17:22
6a4af20
Compare
Choose a tag to compare

Changelog

  • 6a4af20 update readme
  • 0905109 add update check, update default config filenames
  • c187429 update example config