Releases: patrickdappollonio/wait-for
v1.2.0 - Revamp!
Wait-for revamp!
While this might be a minor patch since functionality hasn't changed from what the app can currently do, this is actually a whole revamp of the CLI.
Long-story-short: we've added support for multiple ping targets. Before, we had tcp://
and udp://
(with tcp
being default unless specified). Now, we have tcp
, udp
, http
, https
(with cert verification), mysql
and postgres
(these last two in experimental phase).
We also added the ability for folks to add their own custom protocol targets. See these documents if you're a Go developer wanting to add your own.
In short, nothing has really changed besides just adding additional support for quite a few targets.
What's Changed
- Add support for multiple ping targets. by @patrickdappollonio in #28
Full Changelog: v1.1.0...v1.2.0
v1.1.0
This release adds support for UDP targets. To use them, simply prefix the host with udp://
. Everything else works as usual.
Changelog
Fixes, improvements and updates
- 984c836 Add support for UDP targets.
- e774cd7 Bump github.com/spf13/cobra from 1.8.0 to 1.8.1
- 6eaffe8 Bump version of Goreleaser.
- cbff754 Merge pull request #25 from patrickdappollonio/dependabot/go_modules/github.com/spf13/cobra-1.8.1
- 0c9c88a Merge pull request #27 from patrickdappollonio/add-udp-support
- 5fbe2bc Update deprecated flag on goreleaser.
v1.0.1
Changelog
Fixes, improvements and updates
- 0bedc36 Add ARM builds.
- 646313a Add renovate.json
- 0066eae Bump Go version and dependencies.
- bad9681 Bump actions/checkout from 3 to 4
- 2fc5311 Bump actions/setup-go from 4 to 5
- 6ce962d Bump docker/login-action from 2 to 3
- df400db Bump goreleaser/goreleaser-action from 4 to 5
- acaa250 Create dependabot.yml
- 78d1205 Fix Goreleaser targets not existing in the Registry.
- 94a15c9 Improve dependabot.
- bd1f70a Merge pull request #1 from patrickdappollonio/renovate/configure
- fdec5cc Merge pull request #10 from patrickdappollonio/renovate/actions-checkout-3.x
- cefc799 Merge pull request #11 from patrickdappollonio/renovate/actions-checkout-3.x
- 77c9916 Merge pull request #12 from patrickdappollonio/renovate/goreleaser-goreleaser-action-4.x
- 94890a7 Merge pull request #13 from patrickdappollonio/renovate/actions-checkout-3.x
- 7b39aa6 Merge pull request #15 from patrickdappollonio/renovate/actions-setup-go-4.x
- 522f41b Merge pull request #16 from patrickdappollonio/patrickdappollonio-patch-1
- d05c53d Merge pull request #17 from patrickdappollonio/dependabot/github_actions/actions/checkout-4
- 3c54ed6 Merge pull request #18 from patrickdappollonio/dependabot/github_actions/docker/login-action-3
- 33c4b75 Merge pull request #19 from patrickdappollonio/dependabot/github_actions/goreleaser/goreleaser-action-5
- 55acb01 Merge pull request #20 from patrickdappollonio/dependabot/github_actions/actions/setup-go-5
- 0daa9a8 Merge pull request #22 from patrickdappollonio/add-arm-builds
- d3481ad Merge pull request #23 from patrickdappollonio/bump-dependencies
- a2cbc97 Merge pull request #3 from patrickdappollonio/renovate/actions-setup-go-3.x
- eb7518b Merge pull request #4 from patrickdappollonio/renovate/actions-checkout-3.x
- 8b66ddf Merge pull request #5 from patrickdappollonio/renovate/actions-checkout-3.x
- 0ba04dd Merge pull request #6 from patrickdappollonio/renovate/docker-login-action-2.x
- a25e908 Merge pull request #7 from patrickdappollonio/renovate/goreleaser-goreleaser-action-3.x
- 9c713a3 Merge pull request #8 from patrickdappollonio/renovate/go-1.x
- 7da1c86 Merge pull request #9 from patrickdappollonio/renovate/go-1.x
- e9715e5 Remove renovate
- 5f9e4e7 Update README.md: fix command, add env var example
- 2007737 Update actions/checkout action
- 0828565 Update actions/checkout action to v3.0.2
- e416589 Update actions/checkout action to v3.1.0
- fb2a1ca Update actions/checkout action to v3.2.0
- 384eb2b Update actions/checkout action to v3.5.0
- db1d83b Update actions/setup-go action to v3
- 1ff2fe5 Update actions/setup-go action to v4
- 3d91cf0 Update docker/login-action action to v2
- 48d61fb Update goreleaser/goreleaser-action action to v3
- 9af3a5b Update goreleaser/goreleaser-action action to v4
- 375723e Update module go to 1.18
- 2fa2f47 Update module go to 1.19