hashicorp / envconsul

Launch a subprocess with environment variables using data from @HashiCorp Consul and Vault.
https://www.hashicorp.com/
Mozilla Public License 2.0
2.01k stars 190 forks source link

Bump github.com/hashicorp/consul-template from 0.29.6 to 0.32.0 #333

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/hashicorp/consul-template from 0.29.6 to 0.32.0.

Changelog

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

v0.32.0 (May 18, 2023)

IMPROVEMENTS:

  • Add support for Vault agent environment variables. GH-1741
  • Upgrade hashicorp/vault/api from 1.8.2 to 1.9.1. GH-1743

REPO MAINTENANCE:

  • remove repo-specific codeql action, in favor of centralized job. GH-1740

v0.31.0 (Apr 06, 2023)

IMPROVEMENTS:

  • Added ExtFuncMap to allow external functions to be passed to the template. This gives users ability to add functions to the library and selective opaque existing ones. 1708
  • Vault: add new configuration option vault-client-user-agent, when set consul-template will use the set User-Agent when making requests to vault. This change is being made as part of a broader effort for Vault Agent to send its version as part of a User-Agent string in requests to Vault. Agent will then consume the latest version of consul-template, then use this new config to set the correct User-Agent. GH-1725
  • Upgrade golang.org/x/net from 0.4.0 to 0.7.0. GH-1711
  • Upgrade Sprig from v2 to v3. GH-1699
  • Upgrage github.com/stretchr/testify from 1.8.1 to 1.8.2 1726
  • Add copyright headers to file for compliance. GH-1721
  • Improve use of inclusive language GH-1731

v0.30.0 (Jan 09, 2023)

IMPROVEMENTS:

  • option to exit with an error upon failure to look up data (instead of blocking and waiting for it). [GH-1695, GH-1637]
  • tweak defaults for performance improvements [GH-1697, GH-1603]

BUG FIXES:

  • properly respect reload/kill configured signals [GH-1690, GH-1671]
  • Fix 'toTitle' function for a better support for word boundaries and unicode punctuation [GH-1678]
Commits
  • a926131 Merge pull request #1751 from hashicorp/release-0.32
  • 223f84a Update changelog for v0.32.0
  • 14fabce Merge pull request #1749 from hashicorp/dependabot/go_modules/github.com/hash...
  • a832558 Bump github.com/hashicorp/consul/sdk from 0.13.0 to 0.13.1
  • f2d85d7 Merge pull request #1743 from hashicorp/dependabot/go_modules/github.com/hash...
  • 2a5a5b5 Merge pull request #1741 from hashicorp/vault-env-var-secrets
  • c529aa9 Update config/template.go
  • f6842d6 update comment
  • 3f2696f update comment
  • 300d0dd add to copy test
  • 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)