tag:github.com,2008:https://github.com/distribution/reference/releases Release notes from reference 2024-03-26T20:10:07Z tag:github.com,2008:Repository/685146942/v0.6.0 2024-03-26T20:16:35Z v0.6.0 <h2>What's Changed</h2> <ul> <li>remove deprecated SplitHostname by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thaJeztah/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thaJeztah">@thaJeztah</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1875373323" data-permission-text="Title is private" data-url="https://github.com/distribution/reference/issues/5" data-hovercard-type="pull_request" data-hovercard-url="/distribution/reference/pull/5/hovercard" href="https://github.com/distribution/reference/pull/5">#5</a></li> <li>refactor splitDockerDomain to include more documentation by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thaJeztah/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/thaJeztah">@thaJeztah</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1877691526" data-permission-text="Title is private" data-url="https://github.com/distribution/reference/issues/7" data-hovercard-type="pull_request" data-hovercard-url="/distribution/reference/pull/7/hovercard" href="https://github.com/distribution/reference/pull/7">#7</a></li> <li>fix typo in readme by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/xrstf/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/xrstf">@xrstf</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2192359780" data-permission-text="Title is private" data-url="https://github.com/distribution/reference/issues/10" data-hovercard-type="pull_request" data-hovercard-url="/distribution/reference/pull/10/hovercard" href="https://github.com/distribution/reference/pull/10">#10</a></li> <li>Exclude domain from name length check by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ozairasim/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ozairasim">@ozairasim</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2125158934" data-permission-text="Title is private" data-url="https://github.com/distribution/reference/issues/9" data-hovercard-type="pull_request" data-hovercard-url="/distribution/reference/pull/9/hovercard" href="https://github.com/distribution/reference/pull/9">#9</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/xrstf/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/xrstf">@xrstf</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2192359780" data-permission-text="Title is private" data-url="https://github.com/distribution/reference/issues/10" data-hovercard-type="pull_request" data-hovercard-url="/distribution/reference/pull/10/hovercard" href="https://github.com/distribution/reference/pull/10">#10</a></li> <li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ozairasim/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ozairasim">@ozairasim</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2125158934" data-permission-text="Title is private" data-url="https://github.com/distribution/reference/issues/9" data-hovercard-type="pull_request" data-hovercard-url="/distribution/reference/pull/9/hovercard" href="https://github.com/distribution/reference/pull/9">#9</a></li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/distribution/reference/compare/v0.5.0...v0.6.0"><tt>v0.5.0...v0.6.0</tt></a></p> milosgajdos tag:github.com,2008:Repository/685146942/v0.5.0 2023-08-31T13:44:17Z v0.5.0 <p>This is the initial release of the <code>github.com/distribution/reference</code> module.</p> <p>This module was extracted from the <code>github.com/distribution/distribution/reference</code> package at commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/distribution/distribution/commit/b9b19409cf458dcb9e1253ff44ba75bd0620faa6/hovercard" href="https://github.com/distribution/distribution/commit/b9b19409cf458dcb9e1253ff44ba75bd0620faa6">distribution/distribution@<tt>b9b1940</tt></a>;</p> <p>Git history has been preserved, using the following;</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="git rev-parse --verify HEAD b9b19409cf458dcb9e1253ff44ba75bd0620faa6 # remove all code, except for general files, 'reference/', and rename to / git filter-repo \ --path .github/workflows/codeql-analysis.yml \ --path .github/workflows/fossa.yml \ --path .golangci.yml \ --path distribution-logo.svg \ --path CODE-OF-CONDUCT.md \ --path CONTRIBUTING.md \ --path GOVERNANCE.md \ --path README.md \ --path LICENSE \ --path MAINTAINERS \ --path-glob 'reference/*.*' \ --path-rename reference/:"><pre class="notranslate"><code>git rev-parse --verify HEAD b9b19409cf458dcb9e1253ff44ba75bd0620faa6 # remove all code, except for general files, 'reference/', and rename to / git filter-repo \ --path .github/workflows/codeql-analysis.yml \ --path .github/workflows/fossa.yml \ --path .golangci.yml \ --path distribution-logo.svg \ --path CODE-OF-CONDUCT.md \ --path CONTRIBUTING.md \ --path GOVERNANCE.md \ --path README.md \ --path LICENSE \ --path MAINTAINERS \ --path-glob 'reference/*.*' \ --path-rename reference/: </code></pre></div> thaJeztah