nstapelbroek / hostupdater

Provides just the right amount of glue between your docker setup and a hostsfile
MIT License
4 stars 0 forks source link

Bump github.com/cbednarski/hostess from 0.3.0 to 0.5.2 #21

Open dependabot-preview[bot] opened 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps github.com/cbednarski/hostess from 0.3.0 to 0.5.2.

Release notes

Sourced from github.com/cbednarski/hostess's releases.

v0.5.2

Bug Fixes

  • hostess fmt -n works properly again, and has more specific behavior:
  • hostess fmt will replace duplicates without asking for help
  • hostess fmt -n will not replace duplicates, and will exit with error if any are found (#41)
  • hostess fmt with and without -n will exit with error if conflicting hostnames are found because hostess cannot fix the conflicts

v0.5.1

Bug Fixes

  • Format will no longer exit with an error when encountering a duplicate entry

v0.5.0

Breaking Changes

  • Windows now has a platform-specific hosts format with one IP and hostname per line

v0.4.1

Bug Fixes

  • Fix hostfiles not saving on Windows #27

v0.4.0

0.4.0 is a major refactor of the frontend (CLI) focused on simplifying the UI and code, supporting newer Go tooling (i.e. go mod), and removing external dependencies.

Breaking Changes

  • Moved CLI to github.com/cbednarski/hostess. go get should now do what you probably wanted the first time.
  • Moved library to github.com/cbednarski/hostess/hostess
  • Many command aliases and flags have been removed
  • Hostlist.Enable and Hostlist.Disable now return an error instead of bool. Check against ErrHostnameNotFound.
  • Several functions will now return ErrInvalidVersionArg instead of panicking in that case

Improvements

  • Removed codegangsta/cli
  • Removed aff command
  • Removed del command (use rm instead)
  • Removed list command (use ls instead)
  • Removed fixed command (just run fmt)
  • Command fix renamed to fmt
  • Removed -s and -q flags. Errors are now shown always. Redirect stderr if you don't want to see them.
  • Removed -f from various commands. Use fmt instead.
  • Added Go mod support
  • Added AppVeyor for Windows builds
  • Overhauled the Makefile for easier builds
Changelog

Sourced from github.com/cbednarski/hostess's changelog.

v0.5.2 (March 13, 2020)

Bug Fixes

  • hostess fmt -n works properly again, and has more specific behavior:
  • hostess fmt will replace duplicates without asking for help
  • hostess fmt -n will not replace duplicates, and will exit with error if any are found (#41)
  • hostess fmt with and without -n will exit with error if conflicting hostnames are found because hostess cannot fix the conflicts

v0.5.1 (March 10, 2020)

Bug Fixes

  • Format will no longer exit with an error when encountering a duplicate entry (#39)

v0.5.0 (March 7, 2020)

Breaking changes

  • Windows now has a platform-specific hosts format with one IP and hostname per line

v0.4.1 (February 28, 2020)

Bug Fixes

  • Fix hostfiles not saving on Windows #27

v0.4.0 (February 28, 2020)

0.4.0 is a major refactor of the frontend (CLI) focused on simplifying the UI and code, supporting newer Go tooling (i.e. go mod), and removing external dependencies.

Breaking Changes

  • Moved CLI to github.com/cbednarski/hostess. go get should now do what you probably wanted the first time.
  • Moved library to github.com/cbednarski/hostess/hostess
  • Many command aliases and flags have been removed
  • Hostlist.Enable and Hostlist.Disable now return an error instead of bool. Check against ErrHostnameNotFound.
  • Several functions will now return ErrInvalidVersionArg instead of panicking in that case

Improvements

  • Removed codegangsta/cli
  • Removed aff command
  • Removed del command (use rm instead)
  • Removed list command (use ls instead)
  • Removed fixed command (just run fmt)
  • Command fix renamed to fmt
  • Removed -s and -q flags. Errors are now shown always. Redirect stderr if you don't want to see them.
... (truncated)
Commits
  • 71f910c Added changes to the changelog
  • b5e6f45 Added windows-specific expected test output for ExitCodeFmt test
  • fdfc2f9 Update references to parsed CLI args to use zero-index because command is no ...
  • 168ef0c Update to fmt -n (preview) behavior
  • e56fc7a Updated changelog
  • e899791 Don't fail when a duplicate is encountered (fixes #39)
  • 0e15ef4 Added test for issue #39
  • ebbdf23 Ignore .DS_Store files
  • 4fc0ac9 Merge pull request #38 from chenrui333/update-travis
  • d60ff45 Updated changelog for windows hosts format
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)