Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): Bump github.com/distribution/reference from 0.5.0 to 0.6…
….0 (#670) Bumps [github.com/distribution/reference](https://github.com/distribution/reference) from 0.5.0 to 0.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/distribution/reference/releases">github.com/distribution/reference's releases</a>.</em></p> <blockquote> <h2>v0.6.0</h2> <h2>What's Changed</h2> <ul> <li>remove deprecated SplitHostname by <a href="https://github.com/thaJeztah"><code>@thaJeztah</code></a> in <a href="https://redirect.github.com/distribution/reference/pull/5">distribution/reference#5</a></li> <li>refactor splitDockerDomain to include more documentation by <a href="https://github.com/thaJeztah"><code>@thaJeztah</code></a> in <a href="https://redirect.github.com/distribution/reference/pull/7">distribution/reference#7</a></li> <li>fix typo in readme by <a href="https://github.com/xrstf"><code>@xrstf</code></a> in <a href="https://redirect.github.com/distribution/reference/pull/10">distribution/reference#10</a></li> <li>Exclude domain from name length check by <a href="https://github.com/ozairasim"><code>@ozairasim</code></a> in <a href="https://redirect.github.com/distribution/reference/pull/9">distribution/reference#9</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/xrstf"><code>@xrstf</code></a> made their first contribution in <a href="https://redirect.github.com/distribution/reference/pull/10">distribution/reference#10</a></li> <li><a href="https://github.com/ozairasim"><code>@ozairasim</code></a> made their first contribution in <a href="https://redirect.github.com/distribution/reference/pull/9">distribution/reference#9</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/distribution/reference/compare/v0.5.0...v0.6.0">https://github.com/distribution/reference/compare/v0.5.0...v0.6.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/distribution/reference/commit/ff14fafe2236e51c2894ac07d4bdfc778e96d682"><code>ff14faf</code></a> Merge pull request <a href="https://redirect.github.com/distribution/reference/issues/9">#9</a> from ozairasim/exclude-domain-from-name-length-validation</li> <li><a href="https://github.com/distribution/reference/commit/2a663126da529af1dd9b5564212e805209fa5f50"><code>2a66312</code></a> Merge pull request <a href="https://redirect.github.com/distribution/reference/issues/10">#10</a> from xrstf/patch-1</li> <li><a href="https://github.com/distribution/reference/commit/094e717c286711ae18ede511c2b2d49b51e8cb32"><code>094e717</code></a> fix typo in readme</li> <li><a href="https://github.com/distribution/reference/commit/aaca75ef76fc0ab5eaf5c9d3a868d25685ae35bc"><code>aaca75e</code></a> Exclude domain from name length check</li> <li><a href="https://github.com/distribution/reference/commit/8507c7fcf0da9f570540c958ea7b972c30eeaeca"><code>8507c7f</code></a> Merge pull request <a href="https://redirect.github.com/distribution/reference/issues/7">#7</a> from thaJeztah/cleanup_splitDockerDomain</li> <li><a href="https://github.com/distribution/reference/commit/89ee7ec63e17bd74e6766ecac7d8ff2bd4b8dd8a"><code>89ee7ec</code></a> refactor splitDockerDomain to include more documentation</li> <li><a href="https://github.com/distribution/reference/commit/a3fb784683c98e4fed084e4950c490d9d9025b83"><code>a3fb784</code></a> Merge pull request <a href="https://redirect.github.com/distribution/reference/issues/5">#5</a> from thaJeztah/rm_deprecated</li> <li><a href="https://github.com/distribution/reference/commit/4894124079e525c3c3c5c8aacaa653b5499004e9"><code>4894124</code></a> remove deprecated SplitHostname</li> <li>See full diff in <a href="https://github.com/distribution/reference/compare/v0.5.0...v0.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/distribution/reference&package-manager=go_modules&previous-version=0.5.0&new-version=0.6.0)](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 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) </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jimmi Dyson <[email protected]>
- Loading branch information