Releases: denibertovic/denv
Releases · denibertovic/denv
0.7.0.1
0.7.0.0
- 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
- 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
[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
- [CHANGE]: Implement tf and vault commands in terms of the raw source command
- [FEATURE]: Added --tiller-namespace to kube command
0.4.0.1
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
Adds aws env support This feature is in beta. Adds completetions and updates README
0.3.1.0
- Adds raw sourcing of env files and tracking which vars need to be unset
- Changes license to LGPL-v3
0.3.0.1
Fixes pass env prompt It was missing the PASSWORD_STORE_DIR_SHORT variable
0.3.0.0
Breaking Change since 0.2.0.0
- Removes the
fetchcommand.
This has been moved to the forge tool.