8000 Releases · cssnr/stack-deploy-action · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: cssnr/stack-deploy-action

v1.3.2

13 May 20:10
28e3237
Compare
Choose a tag to compare
  • Fix --detach flag warning and future proof against default changes

What's Changed

  • Update Configs by @smashedr in #29
  • [FIX] Make --detach argument explicit to handle future Docker Swarm changes by @PAXANDDOS in #30

New Contributors

Full Changelog: v1.3.1...v1.3.2

🚀 Use this release with these tags:

cssnr/stack-deploy-action@v1
cssnr/stack-deploy-action@v1.3
cssnr/stack-deploy-action@v1.3.2

❤️ Please report any issues you find.

v1.3.1

18 Mar 03:12
751f716
Compare
Choose a tag to compare
8000
  • Add strict mode parsing and fail if not valid.
  • Add warning if env_file is specified but not found.
  • Added some additional debug logging.

What's Changed

Full Changelog: v1.3.0...v1.3.1

🚀 Use this release with these tags:

cssnr/stack-deploy-action@v1
cssnr/stack-deploy-action@v1.3
cssnr/stack-deploy-action@v1.3.1

❤️ Please report any issues you find.

v1.3.0

14 Mar 04:33
c91ee94
Compare
Choose a tag to compare

🚀 Adds Docker Compose Deployments

  • Add Deploying with Compose (non-swarm)
  • Add Error Status and Logs in Job Summary

What's Changed

Full Changelog: v1.2.0...v1.3.0

Use the latest version with one of these tags:

cssnr/stack-deploy-action@v1
cssnr/stack-deploy-action@v1.3
cssnr/stack-deploy-action@v1.3.0

Please report any issue you find: https://github.com/cssnr/stack-deploy-action/issues

v1.2.0

11 Mar 00:52
a1a65cb
Compare
Choose a tag to compare

Adds 3 new inputs for stack deploy options: [detach, prune, resolve_image]

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

27 Feb 22:54
692c949
Compare
Choose a tag to compare

This release will fix password logins and provide errors when they fail.

  • Fix Password Login
  • Prevent Hanging
  • Add Job Summary
  • Improve Output
  • Add Test to Cron
  • Update Workflows

What's Changed

Full Changelog: v1.0.1...v1.1.0

v1.0.1

11 Feb 06:57
b82bf8e
Compare
Choose a tag to compare

Add Registry Authentication

  • Enables deploying with --with-registry-auth.
  • Enables running docker login before deploying.
  • Fix a bug with docker context when already configured.

Related

This combines and merges the following:

Thanks to:

What's Changed

Full Changelog: v1...v1.0.1

v1.0.0

27 Jul 01:15
a87dc26
Compare
Choose a tag to compare

Initial Release

What's Changed

New Contributors

Full Changelog: https://github.com/cssnr/stack-deploy-action/commits/v1.0.0

0