github jsonnet-bundler/jsonnet-bundler v0.3.1
v0.3.1 / 2020-03-01

latest releases: v0.5.1, v0.5.0, v0.4.0...
4 years ago

Note: This is release replaces broken v0.3.0. It fixed the issue with that version, but is otherwise equivalent.

BREAKING:

The format of jsonnetfile.json has changed. While v0.3.0 can
handle the old v0.2 format, v0.2 can't and must not be used with a
jsonnetfile.json created by v0.3.0

Changes:

  • [FEATURE] Absolute imports (#63): Introduces a new style for importing the
    packages installed by jb. The <name>/<file> style used before caused
    issues, as it was neither unique nor clearly defined what to import.
    To address this, jb will now create a directory structure that allows to use
    import paths similar to Go: host.tld/user/repo/subdir/file.libsonnet.
    The old stlye is still supported, this change is backwards compatible.
    jb rewrite can be used to automatically convert your imports.
  • [FEATURE] jsonnetfile.json versions (#85): Adds a verison key to
    jsonnetfile.json, so that jb can automatically recognize the schema
    version and handle it properly, instead of panicking.
  • [FEATURE] Generic git https:// (#73): Previously the host.tld/user/repo slug
    style was only supported for GitHub. All hosts work now.
  • [BUGFIX] --jsonnetpkg-home not working (#80)

Don't miss a new jsonnet-bundler release

NewReleases is sending notifications on new releases.