Skip to content

Update module github.com/google/go-jsonnet to v0.22.0 - #55

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-google-go-jsonnet-0.x
Open

Update module github.com/google/go-jsonnet to v0.22.0#55
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-google-go-jsonnet-0.x

Conversation

@renovate

@renovate renovate Bot commented May 7, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/google/go-jsonnet v0.20.0v0.22.0 age confidence

Release Notes

google/go-jsonnet (github.com/google/go-jsonnet)

v0.22.0

Compare 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

    • Apply nesting depth limit when manifesting objects to TOML, YAML, or JSON (#​866)
    • Publish pre-built Python wheels (binary packages) for Linux aarch64 (ARM) (#​865)
  • Possibly breaking changes

    • Required Go version is increased to 1.24 (https://go.dev/doc/devel/release#go1.24.0) (#​850)
    • When evaluating in --multi --string mode, output files now have an extra (trailing) newline added. If you do not want this, you can use --no-trailing-newline. (#​819, #​843)
    • Output files in --multi mode are restricted to the specified output directory (and subdirectories)
    • Pre-built binary archive names have changed (#​848, #​814)
  • Language changes, new features, etc

    • Numbers in Jsonnet code can now be written with underscore used to separate groups of digits (e.g., 1_500_000) (#​760)
    • New function std.isNull (#​806)
    • Bitwise operation arguments are now limited to the "safe-integer" range (#​859)
    • jsonnet CLI: 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)
    • jsonnetfmt CLI: Names of unclean files are printed to stdout when using --test or --in-place mode (#​863)
    • API: FindDependencies can now optionally follow symlinks (#​730)
    • Restrict file writes to the specified output directory for --multi (#​850)
  • Bug fixes

    • The index expression of a super[e] access (#​849)
    • Function std.objectRemoveKey has been re-implemented to fix several bugs and unexpected behaviours (#​837)
    • Missing trailing newline when using both --multi and --string options (#​819)
    • Fix implicit-to-explicit-plus conversion in jsonnetfmt (#​853)
    • Improve handling of YAML document streams in std.parseYaml (#​862)
    • Unchecked error in std.manifestYamlDoc(). (#​800)
    • Cache the error too in importAST(). (#​823)
    • Do not mutate std.removeAt parameters (#​812)
    • Handle negative range by returning an empty array (#​839)
    • Return null if parseYaml does not yield any result (#​841)
    • Linter: Support std.clamp function (#​840)
    • Linter: add optional parameters to std.manifestJsonEx in (#​842)
    • Linter: Optimize runtime complexity when passing in multiple snippets (#​725)
  • Build systems, testing, CI, internal

    • chore: fix bazel example by @​y1hao in #​820
    • Make CI build the bazel example with multiple Bazel versions (#​832)
    • Remove Go Releaser archive naming overrides (#​848)

Full commit history: google/go-jsonnet@v0.21.0...v0.22.0

New Contributors

v0.21.0

Compare 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

New Contributors

Full Changelog: google/go-jsonnet@v0.20.0...v0.21.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies label May 7, 2025
@renovate

renovate Bot commented May 7, 2025

Copy link
Copy Markdown
Contributor Author

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.18 -> 1.23.7
sigs.k8s.io/yaml v1.1.0 -> v1.4.0

@renovate renovate Bot changed the title Update module github.com/google/go-jsonnet to v0.21.0 Update module github.com/google/go-jsonnet to v0.21.0 - autoclosed May 8, 2025
@renovate renovate Bot closed this May 8, 2025
@renovate
renovate Bot deleted the renovate/github.com-google-go-jsonnet-0.x branch May 8, 2025 12:56
@renovate renovate Bot changed the title Update module github.com/google/go-jsonnet to v0.21.0 - autoclosed Update module github.com/google/go-jsonnet to v0.21.0 May 8, 2025
@renovate renovate Bot reopened this May 8, 2025
@renovate
renovate Bot force-pushed the renovate/github.com-google-go-jsonnet-0.x branch from 8bf93e0 to 2b0448b Compare May 8, 2025 18:51
@renovate
renovate Bot force-pushed the renovate/github.com-google-go-jsonnet-0.x branch 2 times, most recently from 0aae479 to 7073d82 Compare August 11, 2025 14:27
@renovate renovate Bot changed the title Update module github.com/google/go-jsonnet to v0.21.0 Update module github.com/google/go-jsonnet to v0.21.0 - autoclosed Aug 24, 2025
@renovate renovate Bot closed this Aug 24, 2025
@renovate renovate Bot changed the title Update module github.com/google/go-jsonnet to v0.21.0 - autoclosed Update module github.com/google/go-jsonnet to v0.21.0 Aug 24, 2025
@renovate renovate Bot reopened this Aug 24, 2025
@renovate
renovate Bot force-pushed the renovate/github.com-google-go-jsonnet-0.x branch 2 times, most recently from 7073d82 to 1f8ead7 Compare August 25, 2025 01:04
@renovate
renovate Bot force-pushed the renovate/github.com-google-go-jsonnet-0.x branch from 1f8ead7 to 1d5881f Compare November 19, 2025 17:10
@renovate

renovate Bot commented Dec 15, 2025

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.18 -> 1.24.5
sigs.k8s.io/yaml v1.1.0 -> v1.4.0

@renovate
renovate Bot force-pushed the renovate/github.com-google-go-jsonnet-0.x branch from 1d5881f to 13429a5 Compare December 16, 2025 05:07
@renovate
renovate Bot force-pushed the renovate/github.com-google-go-jsonnet-0.x branch from 13429a5 to a8e6839 Compare March 24, 2026 17:02
@renovate renovate Bot changed the title Update module github.com/google/go-jsonnet to v0.21.0 Update module github.com/google/go-jsonnet to v0.22.0 Mar 24, 2026
@renovate renovate Bot changed the title Update module github.com/google/go-jsonnet to v0.22.0 Update module github.com/google/go-jsonnet to v0.22.0 - autoclosed May 19, 2026
@renovate renovate Bot closed this May 19, 2026
@renovate renovate Bot changed the title Update module github.com/google/go-jsonnet to v0.22.0 - autoclosed Update module github.com/google/go-jsonnet to v0.22.0 May 19, 2026
@renovate renovate Bot reopened this May 19, 2026
@renovate
renovate Bot force-pushed the renovate/github.com-google-go-jsonnet-0.x branch 2 times, most recently from a8e6839 to 480c7e3 Compare May 19, 2026 17:55
@renovate
renovate Bot force-pushed the renovate/github.com-google-go-jsonnet-0.x branch from 480c7e3 to d2faf06 Compare July 20, 2026 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants