Azure / acr-builder

Azure Container Registry Build Runner
MIT License
38 stars 35 forks source link

Bump github.com/urfave/cli from 1.21.0 to 1.22.1 #506

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps github.com/urfave/cli from 1.21.0 to 1.22.1.

Release notes *Sourced from [github.com/urfave/cli's releases](https://github.com/urfave/cli/releases).* > ## Release 1.22.1 > ### 🚧 Watch out! There's a known regression in this release! [urfave/cli#850](https://github-redirect.dependabot.com/urfave/cli/issues/850) 🚧 > > ### Fixed > > * Hide output of hidden commands on man pages in [urfave/cli/pull/889](https://github-redirect.dependabot.com/urfave/cli/pull/889) via [@​crosbymichael](https://github.com/crosbymichael) > * Don't generate fish completion for hidden commands [urfave/cli/pull/891](https://github.com/urfave/891) via [@​saschagrunert](https://github.com/saschagrunert) > * Using short flag names for required flags throws an error in [urfave/cli/pull/890](https://github-redirect.dependabot.com/urfave/cli/pull/890) via [@​asahasrabuddhe](https://github.com/asahasrabuddhe) > > ### Changed > > * Remove flag code generation logic, legacy python test runner in [urfave/cli/pull/883](https://github-redirect.dependabot.com/urfave/cli/pull/883) via [@​asahasrabuddhe](https://github.com/asahasrabuddhe) > * Enable Go Modules support, drop support for `Go 1.10` add support for `Go 1.13` in [urfave/cli/pull/885](https://github-redirect.dependabot.com/urfave/cli/pull/885) via [@​asahasrabuddhe](https://github.com/asahasrabuddhe) > > ## Release 1.22.0 > ### 🚧 Watch out! There's a known regression in this release! [urfave/cli#850](https://github-redirect.dependabot.com/urfave/cli/issues/850) 🚧 > > ### Fixed > > * Fix Subcommands not falling back to `app.ExitEventHandler` in [urfave/cli/pull/856](https://github-redirect.dependabot.com/urfave/cli/pull/856) via [@​FaranIdo](https://github.com/FaranIdo) > > ### Changed > > * Clarify that altsrc supports both TOML and JSON in [urfave/cli/pull/774](https://github-redirect.dependabot.com/urfave/cli/pull/774) via [@​whereswaldon](https://github.com/whereswaldon) > * Made the exit code example more clear in [urfave/cli/pull/823](https://github-redirect.dependabot.com/urfave/cli/pull/823) via [@​xordspar0](https://github.com/xordspar0) > * Removed the use of python for internal flag generation in [urfave/cli/pull/836](https://github-redirect.dependabot.com/urfave/cli/pull/836) via [@​asahasrabuddhe](https://github.com/asahasrabuddhe) > * Changed the supported go versions to `1.10`, `1.11`, `1.12` in [urfave/cli/pull/843](https://github-redirect.dependabot.com/urfave/cli/pull/843) via [@​lafriks](https://github.com/lafriks) > * Changed the v1 releases section in the readme in [urfave/cli/pull/862](https://github-redirect.dependabot.com/urfave/cli/pull/862) via [@​russoj88](https://github.com/russoj88) > * Cleaned up go modules in [urfave/cli/pull/874](https://github-redirect.dependabot.com/urfave/cli/pull/874) via [@​saschagrunert](https://github.com/saschagrunert) > > ### Added > > * Added `UseShortOptionHandling` for combining short flags in [urfave/cli/pull/735](https://github-redirect.dependabot.com/urfave/cli/pull/735) via [@​rliebz](https://github.com/rliebz) > * Added support for flags bash completion in [urfave/cli/pull/808](https://github-redirect.dependabot.com/urfave/cli/pull/808) via [@​yogeshlonkar](https://github.com/yogeshlonkar) > * Added the `TakesFile` indicator to flag in [urfave/cli/pull/851](https://github-redirect.dependabot.com/urfave/cli/pull/851) via [@​saschagrunert](https://github.com/saschagrunert) > * Added fish shell completion support in [urfave/cli/pull/848](https://github-redirect.dependabot.com/urfave/cli/pull/848) via [@​saschagrunert](https://github.com/saschagrunert)
Changelog *Sourced from [github.com/urfave/cli's changelog](https://github.com/urfave/cli/blob/master/CHANGELOG.md).* > ## [1.22.1] - 2019-09-11 > > ### Fixed > > * Hide output of hidden commands on man pages in [urfave/cli/pull/889](https://github-redirect.dependabot.com/urfave/cli/pull/889) via [@​crosbymichael](https://github.com/crosbymichael) > * Don't generate fish completion for hidden commands [urfave/cli/pull/891](https://github.com/urfave/891) via [@​saschagrunert](https://github.com/saschagrunert) > * Using short flag names for required flags throws an error in [urfave/cli/pull/890](https://github-redirect.dependabot.com/urfave/cli/pull/890) via [@​asahasrabuddhe](https://github.com/asahasrabuddhe) > > ### Changed > > * Remove flag code generation logic, legacy python test runner in [urfave/cli/pull/883](https://github-redirect.dependabot.com/urfave/cli/pull/883) via [@​asahasrabuddhe](https://github.com/asahasrabuddhe) > * Enable Go Modules support, drop support for `Go 1.10` add support for `Go 1.13` in [urfave/cli/pull/885](https://github-redirect.dependabot.com/urfave/cli/pull/885) via [@​asahasrabuddhe](https://github.com/asahasrabuddhe) > > ## [1.22.0] - 2019-09-07 > > ### Fixed > > * Fix Subcommands not falling back to `app.ExitEventHandler` in [urfave/cli/pull/856](https://github-redirect.dependabot.com/urfave/cli/pull/856) via [@​FaranIdo](https://github.com/FaranIdo) > > ### Changed > > * Clarify that altsrc supports both TOML and JSON in [urfave/cli/pull/774](https://github-redirect.dependabot.com/urfave/cli/pull/774) via [@​whereswaldon](https://github.com/whereswaldon) > * Made the exit code example more clear in [urfave/cli/pull/823](https://github-redirect.dependabot.com/urfave/cli/pull/823) via [@​xordspar0](https://github.com/xordspar0) > * Removed the use of python for internal flag generation in [urfave/cli/pull/836](https://github-redirect.dependabot.com/urfave/cli/pull/836) via [@​asahasrabuddhe](https://github.com/asahasrabuddhe) > * Changed the supported go versions to `1.10`, `1.11`, `1.12` in [urfave/cli/pull/843](https://github-redirect.dependabot.com/urfave/cli/pull/843) via [@​lafriks](https://github.com/lafriks) > * Changed the v1 releases section in the readme in [urfave/cli/pull/862](https://github-redirect.dependabot.com/urfave/cli/pull/862) via [@​russoj88](https://github.com/russoj88) > * Cleaned up go modules in [urfave/cli/pull/874](https://github-redirect.dependabot.com/urfave/cli/pull/874) via [@​saschagrunert](https://github.com/saschagrunert) > > ### Added > > * Added `UseShortOptionHandling` for combining short flags in [urfave/cli/pull/735](https://github-redirect.dependabot.com/urfave/cli/pull/735) via [@​rliebz](https://github.com/rliebz) > * Added support for flags bash completion in [urfave/cli/pull/808](https://github-redirect.dependabot.com/urfave/cli/pull/808) via [@​yogeshlonkar](https://github.com/yogeshlonkar) > * Added the `TakesFile` indicator to flag in [urfave/cli/pull/851](https://github-redirect.dependabot.com/urfave/cli/pull/851) via [@​saschagrunert](https://github.com/saschagrunert) > * Added fish shell completion support in [urfave/cli/pull/848](https://github-redirect.dependabot.com/urfave/cli/pull/848) via [@​saschagrunert](https://github.com/saschagrunert)
Commits - [`c71fbce`](https://github.com/urfave/cli/commit/c71fbcefd21552b70cd625b2c54466006e258ad7) Merge pull request [#887](https://github-redirect.dependabot.com/urfave/cli/issues/887) from urfave/asahasrabuddhe-patch-1 - [`ef47250`](https://github.com/urfave/cli/commit/ef47250cda5ff52a313118c01ad6b0c5b4877a70) Merge branch 'master' into asahasrabuddhe-patch-1 - [`61f3ae3`](https://github.com/urfave/cli/commit/61f3ae353bf455e3522aff0d5a28be9278bba7f2) Merge pull request [#890](https://github-redirect.dependabot.com/urfave/cli/issues/890) from urfave/issue-878 - [`fa858dc`](https://github.com/urfave/cli/commit/fa858dcc260fb07c25aab13650d9fa0e64f851c7) Ensure flag is not blank - [`f8bb66a`](https://github.com/urfave/cli/commit/f8bb66ae7d679973cf9b3f6f8c3dc6933404a31a) Fix Typo - [`056aef1`](https://github.com/urfave/cli/commit/056aef13fe0b0e51403036ca5527854f50a1f3cd) Merge branch 'issue-878' of https://github.com/urfave/cli into issue-878 - [`c6ee3b4`](https://github.com/urfave/cli/commit/c6ee3b4904ed76d34f277c315c2097ae7b22d38f) Use iterative logic to determine missing flag - [`82a84fc`](https://github.com/urfave/cli/commit/82a84fc187c23434a5c2e1398a7fcfbc9c51df94) Merge branch 'master' into issue-878 - [`1547ac2`](https://github.com/urfave/cli/commit/1547ac2f6a3d3d39fe4d49570c0d1c2401a8f20e) Modify variable names - [`388c2dd`](https://github.com/urfave/cli/commit/388c2dd0f4ffaa8541e371d49c8413870a04d9fe) Merge pull request [#891](https://github-redirect.dependabot.com/urfave/cli/issues/891) from saschagrunert/fish-hidden - Additional commits viewable in [compare view](https://github.com/urfave/cli/compare/v1.21.0...v1.22.1)


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 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 the `.dependabot/config.yml` file in this repo: - Update frequency - 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) Finally, you can contact us by mentioning @dependabot.
shahzzzam commented 5 years ago

@dependabot how can I turn this off? I have removed the config file. Also, when do you plan on supporting vendoring go modules? Updates in go.mod and go.sum are not very helpful.

dependabot-preview[bot] commented 5 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

feelepxyz commented 5 years ago

@shahzzzam you'll need to delete the config file as it's currently detected as invalid: https://github.com/Azure/acr-builder/issues/505 (so we're still using the last valid version)

We don't have a timeline for vendoring support in go but have this issue which you can subscribe to: https://github.com/dependabot/dependabot-core/issues/670

We're keen to support it but currently focused on rolling out Dependabot within GitHub so won't be able to get to it for another six months or so unfortunately.