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(deps): bump peter-evans/create-pull-request from 5 to 6 #1828

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2024

Bumps peter-evans/create-pull-request from 5 to 6.

Release notes

Sourced from peter-evans/create-pull-request's releases.

Create Pull Request v6.0.0

Behaviour changes

  • The default values for author and committer have changed. See "What's new" below for details. If you are overriding the default values you will not be affected by this change.
  • On completion, the action now removes the temporary git remote configuration it adds when using push-to-fork. This should not affect you unless you were using the temporary configuration for some other purpose after the action completes.

What's new

  • Updated runtime to Node.js 20
    • The action now requires a minimum version of v2.308.0 for the Actions runner. Update self-hosted runners to v2.308.0 or later to ensure compatibility.
  • The default value for author has been changed to ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>. The change adds the ${{ github.actor_id }}+ prefix to the email address to align with GitHub's standard format for the author email address.
  • The default value for committer has been changed to github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>. This is to align with the default GitHub Actions bot user account.
  • Adds input git-token, the Personal Access Token (PAT) that the action will use for git operations. This input defaults to the value of token. Use this input if you would like the action to use a different token for git operations than the one used for the GitHub API.
  • push-to-fork now supports pushing to sibling repositories in the same network.
  • Previously, when using push-to-fork, the action did not remove temporary git remote configuration it adds during execution. This has been fixed and the configuration is now removed when the action completes.
  • If the pull request body is truncated due to exceeding the maximum length, the action will now suffix the body with the message "...[Pull request body truncated]" to indicate that the body has been truncated.
  • The action now uses --unshallow only when necessary, rather than as a default argument of git fetch. This should improve performance, particularly for large git repositories with extensive commit history.
  • The action can now be executed on one GitHub server and create pull requests on a different GitHub server. Server products include GitHub hosted (github.com), GitHub Enterprise Server (GHES), and GitHub Enterprise Cloud (GHEC). For example, the action can be executed on GitHub hosted and create pull requests on a GHES or GHEC instance.

What's Changed

New Contributors

Full Changelog: peter-evans/create-pull-request@v5.0.2...v6.0.0

Create Pull Request v5.0.2

⚙️ Fixes an issue that occurs when using push-to-fork and both base and head repositories are in the same org/user account.

What's Changed

Full Changelog: peter-evans/create-pull-request@v5.0.1...v5.0.2

Create Pull Request v5.0.1

What's Changed

Full Changelog: peter-evans/create-pull-request@v5.0.0...v5.0.1

