Releases: HeavyHorst/remco
v0.12.4
Full Changelog: v0.12.3...v0.12.4
Compiled with go 1.20.5 and updated deps to fix:
golang.org/x/net GHSA-69cg-p879-7622
golang.org/x/crypto GHSA-8c26-wmh5-6g9v
golang.org/x/sys/unix GHSA-p782-xgp4-8hr8
github.com/prometheus/client_golang GHSA-cg3q-j54f-5p7p
golang.org/x/net GHSA-vvpx-j8f3-3w6h
v0.12.3
What's Changed
- do not retry resource templating on error for "onetime" resources by @sseide in #79
- Improve js filter error messages and documentation by @sseide in #81
- Revert consul-template to latest upstream by @darora in #82
- add new method "SortedSet()" to template set object by @sseide in #83
New Contributors
Full Changelog: v0.12.2...v0.12.3
v0.12.2
What's Changed
- docs update by @blinkinglight in #61
- dockerfile by @blinkinglight in #62
- Watch keys by @blinkinglight in #64
- Fix tests for template_funcs by @syndicut in #70
- Add ability to configure hostname and runtime options from go-metrics by @syndicut in #69
- Enhance formatting of code by @gmembre-zenika in #71
- Fix markdown syntax error from #71 by @zigarn in #72
- Add onetime cli param by @sseide in #76
- update help and add target for go vet by @sseide in #78
New Contributors
- @blinkinglight made their first contribution in #61
- @gmembre-zenika made their first contribution in #71
- @zigarn made their first contribution in #72
- @sseide made their first contribution in #76
Full Changelog: v0.12.1...v0.12.2
v0.12.1
v0.12.0
v0.12.0-beta.2
-
82eedfb Update file backend to allow optional http headers
-
59111cc rename httpheader to httpheaders
-
#33 HeavyHorst/easykv@4d4fac1 The file backend is now able to work with other types than string
v0.12.0-beta.1
- e668c03 add vault kubernetes support
remco v0.11.1
- fixed: Retry if file was not found #29
remco v0.11.0
remco v0.10.0
New features
-
af92583 added support for custom javascript template filters [docs]
-
a813327 templates: TrimBlocks and LstripBlocks like in jinja http://jinja.pocoo.org/docs/2.9/api/
removed features
- f6c78db removed the decrypt filter
A lot of cleanup work, please check the git history for more details.