Skip to content

Releases: serversideup/github-action-docker-swarm-deploy

v3.1.0

20 Sep 22:32
d9e8e9f
Compare
Choose a tag to compare

🐛 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

20 Sep 14:25
d9e8e9f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2...v3

v2

19 Aug 15:24
Compare
Choose a tag to compare

🤩 New Features

  • Support for self-hosted registries
  • Created a new input called md5_file_path where you can store the MD5 checksum into md5_variable_name
  • Added --detatch=false to docker stack deploy so 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

03 Jan 19:14
Compare
Choose a tag to compare
Update deployment_image to stack_name in action.yml