Commits
  • b1ddad2 feat: v6 (#2717)
  • bb80902 build(deps-dev): bump @​types/node from 18.19.8 to 18.19.10 (#2712)
  • e0037d4 build(deps): bump peter-evans/create-or-update-comment from 3 to 4 (#2702)
  • 94b1f99 build(deps): bump peter-evans/find-comment from 2 to 3 (#2703)
  • 69c27ea build(deps-dev): bump ts-jest from 29.1.1 to 29.1.2 (#2685)
  • 7ea722a build(deps-dev): bump prettier from 3.2.2 to 3.2.4 (#2684)
  • 5ee839a build(deps-dev): bump @​types/node from 18.19.7 to 18.19.8 (#2683)
  • 60fc256 build(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 (#2660)
  • 0c67723 build(deps-dev): bump @​types/node from 18.19.5 to 18.19.7 (#2661)
  • 4e288e8 build(deps-dev): bump prettier from 3.1.1 to 3.2.2 (#2659)
  • 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 will merge this PR once CI passes on it, as requested by @MarkEWaite.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5 to 6.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v5...v6)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner February 5, 2024 07:47
@dependabot dependabot bot added dependencies github_actions Pull requests that update GitHub Actions code labels Feb 5, 2024
Copy link
Contributor

@MarkEWaite MarkEWaite left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

Copy link
Contributor

@MarkEWaite MarkEWaite left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changelog looks good to me.

@dependabot squash and merge

@MarkEWaite
Copy link
Contributor

Merging pre-emptively because the changelog looks reasonable and the CI job does not test this change in any way.

@MarkEWaite MarkEWaite merged commit 4a3dda3 into master Feb 6, 2024
17 of 19 checks passed
@MarkEWaite MarkEWaite deleted the dependabot/github_actions/master/peter-evans/create-pull-request-6 branch February 6, 2024 22:46
ti-chi-bot bot referenced this pull request in PingCAP-QE/ee-ops Feb 21, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jenkins/jenkins](https://www.jenkins.io/)
([source](https://togithub.com/jenkinsci/docker)) | minor |
`2.426.2-lts` -> `2.440.1-lts` |
| [jenkins/jenkins](https://www.jenkins.io/)
([source](https://togithub.com/jenkinsci/docker)) | minor | `2.426.2` ->
`2.440.1` |

---

### Release Notes

<details>
<summary>jenkinsci/docker (jenkins/jenkins)</summary>

###
[`v2.440.1`](https://togithub.com/jenkinsci/docker/releases/tag/2.440.1)

[Compare
Source](https://togithub.com/jenkinsci/docker/compare/2.426.3...2.440.1)

#### 📦 Jenkins Core updates

- Update to Jenkins 2.440.1
([changelog](https://jenkins.io/changelog-stable/#v2.440.1))

#### What's Changed

- chore(deps): bump ubi9/ubi from 9.3-1476 to 9.3-1552 in
/17/rhel/ubi9/hotspot by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1812](https://togithub.com/jenkinsci/docker/pull/1812)
- Use latest Java releases by
[@&#8203;MarkEWaite](https://togithub.com/MarkEWaite) in
[https://github.com/jenkinsci/docker/pull/1810](https://togithub.com/jenkinsci/docker/pull/1810)
- chore(deps): bump updatecli/updatecli-action from 2.53.0 to 2.54.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1813](https://togithub.com/jenkinsci/docker/pull/1813)
- Remove updatecli ref to non-existent file by
[@&#8203;MarkEWaite](https://togithub.com/MarkEWaite) in
[https://github.com/jenkinsci/docker/pull/1814](https://togithub.com/jenkinsci/docker/pull/1814)
- Bump Alpine Linux Version to 3.19.1 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/jenkinsci/docker/pull/1815](https://togithub.com/jenkinsci/docker/pull/1815)
- Only run actions from jenkinsci org by
[@&#8203;MarkEWaite](https://togithub.com/MarkEWaite) in
[https://github.com/jenkinsci/docker/pull/1809](https://togithub.com/jenkinsci/docker/pull/1809)
- Use Alpine 3.19.1, no 3.18.4 for Java 17 container default by
[@&#8203;MarkEWaite](https://togithub.com/MarkEWaite) in
[https://github.com/jenkinsci/docker/pull/1816](https://togithub.com/jenkinsci/docker/pull/1816)
- Remove install-plugins.sh from ubi9 Java 17 and Java 21 by
[@&#8203;MarkEWaite](https://togithub.com/MarkEWaite) in
[https://github.com/jenkinsci/docker/pull/1817](https://togithub.com/jenkinsci/docker/pull/1817)
- Use consistent jlink args within Java versions by
[@&#8203;MarkEWaite](https://togithub.com/MarkEWaite) in
[https://github.com/jenkinsci/docker/pull/1818](https://togithub.com/jenkinsci/docker/pull/1818)
- Reduce diffs between similar files by
[@&#8203;MarkEWaite](https://togithub.com/MarkEWaite) in
[https://github.com/jenkinsci/docker/pull/1819](https://togithub.com/jenkinsci/docker/pull/1819)
- Add Java 21 Windows container by
[@&#8203;MarkEWaite](https://togithub.com/MarkEWaite) in
[https://github.com/jenkinsci/docker/pull/1820](https://togithub.com/jenkinsci/docker/pull/1820)
- Use Jenkins 2.442 as default version by
[@&#8203;MarkEWaite](https://togithub.com/MarkEWaite) in
[https://github.com/jenkinsci/docker/pull/1821](https://togithub.com/jenkinsci/docker/pull/1821)
- Remove ppc64le jdk21-preview images, add jdk21 image by
[@&#8203;ksalerno99](https://togithub.com/ksalerno99) in
[https://github.com/jenkinsci/docker/pull/1823](https://togithub.com/jenkinsci/docker/pull/1823)
- chore(deps): bump plugin manager to 2.12.15 by
[@&#8203;jenkins-dependency-updater](https://togithub.com/jenkins-dependency-updater)
in
[https://github.com/jenkinsci/docker/pull/1824](https://togithub.com/jenkinsci/docker/pull/1824)
- Bump Debian Bookworm Linux Version to
[`2024013`](https://togithub.com/jenkinsci/docker/commit/20240130) by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/jenkinsci/docker/pull/1825](https://togithub.com/jenkinsci/docker/pull/1825)
- chore(deps): bump release-drafter/release-drafter from 5 to 6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1827](https://togithub.com/jenkinsci/docker/pull/1827)
- Replace Java 21 previews with released versions by
[@&#8203;MarkEWaite](https://togithub.com/MarkEWaite) in
[https://github.com/jenkinsci/docker/pull/1822](https://togithub.com/jenkinsci/docker/pull/1822)
- chore(deps): bump ubi8/ubi from 8.9-1107.1705420509 to
8.9-1107.1706791207 in /11/rhel/ubi8/hotspot by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1826](https://togithub.com/jenkinsci/docker/pull/1826)
- chore(deps): bump peter-evans/create-pull-request from 5 to 6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1828](https://togithub.com/jenkinsci/docker/pull/1828)
- Bump Debian Bookworm Linux Version to
[`2024021`](https://togithub.com/jenkinsci/docker/commit/20240211) by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/jenkinsci/docker/pull/1830](https://togithub.com/jenkinsci/docker/pull/1830)
- chore(deps): bump updatecli/updatecli-action from 2.54.0 to 2.55.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1831](https://togithub.com/jenkinsci/docker/pull/1831)

**Full Changelog**:
jenkinsci/docker@2.426.3...2.440.1

###
[`v2.426.3`](https://togithub.com/jenkinsci/docker/releases/tag/2.426.3)

[Compare
Source](https://togithub.com/jenkinsci/docker/compare/2.426.2...2.426.3)

<!-- Optional: add a release summary here -->

#### 📦 Jenkins Core updates

- Update to Jenkins 2.426.3
([changelog](https://jenkins.io/changelog-stable/#v2.426.3))

#### 📦 Dependency updates

- Bump UBI 9 version to 9.3-1476
([#&#8203;1798](https://togithub.com/jenkinsci/docker/issues/1798))
[@&#8203;dependabot](https://togithub.com/dependabot)
- Bump UBI 8 version to 8.9-1107.1705420509
([#&#8203;1807](https://togithub.com/jenkinsci/docker/issues/1807))
[@&#8203;dependabot](https://togithub.com/dependabot)
- Bump Debian Bookworm Linux Version to
[`2024011`](https://togithub.com/jenkinsci/docker/commit/20240110)
([#&#8203;1799](https://togithub.com/jenkinsci/docker/issues/1799))

#### 🐛 Bug fixes

- Improve logging for common write permission failure
([#&#8203;1801](https://togithub.com/jenkinsci/docker/issues/1801))
[@&#8203;clintonsteiner](https://togithub.com/clintonsteiner)

**Full Changelog**:
jenkinsci/docker@2.426.2...2.426.3

</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 these
updates 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/ee-ops).

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

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: wuhuizuo <wuhuizuo@126.com>
lemeurherve pushed a commit to lemeurherve/docker that referenced this pull request Apr 24, 2024
…sci#1828)

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5 to 6.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v5...v6)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ti-chi-bot bot referenced this pull request in PingCAP-QE/ee-ops Aug 5, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jenkins/jenkins](https://www.jenkins.io/)
([source](https://togithub.com/jenkinsci/docker)) | minor |
`2.426.2-lts` -> `2.452.3-lts` |

---

### Release Notes

<details>
<summary>jenkinsci/docker (jenkins/jenkins)</summary>

###
[`v2.452.3`](https://togithub.com/jenkinsci/docker/releases/tag/2.452.3)

[Compare
Source](https://togithub.com/jenkinsci/docker/compare/2.452.2...2.452.3)

#### What's Changed

- Remove Java 11 images on weekly release line by
[@&#8203;lemeurherve](https://togithub.com/lemeurherve) in
[https://github.com/jenkinsci/docker/pull/1891](https://togithub.com/jenkinsci/docker/pull/1891)
- hotfix(updatecli): adapt jdk manifests to also target
build-windows-lts-with-jdk11.yaml by
[@&#8203;lemeurherve](https://togithub.com/lemeurherve) in
[https://github.com/jenkinsci/docker/pull/1892](https://togithub.com/jenkinsci/docker/pull/1892)
- Bump Debian Bookworm Linux Version to
[`2024061`](https://togithub.com/jenkinsci/docker/commit/20240612) by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/jenkinsci/docker/pull/1893](https://togithub.com/jenkinsci/docker/pull/1893)
- chore(deps): bump ubi9/ubi from 9.4-947.1717074712 to 9.4-1123 in
/rhel/ubi9/hotspot by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1895](https://togithub.com/jenkinsci/docker/pull/1895)
- chore(deps): bump updatecli/updatecli-action from 2.59.0 to 2.60.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1897](https://togithub.com/jenkinsci/docker/pull/1897)
- chore(deps): bump updatecli/updatecli-action from 2.60.0 to 2.61.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1898](https://togithub.com/jenkinsci/docker/pull/1898)
- Bump Alpine Linux Version to 3.20.1 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/jenkinsci/docker/pull/1899](https://togithub.com/jenkinsci/docker/pull/1899)
- Use 'ENV variable=xxx' instead of 'ENV variable xxx' by
[@&#8203;MarkEWaite](https://togithub.com/MarkEWaite) in
[https://github.com/jenkinsci/docker/pull/1900](https://togithub.com/jenkinsci/docker/pull/1900)
- chore(deps): bump ubi9/ubi from 9.4-1123 to 9.4-1123.1719560047 in
/rhel/ubi9/hotspot by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1901](https://togithub.com/jenkinsci/docker/pull/1901)
- chore(deps): bump ubi8/ubi from 8.10-901.1717584420 to 8.10-1020 in
/rhel/ubi8/hotspot by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1902](https://togithub.com/jenkinsci/docker/pull/1902)
- Bump Debian Bookworm Linux Version to
[`2024070`](https://togithub.com/jenkinsci/docker/commit/20240701) by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/jenkinsci/docker/pull/1903](https://togithub.com/jenkinsci/docker/pull/1903)

**Full Changelog**:
jenkinsci/docker@2.452.2...2.452.3

###
[`v2.452.2`](https://togithub.com/jenkinsci/docker/releases/tag/2.452.2)

[Compare
Source](https://togithub.com/jenkinsci/docker/compare/2.452.1...2.452.2)

#### 📦 Jenkins Core updates

- Update to Jenkins 2.452.2
([changelog](https://jenkins.io/changelog-stable/2.452.2))

#### 📦 Dependency updates

- Bump Alpine Linux Version to 3.20.0 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/jenkinsci/docker/pull/1881](https://togithub.com/jenkinsci/docker/pull/1881)
- chore(deps): bump ubi8/ubi from 8.9-1160.1715068735 to 8.10-901 in
/rhel/ubi8/hotspot by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1882](https://togithub.com/jenkinsci/docker/pull/1882)
- chore(deps): bump updatecli/updatecli-action from 2.58.0 to 2.59.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1883](https://togithub.com/jenkinsci/docker/pull/1883)
- chore(deps): bump almalinux from 8.9 to 8.10 in
/almalinux/almalinux8/hotspot by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1884](https://togithub.com/jenkinsci/docker/pull/1884)
- chore(deps): bump ubi9/ubi from 9.4-947.1714667021 to
9.4-947.1716476138 in /rhel/ubi9/hotspot by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1885](https://togithub.com/jenkinsci/docker/pull/1885)
- chore(deps): bump ubi8/ubi from 8.10-901 to 8.10-901.1716482497 in
/rhel/ubi8/hotspot by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1886](https://togithub.com/jenkinsci/docker/pull/1886)
- chore(deps): bump ubi8/ubi from 8.10-901.1716482497 to
8.10-901.1716497712 in /rhel/ubi8/hotspot by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1887](https://togithub.com/jenkinsci/docker/pull/1887)
- chore(deps): bump ubi8/ubi from 8.10-901.1716497712 to
8.10-901.1717584420 in /rhel/ubi8/hotspot by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1888](https://togithub.com/jenkinsci/docker/pull/1888)
- chore(deps): bump ubi9/ubi from 9.4-947.1716476138 to
9.4-947.1717074712 in /rhel/ubi9/hotspot by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1889](https://togithub.com/jenkinsci/docker/pull/1889)

**Full Changelog**:
jenkinsci/docker@2.452.1...2.452.2

###
[`v2.452.1`](https://togithub.com/jenkinsci/docker/releases/tag/2.452.1)

[Compare
Source](https://togithub.com/jenkinsci/docker/compare/2.440.3...2.452.1)

#### 📦 Jenkins Core updates

- Update to Jenkins 2.452.1
([changelog](https://jenkins.io/changelog-stable/2.452.1))

#### 📦 Dependency updates

- chore(linux): Switch from Temurin base images to Temurin JDK binaries
by [@&#8203;gounthar](https://togithub.com/gounthar) in
[https://github.com/jenkinsci/docker/pull/1847](https://togithub.com/jenkinsci/docker/pull/1847)
- chore(windows): Switch from Temurin base images to Temurin JDK
binaries by [@&#8203;gounthar](https://togithub.com/gounthar) in
[https://github.com/jenkinsci/docker/pull/1848](https://togithub.com/jenkinsci/docker/pull/1848)
- Bump Debian Bookworm Linux Version to
[`2024051`](https://togithub.com/jenkinsci/docker/commit/20240513)
([#&#8203;1879](https://togithub.com/jenkinsci/docker/issues/1879))
[@&#8203;github-actions](https://togithub.com/github-actions)
- chore(deps): bump ubi8/ubi from 8.9-1160 to 8.9-1160.1715068735 in
/rhel/ubi8/hotspot by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1877](https://togithub.com/jenkinsci/docker/pull/1877)
- chore(deps): bump ubi9/ubi from 9.3-1610 to 9.4-947 in
/17/rhel/ubi9/hotspot by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1872](https://togithub.com/jenkinsci/docker/pull/1872)
- Bump JDK17 version to 17.0.11\_9 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/jenkinsci/docker/pull/1853](https://togithub.com/jenkinsci/docker/pull/1853)
and
[https://github.com/jenkinsci/docker/pull/1855](https://togithub.com/jenkinsci/docker/pull/1855)
- Bump JDK21 version to 21.0.3\_9 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/jenkinsci/docker/pull/1854](https://togithub.com/jenkinsci/docker/pull/1854)
and
[https://github.com/jenkinsci/docker/pull/1856](https://togithub.com/jenkinsci/docker/pull/1856)
- Bump JDK11 version to 11.0.23\_9 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/jenkinsci/docker/pull/1860](https://togithub.com/jenkinsci/docker/pull/1860)
- chore(deps): bump plugin manager to 2.13.0 by
[@&#8203;jenkins-dependency-updater](https://togithub.com/jenkins-dependency-updater)
in
[https://github.com/jenkinsci/docker/pull/1874](https://togithub.com/jenkinsci/docker/pull/1874)
- chore(deps): bump updatecli/updatecli-action to 2.58.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1875](https://togithub.com/jenkinsci/docker/pull/1875)

#### 👻 Maintenance

- chore(updatecli): Check the validity of releases thanks to the
Adoptium API. by [@&#8203;gounthar](https://togithub.com/gounthar) in
[https://github.com/jenkinsci/docker/pull/1851](https://togithub.com/jenkinsci/docker/pull/1851)
- chore(updatecli): adapt manifests to unique Dockerfile per Linux
variant by [@&#8203;lemeurherve](https://togithub.com/lemeurherve) in
[https://github.com/jenkinsci/docker/pull/1873](https://togithub.com/jenkinsci/docker/pull/1873)
- Use correct Dockerfiles in dependabot by
[@&#8203;MarkEWaite](https://togithub.com/MarkEWaite) in
[https://github.com/jenkinsci/docker/pull/1876](https://togithub.com/jenkinsci/docker/pull/1876)
- Check for Windows JDK releases, same as Linux by
[@&#8203;MarkEWaite](https://togithub.com/MarkEWaite) in
[https://github.com/jenkinsci/docker/pull/1852](https://togithub.com/jenkinsci/docker/pull/1852)
- Track Java versions for Windows with updatecli by
[@&#8203;lemeurherve](https://togithub.com/lemeurherve) in
[https://github.com/jenkinsci/docker/pull/1781](https://togithub.com/jenkinsci/docker/pull/1781)
- chore(updatecli): add manifests for hadolint & shellcheck in tools
scripts by [@&#8203;lemeurherve](https://togithub.com/lemeurherve) in
[https://github.com/jenkinsci/docker/pull/1858](https://togithub.com/jenkinsci/docker/pull/1858)
- Bump `shellcheck` version to 0.10.0 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/jenkinsci/docker/pull/1861](https://togithub.com/jenkinsci/docker/pull/1861)
- cleanup: remove deprecated `install-plugin.sh` script from Linux jdk11
images by [@&#8203;lemeurherve](https://togithub.com/lemeurherve) in
[https://github.com/jenkinsci/docker/pull/1863](https://togithub.com/jenkinsci/docker/pull/1863)
- fix: set jlink compression arg to `zip-6` for Windows jdk21 image by
[@&#8203;lemeurherve](https://togithub.com/lemeurherve) in
[https://github.com/jenkinsci/docker/pull/1864](https://togithub.com/jenkinsci/docker/pull/1864)
- Use permanent changelog location and default to weekly by
[@&#8203;timja](https://togithub.com/timja) in
[https://github.com/jenkinsci/docker/pull/1865](https://togithub.com/jenkinsci/docker/pull/1865)
- Verify SHA256 checksum of plugin installation manager tool by
[@&#8203;basil](https://togithub.com/basil) in
[https://github.com/jenkinsci/docker/pull/1868](https://togithub.com/jenkinsci/docker/pull/1868)
- cleanup: remove unused `.ci/common-functions.sh` script by
[@&#8203;lemeurherve](https://togithub.com/lemeurherve) in
[https://github.com/jenkinsci/docker/pull/1869](https://togithub.com/jenkinsci/docker/pull/1869)
- chore: keep only one Dockerfile per Linux image variant by
[@&#8203;lemeurherve](https://togithub.com/lemeurherve) in
[https://github.com/jenkinsci/docker/pull/1857](https://togithub.com/jenkinsci/docker/pull/1857)

**Full Changelog**:
jenkinsci/docker@2.440.3...2.452.1

###
[`v2.440.3`](https://togithub.com/jenkinsci/docker/releases/tag/2.440.3)

[Compare
Source](https://togithub.com/jenkinsci/docker/compare/2.440.2...2.440.3)

#### 📦 Jenkins Core updates

- Update to Jenkins 2.440.3
([changelog](https://jenkins.io/changelog-stable/2.440.3))

#### 👻 Maintenance

- fix(windows): remove `ConvertFrom-Json` issue by simplifying tags
management by [@&#8203;lemeurherve](https://togithub.com/lemeurherve) in
[https://github.com/jenkinsci/docker/pull/1841](https://togithub.com/jenkinsci/docker/pull/1841)

#### 📦 Dependency updates

- chore(deps): bump ubi8/ubi from 8.9-1136 to 8.9-1160 in
/11/rhel/ubi8/hotspot by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1845](https://togithub.com/jenkinsci/docker/pull/1845)
- Bump Debian Bookworm Linux Version to
[`2024040`](https://togithub.com/jenkinsci/docker/commit/20240408) by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/jenkinsci/docker/pull/1846](https://togithub.com/jenkinsci/docker/pull/1846)

**Full Changelog**:
jenkinsci/docker@2.440.2...2.440.3

###
[`v2.440.2`](https://togithub.com/jenkinsci/docker/releases/tag/2.440.2)

[Compare
Source](https://togithub.com/jenkinsci/docker/compare/2.440.1...2.440.2)

#### 📦 Jenkins Core updates

- Update to Jenkins 2.440.2
([changelog](https://jenkins.io/changelog-stable/2.440.2))

#### 👻 Maintenance

- Remove JDK 19 from updatecli script
([#&#8203;1836](https://togithub.com/jenkinsci/docker/issues/1836))
[@&#8203;MarkEWaite](https://togithub.com/MarkEWaite)

#### 📦 Dependency updates

- Bump Debian Bookworm Linux Version to
[`2024031`](https://togithub.com/jenkinsci/docker/commit/20240311)
([#&#8203;1839](https://togithub.com/jenkinsci/docker/issues/1839))
[@&#8203;github-actions](https://togithub.com/github-actions)
- chore(deps): bump ubi9/ubi from 9.3-1552 to 9.3-1610 in
/17/rhel/ubi9/hotspot
([#&#8203;1837](https://togithub.com/jenkinsci/docker/issues/1837))
[@&#8203;dependabot](https://togithub.com/dependabot)

###
[`v2.440.1`](https://togithub.com/jenkinsci/docker/releases/tag/2.440.1)

[Compare
Source](https://togithub.com/jenkinsci/docker/compare/2.426.3...2.440.1)

#### 📦 Jenkins Core updates

- Update to Jenkins 2.440.1
([changelog](https://jenkins.io/changelog-stable/#v2.440.1))

#### What's Changed

- chore(deps): bump ubi9/ubi from 9.3-1476 to 9.3-1552 in
/17/rhel/ubi9/hotspot by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1812](https://togithub.com/jenkinsci/docker/pull/1812)
- Use latest Java releases by
[@&#8203;MarkEWaite](https://togithub.com/MarkEWaite) in
[https://github.com/jenkinsci/docker/pull/1810](https://togithub.com/jenkinsci/docker/pull/1810)
- chore(deps): bump updatecli/updatecli-action from 2.53.0 to 2.54.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1813](https://togithub.com/jenkinsci/docker/pull/1813)
- Remove updatecli ref to non-existent file by
[@&#8203;MarkEWaite](https://togithub.com/MarkEWaite) in
[https://github.com/jenkinsci/docker/pull/1814](https://togithub.com/jenkinsci/docker/pull/1814)
- Bump Alpine Linux Version to 3.19.1 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/jenkinsci/docker/pull/1815](https://togithub.com/jenkinsci/docker/pull/1815)
- Only run actions from jenkinsci org by
[@&#8203;MarkEWaite](https://togithub.com/MarkEWaite) in
[https://github.com/jenkinsci/docker/pull/1809](https://togithub.com/jenkinsci/docker/pull/1809)
- Use Alpine 3.19.1, no 3.18.4 for Java 17 container default by
[@&#8203;MarkEWaite](https://togithub.com/MarkEWaite) in
[https://github.com/jenkinsci/docker/pull/1816](https://togithub.com/jenkinsci/docker/pull/1816)
- Remove install-plugins.sh from ubi9 Java 17 and Java 21 by
[@&#8203;MarkEWaite](https://togithub.com/MarkEWaite) in
[https://github.com/jenkinsci/docker/pull/1817](https://togithub.com/jenkinsci/docker/pull/1817)
- Use consistent jlink args within Java versions by
[@&#8203;MarkEWaite](https://togithub.com/MarkEWaite) in
[https://github.com/jenkinsci/docker/pull/1818](https://togithub.com/jenkinsci/docker/pull/1818)
- Reduce diffs between similar files by
[@&#8203;MarkEWaite](https://togithub.com/MarkEWaite) in
[https://github.com/jenkinsci/docker/pull/1819](https://togithub.com/jenkinsci/docker/pull/1819)
- Add Java 21 Windows container by
[@&#8203;MarkEWaite](https://togithub.com/MarkEWaite) in
[https://github.com/jenkinsci/docker/pull/1820](https://togithub.com/jenkinsci/docker/pull/1820)
- Use Jenkins 2.442 as default version by
[@&#8203;MarkEWaite](https://togithub.com/MarkEWaite) in
[https://github.com/jenkinsci/docker/pull/1821](https://togithub.com/jenkinsci/docker/pull/1821)
- Remove ppc64le jdk21-preview images, add jdk21 image by
[@&#8203;ksalerno99](https://togithub.com/ksalerno99) in
[https://github.com/jenkinsci/docker/pull/1823](https://togithub.com/jenkinsci/docker/pull/1823)
- chore(deps): bump plugin manager to 2.12.15 by
[@&#8203;jenkins-dependency-updater](https://togithub.com/jenkins-dependency-updater)
in
[https://github.com/jenkinsci/docker/pull/1824](https://togithub.com/jenkinsci/docker/pull/1824)
- Bump Debian Bookworm Linux Version to
[`2024013`](https://togithub.com/jenkinsci/docker/commit/20240130) by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/jenkinsci/docker/pull/1825](https://togithub.com/jenkinsci/docker/pull/1825)
- chore(deps): bump release-drafter/release-drafter from 5 to 6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1827](https://togithub.com/jenkinsci/docker/pull/1827)
- Replace Java 21 previews with released versions by
[@&#8203;MarkEWaite](https://togithub.com/MarkEWaite) in
[https://github.com/jenkinsci/docker/pull/1822](https://togithub.com/jenkinsci/docker/pull/1822)
- chore(deps): bump ubi8/ubi from 8.9-1107.1705420509 to
8.9-1107.1706791207 in /11/rhel/ubi8/hotspot by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1826](https://togithub.com/jenkinsci/docker/pull/1826)
- chore(deps): bump peter-evans/create-pull-request from 5 to 6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1828](https://togithub.com/jenkinsci/docker/pull/1828)
- Bump Debian Bookworm Linux Version to
[`2024021`](https://togithub.com/jenkinsci/docker/commit/20240211) by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/jenkinsci/docker/pull/1830](https://togithub.com/jenkinsci/docker/pull/1830)
- chore(deps): bump updatecli/updatecli-action from 2.54.0 to 2.55.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/jenkinsci/docker/pull/1831](https://togithub.com/jenkinsci/docker/pull/1831)

**Full Changelog**:
jenkinsci/docker@2.426.3...2.440.1

###
[`v2.426.3`](https://togithub.com/jenkinsci/docker/releases/tag/2.426.3)

[Compare
Source](https://togithub.com/jenkinsci/docker/compare/2.426.2...2.426.3)

<!-- Optional: add a release summary here -->

#### 📦 Jenkins Core updates

- Update to Jenkins 2.426.3
([changelog](https://jenkins.io/changelog-stable/#v2.426.3))

#### 📦 Dependency updates

- Bump UBI 9 version to 9.3-1476
([#&#8203;1798](https://togithub.com/jenkinsci/docker/issues/1798))
[@&#8203;dependabot](https://togithub.com/dependabot)
- Bump UBI 8 version to 8.9-1107.1705420509
([#&#8203;1807](https://togithub.com/jenkinsci/docker/issues/1807))
[@&#8203;dependabot](https://togithub.com/dependabot)
- Bump Debian Bookworm Linux Version to
[`2024011`](https://togithub.com/jenkinsci/docker/commit/20240110)
([#&#8203;1799](https://togithub.com/jenkinsci/docker/issues/1799))

#### 🐛 Bug fixes

- Improve logging for common write permission failure
([#&#8203;1801](https://togithub.com/jenkinsci/docker/issues/1801))
[@&#8203;clintonsteiner](https://togithub.com/clintonsteiner)

**Full Changelog**:
jenkinsci/docker@2.426.2...2.426.3

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/PingCAP-QE/ee-ops).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant