terraform-provider-matrix.meta

Issues/PRs archive for MTRNord/terraform-provider-matrix
git clone git://archive.git.mtrnord.blog/MTRNord/terraform-provider-matrix.meta.git
Log | Files | Refs

2.json (9858B)


      1 {
      2   "number": 2,
      3   "title": "Bump github.com/hashicorp/terraform-plugin-docs from 0.16.0 to 0.17.0",
      4   "state": "closed",
      5   "diff_file": "2.diff",
      6   "author": "dependabot[bot]",
      7   "created_at": "2024-01-18T03:07:12Z",
      8   "closed_at": "2024-01-25T02:46:39Z",
      9   "merged_at": null,
     10   "base_ref": "main",
     11   "head_ref": "dependabot/go_modules/github.com/hashicorp/terraform-plugin-docs-0.17.0",
     12   "labels": [
     13     "dependencies"
     14   ],
     15   "assignees": [],
     16   "requested_reviewers": [],
     17   "body": "Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.16.0 to 0.17.0.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/hashicorp/terraform-plugin-docs/releases\">github.com/hashicorp/terraform-plugin-docs's releases</a>.</em></p>\n<blockquote>\n<h2>v0.17.0</h2>\n<p>BREAKING CHANGES:</p>\n<ul>\n<li>generate: templates using <code>printf</code> with either <code>codefile</code> or <code>tffile</code> to render code examples in markdown will need to switch to using those functions directly.\nFor example, switch the following template code:\n<code>{{printf &quot;{{codefile \\&quot;shell\\&quot; %q}}&quot; .ImportFile}}</code>\nto\n<code>{{codefile &quot;shell&quot; .ImportFile}}</code>  (<a href=\"https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/300\">#300</a>)</li>\n</ul>\n<p>FEATURES:</p>\n<ul>\n<li>migrate: Added new <code>migrate</code> subcommand that migrates existing provider docs using the rendered website source directories (<code>website/docs/</code> or <code>/docs/</code>) to a <code>terraform-plugin-docs</code>-supported templates directory. (<a href=\"https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/314\">#314</a>)</li>\n</ul>\n<p>ENHANCEMENTS:</p>\n<ul>\n<li>generate: Add <code>provider-schema</code> flag to pass in a file path to a provider schema JSON file, allowing the command to skip building the provider and calling Terraform CLI (<a href=\"https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/299\">#299</a>)</li>\n</ul>\n<p>BUG FIXES:</p>\n<ul>\n<li>generate: fix <code>no such file or directory</code> error when running <code>generate</code> with no existing rendered website directory. (<a href=\"https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/296\">#296</a>)</li>\n<li>generate: fix incorrect rendering of example and import files for providers with no docs templates or with generic fallback templates. (<a href=\"https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/300\">#300</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/hashicorp/terraform-plugin-docs/blob/main/CHANGELOG.md\">github.com/hashicorp/terraform-plugin-docs's changelog</a>.</em></p>\n<blockquote>\n<h2>0.17.0 (January 17, 2024)</h2>\n<p>BREAKING CHANGES:</p>\n<ul>\n<li>generate: templates using <code>printf</code> with either <code>codefile</code> or <code>tffile</code> to render code examples in markdown will need to switch to using those functions directly.\nFor example, switch the following template code:\n<code>{{printf &quot;{{codefile \\&quot;shell\\&quot; %q}}&quot; .ImportFile}}</code>\nto\n<code>{{codefile &quot;shell&quot; .ImportFile}}</code>  (<a href=\"https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/300\">#300</a>)</li>\n</ul>\n<p>FEATURES:</p>\n<ul>\n<li>migrate: Added new <code>migrate</code> subcommand that migrates existing provider docs using the rendered website source directories (<code>website/docs/</code> or <code>/docs/</code>) to a <code>terraform-plugin-docs</code>-supported templates directory. (<a href=\"https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/314\">#314</a>)</li>\n</ul>\n<p>ENHANCEMENTS:</p>\n<ul>\n<li>generate: Add <code>provider-schema</code> flag to pass in a file path to a provider schema JSON file, allowing the command to skip building the provider and calling Terraform CLI (<a href=\"https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/299\">#299</a>)</li>\n</ul>\n<p>BUG FIXES:</p>\n<ul>\n<li>generate: fix <code>no such file or directory</code> error when running <code>generate</code> with no existing rendered website directory. (<a href=\"https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/296\">#296</a>)</li>\n<li>generate: fix incorrect rendering of example and import files for providers with no docs templates or with generic fallback templates. (<a href=\"https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/300\">#300</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/hashicorp/terraform-plugin-docs/commit/1856bda3cf43d608c6c127c6bce8b841a0737172\"><code>1856bda</code></a> Update changelog</li>\n<li><a href=\"https://github.com/hashicorp/terraform-plugin-docs/commit/6dec712fb402921fab6a6fca383e908bbb52bb2b\"><code>6dec712</code></a> Bump github.com/rogpeppe/go-internal from 1.11.0 to 1.12.0 (<a href=\"https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/306\">#306</a>)</li>\n<li><a href=\"https://github.com/hashicorp/terraform-plugin-docs/commit/042eb55cb3191282e8ffbae2cd05474eee609845\"><code>042eb55</code></a> Document the default behavior of <code>--tf-version</code> and usage of Terraform binary...</li>\n<li><a href=\"https://github.com/hashicorp/terraform-plugin-docs/commit/2e13971edd11385e94c2f18a9d524651dbd642e9\"><code>2e13971</code></a> deps: Migrate to github.com/hashicorp/cli (<a href=\"https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/322\">#322</a>)</li>\n<li><a href=\"https://github.com/hashicorp/terraform-plugin-docs/commit/eff4087f0c37ea25f8d032ccf87d0d833f4dc45f\"><code>eff4087</code></a> Update README.md - add <code>tools.go</code> quick example (<a href=\"https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/289\">#289</a>)</li>\n<li><a href=\"https://github.com/hashicorp/terraform-plugin-docs/commit/068a22697e08a30c09544e0e5a3715d7b744b1d7\"><code>068a226</code></a> Implement <code>migrate</code> sub-command (<a href=\"https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/314\">#314</a>)</li>\n<li><a href=\"https://github.com/hashicorp/terraform-plugin-docs/commit/8456c0cd9e8a124a6b2f7387fa064be8341b8ee9\"><code>8456c0c</code></a> Bump github.com/hashicorp/terraform-json from 0.18.0 to 0.20.0 (<a href=\"https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/315\">#315</a>)</li>\n<li><a href=\"https://github.com/hashicorp/terraform-plugin-docs/commit/8b2a7060df3c3063c29598f463b95b84e703f2f1\"><code>8b2a706</code></a> Bump github.com/hashicorp/terraform-exec from 0.19.0 to 0.20.0 (<a href=\"https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/313\">#313</a>)</li>\n<li><a href=\"https://github.com/hashicorp/terraform-plugin-docs/commit/de5265bad545a16620a5401e8fa1e80c61681373\"><code>de5265b</code></a> Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 (<a href=\"https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/319\">#319</a>)</li>\n<li><a href=\"https://github.com/hashicorp/terraform-plugin-docs/commit/0db8e4f7d0b6c94e5d247a9257268e27ef96fdbe\"><code>0db8e4f</code></a> Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 in /tools (<a href=\"https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/320\">#320</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/hashicorp/terraform-plugin-docs/compare/v0.16.0...v0.17.0\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/hashicorp/terraform-plugin-docs&package-manager=go_modules&previous-version=0.16.0&new-version=0.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n</details>",
     18   "comments": [
     19     {
     20       "author": "dependabot[bot]",
     21       "created_at": "2024-01-25T02:46:38Z",
     22       "body": "Superseded by #3."
     23     }
     24   ],
     25   "review_comments": []
     26 }