feat(template): upgrade sprig functions #24
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Upgrade Sprig to v3 that will bring these changes to the template mask.
I didn't note any breaking change that can require a major version for PIMO.
Release 3.2.1 (2021-02-04)
Changed
Masterminds/goutils
tov1.1.1
. see the Security AdvisoryRelease 3.2.0 (2020-12-14)
Added
(thanks @andrewmostello)
ed25519 keys (thanks @misberner)
Changed
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
seq
function (thanks @thadc23)Changed
as it causes a breaking change for sprig. That issue is tracked at
0.3.9 no longer merges public fields in embedded structs darccio/mergo#139
Fixed
seq
example in docs (thanks @kalmant)Release 3.0.2 (2019-12-13)
Fixed
Release 3.0.1 (2019-12-08)
Fixed
Release 3.0.0 (2019-10-02)
Added
Changed