- 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:7b1d4e8
head repository:coder/terraform-provider-coderd
Uh oh!
There was an error while loading.Please reload this page.
compare:6940a87
- 19commits
- 30files changed
- 3contributors
Commits on Jan 29, 2025
chore(deps): bump github.com/docker/docker from 27.5.0+incompatible t…
…o 27.5.1+incompatible (#170)Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump github.com/coder/coder/v2 from 2.18.3 to 2.18.4 (#169)
Bumps [github.com/coder/coder/v2](https://github.com/coder/coder) from2.18.3 to 2.18.4.<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.4</h2><blockquote><h2>Stable (since January 23, 2025)</h2></blockquote><h2>Changelog</h2><h3>Bug fixes</h3><ul><li>Return first workspace agent script timing per script (<ahref="https://redirect.github.com/coder/coder/issues/16203">#16203</a>,bd6f4266a) (<ahref="https://github.com/DanielleMaywood"><code>@DanielleMaywood</code></a>)<blockquote><p>Fixes a <ahref="https://redirect.github.com/coder/coder/issues/15921">memoryleak</a> in the dashboard and prevents startup scripts from running ifthe agent crashes.</p></blockquote></li><li>Change precedence order between coder_workspace_tags andrequest_tags (<ahref="https://redirect.github.com/coder/coder/issues/16119">#16119</a>,803e2c767) (<ahref="https://github.com/johnstcn"><code>@johnstcn</code></a>)<blockquote><p>Fixes an issue where setting workspace tags using variables wouldfail.</p></blockquote></li><li>Fetch custom roles from workspace agent context to fix brokenendpoints (<ahref="https://redirect.github.com/coder/coder/issues/16237">#16237</a>,612535856) (<ahref="https://github.com/Emyrk"><code>@Emyrk</code></a>)</li><li>Examples: Persist <code>/home/coder</code> instead of<code>/home/${local.user}</code> on Docker template (<ahref="https://redirect.github.com/coder/coder/issues/16190">#16190</a>,075269a94) (<ahref="https://github.com/phorcys420"><code>@phorcys420</code></a>)</li></ul><p>Compare: <ahref="https://github.com/coder/coder/compare/v2.18.3...v2.18.4"><code>v2.18.3...v2.18.4</code></a></p><h2>Container image</h2><ul><li><code>docker pull ghcr.io/coder/coder:v2.18.4</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/6125358569071babaf36a7d4ff976429387df8da"><code>6125358</code></a>fix: fetch custom roles from workspace agent context (cherry-pick <ahref="https://redirect.github.com/coder/coder/issues/16237">#16237</a>)(<ahref="https://redirect.github.com/coder/coder/issues/1">#1</a>...</li><li><ahref="https://github.com/coder/coder/commit/803e2c76793b2f05d3a08ac1719797e051942737"><code>803e2c7</code></a>fix: change precedence order between coder_workspace_tags andrequest_tags (#...</li><li><ahref="https://github.com/coder/coder/commit/bd6f4266a7bc0deb5c2bb5f6c053ef5d7196b44f"><code>bd6f426</code></a>fix: return first workspace agent script timing per script (cherry-pick<ahref="https://redirect.github.com/coder/coder/issues/1620">#1620</a>...</li><li><ahref="https://github.com/coder/coder/commit/075269a94e41ff7b65f79ba4df6058db1977a7a8"><code>075269a</code></a>fix(examples/templates/docker): persist <code>/home/coder</code> insteadof `/home/${loc...</li><li>See full diff in <ahref="https://github.com/coder/coder/compare/v2.18.3...v2.18.4">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>
chore(deps): bump github.com/hashicorp/terraform-plugin-go from 0.25.…
…0 to 0.26.0 (#171)Bumps[github.com/hashicorp/terraform-plugin-go](https://github.com/hashicorp/terraform-plugin-go)from 0.25.0 to 0.26.0.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/hashicorp/terraform-plugin-go/releases">github.com/hashicorp/terraform-plugin-go'sreleases</a>.</em></p><blockquote><h2>v0.26.0</h2><p>BREAKING CHANGES:</p><ul><li>tfprotov5+tfprotov6: <code>EphemeralResourceServer</code> interfaceis now required in <code>ProviderServer</code>. Implementations notneeding ephemeral resource support can return errors from the<code>*EphemeralResource</code> methods. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/442">#442</a>)</li><li>tfprotov5+tfprotov6: Removed temporary<code>ProviderServerWithEphemeralResources</code> interface type. Use<code>EphemeralResourceServer</code> instead. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/442">#442</a>)</li></ul><p>NOTES:</p><ul><li>all: To prevent compilation errors, ensure your Go module is updatedto at least terraform-plugin-framework@v1.13.0,terraform-plugin-mux@v0.17.0, terraform-plugin-sdk/v2@v2.35.0, andterraform-plugin-testing@v1.11.0 before upgrading this dependency. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/442">#442</a>)</li></ul><p>FEATURES:</p><ul><li>tfprotov5+tfprotov6: Upgraded protocols and added types to supportwrite-only attributes (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/462">#462</a>)</li></ul></blockquote></details><details><summary>Changelog</summary><p><em>Sourced from <ahref="https://github.com/hashicorp/terraform-plugin-go/blob/main/CHANGELOG.md">github.com/hashicorp/terraform-plugin-go'schangelog</a>.</em></p><blockquote><h2>0.26.0 (January 22, 2025)</h2><p>BREAKING CHANGES:</p><ul><li>tfprotov5+tfprotov6: <code>EphemeralResourceServer</code> interfaceis now required in <code>ProviderServer</code>. Implementations notneeding ephemeral resource support can return errors from the<code>*EphemeralResource</code> methods. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/442">#442</a>)</li><li>tfprotov5+tfprotov6: Removed temporary<code>ProviderServerWithEphemeralResources</code> interface type. Use<code>EphemeralResourceServer</code> instead. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/442">#442</a>)</li></ul><p>NOTES:</p><ul><li>all: To prevent compilation errors, ensure your Go module is updatedto at least terraform-plugin-framework@v1.13.0,terraform-plugin-mux@v0.17.0, terraform-plugin-sdk/v2@v2.35.0, andterraform-plugin-testing@v1.11.0 before upgrading this dependency. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/442">#442</a>)</li></ul><p>FEATURES:</p><ul><li>tfprotov5+tfprotov6: Upgraded protocols and added types to supportwrite-only attributes (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/462">#462</a>)</li></ul></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/hashicorp/terraform-plugin-go/commit/a106af9a807945afe769c39ec10feba1d1de8fe8"><code>a106af9</code></a>Update changelog</li><li><ahref="https://github.com/hashicorp/terraform-plugin-go/commit/eeca0d002d1edd827e0885c813b54ad06b898c69"><code>eeca0d0</code></a>build(deps): Bump golang.org/x/net from 0.29.0 to 0.33.0 in /tools (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/464">#464</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-go/commit/7ff6ef6a1ac7b63094f72bf25600da4f7b6050f7"><code>7ff6ef6</code></a>tfprotov5+tfprotov6: Require <code>EphemeralResourceServer</code> in<code>ProviderServer</code> (#...</li><li><ahref="https://github.com/hashicorp/terraform-plugin-go/commit/afd18f17e6e6d1c6305fc2b8482f88ed343093c7"><code>afd18f1</code></a>tfprotov5+tfprotov6: Write-only Attribute Implementation (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/462">#462</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-go/commit/707c7af7f842b8806f2b81a2f17817fd5641d466"><code>707c7af</code></a>build(deps): Bump google.golang.org/protobuf from 1.36.2 to 1.36.3 (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/461">#461</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-go/commit/f9370f20397cc2afecd4081f3b4de24fc107c579"><code>f9370f2</code></a>build(deps): Bump github.com/hashicorp/terraform-registry-address (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/460">#460</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-go/commit/5da0acfa6a1340b04679aa6518707c831e6f06a4"><code>5da0acf</code></a>build(deps): Bump google.golang.org/grpc from 1.69.2 to 1.69.4 (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/459">#459</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-go/commit/a54e1cc867437ff32451350d3ef78cd81ccd9dc8"><code>a54e1cc</code></a>build(deps): Bump google.golang.org/protobuf from 1.36.1 to 1.36.2 (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/458">#458</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-go/commit/54b201007f02a129a1dd694259949c044450a93b"><code>54b2010</code></a>Result of tsccr-helper -log-level=info gha update -latest .github/ (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/457">#457</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-go/commit/f946e2a216fecf9b81d4bff8e7439e5d95bf1eff"><code>f946e2a</code></a>build(deps): Bump google.golang.org/protobuf from 1.35.2 to 1.36.1 (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-go/issues/455">#455</a>)</li><li>Additional commits viewable in <ahref="https://github.com/hashicorp/terraform-plugin-go/compare/v0.25.0...v0.26.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 Feb 4, 2025
chore(deps): bump github.com/coder/coder/v2 from 2.18.4 to 2.18.5 (#174)
Bumps [github.com/coder/coder/v2](https://github.com/coder/coder) from2.18.4 to 2.18.5.<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.5</h2><blockquote><h2>Stable (since January 29, 2025)</h2></blockquote><h2>Changelog</h2><ul><li>Migrate to <ahref="https://github.com/coder/websocket">coder/websocket</a> 1.8.12 (<ahref="https://redirect.github.com/coder/coder/issues/15898">#15898</a>,2c7f8ac65) (<ahref="https://github.com/spikecurtis"><code>@spikecurtis</code></a>)</li><li>Update <ahref="https://github.com/coder/tailscale">coder/tailscale</a> to latestmain (<ahref="https://redirect.github.com/coder/coder/issues/15927">#15927</a>,2bba3d7b7) (<a href="https://github.com/Emyrk"><code>@Emyrk</code></a>)<blockquote><p>Resolves <ahref="https://redirect.github.com/coder/coder/issues/15616">SSHpanic</a>.</p></blockquote></li><li>Provisioner: Add support for built-in Terraform functions (<ahref="https://redirect.github.com/coder/coder/issues/16183">#16183</a>,4ba0b39f0) (<ahref="https://github.com/johnstcn"><code>@johnstcn</code></a>)</li><li>Provisioner: Allow empty values in <code>coder_workspace_tag</code>defaults (<ahref="https://redirect.github.com/coder/coder/issues/16303">#16303</a>,76adde91d)</li></ul><p>Compare: <ahref="https://github.com/coder/coder/compare/v2.18.4...v2.18.5"><code>v2.18.4...v2.18.5</code></a></p><h2>Container image</h2><ul><li><code>docker pull ghcr.io/coder/coder:v2.18.5</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/41bfcccd4afc923523d7e602e7ed262c9eb826c7"><code>41bfccc</code></a>chore: cherry-pick <ahref="https://redirect.github.com/coder/coder/issues/16183">#16183</a>and <ahref="https://redirect.github.com/coder/coder/issues/16303">#16303</a>for 2.18 (<ahref="https://redirect.github.com/coder/coder/issues/16313">#16313</a>)</li><li><ahref="https://github.com/coder/coder/commit/8fffdce0a3b59abcc4d2d6a2ef8bf6c0fc2ad962"><code>8fffdce</code></a>chore: add cherry-picks <ahref="https://redirect.github.com/coder/coder/issues/15898">#15898</a>and <ahref="https://redirect.github.com/coder/coder/issues/15927">#15927</a>to backport the fix to <ahref="https://redirect.github.com/coder/coder/issues/15616">#15616</a>(<ahref="https://redirect.github.com/coder/coder/issues/16265">#16265</a>)</li><li>See full diff in <ahref="https://github.com/coder/coder/compare/v2.18.4...v2.18.5">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>
chore(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.3.0 (#…
…176)Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commits on Feb 20, 2025
Commits on Feb 21, 2025
Commits on Feb 24, 2025
fix: use server computed org display name (#183)
I picked up on this reviewing#182, but it's a mistake I made whenreviewing the resource originally 😓There's a minor inconsistency between display names on orgs and someother resources with display names on `coderd`. i.e. for organizations:```if req.DisplayName == "" {req.DisplayName = req.Name}```For some other resources, e.g. users & groups, an empty string displayname is retained, and the CLI/Web UI just shows the actual name if thedisplay name is empty. For those, it's okay to have an empty stringdefault in the provider.
chore(deps): bump goreleaser/goreleaser-action from 6.1.0 to 6.2.1 (#179
)Bumps[goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action)from 6.1.0 to 6.2.1.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/goreleaser/goreleaser-action/releases">goreleaser/goreleaser-action'sreleases</a>.</em></p><blockquote><h2>v6.2.1</h2><h2>What's Changed</h2><p>This version of the actions adds support for GoReleaser Pro v2.7.0versioning (which dropped the <code>-pro</code> suffix).Older versions should work fine.</p><blockquote><p>[!WARNING]This version is <strong>required</strong> for GoReleaser Pro v2.7.0+.Read more <ahref="https://goreleaser.com/blog/goreleaser-v2.7/">here</a>.</p></blockquote><p><strong>Full Changelog</strong>: <ahref="https://github.com/goreleaser/goreleaser-action/compare/v6.2.0...v6.2.1">https://github.com/goreleaser/goreleaser-action/compare/v6.2.0...v6.2.1</a></p><h2>v6.2.0</h2><h2>What's Changed</h2><p>This version of the actions adds support for GoReleaser Pro v2.7.0versioning (which dropped the <code>-pro</code> suffix).Older versions should work fine.</p><blockquote><p>[!WARNING]This version is <strong>required</strong> for GoReleaser Pro v2.7.0+.Read more <ahref="https://goreleaser.com/blog/goreleaser-v2.7/">here</a>.</p></blockquote><p><strong>Full Changelog</strong>: <ahref="https://github.com/goreleaser/goreleaser-action/compare/v6.1.0...v6.2.0">https://github.com/goreleaser/goreleaser-action/compare/v6.1.0...v6.2.0</a></p></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/goreleaser/goreleaser-action/commit/90a3faa9d0182683851fbfa97ca1a2cb983bfca3"><code>90a3faa</code></a>chore(deps): bake vendor</li><li><ahref="https://github.com/goreleaser/goreleaser-action/commit/026299872805cb2db698e02dd7fb506a4da5122d"><code>0262998</code></a>test: fixes</li><li><ahref="https://github.com/goreleaser/goreleaser-action/commit/450d3a4bd29d474a8b4b11e9cdae77b7542f81bd"><code>450d3a4</code></a>test: fix configs</li><li><ahref="https://github.com/goreleaser/goreleaser-action/commit/25b92abef898672a04dba19527ae1554fdc55377"><code>25b92ab</code></a>chore(deps): update semver and tool-cache</li><li><ahref="https://github.com/goreleaser/goreleaser-action/commit/bc0ac763469bec019016144647a0d784afa9407a"><code>bc0ac76</code></a>chore(deps): update actions</li><li><ahref="https://github.com/goreleaser/goreleaser-action/commit/842e7ccd3ee4084515fdb1e7894a16da35005f4e"><code>842e7cc</code></a>feat: update for goreleaser v2.7</li><li><ahref="https://github.com/goreleaser/goreleaser-action/commit/d28c98212f8e972575198214e0c3f2dbca157dc5"><code>d28c982</code></a>chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 (<ahref="https://redirect.github.com/goreleaser/goreleaser-action/issues/482">#482</a>)</li><li>See full diff in <ahref="https://github.com/goreleaser/goreleaser-action/compare/9ed2f89a662bf1735a48bc8557fd212fa902bebf...90a3faa9d0182683851fbfa97ca1a2cb983bfca3">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: add
t.Parallel()
to speed up tests (#184)This makes the test suite run in under a minute, compared to severalminutes per run before.
Commits on Feb 26, 2025
fix: avoid sending template metadata update if
max_port_share_level
…… is default (#190)Closes#188.For context, the `MaxPortShareLevel` template metadata value was notpresent on the `coderd` create template request prior to 2.15. As such,during template creation we need to send an update request for backwardscompatibility (though we could probably remove this soon), see#110.Whilst we don't send this update request is the attribute is omitted onthe resource, we were sending a spurious update request if the value wasexplicitly configured to the default value ('owner' for enterprise+,'public' otherwise). This was causing the error in the linked issue. Anexample is seen in the newly added test.The fix is to just not send that update request if the configured valueis:- Unknown- Equal to the value on the newly created template.note: I'd recommend hiding the whitespace when reviewing the diff
chore(deps): bump github.com/go-jose/go-jose/v4 from 4.0.2 to 4.0.5 (#…
…189)Bumps[github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose) from4.0.2 to 4.0.5.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/go-jose/go-jose/releases">github.com/go-jose/go-jose/v4'sreleases</a>.</em></p><blockquote><h2>v4.0.5</h2><h2>What's Changed</h2><ul><li>Don't allow unbounded amounts of splits by <ahref="https://github.com/mcpherrinm"><code>@mcpherrinm</code></a> in <ahref="https://redirect.github.com/go-jose/go-jose/pull/167">go-jose/go-jose#167</a></li></ul><p>Fixes <ahref="https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78">https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78</a></p><p>Various other dependency updates, small fixes, and documentationupdates in the full changelog</p><h2>New Contributors</h2><ul><li><ahref="https://github.com/tgeoghegan"><code>@tgeoghegan</code></a> madetheir first contribution in <ahref="https://redirect.github.com/go-jose/go-jose/pull/161">go-jose/go-jose#161</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/go-jose/go-jose/compare/v4.0.4...v4.0.5">https://github.com/go-jose/go-jose/compare/v4.0.4...v4.0.5</a></p><h2>Version 4.0.4</h2><h1>Fixed</h1><ul><li>Reverted "Allow unmarshalling JSONWebKeySets with unsupportedkey types" as a breaking change. See <ahref="https://redirect.github.com/go-jose/go-jose/issues/136">#136</a> /<ahref="https://redirect.github.com/go-jose/go-jose/issues/137">#137</a>.</li></ul><h2>Version 4.0.3</h2><h2>Changed</h2><ul><li>Allow unmarshalling JSONWebKeySets with unsupported key types (<ahref="https://redirect.github.com/go-jose/go-jose/issues/130">#130</a>)</li><li>Document that OpaqueKeyEncrypter can't be implemented (for now) (<ahref="https://redirect.github.com/go-jose/go-jose/issues/129">#129</a>)</li><li>Dependency updates</li></ul></blockquote></details><details><summary>Changelog</summary><p><em>Sourced from <ahref="https://github.com/go-jose/go-jose/blob/main/CHANGELOG.md">github.com/go-jose/go-jose/v4'schangelog</a>.</em></p><blockquote><h1>v4.0.4</h1><h2>Fixed</h2><ul><li>Reverted "Allow unmarshalling JSONWebKeySets with unsupportedkey types" as abreaking change. See <ahref="https://redirect.github.com/go-jose/go-jose/issues/136">#136</a> /<ahref="https://redirect.github.com/go-jose/go-jose/issues/137">#137</a>.</li></ul><h1>v4.0.3</h1><h2>Changed</h2><ul><li>Allow unmarshalling JSONWebKeySets with unsupported key types (<ahref="https://redirect.github.com/go-jose/go-jose/issues/130">#130</a>)</li><li>Document that OpaqueKeyEncrypter can't be implemented (for now) (<ahref="https://redirect.github.com/go-jose/go-jose/issues/129">#129</a>)</li><li>Dependency updates</li></ul></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22"><code>99b346c</code></a>Don't allow unbounded amounts of splits (<ahref="https://redirect.github.com/go-jose/go-jose/issues/167">#167</a>)</li><li><ahref="https://github.com/go-jose/go-jose/commit/22811e77bac0d484ff060d5c4351b7e295df92fb"><code>22811e7</code></a>Fix broken link in README.md (<ahref="https://redirect.github.com/go-jose/go-jose/issues/161">#161</a>)</li><li><ahref="https://github.com/go-jose/go-jose/commit/9dde8493b25c1b301ca97110f57c7774513f572c"><code>9dde849</code></a>Remove CLA mentions from CONTRIBUTING.md (<ahref="https://redirect.github.com/go-jose/go-jose/issues/160">#160</a>)</li><li><ahref="https://github.com/go-jose/go-jose/commit/89172c5b51f2a7492b6fc2ea22d03777c4673bbe"><code>89172c5</code></a>Bump golang.org/x/crypto from 0.31.0 to 0.32.0 (<ahref="https://redirect.github.com/go-jose/go-jose/issues/158">#158</a>)</li><li><ahref="https://github.com/go-jose/go-jose/commit/ee05e015574c7d4c55b9a802e9637327d7d2606a"><code>ee05e01</code></a>Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (<ahref="https://redirect.github.com/go-jose/go-jose/issues/157">#157</a>)</li><li><ahref="https://github.com/go-jose/go-jose/commit/c0aef3ef5eaf5ad5fdfae9de426ebea91778f3e4"><code>c0aef3e</code></a>Bump golang.org/x/crypto from 0.25.0 to 0.31.0 (<ahref="https://redirect.github.com/go-jose/go-jose/issues/156">#156</a>)</li><li><ahref="https://github.com/go-jose/go-jose/commit/fdc2ceb0bbe2a29c582edfe07ea914c8dacd7e1b"><code>fdc2ceb</code></a>Remove export disclaimer (<ahref="https://redirect.github.com/go-jose/go-jose/issues/146">#146</a>)</li><li><ahref="https://github.com/go-jose/go-jose/commit/10c69ef86e2b6997b25552aa391b48f1240cfe66"><code>10c69ef</code></a>Short circuit return errors from <code>JSONWebKey.UnmarshalJSON()</code>(<ahref="https://redirect.github.com/go-jose/go-jose/issues/141">#141</a>)</li><li><ahref="https://github.com/go-jose/go-jose/commit/15bc4c2ac4575ad865f078390db61d44530f985d"><code>15bc4c2</code></a>Update CHANGELOG for 4.0.4 (<ahref="https://redirect.github.com/go-jose/go-jose/issues/138">#138</a>)</li><li><ahref="https://github.com/go-jose/go-jose/commit/f3534ca2c308b8394677f90d8ab3651be3a16e1c"><code>f3534ca</code></a>Revert <ahref="https://redirect.github.com/go-jose/go-jose/issues/130">#130</a>:JSONWebKeySet: ignore unsupported key types (<ahref="https://redirect.github.com/go-jose/go-jose/issues/137">#137</a>)</li><li>Additional commits viewable in <ahref="https://github.com/go-jose/go-jose/compare/v4.0.2...v4.0.5">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/docker/docker from 27.5.1+incompatible t…
…o 28.0.0+incompatible (#187)Bumps [github.com/docker/docker](https://github.com/docker/docker) from27.5.1+incompatible to 28.0.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>v28.0.0</h2><h1>28.0.0</h1><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%3A28.0.0">docker/cli,28.0.0 milestone</a></li><li><ahref="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A28.0.0">moby/moby,28.0.0 milestone</a></li><li>Deprecated and removed features, see <ahref="https://github.com/docker/cli/blob/v28.0.0/docs/deprecated.md">DeprecatedFeatures</a>.</li><li>Changes to the Engine API, see <ahref="https://github.com/moby/moby/blob/v28.0.0/docs/api/version-history.md">APIversion history</a>.</li></ul><h2>New</h2><ul><li>Add ability to mount an image inside a container via <code>--mounttype=image</code>. <ahref="https://redirect.github.com/moby/moby/pull/48798">moby/moby#48798</a><ul><li>You can also specify <code>--mounttype=image,image-subpath=[subpath],...</code> option to mount a specificpath from the image. <ahref="https://redirect.github.com/docker/cli/pull/5755">docker/cli#5755</a></li></ul></li><li><code>docker images --tree</code> now shows metadata badges. <ahref="https://redirect.github.com/docker/cli/pull/5744">docker/cli#5744</a></li><li><code>docker load</code>, <code>docker save</code>, and <code>dockerhistory</code> now support a <code>--platform</code> flag allowing youto choose a specific platform for single-platform operations onmulti-platform images. <ahref="https://redirect.github.com/docker/cli/pull/5331">docker/cli#5331</a></li><li>Add <code>OOMScoreAdj</code> to <code>docker service create</code>and <code>docker stack</code>. <ahref="https://redirect.github.com/docker/cli/pull/5145">docker/cli#5145</a></li><li><code>docker buildx prune</code> now supports<code>reserved-space</code>, <code>max-used-space</code>,<code>min-free-space</code> and <code>keep-bytes</code> filters. <ahref="https://redirect.github.com/moby/moby/pull/48720">moby/moby#48720</a></li><li>Windows: Add support for running containerd as a child process ofthe daemon, instead of using a system-installed containerd. <ahref="https://redirect.github.com/moby/moby/pull/47955">moby/moby#47955</a></li></ul><h2>Networking</h2><ul><li>The <code>docker-proxy</code> binary has been updated, olderversions will not work with the updated <code>dockerd</code>. <ahref="https://redirect.github.com/moby/moby/pull/48132">moby/moby#48132</a><ul><li>Close a window in which the userland proxy(<code>docker-proxy</code>) could accept TCP connections, that wouldthen fail after <code>iptables</code> NAT rules were set up.</li><li>The executable <code>rootlesskit-docker-proxy</code> is no longerused, it has been removed from the build and distribution.</li></ul></li><li>DNS nameservers read from the host's <code>/etc/resolv.conf</code>are now always accessed from the host's network namespace. <ahref="https://redirect.github.com/moby/moby/pull/48290">moby/moby#48290</a><ul><li>When the host's <code>/etc/resolv.conf</code> contains nonameservers and there are no <code>--dns</code> overrides, Google's DNSservers are no longer used, apart from by the default bridge network andin build containers.</li></ul></li><li>Container interfaces in bridge and macvlan networks now use randomlygenerated MAC addresses. <ahref="https://redirect.github.com/moby/moby/pull/48808">moby/moby#48808</a><ul><li>Gratuitous ARP / Neighbour Advertisement messages will be sent whenthe interfaces are started so that, when IP addresses are reused,they're associated with the newly generated MAC address.</li><li>IPv6 addresses in the default bridge network are now IPAM-assigned,rather than being derived from the MAC address.</li></ul></li><li>The deprecated OCI <code>prestart</code> hook is now only used bybuild containers. For other containers, network interfaces are added tothe network namespace after task creation is complete, before thecontainer task is started. <ahref="https://redirect.github.com/moby/moby/pull/47406">moby/moby#47406</a></li><li>Add a new <code>gw-priority</code> option to <code>dockerrun</code>, <code>docker container create</code>, and <code>dockernetwork connect</code>. This option will be used by the Engine todetermine which network provides the default gateway for a container. On<code>docker run</code>, this option is only available through theextended <code>--network</code> syntax. <ahref="https://redirect.github.com/docker/cli/pull/5664">docker/cli#5664</a></li><li>Add a new netlabel <code>com.docker.network.endpoint.ifname</code>to customize the interface name used when connecting a container to anetwork. It's supported by all built-in network drivers on Linux. <ahref="https://redirect.github.com/moby/moby/pull/49155">moby/moby#49155</a><ul><li>When a container is created with multiple networks specified,there's no guarantee on the order networks will be connected to thecontainer. So, if a custom interface name uses the same prefix as theauto-generated names, for example <code>eth</code>, the container mightfail to start.</li><li>The recommended practice is to use a different prefix, for example<code>en0</code>, or a numerical suffix high enough to never collide,for example <code>eth100</code>.</li><li>This label can be specified on <code>docker network connect</code>via the <code>--driver-opt</code> flag, for example <code>docker networkconnect --driver-opt=com.docker.network.endpoint.ifname=foobar…</code>.</li><li>Or via the long-form <code>--network</code> flag on <code>dockerrun</code>, for example <code>docker run--network=name=bridge,driver-opt=com.docker.network.endpoint.ifname=foobar…</code></li></ul></li><li>If a custom network driver reports capability<code>GwAllocChecker</code> then, before a network is created, it willget a <code>GwAllocCheckerRequest</code> with the network's options. Thecustom driver may then reply that no gateway IP address should beallocated. <ahref="https://redirect.github.com/moby/moby/pull/49372">moby/moby#49372</a></li></ul><h2>Port publishing in bridge networks</h2><ul><li><code>dockerd</code> now requires <code>ipset</code> support in theLinux kernel. <ahref="https://redirect.github.com/moby/moby/pull/48596">moby/moby#48596</a><ul><li>The <code>iptables</code> and <code>ip6tables</code> rules used toimplement port publishing and network isolation have been extensivelymodified. This enables some of the following functional changes, and isa first step in refactoring to enable native <code>nftables</code>support in a future release. <ahref="https://redirect.github.com/moby/moby/issues/48815">moby/moby#48815</a></li><li>If it becomes necessary to downgrade to an earlier version of thedaemon, some manual cleanup of the new rules will be necessary. Thesimplest and surest approach is to reboot the host, or use<code>iptables -F</code> and <code>ip6tables -F</code> to flush allexisting <code>iptables</code> rules from the <code>filter</code> tablebefore starting the older version of the daemon. When that is notpossible, run the following commands as root:<ul><li><code>iptables -D FORWARD -m set --match-set docker-ext-bridges-v4dst -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT; ip6tables -DFORWARD -m set --match-set docker-ext-bridges-v6 dst -m conntrack--ctstate RELATED,ESTABLISHED -j ACCEPT</code></li><li><code>iptables -D FORWARD -m set --match-set docker-ext-bridges-v4dst -j DOCKER; ip6tables -D FORWARD -m set --match-setdocker-ext-bridges-v6 dst -j DOCKER</code></li><li>If you were previously running with the iptables filter-FORWARDpolicy set to <code>ACCEPT</code> and need to restore access tounpublished ports, also delete per-bridge-network rules from the<code>DOCKER</code> chains. For example, <code>iptables -D DOCKER ! -idocker0 -o docker0 -j DROP</code>.</li></ul></li></ul></li><li>Fix a security issue that was allowing remote hosts to connectdirectly to a container on its published ports. <ahref="https://redirect.github.com/moby/moby/pull/49325">moby/moby#49325</a></li><li>Fix a security issue that was allowing neighbor hosts to connect toports mapped on a loopback address. <ahref="https://redirect.github.com/moby/moby/pull/49325">moby/moby#49325</a></li></ul><!-- raw HTML omitted --></blockquote><p>... (truncated)</p></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/moby/moby/commit/af898abe44662d9554fb15ee4d4a7307f1b8e315"><code>af898ab</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/49495">#49495</a>from vvoland/update-buildkit</li><li><ahref="https://github.com/moby/moby/commit/d67f035d31bab71be3ae7dcaacba41f5a98aad11"><code>d67f035</code></a>vendor: github.com/moby/buildkit v0.20.0</li><li><ahref="https://github.com/moby/moby/commit/00ab386b5a2ebcf85b6a03b800f593c3a140c6a8"><code>00ab386</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/49491">#49491</a>from vvoland/update-buildkit</li><li><ahref="https://github.com/moby/moby/commit/1fde8c46159cb41f584c01551f83cc21ecf924d9"><code>1fde8c4</code></a>builder-next: fix cdi manager</li><li><ahref="https://github.com/moby/moby/commit/cde9f0752e9c9f63b459e0247ff7df0b35488af3"><code>cde9f07</code></a>vendor: github.com/moby/buildkit v0.20.0-rc3</li><li><ahref="https://github.com/moby/moby/commit/89e1429b65f194b25fe2e31088a4c4e69a651a47"><code>89e1429</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/49490">#49490</a>from thaJeztah/dockerfile_linting</li><li><ahref="https://github.com/moby/moby/commit/b2b55903d0bb54e11bfe22204c1e0b73627943eb"><code>b2b5590</code></a>Dockerfile: fix linting warnings</li><li><ahref="https://github.com/moby/moby/commit/62bc5979908f152a8929ce44927cbdd929bf53ea"><code>62bc597</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/49480">#49480</a>from thaJeztah/docs_api_1.48</li><li><ahref="https://github.com/moby/moby/commit/670cd81423932b3e9103f0893c5d5e63a079ae58"><code>670cd81</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/49485">#49485</a>from vvoland/c8d-list-panic</li><li><ahref="https://github.com/moby/moby/commit/a3628f3f8e806ede250e2c95f6757070c9fb56e4"><code>a3628f3</code></a>docs/api: add documentation for API v1.48</li><li>Additional commits viewable in <ahref="https://github.com/docker/docker/compare/v27.5.1...v28.0.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 github.com/hashicorp/terraform-plugin-framework-val…
…idators from 0.16.0 to 0.17.0 (#186)Bumps[github.com/hashicorp/terraform-plugin-framework-validators](https://github.com/hashicorp/terraform-plugin-framework-validators)from 0.16.0 to 0.17.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.17.0</h2><p>FEATURES:</p><ul><li>boolvalidator: Added <code>PreferWriteOnlyAttribute</code> validator(<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li><li>dynamicvalidator: Added <code>PreferWriteOnlyAttribute</code>validator (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li><li>float32validator: Added <code>PreferWriteOnlyAttribute</code>validator (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li><li>float64validator: Added <code>PreferWriteOnlyAttribute</code>validator (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li><li>int32validator: Added <code>PreferWriteOnlyAttribute</code>validator (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li><li>int64validator: Added <code>PreferWriteOnlyAttribute</code>validator (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li><li>listvalidator: Added <code>PreferWriteOnlyAttribute</code> validator(<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li><li>mapvalidator: Added <code>PreferWriteOnlyAttribute</code> validator(<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li><li>numbervalidator: Added <code>PreferWriteOnlyAttribute</code>validator (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li><li>objectvalidator: Added <code>PreferWriteOnlyAttribute</code>validator (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li><li>resourcevalidator: Added <code>PreferWriteOnlyAttribute</code>validator (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li><li>setvalidator: Added <code>PreferWriteOnlyAttribute</code> validator(<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li><li>stringvalidator: Added <code>PreferWriteOnlyAttribute</code>validator (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</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.17.0 (February 19, 2025)</h2><p>FEATURES:</p><ul><li>boolvalidator: Added <code>PreferWriteOnlyAttribute</code> validator(<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li><li>dynamicvalidator: Added <code>PreferWriteOnlyAttribute</code>validator (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li><li>float32validator: Added <code>PreferWriteOnlyAttribute</code>validator (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li><li>float64validator: Added <code>PreferWriteOnlyAttribute</code>validator (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li><li>int32validator: Added <code>PreferWriteOnlyAttribute</code>validator (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li><li>int64validator: Added <code>PreferWriteOnlyAttribute</code>validator (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li><li>listvalidator: Added <code>PreferWriteOnlyAttribute</code> validator(<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li><li>mapvalidator: Added <code>PreferWriteOnlyAttribute</code> validator(<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li><li>numbervalidator: Added <code>PreferWriteOnlyAttribute</code>validator (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li><li>objectvalidator: Added <code>PreferWriteOnlyAttribute</code>validator (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li><li>resourcevalidator: Added <code>PreferWriteOnlyAttribute</code>validator (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li><li>setvalidator: Added <code>PreferWriteOnlyAttribute</code> validator(<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li><li>stringvalidator: Added <code>PreferWriteOnlyAttribute</code>validator (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li></ul></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/75974fcef8d8c357d737e63feecf1f1f52315019"><code>75974fc</code></a>Update changelog</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/13b6d4ddb2334de5996109f2396016f98d018e8c"><code>13b6d4d</code></a>Add <code>PreferWriteOnlyAttribute()</code> validators to<code>resourcevalidator</code> and all va...</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/6be3c396dbfc8d97a94e15bfb6a8b040221c5dde"><code>6be3c39</code></a>build(deps): bump github.com/hashicorp/terraform-plugin-framework (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/266">#266</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/47cad1b273451a9dcf61649f3cd27d8db165379f"><code>47cad1b</code></a>Result of tsccr-helper -log-level=info gha update -latest .github/ (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/264">#264</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/e0fa613b9821cec37ce4ec02c7cb5fe4a7a5c065"><code>e0fa613</code></a>Update golangci config and resolve <code>copyloopvar</code> (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/265">#265</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/e0dda54acf003ab89252214b3e7b1d0863c9873d"><code>e0dda54</code></a>Result of tsccr-helper -log-level=info gha update -latest .github/ (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/262">#262</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/08b59e2d9cb0e31e8d58321ac8f64bb15e55c92e"><code>08b59e2</code></a>Result of tsccr-helper -log-level=info gha update -latest .github/ (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/261">#261</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/c5345682d3c15a7bfa3df450b4a45b9663138384"><code>c534568</code></a>build(deps): bump github.com/hashicorp/copywrite in /tools (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/260">#260</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/bcaf36809ba52b31e8ba652db7c2b0b8e8f73c67"><code>bcaf368</code></a>build(deps): bump golang.org/x/net from 0.23.0 to 0.33.0 in /tools (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/259">#259</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/9d17e394a444e4db83d76fbdff10ab0da9df340c"><code>9d17e39</code></a>Result of tsccr-helper -log-level=info gha update -latest .github/ (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/257">#257</a>)</li><li>Additional commits viewable in <ahref="https://github.com/hashicorp/terraform-plugin-framework-validators/compare/v0.16.0...v0.17.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 Feb 28, 2025
chore(deps): bump github.com/hashicorp/terraform-plugin-framework fro…
…m 1.13.0 to 1.14.1 (#185)Bumps[github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework)from 1.13.0 to 1.14.1.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/hashicorp/terraform-plugin-framework/releases">github.com/hashicorp/terraform-plugin-framework'sreleases</a>.</em></p><blockquote><h2>v1.14.1</h2><p>BUG FIXES:</p><ul><li>internal/fwserver: fixed bug where write-only attributes set inconfiguration would cause perpetual diffs for computed attributes. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1097">#1097</a>)</li></ul><h2>v1.14.0</h2><p>NOTES:</p><ul><li>Write-only attribute support is in technical preview and offeredwithout compatibility promises until Terraform 1.11 is generallyavailable. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1044">#1044</a>)</li><li>ephemeral: Ephemeral resources are now considered generallyavailable and protected by compatibility promises. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1052">#1052</a>)</li></ul><p>FEATURES:</p><ul><li>resource/schema: Added <code>WriteOnly</code> schema field formanaged resource schemas to indicate a write-only attribute. Write-onlyattribute values are not saved to the Terraform plan or state artifacts.(<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1044">#1044</a>)</li></ul><p>BUG FIXES:</p><ul><li>internal/fwschemadata: Set semantic equality logic has been adjustedand will now ignore order of elements during comparison. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1061">#1061</a>)</li><li>internal/fwserver: Fixed bug where dynamic attributes would notprompt invalid configuration error messages (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1090">#1090</a>)</li></ul></blockquote></details><details><summary>Changelog</summary><p><em>Sourced from <ahref="https://github.com/hashicorp/terraform-plugin-framework/blob/main/CHANGELOG.md">github.com/hashicorp/terraform-plugin-framework'schangelog</a>.</em></p><blockquote><h2>1.14.1 (February 20, 2025)</h2><p>BUG FIXES:</p><ul><li>internal/fwserver: fixed bug where write-only attributes set inconfiguration would cause perpetual diffs for computed attributes. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1097">#1097</a>)</li></ul><h2>1.14.0 (February 19, 2025)</h2><p>NOTES:</p><ul><li>Write-only attribute support is in technical preview and offeredwithout compatibility promises until Terraform 1.11 is generallyavailable. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1044">#1044</a>)</li><li>ephemeral: Ephemeral resources are now considered generallyavailable and protected by compatibility promises. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1052">#1052</a>)</li></ul><p>FEATURES:</p><ul><li>resource/schema: Added <code>WriteOnly</code> schema field formanaged resource schemas to indicate a write-only attribute. Write-onlyattribute values are not saved to the Terraform plan or state artifacts.(<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1044">#1044</a>)</li></ul><p>BUG FIXES:</p><ul><li>internal/fwschemadata: Set semantic equality logic has been adjustedand will now ignore order of elements during comparison. (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1061">#1061</a>)</li><li>internal/fwserver: Fixed bug where dynamic attributes would notprompt invalid configuration error messages (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1090">#1090</a>)</li></ul></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/hashicorp/terraform-plugin-framework/commit/083644c9fda0e22aa7821709790517d5c09c37a8"><code>083644c</code></a>Update changelog</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework/commit/3000d8cd3b4383186cc5d27094d98b2a534904b1"><code>3000d8c</code></a>internal/fwserver: Move write-only nullification to earlier inPlanResourceCh...</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework/commit/7c9193d31400679ce0d6f815efd404ca03a5b642"><code>7c9193d</code></a>Update changelog</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework/commit/8288f627f3e85d4a67c6ac6076daf65cb0bf58f1"><code>8288f62</code></a>Result of tsccr-helper -log-level=info gha update -latest .github/ (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1094">#1094</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework/commit/ecd80f67daed0b92b243ae59bb1ee2077f8077c7"><code>ecd80f6</code></a>resource/schema: Add validation to prevent write-only attributes in setsand ...</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework/commit/0724df105602e6b6676e201b7c0c5e1d187df990"><code>0724df1</code></a>Improve dynamic attribute internal validation handling (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1090">#1090</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework/commit/d91ccc11dd1f369d2fa18a40500cb67e30db3f49"><code>d91ccc1</code></a>docs: Remove experimental verbiage from ephemeral resources (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1092">#1092</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework/commit/fbfbe5c00f763b8fef627556c8784bda4e305358"><code>fbfbe5c</code></a>chore: Update golangci-lint linters and apply fixes (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1091">#1091</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework/commit/bf1d023e7887c45e4fcaa4dd3b80641a0a94602b"><code>bf1d023</code></a>internal/fwschemadata: Rewrite <code>SetValue</code> semantic equalitylogic to ignore o...</li><li><ahref="https://github.com/hashicorp/terraform-plugin-framework/commit/e1e686639f4c97187876aaf8b77f156094d8ad19"><code>e1e6866</code></a>Add support for write only attributes (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-framework/issues/1044">#1044</a>)</li><li>Additional commits viewable in <ahref="https://github.com/hashicorp/terraform-plugin-framework/compare/v1.13.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>
Commits on Mar 4, 2025
chore(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.2…
…0.1 to 0.21.0 (#193)Bumps[github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs)from 0.20.1 to 0.21.0.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/hashicorp/terraform-plugin-docs/releases">github.com/hashicorp/terraform-plugin-docs'sreleases</a>.</em></p><blockquote><h2>v0.21.0</h2><p>FEATURES:</p><ul><li>generate: Add support for write-only arguments (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/434">#434</a>)</li></ul></blockquote></details><details><summary>Changelog</summary><p><em>Sourced from <ahref="https://github.com/hashicorp/terraform-plugin-docs/blob/main/CHANGELOG.md">github.com/hashicorp/terraform-plugin-docs'schangelog</a>.</em></p><blockquote><h2>0.21.0 (February 27, 2025)</h2><p>FEATURES:</p><ul><li>generate: Add support for write-only arguments (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/434">#434</a>)</li></ul></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/hashicorp/terraform-plugin-docs/commit/34ba7c27e80af146542643757f11217467d12ca7"><code>34ba7c2</code></a>Update changelog</li><li><ahref="https://github.com/hashicorp/terraform-plugin-docs/commit/660c8d8f54ab43a2e03d43b5654906f9939e24fa"><code>660c8d8</code></a>Result of tsccr-helper -log-level=info gha update -latest .github/ (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/452">#452</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-docs/commit/2ad3f4c6c98502b768954ae3b4675a09a5a42962"><code>2ad3f4c</code></a>Bump github.com/hashicorp/copywrite from 0.20.0 to 0.21.0 in /tools (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/450">#450</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-docs/commit/e36f96ddaf1f3640d49b708c770b78bcfe7048ad"><code>e36f96d</code></a>generate: Add hyperlinks to user documentation and version callouts forwrite...</li><li><ahref="https://github.com/hashicorp/terraform-plugin-docs/commit/80d1c8eabd666d57d883131c4ef84e8c3eb474ed"><code>80d1c8e</code></a>Result of tsccr-helper -log-level=info gha update -latest .github/ (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/449">#449</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-docs/commit/411d870f2c2dca955f66b6173fac5de612be2097"><code>411d870</code></a>Added write-only support to generate (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/434">#434</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-docs/commit/40e402ff186f3018952555ce1ae5f2dc01a61163"><code>40e402f</code></a>Bump golang.org/x/text from 0.21.0 to 0.22.0 (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/444">#444</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-docs/commit/e77d9f683692844067a4b197d2ac5177a0b18c60"><code>e77d9f6</code></a>Bump github.com/hashicorp/cli from 1.1.6 to 1.1.7 (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/441">#441</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-docs/commit/ecbdcf3a360c38bed6bad6fef9062e5c4598eece"><code>ecbdcf3</code></a>Result of tsccr-helper -log-level=info gha update -latest .github/ (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/443">#443</a>)</li><li><ahref="https://github.com/hashicorp/terraform-plugin-docs/commit/301169a1846a3775b2f338445b7d878d7d9234b4"><code>301169a</code></a>Bump github.com/bmatcuk/doublestar/v4 from 4.8.0 to 4.8.1 (<ahref="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/440">#440</a>)</li><li>Additional commits viewable in <ahref="https://github.com/hashicorp/terraform-plugin-docs/compare/v0.20.1...v0.21.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 github.com/docker/docker from 28.0.0+incompatible t…
…o 28.0.1+incompatible (#192)Bumps [github.com/docker/docker](https://github.com/docker/docker) from28.0.0+incompatible to 28.0.1+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>v28.0.1</h2><h1>28.0.1</h1><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%3A28.0.1">docker/cli,28.0.1 milestone</a></li><li><ahref="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A28.0.1">moby/moby,28.0.1 milestone</a></li></ul><h2>Networking</h2><ul><li>Remove dependency on kernel modules <code>ip_set</code>,<code>ip_set_hash_net</code> and <code>netfilter_xt_set</code>.<ul><li>The dependency was introduced in release 28.0.0 but proved toodisruptive. The iptables rules using these modules have been replaced.<ahref="https://redirect.github.com/moby/moby/pull/49530">moby/moby#49530</a></li></ul></li><li>Allow daemon startup on a host with IPv6 disabled without requiring<code>--ip6tables=false</code>. <ahref="https://redirect.github.com/moby/moby/pull/49525">moby/moby#49525</a></li><li>Fix a bug that was causing containers with<code>--restart=always</code> and a published port already in use torestart in a tight loop. <ahref="https://redirect.github.com/moby/moby/pull/49507">moby/moby#49507</a></li><li>Fix an issue with Swarm ingress, caused by incorrect ordering ofiptables rules. <ahref="https://redirect.github.com/moby/moby/pull/49538">moby/moby#49538</a></li><li>Fix creation of a swarm-scoped network from a<code>--config-only</code> network. <ahref="https://redirect.github.com/moby/moby/pull/49521">moby/moby#49521</a></li><li>Fix <code>docker network inspect</code> reporting an IPv6 gatewaywith CIDR suffix for a newly created network with no specific IPAMconfig, until a daemon restart. <ahref="https://redirect.github.com/moby/moby/pull/49520">moby/moby#49520</a></li><li>Improve the error reported when kernel modules <code>ip_set</code>,<code>ip_set_hash_net</code> and <code>netilter_xt_set</code> are notavailable. <ahref="https://redirect.github.com/moby/moby/pull/49524">moby/moby#49524</a></li><li>Move most of Docker's iptables rules out of the filter-FORWARDchain, so that other applications are free to append rules that mustfollow Docker's rules. <ahref="https://redirect.github.com/moby/moby/pull/49518">moby/moby#49518</a></li><li>Update <code>--help</code> output and man page lo state whichoptions only apply to the default bridge network. <ahref="https://redirect.github.com/moby/moby/pull/49522">moby/moby#49522</a></li></ul><h2>Bug fixes and enhancements</h2><ul><li>Fix <code>docker context create</code> always returning an errorwhen using the <code>"skip-tls-verify"</code> option. <ahref="https://redirect.github.com/docker/cli/pull/5850">docker/cli#5850</a></li><li>Fix shell completion suggesting IDs instead of names for servicesand nodes. <ahref="https://redirect.github.com/docker/cli/pull/5848">docker/cli#5848</a></li><li>Fix unintentionally printing exit status to standard error outputwhen <code>docker exec/run</code> returns a non-zero status. <ahref="https://redirect.github.com/docker/cli/pull/5854">docker/cli#5854</a></li><li>Fix regression <code>protocol "tcp" is not supported bythe RootlessKit port driver "slirp4netns"</code>. <ahref="https://redirect.github.com/moby/moby/pull/49514">moby/moby#49514</a></li><li>containerd image store: Fix <code>docker inspect</code> not beingable to show multi-platform images with missing layers for allplatforms. <ahref="https://redirect.github.com/moby/moby/pull/49533">moby/moby#49533</a></li><li>containerd image store: Fix <code>docker images --tree</code>reporting wrong content size. <ahref="https://redirect.github.com/moby/moby/pull/49535">moby/moby#49535</a></li><li>Fix compilation on i386 <ahref="https://redirect.github.com/moby/moby/pull/49526">moby/moby#49526</a></li></ul><h2>Packaging updates</h2><ul><li>Update <code>github.com/go-jose/go-jose/v4</code> to v4.0.5 toaddress. <ahref="https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78">GHSA-c6gw-w398-hv78</a>/ <ahref="https://www.cve.org/CVERecord?id=CVE-2025-27144">CVE-2025-27144</a><ahref="https://redirect.github.com/docker/cli/pull/5867">docker/cli#5867</a></li><li>Update Buildx to <ahref="https://github.com/docker/buildx/releases/tag/v0.21.1">v0.21.1</a>.<ahref="https://redirect.github.com/docker/docker-ce-packaging/pull/1167">docker/docker-ce-packaging#1167</a></li><li>Update Compose to <ahref="https://github.com/docker/compose/releases/tag/v2.33.1">v2.33.1</a>.<ahref="https://redirect.github.com/docker/docker-ce-packaging/pull/1168">docker/docker-ce-packaging#1168</a></li></ul><h2>API</h2><ul><li>containerd image store: Fix <code>GET/images/json?manifests=1</code> not filling <code>Manifests</code> forindex-only images. <ahref="https://redirect.github.com/moby/moby/pull/49533">moby/moby#49533</a></li><li>containerd image store: Fix <code>GET /images/json and/images/<name>/json</code> <code>Size.Content</code> fieldincluding the size of content that's not available locally. <ahref="https://redirect.github.com/moby/moby/pull/49535">moby/moby#49535</a></li></ul></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/moby/moby/commit/bbd0a17ccc67e48d4a69393287b7fcc4f0578683"><code>bbd0a17</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/49538">#49538</a>from robmry/docker_ingress</li><li><ahref="https://github.com/moby/moby/commit/8ae4858af49bab0bfa7de29f1144359a5ef652c9"><code>8ae4858</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/49545">#49545</a>from robmry/revert_check-config_ipset</li><li><ahref="https://github.com/moby/moby/commit/18143632f7e496b3d70b8ba492035bba68148512"><code>1814363</code></a>Revert "contrib/check-config: add ipset related flags"</li><li><ahref="https://github.com/moby/moby/commit/558da63444c8de0092c97b6def6214d1a0161493"><code>558da63</code></a>Jump to DOCKER-INGRESS from DOCKER-FORWARD</li><li><ahref="https://github.com/moby/moby/commit/f92fdfecbf2204cc9684238228d0ea9172312001"><code>f92fdfe</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/49530">#49530</a>from robmry/disable_ip_set</li><li><ahref="https://github.com/moby/moby/commit/88bc9a3d0f4fdb5a6be1e9d4fc2d1f212d03a021"><code>88bc9a3</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/49535">#49535</a>from vvoland/c8d-fixcontentsize</li><li><ahref="https://github.com/moby/moby/commit/76417bf7630e943a84406c99e87cd09ab53f1923"><code>76417bf</code></a>Don't use ipset</li><li><ahref="https://github.com/moby/moby/commit/c35159ed7dde6ea37b9ccf27ffe0e6495bb47161"><code>c35159e</code></a>c8d/manifests: Fix Content size including missing content</li><li><ahref="https://github.com/moby/moby/commit/05104991bce6ad914153618952c0e201b2fbb903"><code>0510499</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/49533">#49533</a>from vvoland/c8d-inspectlist-indeximg</li><li><ahref="https://github.com/moby/moby/commit/0274c630c9085a49993711bc26a58952a8de8c42"><code>0274c63</code></a>Merge pull request <ahref="https://redirect.github.com/docker/docker/issues/49518">#49518</a>from robmry/docker_forward_chain</li><li>Additional commits viewable in <ahref="https://github.com/docker/docker/compare/v28.0.0...v28.0.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>
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 7b1d4e8...6940a87
Uh oh!
There was an error while loading.Please reload this page.