Releases: serversideup/github-action-docker-swarm-deploy
Releases · serversideup/github-action-docker-swarm-deploy
v4
🤩 New features
- Added
registry-passwordto replaceregistry-token
✋ Breaking changes
- None 😅 (
registry-tokenstill works, but it's suggested to useregistry-passwordinstead
Full Changelog: serversideup/github-action-docker-build@v5...v6
v3.1.0
🐛 Bug fixes
- This fixes and issue with loading ENV files. If they were quoted or set as
MYVAR="${OTHER_VAR}the values were not being interpreted correctly - We also added a ton of validation, debugging, and documentation for SSH connections
Full Changelog: v3...v3.1.0
v3
v2
🤩 New Features
- Support for self-hosted registries
- Created a new input called
md5_file_pathwhere you can store the MD5 checksum intomd5_variable_name - Added
--detatch=falsetodocker stack deployso you get actual truth the deployment went well (Instead of the default method of assuming 😅)
🚨 Breaking Changes
My input names were bothering my OCD, so I changed them to:
| Old Parameter Name | New Parameter Name |
|---|---|
| deployment_ssh_private_key | ssh_deploy_private_key |
| remote_ssh_known_hosts | ssh_remote_known_hosts |
| remote_ssh_deployment_user | ssh_deploy_user |
| remote_ssh_server_hostname | ssh_remote_hostname |
| remote_ssh_port | ssh_remote_port |
v1
Update deployment_image to stack_name in action.yml