Skip to content

Comments

build(deps): bump github.com/hashicorp/consul-template from 0.25.2 to 0.28.0#68

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/hashicorp/consul-template-0.28.0
Closed

build(deps): bump github.com/hashicorp/consul-template from 0.25.2 to 0.28.0#68
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/hashicorp/consul-template-0.28.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 4, 2022

Bumps github.com/hashicorp/consul-template from 0.25.2 to 0.28.0.

Changelog

Sourced from github.com/hashicorp/consul-template's changelog.

v0.28.0 (Mar 04, 2022)

BUG FIXES:

  • Fix issue returning typed nil pointers in template functions [GH-1535, GH-1418]
  • Support secret write queries w/ an empty write [GH-1532, GH-1453]

IMPROVEMENTS:

v0.27.2 (Nov 05, 2021)

BUG FIXES:

v0.27.1 (Sep 22, 2021)

IMPROVEMENTS:

  • Updated command execution on *nix systems to call the command directly, without the sh -c wrapping shell command, only in cases where the command is a single word (no spaces). This allows docker to run in environments (like a minimal docker image) where there is no shell (sh). Multi-word commands will continue to use the wrapping shell call. [GH-1509, GH-1508]

SECURITY:

v0.27.0 (Aug 16, 2021)

BREAKING CHANGES:

  • All command execution calls are now made (on *nix systems) using a shell command call ('/bin/sh -c ...') with process group set to ensure all signals are propagated to the called commands. This was done to eliminate the need for parsing the shell command as it was a continual source of bugs. Windows systems currently only support single command calls because of no (known) 'sh -c' equivalent on Windows. [GH-1496, GH-1494]

IMPROVEMENTS:

  • New Docker Image. Similar to old Alpine image but modernized and simplified [GH-1481, GH-1484]
  • New, more obvious, log level environment variable [GH-1383]
  • New 'writeToFile' template function [GH-1495, GH-1077]
  • New mergeMap and mergeMapWithOverride template functions [GH-1500, GH-1499].

BUG FIXES:

... (truncated)

Commits
  • ae2bbca Release v0.28.0
  • 1dd876f changelog and version updates for 0.28.0
  • be5fcd8 support command lists
  • 14a926e Allow the child to be provided a custom logger.
  • 2bf43d8 made timing based tests a bit more lenient
  • f9dd3bb Merge branch 'phemmer-template-error-fatal'
  • 1f3d98f Merge branch 'template-error-fatal' of github.com:phemmer/consul-template int...
  • 3ea7d99 bumping consul/vault version for CI
  • d874405 Merge pull request #1531 from deblasis/template_output_pragmatic_chown
  • fc22b48 Merge pull request #1516 from lawliet89/http-token-file
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/hashicorp/consul-template](https://github.com/hashicorp/consul-template) from 0.25.2 to 0.28.0.
- [Release notes](https://github.com/hashicorp/consul-template/releases)
- [Changelog](https://github.com/hashicorp/consul-template/blob/master/CHANGELOG.md)
- [Commits](hashicorp/consul-template@v0.25.2...v0.28.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/consul-template
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 4, 2022

The following labels could not be found: theme/dependencies.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 5, 2022

Superseded by #95.

@dependabot dependabot bot closed this Apr 5, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/hashicorp/consul-template-0.28.0 branch April 5, 2022 05:21
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