Releases: scmmishra/slick-deploy
Releases · scmmishra/slick-deploy
v0.0.12
v0.0.11
What's Changed
- feat: add header_up rule support by @scmmishra in #22
Full Changelog: v0.0.10...v0.0.11
v0.0.10
Add caddy-inspect
command
What's Changed
- feat: shorten url by @scmmishra in #21
Full Changelog: v0.0.9...v0.0.10
v0.0.9
What's Changed
- feat: update script and readme by @scmmishra in #18
- feat: allow mounting volume by @scmmishra in #19
Full Changelog: v0.0.8...v0.0.9
v0.0.8
v0.0.7
With this release, old containers are automatically removed when new ones are spinned up
What's Changed
- test: improve coverage by @scmmishra in #14
- test: caddy by @scmmishra in #15
- refactor: docker utils by @scmmishra in #16
Full Changelog: v0.0.6...v0.0.7
v0.0.6
What's Changed
Core
- feat: graceful shutdown by @scmmishra in #12
Caddy
- Allow replacing port in Caddy TLS string 9497a94
- Allow handle rule 7000491
- Allow on demand TLS 300520f
Full Changelog: v0.0.5...v0.0.6
v0.0.5
Most changes are under the hood to improve reliability and make it easier to write tests for the codebase
What's Changed
- chore: update docs by @scmmishra in #9
- refactor: docker client by @scmmishra in #10
- refactor: use
net.DialTimeout
instead ofListen
by @scmmishra in #11
Full Changelog: v0.0.4...v0.0.5
v0.0.4
This releases adds the logs
command
The logs command shows the logs output of your application. It is similar to running 'docker logs -f <container-id>'
Usage:
slick logs [flags]
Flags:
-c, --config string Path to the configuration file (default "slick.yml")
-h, --help help for logs
-t, --tail string Tail logs (default "all")
What's Changed
- test: add test for tls case by @scmmishra in #6
- feat: add go releaser by @scmmishra in #7
- chore: update readme by @scmmishra in #8
Full Changelog: v0.0.2...v0.0.4