Releases: peter-evans/dockerhub-description
Releases · peter-evans/dockerhub-description
Docker Hub Description v3.1.0
⚙️ 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
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
- chore: update node-fetch by @peter-evans in #62
- ci: remove workflow by @peter-evans in #63
- Update runtime to node 16 by @peter-evans in #64
- 5 dependency updates by @actions-bot and @dependabot
Full Changelog: 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
andDOCKER_REPOSITORY
. Additionally, the target Docker repository will fall back toGITHUB_REPOSITORY
if not set. #12
Docker Hub Description v2.1.1
- Adds a check to determine if the file size exceeds the maximum allowed 25,000 bytes