Update dependency google/go-jsonnet to v0.22.0#227
Open
minchine wants to merge 1 commit into
Open
Conversation
b36f420 to
8d30165
Compare
8d30165 to
92cd89a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
0.19.1->0.22.0Release Notes
google/go-jsonnet (google/go-jsonnet)
v0.22.0Compare Source
The Python module can be found at https://pypi.org/project/gojsonnet/0.22.0/
What's Changed (since v0.21.0)
Updates since Release Candidate 1
Possibly breaking changes
--multi--stringmode, output files now have an extra (trailing) newline added. If you do not want this, you can use--no-trailing-newline. (#819, #843)--multimode are restricted to the specified output directory (and subdirectories)Language changes, new features, etc
1_500_000) (#760)std.isNull(#806)jsonnetCLI: New flag--no-trailing-newline- this disables the final newline that is normally included in the output of any Jsonnet evaluation. This option is also added to the API (#819, #843)jsonnetfmtCLI: Names of unclean files are printed to stdout when using--testor--in-placemode (#863)FindDependenciescan now optionally follow symlinks (#730)Bug fixes
super[e]access (#849)std.objectRemoveKeyhas been re-implemented to fix several bugs and unexpected behaviours (#837)Build systems, testing, CI, internal
Full commit history: google/go-jsonnet@v0.21.0...v0.22.0
New Contributors
v0.21.0Compare Source
After (slightly over) a year, we have a new release. Please also see the changelog for the corresponding C++ jsonnet release, which includes some shared items: https://github.com/google/jsonnet/releases/tag/v0.21.0
A Python package is available at https://pypi.org/project/gojsonnet/0.21.0/
Building this release requires Go 1.23. Trying to build with versions of Go older than 1.21 will fail with a misleading error message due to a change to the way go release versioning worked in Go 1.21 (see #803)
What's Changed since v0.20.0
|||-chomped text block syntax by @vergenzt in #773std.minArrayandstd.maxArrayinstead of result ofkeyFby @eduardosm in #791New Contributors
Full Changelog: google/go-jsonnet@v0.20.0...v0.21.0
v0.20.0Compare Source
See https://github.com/google/jsonnet/releases/tag/v0.20.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.