-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit c072ef0
authored
chore(deps): bump vercel/vercel from 2.15.1 to 3.0.1 in /terraform (#682)
Bumps
[vercel/vercel](https://github.com/vercel/terraform-provider-vercel)
from 2.15.1 to 3.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vercel/terraform-provider-vercel/releases">vercel/vercel's
releases</a>.</em></p>
<blockquote>
<h2>v3.0.1</h2>
<h2>Changelog</h2>
<ul>
<li>7d640b64e75657b72fe29f5a14cf950ac74d0c82: Fix vercel_team_config
tests (<a
href="https://github.com/kitfoster"><code>@kitfoster</code></a>)</li>
<li>7dba6904d4c8e09780a9a156ecfcf85168c05106: Check env vars for tests
are set when used (<a
href="https://redirect.github.com/vercel/terraform-provider-vercel/issues/304">#304</a>)
(<a
href="https://github.com/kitfoster"><code>@kitfoster</code></a>)</li>
<li>1747cecb60c6374f33e27b09884dd4a59fda8c8c: [firewall config resource]
Fix example config (<a
href="https://redirect.github.com/vercel/terraform-provider-vercel/issues/307">#307</a>)
(<a href="https://github.com/OhMyVolk"><code>@OhMyVolk</code></a>)</li>
<li>2267e5f0548d17193db11042856b84cbb797608b: Fix a bunch of bugs in
resource_project_environment_variables (<a
href="https://redirect.github.com/vercel/terraform-provider-vercel/issues/306">#306</a>)
(<a
href="https://github.com/dglsparsons"><code>@dglsparsons</code></a>)</li>
</ul>
<h2>v3.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix tests for standard_legacy by making fluid off for the tests by
<a href="https://github.com/dglsparsons"><code>@dglsparsons</code></a>
in <a
href="https://redirect.github.com/vercel/terraform-provider-vercel/pull/302">vercel/terraform-provider-vercel#302</a></li>
<li>Support updating of existing alias resources by <a
href="https://github.com/dglsparsons"><code>@dglsparsons</code></a> in
<a
href="https://redirect.github.com/vercel/terraform-provider-vercel/pull/301">vercel/terraform-provider-vercel#301</a></li>
<li>[vercel_team_config] Fix saml dsync for access groups by <a
href="https://github.com/kitfoster"><code>@kitfoster</code></a> in <a
href="https://redirect.github.com/vercel/terraform-provider-vercel/pull/298">vercel/terraform-provider-vercel#298</a></li>
</ul>
<h2>Upgrade Steps</h2>
<p>This release includes a breaking change to
<code>vercel_team_config.saml</code>. If you are not using
<code>vercel_team_config.saml</code>, no upgrade steps are required.</p>
<p>If you are using <code>vercel_team_config.saml</code>:</p>
<ol>
<li>Update your config for <code>vercel_team_config.saml</code>
<ol>
<li>If <code>vercel_team_config.saml.access_group_id</code> is
specified: remove it</li>
<li>If <code>vercel_team_config.saml.roles</code> is specified: change
the values of the object from strings to objects with the format <code>{
role = "<role e.g. VIEWER>" }</code> | <code>{
access_group_id = "<access_group_id>" }</code></li>
</ol>
</li>
<li>Refresh the terraform state with <code>terraform refresh</code> or
<code>terraform apply</code></li>
</ol>
<p>The provider will ensure the terraform state correctly migrates any
existing <code>vercel_team_config.saml.roles</code> to the new
format</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/vercel/terraform-provider-vercel/compare/v2.15.1...v3.0.0">https://github.com/vercel/terraform-provider-vercel/compare/v2.15.1...v3.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vercel/terraform-provider-vercel/commit/2267e5f0548d17193db11042856b84cbb797608b"><code>2267e5f</code></a>
Fix a bunch of bugs in resource_project_environment_variables (<a
href="https://redirect.github.com/vercel/terraform-provider-vercel/issues/306">#306</a>)</li>
<li><a
href="https://github.com/vercel/terraform-provider-vercel/commit/1747cecb60c6374f33e27b09884dd4a59fda8c8c"><code>1747cec</code></a>
[firewall config resource] Fix example config (<a
href="https://redirect.github.com/vercel/terraform-provider-vercel/issues/307">#307</a>)</li>
<li><a
href="https://github.com/vercel/terraform-provider-vercel/commit/7dba6904d4c8e09780a9a156ecfcf85168c05106"><code>7dba690</code></a>
Check env vars for tests are set when used (<a
href="https://redirect.github.com/vercel/terraform-provider-vercel/issues/304">#304</a>)</li>
<li><a
href="https://github.com/vercel/terraform-provider-vercel/commit/7d640b64e75657b72fe29f5a14cf950ac74d0c82"><code>7d640b6</code></a>
Fix vercel_team_config tests</li>
<li><a
href="https://github.com/vercel/terraform-provider-vercel/commit/bc290135ef17ef4433784cd125356cd924e7ee69"><code>bc29013</code></a>
[vercel_team_config] Fix saml dsync for access groups (<a
href="https://redirect.github.com/vercel/terraform-provider-vercel/issues/298">#298</a>)</li>
<li><a
href="https://github.com/vercel/terraform-provider-vercel/commit/77f7383d53b25297a0a8a7ff60d25b4f62b39ec7"><code>77f7383</code></a>
Support updating of existing alias resources (<a
href="https://redirect.github.com/vercel/terraform-provider-vercel/issues/301">#301</a>)</li>
<li><a
href="https://github.com/vercel/terraform-provider-vercel/commit/40b9b072b223da903174de18a554cacc6b594a8d"><code>40b9b07</code></a>
Fix tests for standard_legacy by making fluid off for the tests (<a
href="https://redirect.github.com/vercel/terraform-provider-vercel/issues/302">#302</a>)</li>
<li><a
href="https://github.com/vercel/terraform-provider-vercel/commit/bfbca382bffc5ea82cf97dc7ea45fef70f2c378a"><code>bfbca38</code></a>
Add Kit and Jeffrey to CODEOWNERS</li>
<li>See full diff in <a
href="https://github.com/vercel/terraform-provider-vercel/compare/v2.15.1...v3.0.1">compare
view</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't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent feb630a commit c072ef0Copy full SHA for c072ef0
File tree
Expand file treeCollapse file tree
2 files changed
+18
-18
lines changedFilter options
- terraform
Expand file treeCollapse file tree
2 files changed
+18
-18
lines changedCollapse file: terraform/.terraform.lock.hcl
terraform/.terraform.lock.hcl
Copy file name to clipboardExpand all lines: terraform/.terraform.lock.hcl+17-17Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file: terraform/main.tf
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
0 commit comments