- Notifications
You must be signed in to change notification settings - Fork3
Comparing changes
Open a pull request
base repository:coder/terraform-provider-coderd
Uh oh!
There was an error while loading.Please reload this page.
base:283e3cc
head repository:coder/terraform-provider-coderd
Uh oh!
There was an error while loading.Please reload this page.
compare:7b1d4e8
- 13commits
- 16files changed
- 2contributors
Commits on Dec 5, 2024
docs: update org resource (#151)
Output can be previewed by pasting the markdown intohttps://registry.terraform.io/tools/doc-preview
Commits on Dec 17, 2024
chore(deps): bump coder from v2.17.0 to v2.18.1 (#157)
Also installs Terraform on the `make gen` runner, as it no longer comesincluded with the `ubuntu-latest` image after it was upgraded to`24.04`.
Commits on Dec 19, 2024
chore(deps): bump github.com/docker/docker from 27.2.1+incompatible t…
…o 27.4.0+incompatible (#154)Bumps [github.com/docker/docker](https://github.com/docker/docker) from27.2.1+incompatible to 27.4.0+incompatible.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/docker/docker/releases">github.com/docker/docker'sreleases</a>.</em></p><blockquote><h2>v27.4.0</h2><h2>27.4.0</h2><p>For a full list of pull requests and changes in this release, referto the relevant GitHub milestones:</p><ul><li><ahref="https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A27.4.0">docker/cli,27.4.0 milestone</a></li><li><ahref="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A27.4.0">moby/moby,27.4.0 milestone</a></li></ul><h3>API</h3><ul><li><code>GET /images/json</code> with the <code>manifests</code> optionenabled now preserves the original order in which manifests appeared inthe manifest-index. <ahref="https://redirect.github.com/moby/moby/pull/48712">moby/moby#48712</a></li></ul><h3>Bug fixes and enhancements</h3><ul><li>When reading logs with the <code>jsonfile</code> or<code>local</code> log drivers, any errors while trying to read or parseunderlying log files will cause the rest of the file to be skipped andmove to the next log file (if one exists) rather than returning an errorto the client and closing the stream. The errors are viewable in theDocker Daemon logs and exported to traces when tracing is configured. <ahref="https://redirect.github.com/moby/moby/pull/48842">moby/moby#48842</a></li><li>When reading log files, compressed log files are now onlydecompressed when needed rather than decompressing all files beforestarting the log stream. <ahref="https://redirect.github.com/moby/moby/pull/48842">moby/moby#48842</a></li><li>Fix an issue that meant published ports from one container on abridge network were not accessible from another container on the samenetwork with <code>userland-proxy</code> disabled, if the kernel's<code>br_netfilter</code> module was not loaded and enabled. The daemonwill now attempt to load the module and enable<code>bridge-nf-call-iptables</code> or<code>bridge-nf-call-ip6tables</code> when creating a network with theuserland proxy disabled. <ahref="https://redirect.github.com/moby/moby/pull/48685">moby/moby#48685</a></li><li>Fix loading of <code>bridge</code> and <code>br_netfilter</code>kernel modules. <ahref="https://redirect.github.com/moby/moby/pull/48966">moby/moby#48966</a></li><li>containerd image store: Fix Docker daemon failing to fully startwith a "context deadline exceeded error" with containerdsnapshotter and many builds/images. <ahref="https://redirect.github.com/moby/moby/pull/48954">moby/moby#48954</a></li><li>containerd image-store: Fix partially pulled images not beinggarbage-collected. <ahref="https://redirect.github.com/moby/moby/pull/48910">moby#48910</a>,<ahref="https://redirect.github.com/moby/moby/pull/48957">moby/moby#48957</a></li><li>containerd image store: Fix <code>docker image inspect</code>outputting duplicate references in <code>RepoDigests</code>. <ahref="https://redirect.github.com/moby/moby/pull/48785">moby/moby#48785</a></li><li>containerd image store: Fix not being able to connect to someinsecure registries in cases where the HTTPS request failed due to anon-TLS related error. <ahref="https://redirect.github.com/moby/moby/pull/48758">moby/moby#48758</a></li><li>containerd image store: Remove a confusing warning log when tagginga non-dangling image. <ahref="https://redirect.github.com/moby/moby/pull/49010">moby/moby#49010</a></li><li>dockerd-rootless-setuptool.sh: let --force ignore smoke test errors<ahref="https://redirect.github.com/moby/moby/pull/48695">moby/moby#48695</a></li><li>Disable IPv6 Duplicate Address Detection (DAD) for addressesassigned to the bridges belonging to bridge networks. <ahref="https://redirect.github.com/moby/moby/pull/48684">moby/moby#48684</a></li><li>Remove BuildKit init timeout. <ahref="https://redirect.github.com/moby/moby/pull/48963">moby/moby#48963</a></li><li>Ignore "dataset does not exist" error when removingdataset on ZFS. <ahref="https://redirect.github.com/moby/moby/pull/48968">moby/moby#48968</a></li><li>Client: Prevent idle connections leaking FDs. <ahref="https://redirect.github.com/moby/moby/pull/48764">moby/moby#48764</a></li><li>Fix anonymous volumes being created through the <code>--mount</code>option not being marked as anonymous. <ahref="https://redirect.github.com/moby/moby/pull/48755">moby/moby#48755</a></li><li>After a daemon restart with live-restore, ensure an iptables jump tothe <code>DOCKER-USER</code> chain is placed before other rules. <ahref="https://redirect.github.com/moby/moby/pull/48714">moby/moby#48714</a></li><li>Fix a possible memory leak caused by OTel meters. <ahref="https://redirect.github.com/moby/moby/pull/48693">moby/moby#48693</a></li><li>Create distinct build history db for each store. <ahref="https://redirect.github.com/moby/moby/pull/48688">moby/moby#48688</a></li><li>Fix an issue that caused excessive memory usage when DNS resolutionwas made in a tight loop. <ahref="https://redirect.github.com/moby/moby/pull/48840">moby/moby#48840</a></li><li>containerd image store: Do not underline names in <code>docker imagels --tree</code>. <ahref="https://redirect.github.com/docker/cli/pull/5519">docker/cli#5519</a></li><li>containerd image store: Change name of <code>USED</code> column in<code>docker image ls --tree</code> to <code>IN USE</code>. <ahref="https://redirect.github.com/docker/cli/pull/5518">docker/cli#5518</a></li><li>Fix a bug preventing image pulls from being cancelled during<code>docker run</code>. <ahref="https://redirect.github.com/docker/cli/pull/5654">docker/cli#5654</a></li><li>Port some completions from the bash completion to the new cobrabased completion. <ahref="https://redirect.github.com/docker/cli/pull/5618">docker/cli#5618</a></li><li>The <code>docker login</code> and <code>docker logout</code> commandno longer update the configuration file if the credentials didn'tchange. <ahref="https://redirect.github.com/docker/cli/pull/5569">docker/cli#5569</a></li><li>Optimise <code>docker stats</code> to reduce flickering issues. <ahref="https://redirect.github.com/docker/cli/pull/5588">docker/cli#5588</a>,<ahref="https://redirect.github.com/docker/cli/pull/5635">docker/cli#5635</a></li><li>Fix inaccessible plugins paths preventing plugins from beingdetected. <ahref="https://redirect.github.com/docker/cli/pull/5652">docker/cli#5652</a></li><li>Add support for <code>events --filter</code> in cobra generatedshell completions. <ahref="https://redirect.github.com/docker/cli/pull/5614">docker/cli#5614</a></li><li>Fix bash completion for <code>events --filter daemon=</code>. <ahref="https://redirect.github.com/docker/cli/pull/5563">docker/cli#5563</a></li><li>Improve shell-completion of containers for <code>docker rm</code>.<ahref="https://redirect.github.com/docker/cli/pull/5540">docker/cli#5540</a></li><li>Add shell-completion for <code>--platform</code> flags. <ahref="https://redirect.github.com/docker/cli/pull/5540">docker/cli#5540</a></li><li>rootless: Make <code>/etc/cdi</code> and <code>/var/run/cdi</code>accessible by the Container Device Interface (CDI) integration. <ahref="https://redirect.github.com/moby/moby/pull/49027">moby/moby#49027</a></li></ul><h3>Removed</h3><ul><li>Deprecate <code>Daemon.Exists()</code> and<code>Daemon.IsPaused()</code>. These functions are no longer used andwill be removed in the next release. <ahref="https://redirect.github.com/moby/moby/pull/48719">moby/moby#48719</a></li><li>Deprecate <code>container.ErrNameReserved</code> and<code>container.ErrNameNotReserved</code>. <ahref="https://redirect.github.com/moby/moby/pull/48697">moby/moby#48697</a></li></ul><!-- raw HTML omitted --></blockquote><p>... (truncated)</p></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/moby/moby/commit/92a83937d0280dcbea92099b01e01aa4251c1777"><code>92a8393</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/49027">#49027</a>from thaJeztah/27.x_backport_cdi-rootless</li><li><ahref="https://github.com/moby/moby/commit/9163aa379a8212c08c14aeff45a25131faa3d47b"><code>9163aa3</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/49026">#49026</a>from thaJeztah/27.x_update_go_1.22.10</li><li><ahref="https://github.com/moby/moby/commit/4775621ab6ab5adb94450d8edfa7f85c790070f7"><code>4775621</code></a>Dockerd rootless: make {/etc,/var/run}/cdi available</li><li><ahref="https://github.com/moby/moby/commit/0176f4a5c3b354fa2c7aa76f1249c1ef93d2d8a1"><code>0176f4a</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/49024">#49024</a>from thaJeztah/27.x_vendor_buildkit_0.17.3</li><li><ahref="https://github.com/moby/moby/commit/0e34b3956b6e95324d67517305a3376d36896490"><code>0e34b39</code></a>update to go1.22.10</li><li><ahref="https://github.com/moby/moby/commit/7919b806e7654c999656ff2288fed76542b2707e"><code>7919b80</code></a>[27.x] vendor: github.com/moby/buildkit v0.17.3</li><li><ahref="https://github.com/moby/moby/commit/a92d4c5a575722f61bfe6f659360a17fb6a53f0d"><code>a92d4c5</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/49013">#49013</a>from vvoland/49006-27.x</li><li><ahref="https://github.com/moby/moby/commit/1cc127466dcb3ad693b5285ff13ba3e24163277f"><code>1cc1274</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/49010">#49010</a>from vvoland/49009-27.x</li><li><ahref="https://github.com/moby/moby/commit/525b929947e8cf02246ab53915d1ea89936a2181"><code>525b929</code></a>registry: deprecate RepositoryInfo.Class</li><li><ahref="https://github.com/moby/moby/commit/d6d43b29126043b479ff967f20259a5491d58f0f"><code>d6d43b2</code></a>c8d/tag: Don't log a warning if the source image is not dangling</li><li>Additional commits viewable in <ahref="https://github.com/docker/docker/compare/v27.2.1...v27.4.0">compareview</a></li></ul></details><br />[](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'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR or upgrade to it yourself)</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump actions/setup-go from 5.1.0 to 5.2.0 (#153)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.1.0to 5.2.0.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/actions/setup-go/releases">actions/setup-go'sreleases</a>.</em></p><blockquote><h2>v5.2.0</h2><h2>What's Changed</h2><ul><li>Leveraging the raw API to retrieve the version-manifest, as it doesnot impose a rate limit and hence facilitates unrestricted consumptionwithout the need for a token for Github Enterprise Servers by <ahref="https://github.com/Shegox"><code>@Shegox</code></a> in <ahref="https://redirect.github.com/actions/setup-go/pull/496">actions/setup-go#496</a></li></ul><h2>New Contributors</h2><ul><li><a href="https://github.com/Shegox"><code>@Shegox</code></a> madetheir first contribution in <ahref="https://redirect.github.com/actions/setup-go/pull/496">actions/setup-go#496</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/actions/setup-go/compare/v5...v5.2.0">https://github.com/actions/setup-go/compare/v5...v5.2.0</a></p></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/actions/setup-go/commit/3041bf56c941b39c61721a86cd11f3bb1338122a"><code>3041bf5</code></a>feat: fallback to "raw" endpoint for manifest when rate limitis reached (<ahref="https://redirect.github.com/actions/setup-go/issues/496">#496</a>)</li><li>See full diff in <ahref="https://github.com/actions/setup-go/compare/41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed...3041bf56c941b39c61721a86cd11f3bb1338122a">compareview</a></li></ul></details><br />[](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'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR or upgrade to it yourself)</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump github.com/hashicorp/terraform-plugin-framework-val…
…idators from 0.15.0 to 0.16.0 (#155)Bumps[github.com/hashicorp/terraform-plugin-framework-validators](https://github.com/hashicorp/terraform-plugin-framework-validators)from 0.15.0 to 0.16.0.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/hashicorp/terraform-plugin-framework-validators/releases">github.com/hashicorp/terraform-plugin-framework-validators'sreleases</a>.</em></p><blockquote><h2>v0.16.0</h2><p>FEATURES:</p><ul><li>listvalidator: Added <code>NoNullValues</code> validator (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/245">#245</a>)</li><li>mapvalidator: Added <code>NoNullValues</code> validator (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/245">#245</a>)</li><li>setvalidator: Added <code>NoNullValues</code> validator (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/245">#245</a>)</li><li>dynamicvalidator: New package which contains<code>types.Dynamic</code> specific validators (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/249">#249</a>)</li></ul><p>BUG FIXES:</p><ul><li>Fixed bug with <code>ConflictsWith</code> and<code>AlsoRequires</code> validators where unknown values would raiseinvalid diagnostics during <code>terraform validate</code>. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/251">#251</a>)</li></ul></blockquote></details><details><summary>Changelog</summary><p><em>Sourced from <ahref="https://github.com/hashicorp/terraform-plugin-framework-validators/blob/main/CHANGELOG.md">github.com/hashicorp/terraform-plugin-framework-validators'schangelog</a>.</em></p><blockquote><h2>0.16.0 (December 12, 2024)</h2><p>FEATURES:</p><ul><li>listvalidator: Added <code>NoNullValues</code> validator (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/245">#245</a>)</li><li>mapvalidator: Added <code>NoNullValues</code> validator (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/245">#245</a>)</li><li>setvalidator: Added <code>NoNullValues</code> validator (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/245">#245</a>)</li><li>dynamicvalidator: New package which contains<code>types.Dynamic</code> specific validators (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/249">#249</a>)</li></ul><p>BUG FIXES:</p><ul><li>Fixed bug with <code>ConflictsWith</code> and<code>AlsoRequires</code> validators where unknown values would raiseinvalid diagnostics during <code>terraform validate</code>. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/251">#251</a>)</li></ul></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/89e17eeb9a88cd0c67a500189efb1a5e9da6674c"><code>89e17ee</code></a>Update changelog</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/b500ce7214925c4023cb3eef0365e9191c16f0c8"><code>b500ce7</code></a>internal/schemavalidator: Fix bug where unknown values were returningerror d...</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/16687f3cdd1b17924a7fb779f9335128845996c8"><code>16687f3</code></a>New package <code>dynamicvalidator</code> (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/249">#249</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/7d19faa657bf4d30349d1f2f092d6f65572fccbf"><code>7d19faa</code></a>Add <code>NoNullValues</code> validators (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/246">#246</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/e16013a7d79f25a80fee3ea2b57f2c06a4bc6e1b"><code>e16013a</code></a>Result of tsccr-helper -log-level=info gha update -latest .github/ (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/248">#248</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/6831a7cd6a74172dd79185b48c081e218a573b41"><code>6831a7c</code></a>build(deps): bump github.com/golang-jwt/jwt/v4 in /tools (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/247">#247</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/c832d5d0a43d324f804603997aaa177074a64eb4"><code>c832d5d</code></a>Result of tsccr-helper -log-level=info gha update -latest .github/ (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/244">#244</a>)</li><li>See full diff in <ahref="https://github.com/hashicorp/terraform-plugin-framework-validators/compare/v0.15.0...v0.16.0">compareview</a></li></ul></details><br />[](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'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR or upgrade to it yourself)</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commits on Jan 6, 2025
docs: add URL scheme to example (#160)
Closes#159.This updates the documentation to include the access URL scheme in theexample, matching the coder.com docs.It also implicitly adds the scheme to the provided access URL if notpresent, only prepending `http://` if the access URL is localhost. Thisis the same behaviour as `coder login`.
Commits on Jan 20, 2025
chore(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 (#…
…163)Bumps[golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action)from 6.1.1 to 6.2.0.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/golangci/golangci-lint-action/releases">golangci/golangci-lint-action'sreleases</a>.</em></p><blockquote><h2>v6.2.0</h2><!-- raw HTML omitted --><h2>What's Changed</h2><h3>Changes</h3><ul><li>chore: use new build tag syntax by <ahref="https://github.com/alexandear"><code>@alexandear</code></a> in <ahref="https://redirect.github.com/golangci/golangci-lint-action/pull/1133">golangci/golangci-lint-action#1133</a></li><li>feat: support linux arm64 public preview by <ahref="https://github.com/ldez"><code>@ldez</code></a> in <ahref="https://redirect.github.com/golangci/golangci-lint-action/pull/1144">golangci/golangci-lint-action#1144</a></li></ul><h3>Documentation</h3><ul><li>docs: update local development instructions by <ahref="https://github.com/dmitris"><code>@dmitris</code></a> in <ahref="https://redirect.github.com/golangci/golangci-lint-action/pull/1125">golangci/golangci-lint-action#1125</a></li></ul><h3>Dependencies</h3><ul><li>build(deps-dev): bump the dev-dependencies group with 3 updates by<a href="https://github.com/dependabot"><code>@dependabot</code></a> in<ahref="https://redirect.github.com/golangci/golangci-lint-action/pull/1112">golangci/golangci-lint-action#1112</a></li><li>build(deps): bump the dependencies group with 2 updates by <ahref="https://github.com/dependabot"><code>@dependabot</code></a> in <ahref="https://redirect.github.com/golangci/golangci-lint-action/pull/1113">golangci/golangci-lint-action#1113</a></li><li>build(deps-dev): bump the dev-dependencies group with 3 updates by<a href="https://github.com/dependabot"><code>@dependabot</code></a> in<ahref="https://redirect.github.com/golangci/golangci-lint-action/pull/1114">golangci/golangci-lint-action#1114</a></li><li>build(deps): bump <code>@types/node</code> from 22.7.4 to 22.7.5 inthe dependencies group by <ahref="https://github.com/dependabot"><code>@dependabot</code></a> in <ahref="https://redirect.github.com/golangci/golangci-lint-action/pull/1115">golangci/golangci-lint-action#1115</a></li><li>build(deps-dev): bump the dev-dependencies group with 2 updates by<a href="https://github.com/dependabot"><code>@dependabot</code></a> in<ahref="https://redirect.github.com/golangci/golangci-lint-action/pull/1117">golangci/golangci-lint-action#1117</a></li><li>build(deps): bump <code>@types/node</code> from 22.7.5 to 22.7.7 inthe dependencies group by <ahref="https://github.com/dependabot"><code>@dependabot</code></a> in <ahref="https://redirect.github.com/golangci/golangci-lint-action/pull/1118">golangci/golangci-lint-action#1118</a></li><li>build(deps-dev): bump the dev-dependencies group with 2 updates by<a href="https://github.com/dependabot"><code>@dependabot</code></a> in<ahref="https://redirect.github.com/golangci/golangci-lint-action/pull/1119">golangci/golangci-lint-action#1119</a></li><li>build(deps): bump <code>@types/node</code> from 22.7.7 to 22.8.1 inthe dependencies group by <ahref="https://github.com/dependabot"><code>@dependabot</code></a> in <ahref="https://redirect.github.com/golangci/golangci-lint-action/pull/1120">golangci/golangci-lint-action#1120</a></li><li>build(deps-dev): bump the dev-dependencies group with 2 updates by<a href="https://github.com/dependabot"><code>@dependabot</code></a> in<ahref="https://redirect.github.com/golangci/golangci-lint-action/pull/1122">golangci/golangci-lint-action#1122</a></li><li>build(deps): bump the dependencies group with 2 updates by <ahref="https://github.com/dependabot"><code>@dependabot</code></a> in <ahref="https://redirect.github.com/golangci/golangci-lint-action/pull/1123">golangci/golangci-lint-action#1123</a></li><li>build(deps-dev): bump the dev-dependencies group with 2 updates by<a href="https://github.com/dependabot"><code>@dependabot</code></a> in<ahref="https://redirect.github.com/golangci/golangci-lint-action/pull/1126">golangci/golangci-lint-action#1126</a></li><li>build(deps): bump <code>@types/node</code> from 22.8.7 to 22.9.0 inthe dependencies group by <ahref="https://github.com/dependabot"><code>@dependabot</code></a> in <ahref="https://redirect.github.com/golangci/golangci-lint-action/pull/1127">golangci/golangci-lint-action#1127</a></li><li>build(deps-dev): bump the dev-dependencies group with 3 updates by<a href="https://github.com/dependabot"><code>@dependabot</code></a> in<ahref="https://redirect.github.com/golangci/golangci-lint-action/pull/1128">golangci/golangci-lint-action#1128</a></li><li>build(deps): bump <code>@types/node</code> from 22.9.0 to 22.9.3 inthe dependencies group by <ahref="https://github.com/dependabot"><code>@dependabot</code></a> in <ahref="https://redirect.github.com/golangci/golangci-lint-action/pull/1130">golangci/golangci-lint-action#1130</a></li><li>build(deps): bump <code>@types/node</code> from 22.9.3 to 22.10.1in the dependencies group by <ahref="https://github.com/dependabot"><code>@dependabot</code></a> in <ahref="https://redirect.github.com/golangci/golangci-lint-action/pull/1131">golangci/golangci-lint-action#1131</a></li><li>build(deps-dev): bump the dev-dependencies group across 1 directorywith 4 updates by <ahref="https://github.com/dependabot"><code>@dependabot</code></a> in <ahref="https://redirect.github.com/golangci/golangci-lint-action/pull/1132">golangci/golangci-lint-action#1132</a></li><li>build(deps-dev): bump the dev-dependencies group with 3 updates by<a href="https://github.com/dependabot"><code>@dependabot</code></a> in<ahref="https://redirect.github.com/golangci/golangci-lint-action/pull/1134">golangci/golangci-lint-action#1134</a></li><li>build(deps): bump <code>@actions/cache</code> from 3.3.0 to 4.0.0in the dependencies group by <ahref="https://github.com/dependabot"><code>@dependabot</code></a> in <ahref="https://redirect.github.com/golangci/golangci-lint-action/pull/1135">golangci/golangci-lint-action#1135</a></li><li>build(deps-dev): bump the dev-dependencies group with 2 updates by<a href="https://github.com/dependabot"><code>@dependabot</code></a> in<ahref="https://redirect.github.com/golangci/golangci-lint-action/pull/1136">golangci/golangci-lint-action#1136</a></li><li>build(deps): bump <code>@types/node</code> from 22.10.1 to 22.10.2in the dependencies group by <ahref="https://github.com/dependabot"><code>@dependabot</code></a> in <ahref="https://redirect.github.com/golangci/golangci-lint-action/pull/1137">golangci/golangci-lint-action#1137</a></li><li>build(deps-dev): bump the dev-dependencies group with 2 updates by<a href="https://github.com/dependabot"><code>@dependabot</code></a> in<ahref="https://redirect.github.com/golangci/golangci-lint-action/pull/1138">golangci/golangci-lint-action#1138</a></li><li>build(deps-dev): bump the dev-dependencies group with 2 updates by<a href="https://github.com/dependabot"><code>@dependabot</code></a> in<ahref="https://redirect.github.com/golangci/golangci-lint-action/pull/1139">golangci/golangci-lint-action#1139</a></li><li>build(deps-dev): bump the dev-dependencies group with 2 updates by<a href="https://github.com/dependabot"><code>@dependabot</code></a> in<ahref="https://redirect.github.com/golangci/golangci-lint-action/pull/1141">golangci/golangci-lint-action#1141</a></li><li>build(deps): bump <code>@types/node</code> from 22.10.2 to 22.10.5in the dependencies group by <ahref="https://github.com/dependabot"><code>@dependabot</code></a> in <ahref="https://redirect.github.com/golangci/golangci-lint-action/pull/1142">golangci/golangci-lint-action#1142</a></li><li>build(deps-dev): bump the dev-dependencies group with 3 updates by<a href="https://github.com/dependabot"><code>@dependabot</code></a> in<ahref="https://redirect.github.com/golangci/golangci-lint-action/pull/1143">golangci/golangci-lint-action#1143</a></li></ul><h2>New Contributors</h2><ul><li><a href="https://github.com/dmitris"><code>@dmitris</code></a> madetheir first contribution in <ahref="https://redirect.github.com/golangci/golangci-lint-action/pull/1125">golangci/golangci-lint-action#1125</a></li><li><ahref="https://github.com/alexandear"><code>@alexandear</code></a> madetheir first contribution in <ahref="https://redirect.github.com/golangci/golangci-lint-action/pull/1133">golangci/golangci-lint-action#1133</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/golangci/golangci-lint-action/compare/v6.1.1...v6.2.0">https://github.com/golangci/golangci-lint-action/compare/v6.1.1...v6.2.0</a></p></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/golangci/golangci-lint-action/commit/ec5d18412c0aeab7936cb16880d708ba2a64e1ae"><code>ec5d184</code></a>feat: support linux arm64 public preview (<ahref="https://redirect.github.com/golangci/golangci-lint-action/issues/1144">#1144</a>)</li><li><ahref="https://github.com/golangci/golangci-lint-action/commit/a0297a137827338a46f13803e445426219bb07be"><code>a0297a1</code></a>build(deps-dev): bump the dev-dependencies group with 3 updates (<ahref="https://redirect.github.com/golangci/golangci-lint-action/issues/1143">#1143</a>)</li><li><ahref="https://github.com/golangci/golangci-lint-action/commit/58eda26a511c265ee35b3ee4b101fb8adfd76480"><code>58eda26</code></a>build(deps): bump <code>@types/node</code> from 22.10.2 to 22.10.5 inthe dependencies gro...</li><li><ahref="https://github.com/golangci/golangci-lint-action/commit/44c24345067b52de8ba69bbc06171f3eb93ae74d"><code>44c2434</code></a>build(deps-dev): bump the dev-dependencies group with 2 updates (<ahref="https://redirect.github.com/golangci/golangci-lint-action/issues/1141">#1141</a>)</li><li><ahref="https://github.com/golangci/golangci-lint-action/commit/2f13b8027d5e60ac6e32b086a0dc4d2ae4cb3f77"><code>2f13b80</code></a>build(deps-dev): bump the dev-dependencies group with 2 updates (<ahref="https://redirect.github.com/golangci/golangci-lint-action/issues/1139">#1139</a>)</li><li><ahref="https://github.com/golangci/golangci-lint-action/commit/1ac36865a67f3dce6e44b851a4a8c068272a9d34"><code>1ac3686</code></a>build(deps-dev): bump the dev-dependencies group with 2 updates (<ahref="https://redirect.github.com/golangci/golangci-lint-action/issues/1138">#1138</a>)</li><li><ahref="https://github.com/golangci/golangci-lint-action/commit/9937fdf7189f2958a2dc9f6d585e5d65e3326d20"><code>9937fdf</code></a>build(deps): bump <code>@types/node</code> from 22.10.1 to 22.10.2 inthe dependencies gro...</li><li><ahref="https://github.com/golangci/golangci-lint-action/commit/cb60b26e7ac8271a28750fffe50d08cd8194be4c"><code>cb60b26</code></a>build(deps-dev): bump the dev-dependencies group with 2 updates (<ahref="https://redirect.github.com/golangci/golangci-lint-action/issues/1136">#1136</a>)</li><li><ahref="https://github.com/golangci/golangci-lint-action/commit/774c35bcccffb734694af9e921f12f57d882ef74"><code>774c35b</code></a>build(deps): bump <code>@actions/cache</code> from 3.3.0 to 4.0.0 inthe dependencies grou...</li><li><ahref="https://github.com/golangci/golangci-lint-action/commit/7ce548721e510362ce7ad242d926464152b47c18"><code>7ce5487</code></a>build(deps-dev): bump the dev-dependencies group with 3 updates (<ahref="https://redirect.github.com/golangci/golangci-lint-action/issues/1134">#1134</a>)</li><li>Additional commits viewable in <ahref="https://github.com/golangci/golangci-lint-action/compare/971e284b6050e8a5849b72094c50ab08da042db8...ec5d18412c0aeab7936cb16880d708ba2a64e1ae">compareview</a></li></ul></details><br />[](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'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR or upgrade to it yourself)</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump github.com/otiai10/copy from 1.14.0 to 1.14.1 (#161)
Bumps [github.com/otiai10/copy](https://github.com/otiai10/copy) from1.14.0 to 1.14.1.<details><summary>Commits</summary><ul><li><ahref="https://github.com/otiai10/copy/commit/5ef5923d6ff098ea7a51792c1ec963d04fad9794"><code>5ef5923</code></a>Revert "CopyMethod" since it's not ready</li><li><ahref="https://github.com/otiai10/copy/commit/49b0b590f1e1dce6302b9015a46ea0de5d93c78f"><code>49b0b59</code></a>Merge pull request <ahref="https://redirect.github.com/otiai10/copy/issues/164">#164</a> frometh-p/feat-copymethod-api</li><li><ahref="https://github.com/otiai10/copy/commit/f530620eff26f3b41da4b39cf1644fd2b2077a81"><code>f530620</code></a>ci: Allow triggering Go workflow manually</li><li><ahref="https://github.com/otiai10/copy/commit/b4dd78950409e635a944027f57004cb58416e9eb"><code>b4dd789</code></a>refactor: Split common code out of CopyBytes</li><li><ahref="https://github.com/otiai10/copy/commit/920581318a1a1b5f4cedabc45dd0eef30382f5fe"><code>9205813</code></a>feat: Add FileCopyMethod option / API</li><li><ahref="https://github.com/otiai10/copy/commit/2f93b8fb9fa3fb19eadf01677340f645d08e20f2"><code>2f93b8f</code></a>Merge pull request <ahref="https://redirect.github.com/otiai10/copy/issues/159">#159</a> fromotiai10/dependabot/go_modules/main/golang.org/x/...</li><li><ahref="https://github.com/otiai10/copy/commit/87072f38361dc7a598cbc0fd2dde02d3059cc6ea"><code>87072f3</code></a>Bump golang.org/x/sys from 0.23.0 to 0.24.0</li><li><ahref="https://github.com/otiai10/copy/commit/d0690cbeaf0cb43ad31e2e2f8e15029b4dd60444"><code>d0690cb</code></a>Merge pull request <ahref="https://redirect.github.com/otiai10/copy/issues/158">#158</a> fromotiai10/dependabot/go_modules/main/golang.org/x/...</li><li><ahref="https://github.com/otiai10/copy/commit/b87119dbeaa2f8b2b5b46cfc46458ae76b6f513f"><code>b87119d</code></a>Bump golang.org/x/sys from 0.22.0 to 0.23.0</li><li><ahref="https://github.com/otiai10/copy/commit/355527c33847213c4df33934aec5b39d6a168dd6"><code>355527c</code></a>Merge pull request <ahref="https://redirect.github.com/otiai10/copy/issues/157">#157</a> fromotiai10/dependabot/go_modules/main/golang.org/x/...</li><li>Additional commits viewable in <ahref="https://github.com/otiai10/copy/compare/v1.14.0...v1.14.1">compareview</a></li></ul></details><br />[](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'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR or upgrade to it yourself)</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump github.com/docker/docker from 27.4.0+incompatible t…
…o 27.5.0+incompatible (#165)Bumps [github.com/docker/docker](https://github.com/docker/docker) from27.4.0+incompatible to 27.5.0+incompatible.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/docker/docker/releases">github.com/docker/docker'sreleases</a>.</em></p><blockquote><h2>v27.5.0</h2><h2>27.5.0</h2><p>For a full list of pull requests and changes in this release, referto the relevant GitHub milestones:</p><ul><li><ahref="https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A27.5.0">docker/cli,27.5.0 milestone</a></li><li><ahref="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A27.5.0">moby/moby,27.5.0 milestone</a></li></ul><h3>Bugfixes and enhancements</h3><ul><li>containerd image store: Fix passing a build context via tarball tothe <code>/build</code> endpoint. <ahref="https://redirect.github.com/moby/moby/pull/49194">moby/moby#49194</a></li><li>Builder garbage collection policies without a<code>keepStorage</code> value now inherit the<code>defaultKeepStorage</code> limit as intended. <ahref="https://redirect.github.com/moby/moby/pull/49137">moby/moby#49137</a></li><li>Preserve network labels during daemon startup. <ahref="https://redirect.github.com/moby/moby/pull/49200">moby/moby#49200</a></li><li>Fix a potential race condition error when deleting a container. <ahref="https://redirect.github.com/moby/moby/pull/49239">moby/moby#49239</a></li></ul><h3>Go SDK</h3><ul><li><code>pkg/sysinfo</code>: deprecate <code>NumCPU</code>. Thisutility has the same behavior as <code>runtime.NumCPU</code>. <ahref="https://redirect.github.com/moby/moby/pull/49247">moby/moby#49247</a></li><li><code>pkg/fileutils</code>: deprecate <code>GetTotalUsedFds</code>:this function is only used internally and will be removed in the nextrelease. <ahref="https://redirect.github.com/moby/moby/pull/49209">moby/moby#49209</a></li><li><code>pkg/ioutils</code>: deprecate <code>BytesPipe</code>,<code>NewBytesPipe</code>, <code>ErrClosed</code>,<code>WriteCounter</code>, <code>NewWriteCounter</code>,<code>NewReaderErrWrapper</code>, <code>NopFlusher</code>,<code>NopWriter</code>, <code>NopWriteCloser</code>. They were only usedinternally and will be removed in the next release. <ahref="https://redirect.github.com/moby/moby/pull/49246">moby/moby#49246</a>,<ahref="https://redirect.github.com/moby/moby/pull/49255">moby/moby#49255</a></li><li><code>pkg/reexec</code>: This package is deprecated and moved to aseparate module. Use <code>github.com/moby/sys/reexec</code> instead. <ahref="https://redirect.github.com/moby/moby/pull/49135">moby/moby#49135</a></li></ul><h3>Packaging updates</h3><ul><li>Update containerd to <ahref="https://github.com/containerd/containerd/releases/tag/v1.7.25">v1.7.25</a><ahref="https://redirect.github.com/moby/moby/pull/49253">moby/moby#49253</a></li><li>Update <code>runc</code> to <ahref="https://github.com/opencontainers/runc/releases/tag/v1.2.4">v1.2.4</a><ahref="https://redirect.github.com/moby/moby/pull/49243">moby/moby#49243</a></li><li>Update BuildKit to <ahref="https://github.com/moby/buildkit/releases/tag/v0.18.2">v0.18.2</a><ahref="https://redirect.github.com/moby/moby/pull/48949">moby/moby#48949</a></li><li>Update Compose to <ahref="https://github.com/docker/compose/releases/tag/v2.32.2">v2.32.2</a><ahref="https://redirect.github.com/docker/docker-ce-packaging/pull/1140">docker/docker-ce-packaging#1140</a></li></ul><h2>v27.5.0-rc.2</h2><h2>27.5.0-rc.2</h2><p>This is a pre-release of the upcoming 27.5.0 release.</p><p>Pre-releases are intended for testing new releases: <strong>onlyinstall in a test environment!</strong></p><pre lang="bash"><code>curl -fsSLhttps://get.docker.com -oget-docker.shsudo CHANNEL=test sh get-docker.sh</code></pre><h3>Known issues:</h3><ul><li>There is no changelog yet; an overview of pull requests included inthis release can be found on GitHub:<ul><li>docker cli: <ahref="https://github.com/docker/cli/pulls?q=is%3Apr+milestone%3A27.5.0+is%3Amerged">allpull requests for 27.5.0</a> / <ahref="https://github.com/docker/cli/pulls?q=is%3Apr+milestone%3A27.5.0+label%3Aimpact%2Fchangelog+is%3Amerged">all"changelog" pull requests for 27.5.0</a></li><li>docker engine: <ahref="https://github.com/moby/moby/pulls?q=is%3Apr+milestone%3A27.5.0+is%3Amerged">allpull requests for 27.5.0</a> / <ahref="https://github.com/moby/moby/pulls?q=is%3Apr+milestone%3A27.5.0+label%3Aimpact%2Fchangelog+is%3Amerged">all"changelog" pull requests for 27.5.0</a></li></ul></li><li>There are no packages available yet for the s390x and ppc64learchitectures</li></ul><p>Bugs and regressions can be reported in these issue trackers:</p><!-- raw HTML omitted --></blockquote><p>... (truncated)</p></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/moby/moby/commit/38b84dce32c45732606fe09ffebef8b29a783644"><code>38b84dc</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/49255">#49255</a>from thaJeztah/27.x_backport_ioutils_more_deprecations</li><li><ahref="https://github.com/moby/moby/commit/ae821132d3b5342112b1c8505ce12f05562c2cd4"><code>ae82113</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/49253">#49253</a>from thaJeztah/27.x_backport_bump_containerd_binary...</li><li><ahref="https://github.com/moby/moby/commit/8a2fd51c84e9ce58b7dec29e1b86844ac4b5b3a6"><code>8a2fd51</code></a>pkg/ioutils: deprecate NopWriteCloser</li><li><ahref="https://github.com/moby/moby/commit/cf37b661dd227efff5271c1b5fcc613dc21ef5a7"><code>cf37b66</code></a>pkg/ioutils: deprecate NopWriter</li><li><ahref="https://github.com/moby/moby/commit/c83f65882947c39b8b6c36065b522b7b6c84656e"><code>c83f658</code></a>Dockerfile: update containerd to v1.7.25</li><li><ahref="https://github.com/moby/moby/commit/931be8ef77582bed66786d7a26b0362d62d35444"><code>931be8e</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/49246">#49246</a>from thaJeztah/27.x_backport_ioutils_deprecations</li><li><ahref="https://github.com/moby/moby/commit/2e1aee3326f1de072679d5fbb3a0d2f7e7d7d7cb"><code>2e1aee3</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/49249">#49249</a>from robmry/backport-27.x/fix_unit_tests_for_nftabl...</li><li><ahref="https://github.com/moby/moby/commit/f53d72e0be380a948cd2bc9f909922dc2f95338a"><code>f53d72e</code></a>Fix unit tests for an nftables host</li><li><ahref="https://github.com/moby/moby/commit/55f705597c1e2b16883f2feae29b03f4dcfc0b0f"><code>55f7055</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/49243">#49243</a>from thaJeztah/27.x_backport_bump_runc_binary_1.2.4</li><li><ahref="https://github.com/moby/moby/commit/36ad318a2dbb7624efa8f2e933b33d4ada10d01b"><code>36ad318</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/49247">#49247</a>from thaJeztah/27.x_backport_deprecate_runtime_numcpu</li><li>Additional commits viewable in <ahref="https://github.com/docker/docker/compare/v27.4.0...v27.5.0">compareview</a></li></ul></details><br />[](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'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR or upgrade to it yourself)</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump golang.org/x/net from 0.31.0 to 0.33.0 (#166)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.31.0 to0.33.0.<details><summary>Commits</summary><ul><li><ahref="https://github.com/golang/net/commit/dfc720dfe0cfc125116068c20efcdcb5e4eab464"><code>dfc720d</code></a>go.mod: update golang.org/x dependencies</li><li><ahref="https://github.com/golang/net/commit/8e66b04771e35c4e4125e8c60334b34e2423effb"><code>8e66b04</code></a>html: use strings.EqualFold instead of lowering ourselves</li><li><ahref="https://github.com/golang/net/commit/b935f7b5d723c82894e1a1fd936a94dd2d1eae46"><code>b935f7b</code></a>html: avoid endless loop on error token</li><li><ahref="https://github.com/golang/net/commit/9af49ef148d7d8b3e4cbbd9cc0cd37f2a520a4a3"><code>9af49ef</code></a>route: remove unused sizeof* consts</li><li><ahref="https://github.com/golang/net/commit/6705db9a4df8f2cf16aed83e773e7a0213788b7a"><code>6705db9</code></a>quic: clean up crypto streams when dropping packet protection keys</li><li><ahref="https://github.com/golang/net/commit/4ef7588d2b3f83775099797baac43c34e2e23200"><code>4ef7588</code></a>quic: handle ACK frame in packet which drops number space</li><li><ahref="https://github.com/golang/net/commit/552d8ac903a11a9fde71a88732f5b58b6b394178"><code>552d8ac</code></a>Revert "route: change from syscall to x/sys/unix"</li><li><ahref="https://github.com/golang/net/commit/13a7c0108bd38aad013797cdb95e6bfca0bbcec6"><code>13a7c01</code></a>Revert "route: remove unused sizeof* consts on freebsd"</li><li><ahref="https://github.com/golang/net/commit/285e1cf6650f407805ea8af9255624961b768479"><code>285e1cf</code></a>go.mod: update golang.org/x dependencies</li><li><ahref="https://github.com/golang/net/commit/d0a1049b7e05d3d6f62570a8381a22301a97ae73"><code>d0a1049</code></a>route: remove unused sizeof* consts on freebsd</li><li>Additional commits viewable in <ahref="https://github.com/golang/net/compare/v0.31.0...v0.33.0">compareview</a></li></ul></details><br />[](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'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the[Security Alertspage](https://github.com/coder/terraform-provider-coderd/network/alerts).</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump github.com/coder/coder/v2 from 2.18.1 to 2.18.3 (#164)
Bumps [github.com/coder/coder/v2](https://github.com/coder/coder) from2.18.1 to 2.18.3.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/coder/coder/releases">github.com/coder/coder/v2'sreleases</a>.</em></p><blockquote><h2>v2.18.3</h2><blockquote><h2>Stable (since January 18, 2025)</h2></blockquote><h2>Changelog</h2><h3>Bugfixes</h3><ul><li>Fix a regression causing the "Groups" page to not show upin deployment settings (<ahref="https://redirect.github.com/coder/coder/issues/16185">#16185</a>,fbc2a73be)</li></ul><p>Compare: <ahref="https://github.com/coder/coder/compare/v2.18.2...v2.18.3"><code>v2.18.2...v2.18.3</code></a></p><h2>Container image</h2><ul><li><code>docker pull ghcr.io/coder/coder:v2.18.3</code></li></ul><h2>Install/upgrade</h2><p>Refer to our docs to <ahref="https://coder.com/docs/install">install</a> or <ahref="https://coder.com/docs/install/upgrade">upgrade</a> Coder, or usea release asset below.</p><h2>v2.18.2</h2><h2>Changelog</h2><blockquote><h2>Stable (since Jan 7, 2025)</h2></blockquote><h3>Bugfixes</h3><ul><li>Server: Correctly evaluate dynamic workspace tag values (<ahref="https://redirect.github.com/coder/coder/issues/15897">#15897</a>,dcf51535) (<ahref="https://github.com/johnstcn"><code>@johnstcn</code></a>)</li><li>CLI: Allow entering non-default values in multi-select (<ahref="https://redirect.github.com/coder/coder/issues/15935">#15935</a>,638247c9) (<ahref="https://github.com/joobisb"><code>@joobisb</code></a>)</li><li>Terraform Parser: Skip evaluation of unrelated parameters (<ahref="https://redirect.github.com/coder/coder/issues/16023">#16023</a>,1ab10cf8) (<ahref="https://github.com/johnstcn"><code>@johnstcn</code></a>)</li></ul><p>Compare: <ahref="https://github.com/coder/coder/compare/v2.18.1...v2.18.2"><code>v2.18.1...v2.18.2</code></a></p><h2>Container image</h2><ul><li><code>docker pull ghcr.io/coder/coder:v2.18.2</code></li></ul><h2>Install/upgrade</h2><p>Refer to our docs to <ahref="https://coder.com/docs/install">install</a> or <ahref="https://coder.com/docs/install/upgrade">upgrade</a> Coder, or usea release asset below.</p></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/coder/coder/commit/a5a73264150224812be1fc2424221c11e261086e"><code>a5a7326</code></a>chore: add cherry picks for v2.18.3 (<ahref="https://redirect.github.com/coder/coder/issues/16187">#16187</a>)</li><li><ahref="https://github.com/coder/coder/commit/d15c4702b031cba3a92c88d9c82699b721d9d9bd"><code>d15c470</code></a>chore: add cherry-picks for patch 2.18.2 (<ahref="https://redirect.github.com/coder/coder/issues/16061">#16061</a>)</li><li>See full diff in <ahref="https://github.com/coder/coder/compare/v2.18.1...v2.18.3">compareview</a></li></ul></details><br /><details><summary>Most Recent Ignore Conditions Applied to This PullRequest</summary>| Dependency Name | Ignore Conditions || --- | --- || github.com/coder/coder/v2 | [>= 2.15.0.a, < 2.15.1] || github.com/coder/coder/v2 | [>= 2.18.0.a, < 2.18.1] |</details>[](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'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR or upgrade to it yourself)</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commits on Jan 21, 2025
chore: allow pushing only inactive
coderd_template
versions (#167)Per some customer feedback, this PR relaxes some of the constraints whencreating template versions via the `coderd_template` resource.Previously, each update of the resource required that at least one ofthe versions in the `versions` list had the `active` attribute set totrue.This constraint is now only required when:1. Creating the resource, as every template must have an active version.2. It's not clear what template version should be set as active. - This occurs when the currently active version is marked as inactive,but no changes are made to the contents of the version (and no versionwould be created). Examples of these cases can be seen in the tests.With this, a workflow that involves:- Marking an active version in the list as inactive- Pushing it a few times via the provider- And then finally marking it as active is now possible with just a single item in the list.
Commits on Jan 27, 2025
chore(deps): bump actions/setup-go from 5.2.0 to 5.3.0 (#168)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.2.0to 5.3.0.Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff 283e3cc...7b1d4e8
Uh oh!
There was an error while loading.Please reload this page.