Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 21, 2026

This PR contains the following updates:

Package Update Change
hairyhenderson/gomplate major v3.11.7v5.0.0

Release Notes

hairyhenderson/gomplate (hairyhenderson/gomplate)

v5.0.0

Compare Source

⚠ BREAKING CHANGES
  • go: Change module version from v4 to v5 (#​2485)
  • config: Remove support for templates array form (#​2478)
  • aws: Remove support for deprecated AWS_META_ENDPOINT env var (#​2477)
  • go: Require proper context propagation where missing (#​2476)
  • Remove deprecated functions in preparation for v5 (#​2472)
  • go: Move aws/ package to internal/aws/
  • aws: Replace AWS SDK v1 with v2 (#​2439)
Features
Bug Fixes
Documentation
  • installing: add mise alternative installation method (#​2468) (04fbc6a)
Dependencies
Miscellaneous Chores
  • aws: Remove support for deprecated AWS_META_ENDPOINT env var (#​2477) (efe36ec)
  • config: Remove support for templates array form (#​2478) (c0613ad)
  • go: Move aws/ package to internal/aws/ (46fcf9a)
  • go: Require proper context propagation where missing (#​2476) (c095994)
  • Remove deprecated functions in preparation for v5 (#​2472) (6ef7149)

v4.3.3

Compare Source

Dependencies

v4.3.2

Compare Source

Bug Fixes
  • test: Use a bucket that exists for the S3 bucket test (#​2364) (af67a73)
Dependencies
  • actions: Bump actions/create-github-app-token in the actions group (#​2359) (c2b5f75)
  • actions: Bump aquasecurity/setup-trivy from 0.2.2 to 0.2.3 (#​2363) (2853363)
  • actions: Bump docker/login-action from 3.3.0 to 3.4.0 (#​2354) (811d337)
  • actions: Bump golangci/golangci-lint-action from 6 to 7 (#​2357) (623a7d5)
  • go: Bump cuelang.org/go from 0.12.0 to 0.12.1 (#​2360) (40eab0b)
  • go: Bump github.com/golang-jwt/jwt/v5 in the go_modules group (#​2356) (238bc62)
  • go: Bump github.com/hairyhenderson/go-fsimpl from 0.2.4 to 0.2.5 (#​2352) (3e0859b)
  • go: Bump k8s.io/client-go from 0.32.2 to 0.32.3 (#​2349) (e713cb0)
  • go: Bump the golang-x group with 4 updates (#​2361) (03c56f3)

v4.3.1

Compare Source

Bug Fixes
Documentation
Dependencies

v4.3.0

Compare Source

Features
Bug Fixes
Documentation
Dependencies

v4.2.0

Compare Source

Features
Bug Fixes
  • datasources: Properly handle datasources and other URLs beginning with '../' (#​2255) (53d6ca0)
  • lint: Address new lint warnings from golangci-lint 1.62 (#​2256) (a13844c)
  • lint: Fix or ignore lint errors (#​2228) (69d3e0c)
  • strings: Avoid potential overflow on 32-bit systems (#​2257) (1bd86d8)
Documentation
Dependencies
  • actions: Bump docker/login-action from 3.2.0 to 3.3.0 (#​2189) (8f40d1f)
  • actions: Bump docker/setup-buildx-action from 3.4.0 to 3.6.1 (#​2198) (71f53aa)
  • actions: Bump docker/setup-buildx-action from 3.6.1 to 3.7.1 (#​2233) (f908325)
  • actions: Bump docker/setup-qemu-action from 3.1.0 to 3.2.0 (#​2188) (2869ba1)
  • docker: Bump golang from 1.22-alpine to 1.23-alpine (#​2212) (8946529)
  • go: Bump cuelang.org/go from 0.9.2 to 0.10.1 (#​2241) (ca531f2)
  • go: Bump github.com/aws/aws-sdk-go from 1.54.15 to 1.54.16 (#​2172) (19cd050)
  • go: Bump github.com/aws/aws-sdk-go from 1.54.16 to 1.55.5 (#​2200) (6cdc97d)
  • go: Bump github.com/hairyhenderson/go-fsimpl from 0.1.7 to 0.1.8 (#​2243) (d464787)
  • go: Bump github.com/hashicorp/go-sockaddr from 1.0.6 to 1.0.7 (#​2229) (bcb33a2)
  • go: Bump github.com/hashicorp/vault/api from 1.14.0 to 1.15.0 (#​2223) (2e06943)
  • go: Bump github.com/hashicorp/vault/api/auth/aws (#​2224) (87edb20)
  • go: Bump github.com/lmittmann/tint from 1.0.4 to 1.0.5 (#​2178) (cb30e90)
  • go: Bump github.com/Masterminds/semver/v3 from 3.2.1 to 3.3.0 (#​2216) (8d8d696)
  • go: Bump github.com/Shopify/ejson from 1.5.2 to 1.5.3 (#​2247) (2622800)
  • go: Bump golang.org/x/crypto from 0.25.0 to 0.27.0 (#​2221) (33faeb3)
  • go: Bump golang.org/x/crypto from 0.27.0 to 0.29.0 (#​2248) (94716fc)
  • go: Bump golang.org/x/sys from 0.22.0 to 0.24.0 (#​2209) (9900424)
  • go: Bump golang.org/x/term from 0.22.0 to 0.24.0 (#​2219) (ab5d4ad)
  • go: Bump golang.org/x/text from 0.16.0 to 0.17.0 (#​2207) (9ab0fc9)
  • go: Bump golang.org/x/text from 0.17.0 to 0.18.0 (#​2220) (8c16576)
  • go: Bump google.golang.org/grpc in the go_modules group (#​2175) (836cbf0)
  • go: Bump k8s.io/client-go from 0.30.2 to 0.30.3 (#​2183) (e13e016)
  • go: Bump k8s.io/client-go from 0.30.3 to 0.31.1 (#​2225) (c60a045)
  • go: Bump k8s.io/client-go from 0.31.1 to 0.31.2 (#​2242) (e080b07)

v4.1.0

Compare Source

Features
Bug Fixes
  • vault: Upgrade go-fsimpl for KVv2 vault bug, and add test coverage (#​2157) (6ffd703)
Documentation
Dependencies
  • actions: Bump docker/setup-buildx-action from 3.3.0 to 3.4.0 (#​2163) (129ff6b)
  • actions: Bump docker/setup-qemu-action from 3.0.0 to 3.1.0 (#​2160) (16ebbbe)
  • go: Bump github.com/aws/aws-sdk-go from 1.54.10 to 1.54.11 (#​2152) (e0a6e4f)
  • go: Bump github.com/aws/aws-sdk-go from 1.54.11 to 1.54.13 (#​2158) (720c70c)
  • go: Bump github.com/aws/aws-sdk-go from 1.54.13 to 1.54.14 (#​2159) (114c54d)
  • go: Bump github.com/aws/aws-sdk-go from 1.54.14 to 1.54.15 (#​2165) (51947a7)
  • go: Bump github.com/hairyhenderson/go-fsimpl from 0.1.6 to 0.1.7 (#​2167) (80b7c5a)
  • go: Bump golang.org/x/term from 0.21.0 to 0.22.0 (#​2162) (59192ec)

v4.0.1

Compare Source

This release is mainly to fix #​2121 - a bug preventing gomplate v4.0.0 from working on 32-bit systems.

4.0.1 (2024-06-28)

Bug Fixes
  • test: Fix strings.Repeat test that failed in the wrong way on 32bit (#​2129) (6290186)
Documentation
  • chore: Uncomment 'released' tags for functions in v4.0.0 (#​2125) (e3b86e8)
Dependencies
  • go: Bump cuelang.org/go from 0.9.1 to 0.9.2 (#​2142) (720960e)
  • go: Bump github.com/aws/aws-sdk-go from 1.54.2 to 1.54.6 (699a2ed)
  • go: Bump github.com/aws/aws-sdk-go from 1.54.6 to 1.54.8 (#​2139) (a3475c0)
  • go: Bump github.com/aws/aws-sdk-go from 1.54.8 to 1.54.9 (#​2143) (715f2c2)
  • go: Bump github.com/aws/aws-sdk-go from 1.54.9 to 1.54.10 (#​2145) (227b65d)
  • go: bump github.com/hack-pad/hackpadfs (#​2127) (e6c032b)
  • go: Bump github.com/hack-pad/hackpadfs from 0.2.2 to 0.2.3 (#​2131) (4805247)
  • go: Bump github.com/hack-pad/hackpadfs from 0.2.3 to 0.2.4 (#​2137) (eddceaa)
  • go: Bump github.com/hairyhenderson/go-fsimpl from 0.1.4 to 0.1.5 (#​2146) (7e425e1)
  • go: bump github.com/hairyhenderson/go-fsimpl to fix 32-bit panic (#​2128) (5104b19)

v4.0.0

Compare Source

Bug Fixes
  • test: Fix strings.Repeat test that failed in the wrong way on 32bit (#​2129) (6290186)
Documentation
  • chore: Uncomment 'released' tags for functions in v4.0.0 (#​2125) (e3b86e8)
Dependencies
  • go: Bump cuelang.org/go from 0.9.1 to 0.9.2 (#​2142) (720960e)
  • go: Bump github.com/aws/aws-sdk-go from 1.54.2 to 1.54.6 (699a2ed)
  • go: Bump github.com/aws/aws-sdk-go from 1.54.6 to 1.54.8 (#​2139) (a3475c0)
  • go: Bump github.com/aws/aws-sdk-go from 1.54.8 to 1.54.9 (#​2143) (715f2c2)
  • go: Bump github.com/aws/aws-sdk-go from 1.54.9 to 1.54.10 (#​2145) (227b65d)
  • go: bump github.com/hack-pad/hackpadfs (#​2127) (e6c032b)
  • go: Bump github.com/hack-pad/hackpadfs from 0.2.2 to 0.2.3 (#​2131) (4805247)
  • go: Bump github.com/hack-pad/hackpadfs from 0.2.3 to 0.2.4 (#​2137) (eddceaa)
  • go: Bump github.com/hairyhenderson/go-fsimpl from 0.1.4 to 0.1.5 (#​2146) (7e425e1)
  • go: bump github.com/hairyhenderson/go-fsimpl to fix 32-bit panic (#​2128) (5104b19)

v3.11.8

Compare Source

What's Changed

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


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 becomes conflicted, 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.

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.

1 participant