dependabot[bot] opened a new pull request, #73:
URL: https://github.com/apache/cloudstack-terraform-provider/pull/73

   Bumps 
[github.com/hashicorp/terraform](https://github.com/hashicorp/terraform) from 
0.12.0 to 0.12.17.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/hashicorp/terraform/blob/v0.12.17/CHANGELOG.md";>github.com/hashicorp/terraform's
 changelog</a>.</em></p>
   <blockquote>
   <h2>0.12.17 (December 02, 2019)</h2>
   <p>SECURITY NOTES:</p>
   <ul>
   <li>
   <p>If you are using the Azure remote state backend and you are using a SAS 
Token for authentication, please refer to <a 
href="https://github.com/hashicorp/terraform/security/advisories/GHSA-4rvg-555h-r626";>the
 Azure remote state backend security advisory</a>.</p>
   <p>Prior versions of the backend may have transmitted your state to the 
storage service using cleartext HTTP unless you specifically requested HTTPS 
when generating your SAS Token. This does not affect any other backends, and 
does not affect the Azure backend when using other authentication 
mechanisms.</p>
   </li>
   </ul>
   <p>NEW FEATURES:</p>
   <ul>
   <li>lang/funcs: Add <code>trim*</code> functions</li>
   </ul>
   <p>ENHANCEMENTS:</p>
   <ul>
   <li>cli: Terraform will now consolidate many warnings with the same summary 
text into fewer warning items, in order to avoid excessive amounts of warnings 
making it hard to read other output from Terraform commands. (<a 
href="https://redirect.github.com/hashicorp/terraform/issues/23425";>#23425</a>)</li>
   <li>core: The upgrade logic for moving from the Terraform 0.11 to the 
Terraform 0.12 state snapshot format (internally, format version 3 to version 
4) will now tolerate and ignore dependencies with invalid addresses, which tend 
to be left behind when following the <code>terraform 0.11checklist</code> 
directive to rename resources whose names start with digits prior to upgrading 
to Terraform 0.12. This should allow upgrading the state for a configuration 
that in the past had digit-prefixed resource names, once those names have been 
fixed in the configuration and state using the instructions given by 
<code>terraform 0.11checklist</code> in Terraform 0.11.14. (<a 
href="https://redirect.github.com/hashicorp/terraform/issues/23443";>#23443</a>)</li>
   </ul>
   <p>BUG FIXES:</p>
   <ul>
   <li>command/jsonplan, command/jsonstate: fix panic with null values (<a 
href="https://redirect.github.com/hashicorp/terraform/issues/23492";>#23492</a>)</li>
   <li>backend/azure: Use HTTPS to talk to the storage API, even if using a SAS 
token that does not require it. (<a 
href="https://redirect.github.com/hashicorp/terraform/issues/23496";>#23496</a>)</li>
   </ul>
   <h2>0.12.16 (November 18, 2019)</h2>
   <p>BUG FIXES:</p>
   <ul>
   <li>command/0.12upgrade: fix panic when int value is out of range (<a 
href="https://redirect.github.com/hashicorp/terraform/issues/23394";>#23394</a>)</li>
   <li>core: fix cycle between dependencies with create_before_destroy (<a 
href="https://redirect.github.com/hashicorp/terraform/issues/23399";>#23399</a>)</li>
   <li>backend/remote: default .terraformignore paths will now work on Windows 
(<a 
href="https://redirect.github.com/hashicorp/terraform/issues/23311";>#23311</a>)</li>
   </ul>
   <h2>0.12.15 (November 14, 2019)</h2>
   <p>BUG FIXES:</p>
   <ul>
   <li>
   <p>various commands: Fixed errant error &quot;Initialization required. 
Please see the error message above.&quot; (<a 
href="https://redirect.github.com/hashicorp/terraform/issues/23383";>#23383</a>)</p>
   <p>The error was produced on some of Terraform's subcommands (in particular 
<code>terraform show</code> and <code>terraform output</code>, but possibly 
others) if a warning was emitted during configuration loading and if a 
<code>backend</code> block was present. This issue has been present since 
v0.12.0 for any configuration that produces configuration-related deprecation 
warnings, but it became more visible in v0.12.14 due to the addition of several 
more situations that could produce warnings.</p>
   </li>
   </ul>
   <h2>0.12.14 (November 13, 2019)</h2>
   <p>UPGRADE NOTES:</p>
   <ul>
   <li>
   <p>Terraform v0.12.0 included several changes to the Terraform language 
involving making expressions, type constraints, keywords, and references 
first-class in the language syntax, removing the need for placing thee items 
either in quoted strings or in interpolation syntax. Terraform v0.11 required 
these items to be quoted because the underlying language could not represent 
them any other way, while Terraform v0.12 expects them to be unquoted in order 
to improve readability.</p>
   <p>We have been accepting both forms for backward-compatibility with 
existing configurations and examples since the inititial v0.12.0 release. 
Having maintained compatibility for both forms for several versions we are now 
beginning the deprecation cycle for the old usage by having Terraform emit 
deprecation warnings.</p>
   <p>Terraform will still accept the older forms in spite of these warnings, 
so no immediate action is required. If your modules are targeting Terraform 
v0.12.0 and later exclusively, you can silence the warnings by removing the 
quotes, as directed in the warning message. In a future major version of 
Terraform, some of these warnings will be elevated to be errors.</p>
   <p>The summary of the warning for these situations will be one of the 
following:</p>
   <ul>
   <li><strong>Interpolation-only expressions are deprecated:</strong> an 
expression like <code>&quot;${foo}&quot;</code> should be rewritten as just 
<code>foo</code>.</li>
   </ul>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hashicorp/terraform/commit/f0ae01e605e0666038c22644aeb21bbeb2625005";><code>f0ae01e</code></a>
 v0.12.17</li>
   <li><a 
href="https://github.com/hashicorp/terraform/commit/180e233ec1ddee2c017c95c71682d17100c72521";><code>180e233</code></a>
 Update CHANGELOG.md</li>
   <li><a 
href="https://github.com/hashicorp/terraform/commit/6db3cf8e5b4cfb2a3cd1d99a813b50b2d5d363bb";><code>6db3cf8</code></a>
 vendor: upgrade Azure SDK and Azure/go-autorest</li>
   <li><a 
href="https://github.com/hashicorp/terraform/commit/e32641c9ce8b7c1b766f7d0368a7aec93d3438ce";><code>e32641c</code></a>
 website/docs: Corrects function name in <code>cidrsubnets</code> function 
documentation ...</li>
   <li><a 
href="https://github.com/hashicorp/terraform/commit/4409cc04f55cc927152aed84557015b18fa3a0c4";><code>4409cc0</code></a>
 Update CHANGELOG.md</li>
   <li><a 
href="https://github.com/hashicorp/terraform/commit/99225b8d76c0df3faf063618b4600ce7aacec0eb";><code>99225b8</code></a>
 command/jsonstate,plan: fix panic with null values (<a 
href="https://redirect.github.com/hashicorp/terraform/issues/23492";>#23492</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform/commit/211cf08b38b10d45d7e0cb8219a0b9a2a5abdc38";><code>211cf08</code></a>
 Update config.yml</li>
   <li><a 
href="https://github.com/hashicorp/terraform/commit/3db7ea2d890819b35f57847b1b7fc18642c7bab0";><code>3db7ea2</code></a>
 Merge pull request <a 
href="https://redirect.github.com/hashicorp/terraform/issues/23225";>#23225</a> 
from hashicorp/add-issue-template-cfg</li>
   <li><a 
href="https://github.com/hashicorp/terraform/commit/438279c520fb14ae7086160ef885609c4fee801e";><code>438279c</code></a>
 github: Add issue templates config</li>
   <li><a 
href="https://github.com/hashicorp/terraform/commit/88a806cc32d2389b8f848b306a9448f2f305a258";><code>88a806c</code></a>
 Merge pull request <a 
href="https://redirect.github.com/hashicorp/terraform/issues/23450";>#23450</a> 
from hashicorp/jbarin/err-diags</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hashicorp/terraform/compare/v0.12.0...v0.12.17";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/hashicorp/terraform&package-manager=go_modules&previous-version=0.12.0&new-version=0.12.17)](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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts 
page](https://github.com/apache/cloudstack-terraform-provider/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to