Skip to content

Releases: zerok/tpl

v4.5.1

16 Mar 17:18
d01c6e4
Compare
Choose a tag to compare

Changelog

  • d01c6e4 feat: Also build for linux/darwin arm64

v4.5.0

27 Dec 16:57
0c3eefb
Compare
Choose a tag to compare

Changelog

  • 0c3eefb Merge pull request #25 from zerok/feature/zerolog
  • c1e1346 refactor: Replace logrus with zerolog
  • 325e79c ci: Update setup-go action
  • 301a771 ci: Update test run to Go 1.17

v4.4.0

20 May 14:29
4572b87
Compare
Choose a tag to compare

Changelog

4572b87 Merge pull request #24 from zerok/feature/version-bump
a079e86 Version bump of all dependencies

More details release notes: https://zerokspot.com/weblog/2021/05/20/whats-new-in-tpl-440/

v4.3.0

14 Dec 21:13
9baf511
Compare
Choose a tag to compare

Changelog

9baf511 chore(ci): Update CI dependencies
3026d9b Merge pull request #23 from kautsig/http-retry
cefd482 Add log type to make logrus compatible with retryablehttp
d75486e Use retryable client for retreiving secrets from azure
c470391 Move var definiton closer to first use

v4.2.0

15 Oct 15:53
a54e9ba
Compare
Choose a tag to compare

Changelog

a54e9ba Add --output FILE flag

v4.1.0

15 Oct 07:05
f774a36
Compare
Choose a tag to compare

Changelog

f774a36 Add FS.ReadFile
56e88ee Inject a default logger in the World.New constructor

v4.0.0

04 May 06:52
fa5eca7
Compare
Choose a tag to compare

Changelog

fa5eca7 Merge pull request #21 from vajura/feature/azure-keyvault
da1eac1 Fixed enviroment variable name. Token can now be set directly as a env

v3.1.0

27 Apr 11:25
5dab83f
Compare
Choose a tag to compare

Changelog

5dab83f Update .goreleaser.yml
34946f4 Merge pull request #20 from vajura/feature/azure-keyvault
41ec837 Azure template function now directly returns Azure
cbed866 Typo fixes, added 'azure' prefix to types that belong to azure
c9319d6 Removed slash replacment with double dash for azure keyvault, typo fixes
82a8a27 Update README.md
54e4a88 Added azure keyvault functionality
efe7bb7 Add testcase for .Env
3e43f03 Refactor the fs testcases to be more concise

v3.0.0

04 Nov 11:54
c4dbcf7
Compare
Choose a tag to compare

Changelog

c4dbcf7 Vault secret calls should return an error if they fail
ec88608 Test the System.ShellOutput helper

v2.7.0

30 Sep 17:51
423d52d
Compare
Choose a tag to compare

Changelog

423d52d Implement --data support
5d2ae96 WIP: work on data has started