Skip to content

Releases: peter-evans/dockerhub-description

Docker Hub Description v3.1.0

18 Aug 03:25
da89008
Compare
Choose a tag to compare

⚙️ The action no longer throws an error when the 25,000 byte content limit is exceeded. The request will be sent to DockerHub's API where DockerHub will truncate it to 25,000 bytes.

What's Changed

  • build(deps): bump peter-evans/create-pull-request from 3 to 4 by @dependabot in #65
  • feat: remove error when content limit exceeded by @peter-evans in #71

Full Changelog: v3.0.0...v3.1.0

Docker Hub Description v3.0.0

22 Mar 06:28
836d7e6
Compare
Choose a tag to compare

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: v2.4.3...v3.0.0

Docker Hub Description v2.4.3

15 Jun 04:58
616d1b6
Compare
Choose a tag to compare
  • A small improvement to capture the error responses from Docker Hub when acquiring a token

Docker Hub Description v2.4.2

05 Feb 01:49
4b07625
Compare
Choose a tag to compare
  • Fixes an issue that occurs when the repository name contains uppercase characters

Docker Hub Description v2.4.1

27 Oct 01:47
1d0dd56
Compare
Choose a tag to compare
  • Fixed a bug where request errors were not being caught

Docker Hub Description v2.4.0

25 Sep 06:56
Compare
Choose a tag to compare
  • 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

22 Aug 00:54
Compare
Choose a tag to compare
  • Adds a check to determine if the readme file exists before proceeding.

Docker Hub Description v2.3.0

02 Aug 08:35
Compare
Choose a tag to compare
  • Outputs a clearer action result message in the run log.

Docker Hub Description v2.2.0

30 Jun 06:18
Compare
Choose a tag to compare
  • 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. #12

Docker Hub Description v2.1.1

28 Mar 01:09
Compare
Choose a tag to compare
  • Adds a check to determine if the file size exceeds the maximum allowed 25,000 bytes