Releases: cssnr/stack-deploy-action
Releases · cssnr/stack-deploy-action
v1.3.2
- 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
- @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
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
🚀 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 login
before deploying. - Fix a bug with
docker context
when 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