Releases: cssnr/stack-deploy-action
v1.5.0
- New feature supports specifying multiple swarm stack files.
Special thanks to @theolujay for adding this feature.
What's Changed
- Update README.md by @smashedr in #38
- Update README.md by @smashedr in #40
- Update Workfloes by @smashedr in #41
- Update README.md by @smashedr in #43
- Update Workflows by @smashedr in #44
- Update Workflows by @smashedr in #45
- Fix: Support multiple compose files in swarm mode by @theolujay in #46
New Contributors
- @theolujay made their first contribution in #46
Full Changelog: v1.4.0...v1.5.0
🚀 Use this release with these tags:
cssnr/stack-deploy-action@latest
cssnr/stack-deploy-action@v1
cssnr/stack-deploy-action@v1.5
cssnr/stack-deploy-action@v1.5.0
cssnr/stack-deploy-action@28c3c6f42b225af7100652b459621c0c966fd901 # v1.5.0
❤️ Please report any issues you find.
v1.4.0
- Add support for multiple compose files.
- Add option to disable ssh-keyscan.
What's Changed
- Update README.md by @smashedr in #32
- Add disable_keyscan Option by @smashedr in #35
- Support Multiple Compose Files by @smashedr in #37
Full Changelog: v1.3.2...v1.4.0
🚀 Use this release with these tags:
cssnr/stack-deploy-action@v1
cssnr/stack-deploy-action@v1.4
cssnr/stack-deploy-action@v1.4.0
❤️ Please report any issues you find.
v1.3.2
- Fix
--detachflag 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
- @PAXANDDOS made their first contribution in #30
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
- Add strict
modeparsing and fail if not valid. - Add warning if
env_fileis 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
🚀 Adds Docker Compose Deployments
- Add Deploying with Compose (non-swarm)
- Add Error Status and Logs in Job Summary
What's Changed
- Update README.md by @smashedr in #24
- Update Issue Templates by @smashedr in #25
- Add Standalone Docker Compose by @smashedr in #26
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
Adds 3 new inputs for stack deploy options: [detach, prune, resolve_image]
What's Changed
- Update Test Schedule by @smashedr in #16
- Update Test, Summary and README.md by @smashedr in #17
- Update README.md by @smashedr in #19
- Update Lint by @smashedr in #20
- Add Stack Deploy Options by @smashedr in #22
Full Changelog: v1.1.0...v1.2.0
v1.1.0
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
Add Registry Authentication
- Enables deploying with
--with-registry-auth. - Enables running
docker loginbefore deploying. - Fix a bug with
docker contextwhen already configured.
Related
This combines and merges the following:
Thanks to:
- @kammeph
- @jtwebman
- @PirateSeal
- And many more for their contributions...
What's Changed
Full Changelog: v1...v1.0.1