Skip to content

Releases: blurstudio/hab

0.51.0

06 May 00:56

Choose a tag to compare

What's Changed

  • Stub distros allowing missing distros to be ignored by @MHendricks in #120

Full Changelog: 0.50.0...0.51.0

This replaces the omittable_distros system and allows for site level configuration.

0.50.0

28 Apr 23:12

Choose a tag to compare

What's Changed

Full Changelog: 0.49.0...0.50.0

0.49.0

21 Mar 19:40

Choose a tag to compare

What's Changed

Full Changelog: 0.47.0...0.49.0

Note: The github action for the previous release did not work so this also releases the 0.48.0 tag.

0.47.0

24 Jan 23:20

Choose a tag to compare

What's Changed

  • Add Platform.normalize_path to ensure standard path strings by @MHendricks in #111
  • WinPlatform.normalize_path no longer changes the UNC drive case by @MHendricks in #113
  • Add hab install to download and install required distros by @MHendricks in #112

Full Changelog: 0.46.0...0.47.0

Adds the ability to resolve URI's and download and install any missing distros using a new cli command similar to pip install.
Example: hab install -u a/uri -u another/uri

The readme still needs updated but this example site file shows the basics of configuring hab install.

{
    "set": {
        "config_paths": [
            "{relative_root}/configs"
        ],
        "distro_paths": [
            "{relative_root}/distros/*"
        ],
        "downloads": {
            "cache_root": "{relative_root}/downloads",
            "distros": [
                [
                    "hab.distro_finders.s3_zip:DistroFinderS3Zip",
                    "s3://bucket-name/hab_distros",
                    {
                        "profile_name": "aws-credential-name"
                    }
                ]
            ],
            "install_root": "{relative_root}/distros"
        }
    }
}

0.46.0

06 Nov 00:05

Choose a tag to compare

What's Changed

  • Enable explicitly specifying pre-releases without enabling pre-releases by @MHendricks in #110

Full Changelog: 0.45.0...0.46.0

0.45.0

04 Nov 19:15

Choose a tag to compare

What's Changed

  • Show the filename when dumping uris or versions from the cli by @MHendricks in #109

Full Changelog: 0.44.0...0.45.0

0.44.0

08 Oct 18:37

Choose a tag to compare

What's Changed

Full Changelog: 0.43.0...0.44.0

0.43.0

02 Oct 22:41

Choose a tag to compare

What's Changed

  • Formatter now handles un-set environment variables by @MHendricks in #106

Full Changelog: 0.42.0...0.43.0

0.42.0

30 Jul 22:46

Choose a tag to compare

What's Changed

Full Changelog: 0.41.0...0.42.0

0.41.0

22 Jul 23:44

Choose a tag to compare

What's Changed

Full Changelog: 0.40.0...0.41.0