Skip to content

Releases: jsonnet-bundler/jsonnet-bundler

v0.6.0

23 Aug 10:25
ddded59

Choose a tag to compare

Highlight

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.6.0

v0.5.1 / 2022-06-22

22 Jun 14:46
451a33c

Choose a tag to compare

Since the CI was broken for v0.5.0 there only is a published release for v0.5.1.

0.5.1 / 2022-06-22

  • [ENHANCEMENT] Update dependencies and fix CI (#162)

0.5.0 / 2022-06-09

Changes:

  • [FEATURE] Add --quiet option to suppress git progress output (#124)
  • [FEATURE] Support Bitbucket personal repositories (#156)
  • [FEATURE] Add --legacy-name flag #158
  • [ENHANCEMENT] Windows enhancements (#110)
  • [BUGFIX] Allow dots in a repository path's "user" section (#106)
  • [BUGFIX] On windows, use \ instead of / (#115)
  • [BUGFIX] Replace / in version by - (#146)
  • [BUGFIX] Correct path resolution to nested local dependencies (#151)

v0.4.0 / 2020-05-15

15 May 11:02
447344d

Choose a tag to compare

Notice: Binaries were changed, to fix a build time issue with incorrect version numbers. Checksums have changed. (sh0rez)


You can now jb update a single dependency.
Run jb update github.com/org/repo (supports multiple at ones).

Changes:

  • [FEATURE] Update single dependencies (#92)
  • [FEATURE] Skip dependencies (#99)
  • [ENHANCEMENT] Add support for subgroups (#91) (#93)
  • [BUGFIX] Fix local package with relative path (#100) (#103) (#104)
  • [BUGFIX] Fix unarchiver (#86)

v0.3.1 / 2020-03-01

01 Mar 13:05
cb0a14f

Choose a tag to compare

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)

0.2.0 / 2020-01-08

08 Jan 13:00
1848412

Choose a tag to compare

  • [FEATURE] Rework installation process adding checksums (#44)
  • [FEATURE] Add local dependencies as source dependency (#36)
  • [ENHANCEMENT] Only write jsonnnet files if we made changes (#56)
  • [ENHANCEMENT] Package install optimizations for git (#38)
  • [ENHANCEMENT] Add integration tests (#35)
  • [ENHANCEMENT] Suppress detached head advice (#34)
  • [BUGFIX] Make sure to fetch git tags (#58)

0.1.0 / 2019-04-23

23 Apr 15:51
080f157

Choose a tag to compare

This is the first release for jsonnet-bundler.