Update dependency hairyhenderson/gomplate to v3.8.0 #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/hairyhenderson-gomplate-3.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v3.5.0
->v3.8.0
Release Notes
hairyhenderson/gomplate
v3.8.0
Compare Source
It's time for another gomplate release, and this time we have a good number of bug fixes, new functions, and updated dependencies.
Thanks to @surki and @jen20 for their contributions to this release!
Of particular note is the new experimental mode which you can use to try out some new functionality that isn't ready to be "locked in" just yet.
In particular, there are now some new RSA Encryption/Decryption functions, including
crypto.RSAGenerateKey
, which gives you a way to quickly generate an RSA encryption key pair! The reason these are experimental is because I'm not sure about the UX yet, and the function names may change in a future release.Be sure to check out the multi-platform Docker images available at
hairyhenderson/gomplate
.If you've gained value out of gomplate and want to find a way to encourage development, please consider sponsoring me!
v3.8.0 (2020-08-29)
Full Changelog
Release Notes
New features and changes
experimental
configuration option. These features may change before being permanently enabled, and feedback is encouraged from early adopters!New functions
base64.DecodeBytes
crypto
namespace.These should function correctly, but I'm looking for feedback on naming and usability, especially as related to encryption/decryption with other algorithms!
crypto.RSADecrypt
crypto.RSADecryptBytes
crypto.RSAEncrypt
crypto.RSAGenerateKey
crypto.RSADerivePublicKey
aws.EC2Tags
for returning all EC2 tags on the host - thanks to @surki!test.Kind
andtest.IsKind
(implements #892)gcp.Meta
- thanks to @jen20!Bug fixes
aws+sm
andaws+smp
keys that don't start with/
(fixes #868)slim
variant of gomplate, to avoid some bugs caused by a newer version (fixes #861)Documentation fixes/updates
AWS_META_ENDPOINT
environment variable - thanks to @jen20!--datasource-header
flagv3.7.0
Compare Source
It's high time for another gomplate release! 🎉
The main feature this time around is new support for configuration files! Now you can store config files alongside templates and replace complicated command lines with a single call to
gomplate
!We now also have multi-platform Docker images available at
hairyhenderson/gomplate
,including support for ARM platforms and Windows.
And finally, if you've gained value out of gomplate and want to find a way to encourage development, please consider sponsoring me!
v3.7.0 (2020-05-21)
Full Changelog
Release Notes
New features and changes
application/x-yaml
andapplication/text
mime types used in GCPcontext.Context
support and a loggerdata.ToCSV
aws+smp
datasourcesNew functions
regexp.QuoteMeta
- wraps Go'sregexp.QuoteMeta
function.coll.Pick
andcoll.Omit
for filtering mapsBug fixes
unknown region
bug (fixes #795)--chmod
before opening output fileDocumentation fixes/updates
$
) variablegs
datasources (fixes #737)text/template
actionsv3.6.0
Compare Source
A big release after a bit of a hiatus. 😅
Big new features include plugin support and 3 new datasources (AWS S3, Google Cloud Storage, and Git!).
Also for those who are using the
hairyhenderson/gomplate
Docker images, there are some new tags which will make it easier to stay up to date!
v3.6.0 (2019-11-15)
Full Changelog
Release Notes
New features and changes
#625 New
s3
datasource for reading datasources from AWS S3. See the docs for full information.#632 New
gs
datasource for reading datasources from Google Cloud Storage. See the docs for full information.#661 New
git
datasource! Supports git over HTTP(s), SSH, the "classic" Git protocol, and repos on local filesystems. See the docs for full information.#581 New
--exec-pipe
flag - allows piping output directly into a post-execution command#586 New
--include
flag (opposite of--exclude
)#635 With the new
--plugin
/-p
flag you can plug in your own custom functions!#683 When parsing a YAML stream with multiple documents (separated with
---
), gomplate will now return the first non-empty document#651 New
stable
and major (v3
) docker image tags - (fixes #648) thanks to @docwhatstable
,v3
,stable-slim
,v3-slim
,stable-alpine
,v3-alpine
#598 and #677 Moved to go modules. As a result, if you import gomplate into your own code, your import paths need to change to
github.com/hairyhenderson/gomplate/v3
New functions
strings.ShellQuote
/shellQuote
- thanks to @charles-dyfis-net for this one!coll.Flatten
/flatten
Bug fixes
coll.Uniq
+
characterRenovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.