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/sirupsen/logrus from 1.0.6 to 1.1.0 #6

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 6 years ago

Bumps github.com/sirupsen/logrus from 1.0.6 to 1.1.0.

Changelog *Sourced from [github.com/sirupsen/logrus's changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md).* > # 1.1.0 > This new release introduces: > * several fixes: > * a fix for a race condition on entry formatting > * proper cleanup of previously used entries before putting them back in the pool > * the extra new line at the end of message in text formatter has been removed > * a new global public API to check if a level is activated: IsLevelEnabled > * the following methods have been added to the Logger object > * IsLevelEnabled > * SetFormatter > * SetOutput > * ReplaceHooks > * introduction of go module > * an indent configuration for the json formatter > * output colour support for windows > * the field sort function is now configurable for text formatter > * the CLICOLOR and CLICOLOR\_FORCE environment variable support in text formater
Commits - [`a67f783`](https://github.com/sirupsen/logrus/commit/a67f783a3814b8729bd2dac5780b5f78f8dbd64d) Update changelog for v1.1.0 release - [`6cfd37f`](https://github.com/sirupsen/logrus/commit/6cfd37fe59bb2a96830f40ce887867f0b7f0af02) Merge pull request [#830](https://github-redirect.dependabot.com/sirupsen/logrus/issues/830) from sirupsen/custom_sorting_func - [`73bc94e`](https://github.com/sirupsen/logrus/commit/73bc94e60c753099e8bae902f81fbd6e7dd95f26) Add custom sorting function in text formatter - [`33a1e11`](https://github.com/sirupsen/logrus/commit/33a1e118e113c7d1dd24a80f80670864cd598519) Merge pull request [#825](https://github-redirect.dependabot.com/sirupsen/logrus/issues/825) from dgsb/windows_build - [`5a88d3c`](https://github.com/sirupsen/logrus/commit/5a88d3c21dcdb8a18079b3f7d6f4113bbc9044c8) Add missing module dependency for windows build - [`568026d`](https://github.com/sirupsen/logrus/commit/568026db28f27dcc11b72d236a661adfc7f245ad) Merge pull request [#823](https://github-redirect.dependabot.com/sirupsen/logrus/issues/823) from mdittmer/fix-appengine - [`629982b`](https://github.com/sirupsen/logrus/commit/629982b4957da4679c12227a2b3d09dd42f659d2) DisableColors in two tests to fix AppEngine configuration - [`0a8fc8d`](https://github.com/sirupsen/logrus/commit/0a8fc8d77cebf6bb58f90fe8a934a3b516b9e5bd) Add AppEngine test configurations to travis to a void regression - [`f1ce1ba`](https://github.com/sirupsen/logrus/commit/f1ce1baf5623907d7056fc71a6e4232447f01cc5) Fix copypasta - [`90501cf`](https://github.com/sirupsen/logrus/commit/90501cfcc53d8ff36297203d6e8e0653da98f7d1) Fix AppEngine builds - Additional commits viewable in [compare view](https://github.com/sirupsen/logrus/compare/v1.0.6...v1.1.0)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
nstapelbroek commented 5 years ago

Thanks!