Skip to content

Tags: tellerops/teller

Tags

v2.0.7

Toggle v2.0.7's commit message
chore: Release teller-providers version 2.0.7

v2.0.6

Toggle v2.0.6's commit message
chore: Release teller-providers version 2.0.6

v2.0.5

Toggle v2.0.5's commit message
chore: Release teller-providers version 2.0.5

v2.0.4

Toggle v2.0.4's commit message
chore: Release teller-providers version 2.0.4

v2.0.3

Toggle v2.0.3's commit message
chore: Release

v1.5.6

Toggle v1.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GH-134: localstack compatibility for aws providers (#135)

v1.5.5

Toggle v1.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add process_env provider (#129)

* Initial commit

* Added nolint for strings.SplitN

* Update pkg/providers/process_env.go

Co-authored-by: Elad Kaplan <kaplan.elad@gmail.com>

* Update pkg/providers/process_env.go

Co-authored-by: Elad Kaplan <kaplan.elad@gmail.com>

* Update pkg/providers/process_env.go

Co-authored-by: Elad Kaplan <kaplan.elad@gmail.com>

* Update pkg/providers/process_env.go

Co-authored-by: Elad Kaplan <kaplan.elad@gmail.com>

* Updates based on feedback

* Minor tweaks for return errors

* Updated template

Co-authored-by: Elad Kaplan <kaplan.elad@gmail.com>

v1.5.4

Toggle v1.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support special characters in teller sh (#132)

* Fix load env when password has parentheses

When a password has ( or ), eval "$(teller sh)" is not working:

$ eval "$(teller sh)"
bash: syntax error near unexpected token `('

* Add e2e for teller env

v1.5.3

Toggle v1.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
move porcelain to stderr (#124)

move porcelain to stderr

v1.5.2

Toggle v1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix unmarshal number into string (#114)

Signed-off-by: Elad Kaplan <kaplan.elad@gmail.com>