[PR #128] [MERGED] build(deps): bump peter-evans/dockerhub-description from 2 to 3 #554

Closed
opened 2026-02-27 08:17:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/128
Author: @dependabot[bot]
Created: 3/22/2022
Status: Merged
Merged: 3/23/2022
Merged by: @nitnelave

Base: mainHead: dependabot/github_actions/peter-evans/dockerhub-description-3


📝 Commits (1)

  • 0b60ce1 build(deps): bump peter-evans/dockerhub-description from 2 to 3

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 .github/workflows/docker.yml (+1 -1)

📄 Description

Bumps peter-evans/dockerhub-description from 2 to 3.

Release notes

Sourced from peter-evans/dockerhub-description's releases.

Docker Hub Description v3.0.0

What's new

  • Updated runtime to Node.js 16
    • The action now requires a minimum version of v2.285.0 for the Actions Runner.
    • If using GitHub Enterprise Server, the action requires GHES 3.4 or later.

What's Changed

Full Changelog: https://github.com/peter-evans/dockerhub-description/compare/v2.4.3...v3.0.0

Docker Hub Description v2.4.3

  • A small improvement to capture the error responses from Docker Hub when acquiring a token

Docker Hub Description v2.4.2

  • Fixes an issue that occurs when the repository name contains uppercase characters

Docker Hub Description v2.4.1

  • Fixed a bug where request errors were not being caught

Docker Hub Description v2.4.0

  • Refactored to a Typescript action. (non-breaking)
  • Inputs can now be set via with. Environment variable inputs and aliases continue to work for backwards compatibility.
  • Added input short-description to update the Docker Hub "description" field.

Docker Hub Description v2.3.1

  • Adds a check to determine if the readme file exists before proceeding.

Docker Hub Description v2.3.0

  • Outputs a clearer action result message in the run log.

Docker Hub Description v2.2.0

  • Adds compatibility with configuration sources used by other tools. Environment variables now have the aliases DOCKER_USERNAME, DOCKER_PASSWORD and DOCKER_REPOSITORY. Additionally, the target Docker repository will fall back to GITHUB_REPOSITORY if not set. peter-evans/dockerhub-description#12

Docker Hub Description v2.1.1

  • Adds a check to determine if the file size exceeds the maximum allowed 25,000 bytes

Docker Hub Description v2.1.0

  • Converted to Actions v2 container action. Now fetches the image instead of building from scratch. Should execute faster.
Commits
  • 836d7e6 Merge pull request #64 from peter-evans/v3
  • 6c2330d Update runtime to node 16
  • 7e2c013 Merge pull request #63 from peter-evans/rm-workflow
  • 451dfdc ci: remove workflow
  • 72b5f8e Merge pull request #62 from peter-evans/node-fetch
  • 142e236 chore: update node-fetch
  • 89908ca Merge pull request #59 from peter-evans/update-distribution
  • d8b3535 build: update distribution
  • b73baad Merge pull request #58 from peter-evans/update-dependencies
  • 2f090b7 chore: update dependencies
  • 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/lldap/lldap/pull/128 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/22/2022 **Status:** ✅ Merged **Merged:** 3/23/2022 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `dependabot/github_actions/peter-evans/dockerhub-description-3` --- ### 📝 Commits (1) - [`0b60ce1`](https://github.com/lldap/lldap/commit/0b60ce1d201075a399d4f7e4c589d8303aa78477) build(deps): bump peter-evans/dockerhub-description from 2 to 3 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/docker.yml` (+1 -1) </details> ### 📄 Description Bumps [peter-evans/dockerhub-description](https://github.com/peter-evans/dockerhub-description) from 2 to 3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/peter-evans/dockerhub-description/releases">peter-evans/dockerhub-description's releases</a>.</em></p> <blockquote> <h2>Docker Hub Description v3.0.0</h2> <h2>What's new</h2> <ul> <li>Updated runtime to Node.js 16 <ul> <li>The action now requires a minimum version of v2.285.0 for the <a href="https://github.com/actions/runner/releases/tag/v2.285.0">Actions Runner</a>.</li> <li>If using GitHub Enterprise Server, the action requires <a href="https://docs.github.com/en/enterprise-server@3.4/admin/release-notes">GHES 3.4</a> or later.</li> </ul> </li> </ul> <h2>What's Changed</h2> <ul> <li>chore: update node-fetch by <a href="https://github.com/peter-evans"><code>@​peter-evans</code></a> in <a href="https://github-redirect.dependabot.com/peter-evans/dockerhub-description/pull/62">peter-evans/dockerhub-description#62</a></li> <li>ci: remove workflow by <a href="https://github.com/peter-evans"><code>@​peter-evans</code></a> in <a href="https://github-redirect.dependabot.com/peter-evans/dockerhub-description/pull/63">peter-evans/dockerhub-description#63</a></li> <li>Update runtime to node 16 by <a href="https://github.com/peter-evans"><code>@​peter-evans</code></a> in <a href="https://github-redirect.dependabot.com/peter-evans/dockerhub-description/pull/64">peter-evans/dockerhub-description#64</a></li> <li>5 dependency updates by <a href="https://github.com/actions-bot"><code>@​actions-bot</code></a> and <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/peter-evans/dockerhub-description/compare/v2.4.3...v3.0.0">https://github.com/peter-evans/dockerhub-description/compare/v2.4.3...v3.0.0</a></p> <h2>Docker Hub Description v2.4.3</h2> <ul> <li>A small improvement to capture the error responses from Docker Hub when acquiring a token</li> </ul> <h2>Docker Hub Description v2.4.2</h2> <ul> <li>Fixes an issue that occurs when the repository name contains uppercase characters</li> </ul> <h2>Docker Hub Description v2.4.1</h2> <ul> <li>Fixed a bug where request errors were not being caught</li> </ul> <h2>Docker Hub Description v2.4.0</h2> <ul> <li>Refactored to a Typescript action. (non-breaking)</li> <li>Inputs can now be set via <code>with</code>. Environment variable inputs and aliases continue to work for backwards compatibility.</li> <li>Added input <code>short-description</code> to update the Docker Hub &quot;description&quot; field.</li> </ul> <h2>Docker Hub Description v2.3.1</h2> <ul> <li>Adds a check to determine if the readme file exists before proceeding.</li> </ul> <h2>Docker Hub Description v2.3.0</h2> <ul> <li>Outputs a clearer action result message in the run log.</li> </ul> <h2>Docker Hub Description v2.2.0</h2> <ul> <li>Adds compatibility with configuration sources used by other tools. Environment variables now have the aliases <code>DOCKER_USERNAME</code>, <code>DOCKER_PASSWORD</code> and <code>DOCKER_REPOSITORY</code>. Additionally, the target Docker repository will fall back to <code>GITHUB_REPOSITORY</code> if not set. <a href="https://github-redirect.dependabot.com/peter-evans/dockerhub-description/pull/12">peter-evans/dockerhub-description#12</a></li> </ul> <h2>Docker Hub Description v2.1.1</h2> <ul> <li>Adds a check to determine if the file size exceeds the maximum allowed 25,000 bytes</li> </ul> <h2>Docker Hub Description v2.1.0</h2> <ul> <li>Converted to Actions v2 container action. Now fetches the image instead of building from scratch. Should execute faster.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/peter-evans/dockerhub-description/commit/836d7e6aa8f6f32dce26f5a1dd46d3dc24997eae"><code>836d7e6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/peter-evans/dockerhub-description/issues/64">#64</a> from peter-evans/v3</li> <li><a href="https://github.com/peter-evans/dockerhub-description/commit/6c2330d49514f58416431c35c0ab943b70baeeb3"><code>6c2330d</code></a> Update runtime to node 16</li> <li><a href="https://github.com/peter-evans/dockerhub-description/commit/7e2c0135757a13c31fc8b71e2376ac58b0da3363"><code>7e2c013</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/peter-evans/dockerhub-description/issues/63">#63</a> from peter-evans/rm-workflow</li> <li><a href="https://github.com/peter-evans/dockerhub-description/commit/451dfdc2a08847d9b9d07d37deb54265d75af607"><code>451dfdc</code></a> ci: remove workflow</li> <li><a href="https://github.com/peter-evans/dockerhub-description/commit/72b5f8eb8c29f83430a58dd3f428e863d4afb1fb"><code>72b5f8e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/peter-evans/dockerhub-description/issues/62">#62</a> from peter-evans/node-fetch</li> <li><a href="https://github.com/peter-evans/dockerhub-description/commit/142e236b5bb2f0ee2523e09717d0ed72883b76fe"><code>142e236</code></a> chore: update node-fetch</li> <li><a href="https://github.com/peter-evans/dockerhub-description/commit/89908cabb5514d1d6c3b164b99f0c21a56034d4f"><code>89908ca</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/peter-evans/dockerhub-description/issues/59">#59</a> from peter-evans/update-distribution</li> <li><a href="https://github.com/peter-evans/dockerhub-description/commit/d8b35356f3ebd790c33e0c693e9ca04e5a571135"><code>d8b3535</code></a> build: update distribution</li> <li><a href="https://github.com/peter-evans/dockerhub-description/commit/b73baad18908f275138c1ec6a6595345b479f320"><code>b73baad</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/peter-evans/dockerhub-description/issues/58">#58</a> from peter-evans/update-dependencies</li> <li><a href="https://github.com/peter-evans/dockerhub-description/commit/2f090b7665c2efe150a447b10a0c4a92d6d3bb16"><code>2f090b7</code></a> chore: update dependencies</li> <li>Additional commits viewable in <a href="https://github.com/peter-evans/dockerhub-description/compare/v2...v3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=peter-evans/dockerhub-description&package-manager=github_actions&previous-version=2&new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:17:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#554
No description provided.