Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update hairyhenderson/gomplate Docker tag to v3.11.7 #171

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 8, 2023

This PR contains the following updates:

Package Type Update Change
hairyhenderson/gomplate final minor v3.9.0-alpine -> v3.11.7-alpine

Release Notes

hairyhenderson/gomplate (hairyhenderson/gomplate)

v3.11.7

Compare Source

What's Changed

Full Changelog: hairyhenderson/gomplate@v3.11.6...v3.11.7

v3.11.6

Compare Source

What's Changed

Full Changelog: hairyhenderson/gomplate@v3.11.5...v3.11.6

v3.11.5

Compare Source

What's Changed

Full Changelog: hairyhenderson/gomplate@v3.11.4...v3.11.5

v3.11.4

Compare Source

What's Changed

Full Changelog: hairyhenderson/gomplate@v3.11.3...v3.11.4

v3.11.3

Compare Source

This is a very minor patch release to update a dependency that's causing gomplate to trigger vulnerability scanners for CVE-2022-27664.

To the best of my understanding gomplate is not vulnerable, as it doesn't expose any HTTP servers - this patch release is purely to help vulnerability scans pass!

What's Changed

Full Changelog: hairyhenderson/gomplate@v3.11.2...v3.11.3

v3.11.2

Compare Source

Another patch release to allow gomplate to be compiled with Go 1.19.

What's Changed

Full Changelog: hairyhenderson/gomplate@v3.11.1...v3.11.2

v3.11.1

Compare Source

Just a simple patch release to fix a bug that prevented the go install installation method.

What's Changed

Full Changelog: hairyhenderson/gomplate@v3.11.0...v3.11.1

v3.11.0

Compare Source

👋 Welcome to another gomplate release! Once more, a number of bug fixes and new
features. Thanks to the community, gomplate is now available via
MacPorts as well!

Thanks

Plenty of people have contributed to gomplate by filing issues, suggesting new
features, or submitting pull requests. I'd like to especially thank the
following people for submitting pull requests in this release:

Deprecations

I'm starting to work on gomplate v4, the next major release (with breaking
changes). In preparation for this, I'm listing some features as deprecated (see
the deprecation policy). Note that some of these may have been
deprecated for a while, but I'd like to call them out explicitly here.

  • The BoltDB
    datasource is now deprecated (see this discussion),
    and will be removed in v4.0.0.
  • The slim binaries are deprecated, and will no longer be produced starting
    with v4.0.0.
  • A number of functions are deprecated, though not all will be removed in v4:
  • The array form of configuring nested templates is deprecated, and a new map-
    based form is now available. This will be removed in v4.

Be sure to also 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 gomplate!

v3.11.0 (2022-06-12)

Full Changelog

Release Notes
New features and changes
  • #​1422 New experimental gomplate.Renderer API is available for rendering templates programmatically. This should be of interest for developers wishing to use gomplate as a library. See the Go docs for examples.
  • #​1410 Nested templates can now be referenced by URL and not just by path.
    • Notes:
      • Currently, only the file: URL scheme is supported. The full set of datasource URL schemes will be supported in a future release.
      • This also introduces a new format for the templates config option, and deprecates the previous format. See the docs for templates for more information.
  • #​1402 Support for AWS IMDSv2 (EC2 instance metadata) is now available - thanks to @​surki for the contribution!
  • #​1358 Adding warning messages when using deprecated functions and datasources.
  • #​1335 Now built with Go 1.18, which adds two new functions: break, and continue.
  • #​1317 Plugins now support piping input arguments to the plugin's stdin, rather than a commandline argument. This can be configured in the config file (see the docs for details).
  • #​1307 Missing directories are now automatically created for output files
New functions
Bug fixes
  • #​1349 Fix bug in JSON and YAML functions where escaped forward slashes (\/) were not being correctly interpreted
  • #​1350 Fix config merging when context/datasources are provided on the command line but not in the config file - thanks to @​paddycarey for the contribution!
  • #​1334 Fix file directory reading (fixes #​1333)
  • #​1310 Fix strings.Title to handle unicode punctuation (moves to alternate implementation after Go 1.18 deprecated the standard library function)
  • #​1308 Fix bug where strings.Indent would not work correctly when a new-line character is used (now disallowed)
  • #​1296 The aws+sm datasource will now correctly read a secret written as binary (SecretBinary) rather than a string (SecretString)
Documentation fixes/updates

v3.10.0

Compare Source

🥳 It's high time for another gomplate release! This release contains quite a few
bug fixes and improvements.

Some packaging updates:

  • There is now a binary built for macOS on the Apple Silicon (M1/etc - darwin-arm64) platform!
  • For Windows users, there is now a Chocolatey package available!
  • Docker images are now also pushed to GitHub Container Registry

Be sure to also 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 gomplate!

v3.10.0 (2021-09-24)

Full Changelog

Release Notes
New features and changes
New functions
Bug fixes
  • #​1217 Support git repos with default branches other than master (fixes #​1049)
  • #​1210 Fix CONSUL_HTTP_ADDR parsing (fixes #​1209)
  • #​1199 Fix a few filehandle leaks (fixes #​995)
  • #​1128 Fix data race in random functions
  • #​1127 Fix data race when gomplate is used programatically - fixed by removing use of globals in func namespaces (fixes #​1126)
  • #​1104 Stop emitting ANSI colour codes on Windows in unsupported terminals (partial fix for #​1095)
  • #​1082 Fix error when using --input-dir=. (found in #​1081)
  • #​1063 Fix difficulty in using gomplate programatically - bumped k8s.io/client-go to valid semver (fixes #​1061)
Documentation fixes/updates

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from joshhsoj1902 as a code owner October 8, 2023 00:59
@renovate renovate bot force-pushed the renovate/hairyhenderson-gomplate-3.x branch from e3e206f to bc7ab66 Compare October 8, 2023 03:16
@renovate renovate bot changed the title Update hairyhenderson/gomplate Docker tag to v3.11.5 Update hairyhenderson/gomplate Docker tag to v3.11.6 Nov 17, 2023
@renovate renovate bot force-pushed the renovate/hairyhenderson-gomplate-3.x branch from bc7ab66 to b760de1 Compare November 17, 2023 23:08
@renovate renovate bot force-pushed the renovate/hairyhenderson-gomplate-3.x branch from b760de1 to 9e0d897 Compare January 23, 2024 19:31
@renovate renovate bot changed the title Update hairyhenderson/gomplate Docker tag to v3.11.6 Update hairyhenderson/gomplate Docker tag to v3.11.7 Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants