Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/Masterminds/sprig from 2.20.0+incompatible to 2.22.0+incompatible #1315

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 22, 2022

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

Release notes

Sourced from github.com/Masterminds/sprig's releases.

2.22.0

Added

  • #173: Added getHostByName function to resolve dns names to ips (thanks @​fcgravalos)
  • #195: Added deepCopy function for use with dicts

Changed

  • Updated merge and mergeOverwrite documentation to explain copying and how to use deepCopy with it

v2.21.0

Added

Changed

  • #171: Updated glide config for Google UUID to v1 and to add ranges to semver and testify

Fixed

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

Changelog

Release 3.2.1 (2021-02-04)

Changed

Release 3.2.0 (2020-12-14)

Added

Changed

  • Removed testing and support for Go 1.12. ed25519 support requires Go 1.13 or newer
  • Using semver 3.1.1 and mergo 0.3.11

Fixed

NOTE: The dependency github.com/imdario/mergo reverted the breaking change in 0.3.9 via 0.3.10 release.

Release 3.1.0 (2020-04-16)

NOTE: The dependency github.com/imdario/mergo made a behavior change in 0.3.9 that impacts sprig functionality. Do not use sprig with a version newer than 0.3.8.

Added

Changed

... (truncated)

Commits
  • e4c0945 Updating changelog for 2.22.0 release
  • 673efda Merge pull request #195 from mattfarina/v2deepcopy
  • 9a07700 Documenting and testing for deep copying with merging of dicts
  • 1394834 Add deepCopy and mustDeepCopy functions
  • 04ad0b0 Updating changlog for getHostByName
  • a0466b4 remove error handling from network functions, fix doc
  • d195045 rename get_host_by_name to network_ and add documentation
  • 5a44efd add getHostByName function to resolve dns names to ips
  • 2691a9c Merge pull request #184 from mattfarina/2.21-changelog
  • 9d4472b Updating changelog for v2.21
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Mar 22, 2022
@shuguet shuguet added this to Review in progress in Kanister Mar 23, 2022
Bumps [github.com/Masterminds/sprig](https://github.com/Masterminds/sprig) from 2.20.0+incompatible to 2.22.0+incompatible.
- [Release notes](https://github.com/Masterminds/sprig/releases)
- [Changelog](https://github.com/Masterminds/sprig/blob/master/CHANGELOG.md)
- [Commits](Masterminds/sprig@v2.20.0...v2.22.0)

---
updated-dependencies:
- dependency-name: github.com/Masterminds/sprig
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/Masterminds/sprig-2.22.0incompatible branch from 9d7fe6e to 69bf7c8 Compare March 23, 2022 17:46
Kanister automation moved this from Review in progress to Reviewer approved Mar 23, 2022
@julio-lopez
Copy link
Contributor

@Mergifyio refresh

@mergify
Copy link
Contributor

mergify bot commented Mar 23, 2022

refresh

✅ Pull request refreshed

@kanisterio kanisterio deleted a comment from mergify bot Mar 23, 2022
@kanisterio kanisterio deleted a comment from mergify bot Mar 23, 2022
@mergify mergify bot merged commit f948d29 into master Mar 23, 2022
Kanister automation moved this from Reviewer approved to Done Mar 23, 2022
@mergify mergify bot deleted the dependabot/go_modules/github.com/Masterminds/sprig-2.22.0incompatible branch March 23, 2022 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file kueue
Projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant