Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-06-02)

### Bug Fixes

* `wget` in alpine runs into an endless retry loop ([eficode#100](https://github.com/danieleagle/wait-for/issues/100)) ([b15c461](b15c461))
* **command:** Restore environment variables before calling `exec` ([c7631e5](c7631e5))
* correctly render the command name in the help text ([d2bbce7](d2bbce7)), closes [eficode#16](https://github.com/danieleagle/wait-for/issues/16)
* **http:** corrects protocol check for wget availability ([eficode#82](https://github.com/danieleagle/wait-for/issues/82)) ([570c9fb](570c9fb))
* **iteration:** Remember to try one last time before giving up ([2ed5308](2ed5308))
* **timeout:** resolve degredation which prevented setting indefinite timeout ([b45e76c](b45e76c))
* typo in error message for missing wget command ([db2479e](db2479e))
* uses timeout in nc as it is used with wget ([eficode#42](https://github.com/danieleagle/wait-for/issues/42)) ([0195167](0195167))
* wget timeout does not double ([206b38d](206b38d))

### Features

* adds -v and --version flag to show the version (Thanks [@philipp-kunz-mimacom](https://github.com/philipp-kunz-mimacom)) ([8636f50](8636f50)), closes [eficode#71](https://github.com/danieleagle/wait-for/issues/71)
* adds license header to wait-for script ([975d508](975d508))
* adds support for http using wget ([ff0d29d](ff0d29d)), closes [eficode#14](https://github.com/danieleagle/wait-for/issues/14)
* **option:** Restrict the timeout input to non-negative integers ([c4d125f](c4d125f))
* **option:** Support more conventional formats in the option parser ([ce95717](ce95717))
* **version:** trigger first release for v1.0.0 ([33f1343](33f1343))

### BREAKING CHANGES

* **command:** HOST, PORT and other internally used environment variables are not overwritten anymore. If you use these, then you need to manually supply them.
  • Loading branch information
semantic-release-bot committed Jun 2, 2023
1 parent e0a3164 commit 87160a1
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 4 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# 1.0.0 (2023-06-02)


### Bug Fixes

* `wget` in alpine runs into an endless retry loop ([#100](https://github.com/danieleagle/wait-for/issues/100)) ([b15c461](https://github.com/danieleagle/wait-for/commit/b15c46119a7a2851c29a7e687d71eafb9fb8750a))
* **command:** Restore environment variables before calling `exec` ([c7631e5](https://github.com/danieleagle/wait-for/commit/c7631e52594858ff18d1ab563e111289f8f8b45e))
* correctly render the command name in the help text ([d2bbce7](https://github.com/danieleagle/wait-for/commit/d2bbce787871c67cdcfe1e614b90f96e1c3217f3)), closes [#16](https://github.com/danieleagle/wait-for/issues/16)
* **http:** corrects protocol check for wget availability ([#82](https://github.com/danieleagle/wait-for/issues/82)) ([570c9fb](https://github.com/danieleagle/wait-for/commit/570c9fbbfd4bd3f86deee2d1159d35c2b80806a4))
* **iteration:** Remember to try one last time before giving up ([2ed5308](https://github.com/danieleagle/wait-for/commit/2ed5308e39aa9fe462fde50dc491deedd8dbad75))
* **timeout:** resolve degredation which prevented setting indefinite timeout ([b45e76c](https://github.com/danieleagle/wait-for/commit/b45e76cba24166e52c7e1d71fb4c0f557c05de7d))
* typo in error message for missing wget command ([db2479e](https://github.com/danieleagle/wait-for/commit/db2479e4411441e8edc9188d002ee73b3d3e8e4e))
* uses timeout in nc as it is used with wget ([#42](https://github.com/danieleagle/wait-for/issues/42)) ([0195167](https://github.com/danieleagle/wait-for/commit/019516781dcca428cb0ee372e008e251e333f1ac))
* wget timeout does not double ([206b38d](https://github.com/danieleagle/wait-for/commit/206b38d01ddf0fe76ea35efadc4ebdfb6c877895))


### Features

* adds -v and --version flag to show the version (Thanks [@philipp-kunz-mimacom](https://github.com/philipp-kunz-mimacom)) ([8636f50](https://github.com/danieleagle/wait-for/commit/8636f50d4a83e3e1c44fafae7c3d63f2f3d8db49)), closes [#71](https://github.com/danieleagle/wait-for/issues/71)
* adds license header to wait-for script ([975d508](https://github.com/danieleagle/wait-for/commit/975d508c4839631c839de553fdca3c72c3628714))
* adds support for http using wget ([ff0d29d](https://github.com/danieleagle/wait-for/commit/ff0d29d11ecd99a8209c6dd3968fd14ab2878b5b)), closes [#14](https://github.com/danieleagle/wait-for/issues/14)
* **option:** Restrict the timeout input to non-negative integers ([c4d125f](https://github.com/danieleagle/wait-for/commit/c4d125f22d34dfa589509abd0103404a7ab2a222))
* **option:** Support more conventional formats in the option parser ([ce95717](https://github.com/danieleagle/wait-for/commit/ce95717bd98e65a447aa2f0de6ae64e52bbfbe65))
* **version:** trigger first release for v1.0.0 ([33f1343](https://github.com/danieleagle/wait-for/commit/33f13430ff5780b87ca646058e2b9c2bfba8a8f6))


### BREAKING CHANGES

* **command:** HOST, PORT and other internally used environment variables are not overwritten anymore. If you use these, then you need to manually supply them.

## [2.2.4](https://github.com/eficode/wait-for/compare/v2.2.3...v2.2.4) (2023-01-09)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wait-for",
"version": "2.2.4",
"version": "1.0.0",
"scripts": {
"test": "bats wait-for.bats",
"test:docker": "docker build --target test-env --tag wait-for-test . && docker run --rm wait-for-test"
Expand Down
2 changes: 1 addition & 1 deletion wait-for
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

VERSION="2.2.4"
VERSION="1.0.0"

set -- "$@" -- "$TIMEOUT" "$QUIET" "$PROTOCOL" "$HOST" "$PORT" "$result"
TIMEOUT=15
Expand Down

0 comments on commit 87160a1

Please sign in to comment.