Skip to content

Releases: denibertovic/denv

0.7.0.1

04 Nov 17:02
cdbd064

Choose a tag to compare

  • Bumps amazonka and amazonka-core version to get new region Sums

0.7.0.0

04 Nov 11:30
06f93fb

Choose a tag to compare

  • Kube: Removes support for --tiller-namespace. With Helm3 there is no Tiller component any more.
  • Bug fix: Handle new lines in source files more carefully
  • Readme updates
  • Adds support for FISH shell
  • Fixes error in zsh completions
  • Adds more tests
  • Adds strict permissions on ~/.denv intermediary file

0.6.0.0

27 Mar 16:51
28a05be

Choose a tag to compare

  • Updated readme (makes instructions more clear)
  • Removes vault and tf commands and replaces them with the source command
  • Adds rudimentary support for setting GCP env (exporting GOOGLE_CREDNTIALS)
  • Bumps LTS
  • Fixes bug in source command that would cause variables to not be exported to child processes
  • Removed unused code
  • Adds stack.yaml.lock
  • Adds nix for building static binaries

0.5.0.1

18 Mar 17:49

Choose a tag to compare

[FIX] - denv aws now exports AWS_REGION as well
[CHANGE] - Bump LTS
[CHANGE] - Adds better license info for bashHook and zshHook

0.5.0.0

19 Feb 17:02

Choose a tag to compare

  • [CHANGE]: Implement tf and vault commands in terms of the raw source command
  • [FEATURE]: Added --tiller-namespace to kube command

0.4.0.1

28 Jan 17:25

Choose a tag to compare

Fixes load-env bug (again).
This got reverted from the following commits:

commit 282197e9b46cc49edd3316b6d37ba73c71c2050a

commit 672e73045551915c3ad5ca513223559d307a4cdd

It happened while merging the AWS command changes.

0.4.0.0

10 Jan 19:28

Choose a tag to compare

Adds aws env support

This feature is in beta.
Adds completetions and updates README

0.3.1.0

28 Nov 15:19

Choose a tag to compare

  • Adds raw sourcing of env files and tracking which vars need to be unset
  • Changes license to LGPL-v3

0.3.0.1

23 Aug 12:16

Choose a tag to compare

Fixes pass env prompt

It was missing the PASSWORD_STORE_DIR_SHORT variable

0.3.0.0

04 Jul 15:13

Choose a tag to compare

Breaking Change since 0.2.0.0

  • Removes the fetch command.
    This has been moved to the forge tool.