• 0.1.7 6c422eafe6

    Fresh 0.1.7 Pre-Release

    noccy released this 2022-09-02 22:11:52 +00:00 | 1 commits to master since this release

    • more control over what is passed to docker-compose pull and up through the --updated and --only options.

    Note: There is no release for 0.1.6 as it only added support for self-updating the phar, invoke with -U or --self-update to check for and download any newer version.

    Downloads
  • 0.1.5 88f3b75383

    Fresh 0.1.5 Pre-Release

    noccy released this 2022-07-05 20:49:26 +00:00 | 2 commits to master since this release

    This is a bugfix release. There was an issue in the Lockfile class that caused the lockfile to be released on exit no matter if the process was the one that created it.

    Downloads
  • 0.1.4 879bf88864

    Fresh 0.1.4 Pre-Release

    noccy released this 2022-03-21 00:07:24 +00:00 | 3 commits to master since this release

    • Renamed the state file from fresh.yml to .fresh.yml.
    • Added option --state to override the state file name.
    • Renamed the lock file from fresh.lock to .fresh.lock.
    • Added option --lockfile to override lockfile file name.
    • Implemented the fresh configuration loader.
    Downloads
  • 0.1.3 35f88303fa

    Fresh 0.1.3 Pre-Release

    noccy released this 2022-03-19 22:22:08 +00:00 | 7 commits to master since this release

    • Added a --before script hook, to complement the --after hook.
    • Hooks now invoked both before and after deploy.
    Downloads
  • 0.1.1 0cf2380b7e

    Fresh 0.1.1 Pre-Release

    noccy released this 2022-03-10 01:27:25 +00:00 | 10 commits to master since this release

    • Moved the logic from the entrypoint script to its own class.
    • Added locking (though fresh.lock lockfile) to prevent multiple instances.
    • Added --after hook to invoke script after update.
    • Disabled automatic flushing of the state to disk; --check will no longer update
      the state file, but --pull and default update will.
    Downloads
  • 0.1.0 1f44d9f44b

    Fresh 0.1.0 Pre-Release

    noccy released this 2022-03-08 00:04:03 +00:00 | 12 commits to master since this release

    • Initial release
    • Supports images in authenticated registries
    • Webhook support (slack/mattermost)
    Downloads