Skip to content

Commit

Permalink
chore(deps): update hairyhenderson/gomplate docker tag to v3.11.7 (#248)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[hairyhenderson/gomplate](https://togithub.com/hairyhenderson/gomplate)
| final | patch | `v3.11.5` -> `v3.11.7` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>hairyhenderson/gomplate (hairyhenderson/gomplate)</summary>

###
[`v3.11.7`](https://togithub.com/hairyhenderson/gomplate/releases/tag/v3.11.7)

[Compare
Source](https://togithub.com/hairyhenderson/gomplate/compare/v3.11.6...v3.11.7)

#### What's Changed

- \[3.11.x] Update go-git dependency by
[@&#8203;hairyhenderson](https://togithub.com/hairyhenderson) in
[https://github.com/hairyhenderson/gomplate/pull/1968](https://togithub.com/hairyhenderson/gomplate/pull/1968)

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

###
[`v3.11.6`](https://togithub.com/hairyhenderson/gomplate/releases/tag/v3.11.6)

[Compare
Source](https://togithub.com/hairyhenderson/gomplate/compare/v3.11.5...v3.11.6)

#### What's Changed

- Backport Go 1.21 and security updates to 3.11.x by
[@&#8203;hairyhenderson](https://togithub.com/hairyhenderson) in
[https://github.com/hairyhenderson/gomplate/pull/1910](https://togithub.com/hairyhenderson/gomplate/pull/1910)
- backport: Add support for Linux s390x by
[@&#8203;hairyhenderson](https://togithub.com/hairyhenderson) in
[https://github.com/hairyhenderson/gomplate/pull/1909](https://togithub.com/hairyhenderson/gomplate/pull/1909)

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

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/PingCAP-QE/artifacts).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 25, 2024
1 parent 1b79630 commit ca328cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/ci/release-build-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ RUN OS=linux; ARCH=$([ "$(arch)" = "x86_64" ] && echo amd64 || echo arm64); \

# go template tool
# renovate: datasource=docker depName=hairyhenderson/gomplate
COPY --from=hairyhenderson/gomplate:v3.11.5 /gomplate /usr/local/bin/gomplate
COPY --from=hairyhenderson/gomplate:v3.11.7 /gomplate /usr/local/bin/gomplate

# Set cmake3 as default cmake
# renovate: datasource=github-tags depName=Kitware/CMake
Expand Down

0 comments on commit ca328cb

Please sign in to comment.