Azure / acr-builder

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

Bump github.com/Masterminds/sprig from 2.18.0+incompatible to 2.20.0+incompatible #463

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps github.com/Masterminds/sprig from 2.18.0+incompatible to 2.20.0+incompatible.

Release notes *Sourced from [github.com/Masterminds/sprig's releases](https://github.com/Masterminds/sprig/releases).* > ## Release 2.20.0 > ### Added > > - [#164](https://github-redirect.dependabot.com/Masterminds/sprig/issues/164): Adding function to get unix epoch for a time ([@​mattfarina](https://github.com/mattfarina)) > - [#166](https://github-redirect.dependabot.com/Masterminds/sprig/issues/166): Adding tests for date_in_zone ([@​mattfarina](https://github.com/mattfarina)) > > ### Changed > > - [#144](https://github-redirect.dependabot.com/Masterminds/sprig/issues/144): Fix function comments based on best practices from Effective Go ([@​CodeLingoTeam](https://github.com/CodeLingoTeam)) > - [#150](https://github-redirect.dependabot.com/Masterminds/sprig/issues/150): Handles pointer type for time.Time in "htmlDate" ([@​mapreal19](https://github.com/mapreal19)) > - [#161](https://github-redirect.dependabot.com/Masterminds/sprig/issues/161), [#157](https://github-redirect.dependabot.com/Masterminds/sprig/issues/157), [#160](https://github-redirect.dependabot.com/Masterminds/sprig/issues/160), [#153](https://github-redirect.dependabot.com/Masterminds/sprig/issues/153), [#158](https://github-redirect.dependabot.com/Masterminds/sprig/issues/158), [#156](https://github-redirect.dependabot.com/Masterminds/sprig/issues/156), [#155](https://github-redirect.dependabot.com/Masterminds/sprig/issues/155), [#159](https://github-redirect.dependabot.com/Masterminds/sprig/issues/159), [#152](https://github-redirect.dependabot.com/Masterminds/sprig/issues/152) documentation updates ([@​badeadan](https://github.com/badeadan)) > > ## 2.19.0: Fixes, reversion of 2.18 change > *IMPORTANT:* This release reverts a change from 2.18.0 > > In the previous release (2.18), we prematurely merged a partial change to the crypto functions that led to creating two sets of crypto functions (I blame [@​technosophos](https://github.com/technosophos) -- since that's me). This release rolls back that change, and does what was originally intended: It alters the _existing_ crypto functions to use secure random. > > We debated whether this classifies as a change worthy of major revision, but given the proximity to the last release, we have decided that treating 2.18 as a faulty release is the correct course of action. We apologize for any inconvenience. > > ## Changes > > - Fix substr panic 35fb796e3ed3869e2df7be0e4fcb5e8b2c425453 (Alexey igrychev) > - Remove extra period 1eb7729022202c016475c4f4d0cb2c463c22c5fe (Matthew Lorimor) > - Make random string functions use crypto by default 6ceff26ca2586bda18e788afef093b7d89e70023 (Matthew Lorimor) > - README edits/fixes/suggestions 08fe136717db5c06a7dd9ee140f9de7070774c78 (Lauri Apple)
Changelog *Sourced from [github.com/Masterminds/sprig's changelog](https://github.com/Masterminds/sprig/blob/master/CHANGELOG.md).* > # Changelog > > ## Release 2.20.0 (2019-06-18) > > ### Added > > - [#164](https://github-redirect.dependabot.com/Masterminds/sprig/issues/164): Adding function to get unix epoch for a time ([@​mattfarina](https://github.com/mattfarina)) > - [#166](https://github-redirect.dependabot.com/Masterminds/sprig/issues/166): Adding tests for date_in_zone ([@​mattfarina](https://github.com/mattfarina)) > > ### Changed > > - [#144](https://github-redirect.dependabot.com/Masterminds/sprig/issues/144): Fix function comments based on best practices from Effective Go ([@​CodeLingoTeam](https://github.com/CodeLingoTeam)) > - [#150](https://github-redirect.dependabot.com/Masterminds/sprig/issues/150): Handles pointer type for time.Time in "htmlDate" ([@​mapreal19](https://github.com/mapreal19)) > - [#161](https://github-redirect.dependabot.com/Masterminds/sprig/issues/161), [#157](https://github-redirect.dependabot.com/Masterminds/sprig/issues/157), [#160](https://github-redirect.dependabot.com/Masterminds/sprig/issues/160), [#153](https://github-redirect.dependabot.com/Masterminds/sprig/issues/153), [#158](https://github-redirect.dependabot.com/Masterminds/sprig/issues/158), [#156](https://github-redirect.dependabot.com/Masterminds/sprig/issues/156), [#155](https://github-redirect.dependabot.com/Masterminds/sprig/issues/155), [#159](https://github-redirect.dependabot.com/Masterminds/sprig/issues/159), [#152](https://github-redirect.dependabot.com/Masterminds/sprig/issues/152) documentation updates ([@​badeadan](https://github.com/badeadan)) > > ### Fixed > > ## Release 2.19.0 (2019-03-02) > > IMPORTANT: This release reverts a change from 2.18.0 > > In the previous release (2.18), we prematurely merged a partial change to the crypto functions that led to creating two sets of crypto functions (I blame [@​technosophos](https://github.com/technosophos) -- since that's me). This release rolls back that change, and does what was originally intended: It alters the existing crypto functions to use secure random. > > We debated whether this classifies as a change worthy of major revision, but given the proximity to the last release, we have decided that treating 2.18 as a faulty release is the correct course of action. We apologize for any inconvenience. > > ### Changed > > - Fix substr panic 35fb796 (Alexey igrychev) > - Remove extra period 1eb7729 (Matthew Lorimor) > - Make random string functions use crypto by default 6ceff26 (Matthew Lorimor) > - README edits/fixes/suggestions 08fe136 (Lauri Apple) > > > ## Release 2.18.0 (2019-02-12) > > ### Added > > - Added mergeOverwrite function > - cryptographic functions that use secure random (see fe1de12) > > ### Changed > > - Improve documentation of regexMatch function, resolves [#139](https://github-redirect.dependabot.com/Masterminds/sprig/issues/139) 90b89ce (Jan Tagscherer) > - Handle has for nil list 9c10885 (Daniel Cohen) > - Document behaviour of mergeOverwrite fe0dbe9 (Lukas Rieder) > - doc: adds missing documentation. 4b871e6 (Fernandez Ludovic) > - Replace outdated goutils imports 01893d2 (Matthew Lorimor) > - Surface crypto secure random strings from goutils fe1de12 (Matthew Lorimor) > - Handle untyped nil values as paramters to string functions 2b2ec8f (Morten Torkildsen) > > ... (truncated)
Commits - [`258b00f`](https://github.com/Masterminds/sprig/commit/258b00ffa7318e8b109a141349980ffbd30a35db) Updating changelog - [`104e1d7`](https://github.com/Masterminds/sprig/commit/104e1d74aa84404afef20f07c02e5159edf29fc4) Merge pull request [#166](https://github-redirect.dependabot.com/Masterminds/sprig/issues/166) from mattfarina/moar-date-tests - [`6dcf22d`](https://github.com/Masterminds/sprig/commit/6dcf22dea342e0ba2b0c1e309ab7964aa3252ad0) Adding tests for date_in_zone - [`e3bd414`](https://github.com/Masterminds/sprig/commit/e3bd414af291c8bc2a59c21395192b7fc4a50266) Merge pull request [#150](https://github-redirect.dependabot.com/Masterminds/sprig/issues/150) from mapreal19/mapreal19/feat/html-date-pointer - [`40a8171`](https://github.com/Masterminds/sprig/commit/40a817194fa6bb2cd370b302c30b27d3706f122d) Merge pull request [#152](https://github-redirect.dependabot.com/Masterminds/sprig/issues/152) from badeadan/patch-1 - [`97b2a91`](https://github.com/Masterminds/sprig/commit/97b2a9144a8177fa680884a057284581c092ce4f) Merge pull request [#159](https://github-redirect.dependabot.com/Masterminds/sprig/issues/159) from badeadan/patch-8 - [`352fbcd`](https://github.com/Masterminds/sprig/commit/352fbcd2cfdf9ca91b3962cace024f60ce8b67fb) Merge pull request [#155](https://github-redirect.dependabot.com/Masterminds/sprig/issues/155) from badeadan/patch-4 - [`3120ff8`](https://github.com/Masterminds/sprig/commit/3120ff8915fc5da5ac9a8f4b86c66dcefb78c404) Merge pull request [#156](https://github-redirect.dependabot.com/Masterminds/sprig/issues/156) from badeadan/patch-5 - [`90ce42e`](https://github.com/Masterminds/sprig/commit/90ce42ec90263d2ebc44b60469d1174d1cd43790) Merge pull request [#158](https://github-redirect.dependabot.com/Masterminds/sprig/issues/158) from badeadan/patch-7 - [`69f007c`](https://github.com/Masterminds/sprig/commit/69f007c45b59844bdd8495e034ac82c6347da46c) Merge pull request [#153](https://github-redirect.dependabot.com/Masterminds/sprig/issues/153) from badeadan/patch-2 - Additional commits viewable in [compare view](https://github.com/Masterminds/sprig/compare/v2.18.0...v2.20.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.


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 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 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 (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.