Skip to content

Commit 62f774f

Browse files
⬆️ Bump douglascamata/setup-docker-macos-action from 1.0.2 to 1.1.0 (#303)
Bumps [douglascamata/setup-docker-macos-action](https://github.com/douglascamata/setup-docker-macos-action) from 1.0.2 to 1.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/douglascamata/setup-docker-macos-action/releases">douglascamata/setup-docker-macos-action's releases</a>.</em></p> <blockquote> <h2>v1.1.0</h2> <h2>What's Changed</h2> <ul> <li>Remove support for retired <code>macos-13</code> by <a href="https://github.com/GlassOfWhiskey"><code>@​GlassOfWhiskey</code></a> in <a href="https://redirect.github.com/douglascamata/setup-docker-macos-action/pull/59">douglascamata/setup-docker-macos-action#59</a></li> <li>Add self test to cover access via VM network address by <a href="https://github.com/douglascamata"><code>@​douglascamata</code></a> in <a href="https://redirect.github.com/douglascamata/setup-docker-macos-action/pull/57">douglascamata/setup-docker-macos-action#57</a></li> <li>Install and configure <code>docker buildx</code> by <a href="https://github.com/douglascamata"><code>@​douglascamata</code></a> in <a href="https://redirect.github.com/douglascamata/setup-docker-macos-action/pull/60">douglascamata/setup-docker-macos-action#60</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/douglascamata/setup-docker-macos-action/compare/v1.0.2...v1.1.0">https://github.com/douglascamata/setup-docker-macos-action/compare/v1.0.2...v1.1.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/douglascamata/setup-docker-macos-action/blob/main/CHANGELOG.md">douglascamata/setup-docker-macos-action's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>All notable changes to this project will be documented in this file.</p> <p>The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].</p> <h2>[Unreleased]</h2> <h2>[v1.1.0] - 2025-12-30</h2> <h3>Added</h3> <ul> <li>Install Docker Buildx and configure it as a Docker CLI plugin (<a href="https://redirect.github.com/douglascamata/setup-docker-macos-action/issues/29">#29</a>).</li> <li>New <code>docker-buildx-version</code> output to expose the installed Docker Buildx version.</li> </ul> <h3>Changed</h3> <ul> <li>Use <code>brew --prefix &lt;formula&gt;</code> instead of <code>$(brew --prefix)/opt/&lt;formula&gt;</code> for more robust Homebrew path resolution across different macOS architectures and Homebrew layouts.</li> </ul> <h2>[v1.0.2] - 2025-11-10</h2> <h3>Fixed</h3> <ul> <li>Installation of Lima v2.0.x cannot create <code>/usr/local/libexec</code> directory due to permission issues (<a href="https://redirect.github.com/douglascamata/setup-docker-macos-action/pull/53">#53</a>).</li> </ul> <h2>[v1.0.1] - 2025-10-07</h2> <h3>Added</h3> <ul> <li>Support for macOS 15 on Intel CPUs (<a href="https://redirect.github.com/douglascamata/setup-docker-macos-action/pull/49">#49</a>).</li> </ul> <h3>Removed</h3> <ul> <li>Python conflicts workaround that was previously required for QEMU dependency. Since this action no longer installs QEMU as a dependency, the workaround is no longer needed (<a href="https://redirect.github.com/douglascamata/setup-docker-macos-action/pull/48">#48</a>).</li> </ul> <h2>[v1.0.0] - 2025-04-16</h2> <p>This release is just a retag of <code>v1-alpha.16</code> as <code>v1.0.0</code>.</p> <h2>[v1-alpha.16] - 2025-01-16</h2> <h3>Fixed</h3> <ul> <li>Run <code>brew update</code> without <code>--preinstall</code>, as it was removed from Homebrew since a while and 4.4.16 started rejecting it. (<a href="https://redirect.github.com/douglascamata/setup-docker-macos-action/pull/45">#45</a>)</li> </ul> <h2>[v1-alpha.15] - 2024-11-27</h2> <h3>Added</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/douglascamata/setup-docker-macos-action/commit/d5ccc6aae0ce23e7700154f5e63cc53e6433ac48"><code>d5ccc6a</code></a> Prepare changelog for v1.1.0</li> <li><a href="https://github.com/douglascamata/setup-docker-macos-action/commit/e9ab5e6be01bf80209b62e63e4d9f6ab8f9e9dd6"><code>e9ab5e6</code></a> Install and configure <code>docker buildx</code> (<a href="https://redirect.github.com/douglascamata/setup-docker-macos-action/issues/60">#60</a>)</li> <li><a href="https://github.com/douglascamata/setup-docker-macos-action/commit/97200b217bba1756a1553a8dfc054f0d2072e8d2"><code>97200b2</code></a> Add self test to cover access via VM network address (<a href="https://redirect.github.com/douglascamata/setup-docker-macos-action/issues/57">#57</a>)</li> <li><a href="https://github.com/douglascamata/setup-docker-macos-action/commit/c1dd43caa51675f36e413202b738f0dee34efeb5"><code>c1dd43c</code></a> Remove support for retired <code>macos-13</code> (<a href="https://redirect.github.com/douglascamata/setup-docker-macos-action/issues/59">#59</a>)</li> <li><a href="https://github.com/douglascamata/setup-docker-macos-action/commit/1a5b5b065020af325e060039ba557f09055b767c"><code>1a5b5b0</code></a> Add small release script to help me out next time</li> <li>See full diff in <a href="https://github.com/douglascamata/setup-docker-macos-action/compare/5643cfd7e434881308f89f2f3ae8852da11df909...d5ccc6aae0ce23e7700154f5e63cc53e6433ac48">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=douglascamata/setup-docker-macos-action&package-manager=github_actions&previous-version=1.0.2&new-version=1.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 414899c commit 62f774f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136

137137
- name: "Traefik: Setup Docker - Colima (MacOS)"
138138
if: ${{ matrix.traefik-server && contains(matrix.os, 'mac') }}
139-
uses: douglascamata/setup-docker-macos-action@5643cfd7e434881308f89f2f3ae8852da11df909
139+
uses: douglascamata/setup-docker-macos-action@d5ccc6aae0ce23e7700154f5e63cc53e6433ac48
140140
with:
141141
colima-network-address: true
142142

0 commit comments

Comments
 (0)