Skip to content

Releases: cashapp/hermit

v0.3.0

25 Nov 21:58
Compare
Choose a tag to compare
Make auto-version use Github API client.

Also try $GITHUB_TOKEN if $HERMIT_GITHUB_TOKEN is not set.

v0.2.29

25 Nov 21:45
588c2b0
Compare
Choose a tag to compare
Merge pull request #152 from cashapp/juho/symlinked-environments

Fix binary execution in symlinked environment

v0.2.28

19 Nov 00:53
74aeaa7
Compare
Choose a tag to compare
Merge pull request #147 from cashapp/juho/fix-user-shell-detection

Use user's login names instead of the display name when parsing the /etc/passwd

v0.2.27

16 Nov 17:11
Compare
Choose a tag to compare
Trigger uninstall events.

Also validate event types when unmarshalling manifest,
add a delete action, and fix triggers so they don't apply to all
installed packages.

v0.2.26

25 Oct 04:14
7ddb08b
Compare
Choose a tag to compare
Merge pull request #133 from cashapp/juho/runtime-deps

Runtime Dependencies

v0.2.25

05 Oct 05:56
b9b80ab
Compare
Choose a tag to compare
Merge pull request #127 from cashapp/juho/skip-source-validation

Add an option to skip package source validation

v0.2.24

03 Oct 22:44
Compare
Choose a tag to compare
Correctly clean directory caches of git repos

v0.2.23

01 Oct 06:11
0ead06a
Compare
Choose a tag to compare
Merge pull request #125 from cashapp/juho/fix-validation-on-git-sources

validate git sources correctly

v0.2.22

01 Oct 01:19
c1a8df0
Compare
Choose a tag to compare
Merge pull request #123 from cashapp/juho/git-as-package-source

Git repo as package source

v0.2.21

15 Sep 05:35
Compare
Choose a tag to compare
Add a "prompt" option to leave the prompt alone

Add an option (both a flag and a .hermit.hcl field) to tell hermit not
to make changes to the prompt when activating an environment.

The "prompt" option is an enum with the values "env", "short", and
"none". "env" is the same as the current prompt - the environment name
and hermit icon in the prompt. "short" is the same as the short-prompt
option - just the hermit icon in the prompt. "none" prevents hermit from
changing the prompt at all.

This subsumes the short-prompt option. As a CLI flag, it has been made
hidden, but is still present for backward compatibility. If both
"prompt" and "short-prompt" are set, "short-prompt" will override
whatever has been set for "prompt".