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

chore(main): release 4.2.0 #2173

Merged
merged 1 commit into from
Nov 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.1.0"
".": "4.2.0"
}
51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,56 @@
# Change Log

## [4.2.0](https://github.com/hairyhenderson/gomplate/compare/v4.1.0...v4.2.0) (2024-11-10)


### Features

* **config:** Allow avoiding reading default config file ([#2227](https://github.com/hairyhenderson/gomplate/issues/2227)) ([18791a4](https://github.com/hairyhenderson/gomplate/commit/18791a4e6e08de406e9c1e257cc4be2a85f29eea))


### Bug Fixes

* **datasources:** Properly handle datasources and other URLs beginning with '../' ([#2255](https://github.com/hairyhenderson/gomplate/issues/2255)) ([53d6ca0](https://github.com/hairyhenderson/gomplate/commit/53d6ca0ee470cd6d3595c380b55934ee26d8ce9f))
* **lint:** Address new lint warnings from golangci-lint 1.62 ([#2256](https://github.com/hairyhenderson/gomplate/issues/2256)) ([a13844c](https://github.com/hairyhenderson/gomplate/commit/a13844c9c0a3d03e0fba4627a51445ca9ae8100b))
* **lint:** Fix or ignore lint errors ([#2228](https://github.com/hairyhenderson/gomplate/issues/2228)) ([69d3e0c](https://github.com/hairyhenderson/gomplate/commit/69d3e0c46e34a57e6cfcb58d36b28c6f0beb134e))
* **strings:** Avoid potential overflow on 32-bit systems ([#2257](https://github.com/hairyhenderson/gomplate/issues/2257)) ([1bd86d8](https://github.com/hairyhenderson/gomplate/commit/1bd86d8d48940d0919a3d47729a17520a32e05f9))


### Documentation

* **fix:** Fix example output for coll.Merge ([#2252](https://github.com/hairyhenderson/gomplate/issues/2252)) ([60a575f](https://github.com/hairyhenderson/gomplate/commit/60a575f8e18dbfe383a10bb4536890dbaaaf291f))
* **fix:** Minor fix in documentation related to `--exclude-processing` ([#2238](https://github.com/hairyhenderson/gomplate/issues/2238)) ([52abefa](https://github.com/hairyhenderson/gomplate/commit/52abefaff16f70da044ed56abafc3e25b9ccd7d9))
* **links:** Fix broken link ([#2254](https://github.com/hairyhenderson/gomplate/issues/2254)) ([7e64928](https://github.com/hairyhenderson/gomplate/commit/7e64928e31e07fb9c8e63b7c395949722461870f))


### Dependencies

* **actions:** Bump docker/login-action from 3.2.0 to 3.3.0 ([#2189](https://github.com/hairyhenderson/gomplate/issues/2189)) ([8f40d1f](https://github.com/hairyhenderson/gomplate/commit/8f40d1fffd456266a1ac563df8fde5589e52d8de))
* **actions:** Bump docker/setup-buildx-action from 3.4.0 to 3.6.1 ([#2198](https://github.com/hairyhenderson/gomplate/issues/2198)) ([71f53aa](https://github.com/hairyhenderson/gomplate/commit/71f53aa08871e2da51d5739738dadf3ff10f552d))
* **actions:** Bump docker/setup-buildx-action from 3.6.1 to 3.7.1 ([#2233](https://github.com/hairyhenderson/gomplate/issues/2233)) ([f908325](https://github.com/hairyhenderson/gomplate/commit/f9083259a9f3221f956e7ba2aff68846cfc2c850))
* **actions:** Bump docker/setup-qemu-action from 3.1.0 to 3.2.0 ([#2188](https://github.com/hairyhenderson/gomplate/issues/2188)) ([2869ba1](https://github.com/hairyhenderson/gomplate/commit/2869ba16d6dfa9ee941c241060187deb6e0e5ee9))
* **docker:** Bump golang from 1.22-alpine to 1.23-alpine ([#2212](https://github.com/hairyhenderson/gomplate/issues/2212)) ([8946529](https://github.com/hairyhenderson/gomplate/commit/8946529478bb9ca417df438604b322c5bee2ed29))
* **go:** Bump cuelang.org/go from 0.9.2 to 0.10.1 ([#2241](https://github.com/hairyhenderson/gomplate/issues/2241)) ([ca531f2](https://github.com/hairyhenderson/gomplate/commit/ca531f23bcadfcf56f4b5fb6067c3a75e2d964a0))
* **go:** Bump github.com/aws/aws-sdk-go from 1.54.15 to 1.54.16 ([#2172](https://github.com/hairyhenderson/gomplate/issues/2172)) ([19cd050](https://github.com/hairyhenderson/gomplate/commit/19cd050be438f9d407800725f16139d8a5f86624))
* **go:** Bump github.com/aws/aws-sdk-go from 1.54.16 to 1.55.5 ([#2200](https://github.com/hairyhenderson/gomplate/issues/2200)) ([6cdc97d](https://github.com/hairyhenderson/gomplate/commit/6cdc97ddce3037e8949ce40450dbc7c4d11ff754))
* **go:** Bump github.com/hairyhenderson/go-fsimpl from 0.1.7 to 0.1.8 ([#2243](https://github.com/hairyhenderson/gomplate/issues/2243)) ([d464787](https://github.com/hairyhenderson/gomplate/commit/d4647871a06410549748b242547991736be96c8c))
* **go:** Bump github.com/hashicorp/go-sockaddr from 1.0.6 to 1.0.7 ([#2229](https://github.com/hairyhenderson/gomplate/issues/2229)) ([bcb33a2](https://github.com/hairyhenderson/gomplate/commit/bcb33a21fb3032fa71cc4e08894865ced77b22a3))
* **go:** Bump github.com/hashicorp/vault/api from 1.14.0 to 1.15.0 ([#2223](https://github.com/hairyhenderson/gomplate/issues/2223)) ([2e06943](https://github.com/hairyhenderson/gomplate/commit/2e06943fd9267452f999e0c9f5861d0bf74bfd69))
* **go:** Bump github.com/hashicorp/vault/api/auth/aws ([#2224](https://github.com/hairyhenderson/gomplate/issues/2224)) ([87edb20](https://github.com/hairyhenderson/gomplate/commit/87edb2041dccb9b6e2579e35f5e3ac7391442744))
* **go:** Bump github.com/lmittmann/tint from 1.0.4 to 1.0.5 ([#2178](https://github.com/hairyhenderson/gomplate/issues/2178)) ([cb30e90](https://github.com/hairyhenderson/gomplate/commit/cb30e90e523dd793c4a76d0f7fb0e2a0c6623cbb))
* **go:** Bump github.com/Masterminds/semver/v3 from 3.2.1 to 3.3.0 ([#2216](https://github.com/hairyhenderson/gomplate/issues/2216)) ([8d8d696](https://github.com/hairyhenderson/gomplate/commit/8d8d6962fb8537e85226b8659dd4ff28c89742de))
* **go:** Bump github.com/Shopify/ejson from 1.5.2 to 1.5.3 ([#2247](https://github.com/hairyhenderson/gomplate/issues/2247)) ([2622800](https://github.com/hairyhenderson/gomplate/commit/2622800d7ef2239094266ac17b5970fe80627435))
* **go:** Bump golang.org/x/crypto from 0.25.0 to 0.27.0 ([#2221](https://github.com/hairyhenderson/gomplate/issues/2221)) ([33faeb3](https://github.com/hairyhenderson/gomplate/commit/33faeb3d2850d502c74243de0189be0b92ddbe5a))
* **go:** Bump golang.org/x/crypto from 0.27.0 to 0.29.0 ([#2248](https://github.com/hairyhenderson/gomplate/issues/2248)) ([94716fc](https://github.com/hairyhenderson/gomplate/commit/94716fcc8a39461cdc3dbb1e1a5bf18484b72dc3))
* **go:** Bump golang.org/x/sys from 0.22.0 to 0.24.0 ([#2209](https://github.com/hairyhenderson/gomplate/issues/2209)) ([9900424](https://github.com/hairyhenderson/gomplate/commit/9900424a1279fdf135d161779060837ab66ad5ed))
* **go:** Bump golang.org/x/term from 0.22.0 to 0.24.0 ([#2219](https://github.com/hairyhenderson/gomplate/issues/2219)) ([ab5d4ad](https://github.com/hairyhenderson/gomplate/commit/ab5d4add4bbf8799167d7941502056f4b3be437f))
* **go:** Bump golang.org/x/text from 0.16.0 to 0.17.0 ([#2207](https://github.com/hairyhenderson/gomplate/issues/2207)) ([9ab0fc9](https://github.com/hairyhenderson/gomplate/commit/9ab0fc9cee3082bb2ec5da769e818f2cb954518e))
* **go:** Bump golang.org/x/text from 0.17.0 to 0.18.0 ([#2220](https://github.com/hairyhenderson/gomplate/issues/2220)) ([8c16576](https://github.com/hairyhenderson/gomplate/commit/8c165762eaf89d73335ef603373fd5225dbd5eb6))
* **go:** Bump google.golang.org/grpc in the go_modules group ([#2175](https://github.com/hairyhenderson/gomplate/issues/2175)) ([836cbf0](https://github.com/hairyhenderson/gomplate/commit/836cbf0de4a77c052e976572c41450ab0e3e7966))
* **go:** Bump k8s.io/client-go from 0.30.2 to 0.30.3 ([#2183](https://github.com/hairyhenderson/gomplate/issues/2183)) ([e13e016](https://github.com/hairyhenderson/gomplate/commit/e13e0165eac70568c074b41cad599d17ca1c29c0))
* **go:** Bump k8s.io/client-go from 0.30.3 to 0.31.1 ([#2225](https://github.com/hairyhenderson/gomplate/issues/2225)) ([c60a045](https://github.com/hairyhenderson/gomplate/commit/c60a0457274f4c816f88952934b2744ba50c086a))
* **go:** Bump k8s.io/client-go from 0.31.1 to 0.31.2 ([#2242](https://github.com/hairyhenderson/gomplate/issues/2242)) ([e080b07](https://github.com/hairyhenderson/gomplate/commit/e080b07b7c808c157c243dee0adc2a2fa58b769e))

## [4.1.0](https://github.com/hairyhenderson/gomplate/compare/v4.0.1...v4.1.0) (2024-07-06)


Expand Down