Skip to content

Releases: den-is/ktempl

0.3.3

27 Mar 07:52
Compare
Choose a tag to compare

Changelog

0.2.1

15 Jul 06:42
Compare
Choose a tag to compare

Changelog

a8870d3 set message log level to "warn" for successful updates and writes

0.2.0

07 Jun 15:57
Compare
Choose a tag to compare

Changelog

77effd2 make "selector" to be map of strings internally, so config file will accept a map rather than a string

0.1.0

06 Jun 14:34
Compare
Choose a tag to compare

Changelog

75d3015 move template path argument validation out of Cobra
7e475c5 accept complex values instead of only strings

0.0.1

20 May 10:22
Compare
Choose a tag to compare

Changelog

46f1ed6 initial commit
a879180 DRY user log level parser
0cd6013 added Sprig template library support
fb09435 do not auto-release
f5212df do not log config file loading messages, as absense of that file is allowed
1eb7130 enabling github actions
038b4bb example command comment
906459e examples update
59c49d3 extend examples
74e3d64 fail if user has not provided key=value while template is looking for that key during template processing
1a15815 fine-grained logging output control
7d0e376 fix setting Values via config file
a5316fb goreleaser and version
8da6f84 initial golangci-lint config and cleanup
eae78c0 initial os signals handling and some refactor with cleanup
fcb598d initialize central validation package
a98996c keep only logs about received objects
94bc39d log messages about config file
d7923d6 make root flags local rather persistent
d8dbd49 message grammar cleanup
cd2ca13 move rendering and transformations related stuff to individual package
42d7c8a replace prints in logger with actual logging methods
556d48a set values in config file using actual map/dict syntax rather than key=value strings
da97529 simplify interval duration code