mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
build(deps): Bump cyrilgdn/postgresql from 1.22 to 1.23.0 in /terraform/environments/staging (#6886)
Bumps [cyrilgdn/postgresql](https://github.com/cyrilgdn/terraform-provider-postgresql) from 1.22 to 1.23.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cyrilgdn/terraform-provider-postgresql/releases">cyrilgdn/postgresql's releases</a>.</em></p> <blockquote> <h2>v1.23.0</h2> <h2>What's Changed</h2> <ul> <li><strong>Add support for GCP IAM impersonation by <a href="https://github.com/michaellzc"><code>@michaellzc</code></a> in <a href="https://redirect.github.com/cyrilgdn/terraform-provider-postgresql/pull/448">cyrilgdn/terraform-provider-postgresql#448</a></strong></li> <li><strong>postgresql_database: Reassign objects owners if database owner changes by <a href="https://github.com/lukaalba"><code>@lukaalba</code></a> in <a href="https://redirect.github.com/cyrilgdn/terraform-provider-postgresql/pull/458">cyrilgdn/terraform-provider-postgresql#458</a></strong></li> <li>update documentation by <a href="https://github.com/manu-akw"><code>@manu-akw</code></a> in <a href="https://redirect.github.com/cyrilgdn/terraform-provider-postgresql/pull/455">cyrilgdn/terraform-provider-postgresql#455</a></li> <li>build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.3.0 to 1.6.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/cyrilgdn/terraform-provider-postgresql/pull/447">cyrilgdn/terraform-provider-postgresql#447</a></li> <li>build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/cyrilgdn/terraform-provider-postgresql/pull/421">cyrilgdn/terraform-provider-postgresql#421</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/manu-akw"><code>@manu-akw</code></a> made their first contribution in <a href="https://redirect.github.com/cyrilgdn/terraform-provider-postgresql/pull/455">cyrilgdn/terraform-provider-postgresql#455</a></li> <li><a href="https://github.com/michaellzc"><code>@michaellzc</code></a> made their first contribution in <a href="https://redirect.github.com/cyrilgdn/terraform-provider-postgresql/pull/448">cyrilgdn/terraform-provider-postgresql#448</a></li> <li><a href="https://github.com/lukaalba"><code>@lukaalba</code></a> made their first contribution in <a href="https://redirect.github.com/cyrilgdn/terraform-provider-postgresql/pull/458">cyrilgdn/terraform-provider-postgresql#458</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/cyrilgdn/terraform-provider-postgresql/compare/v1.22.0...v1.23.0">https://github.com/cyrilgdn/terraform-provider-postgresql/compare/v1.22.0...v1.23.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="dea1401819"><code>dea1401</code></a> chore: bump goreleaser actions</li> <li><a href="59a36ae283"><code>59a36ae</code></a> postgresql_database: Reassign objects owners if database owner changes (<a href="https://redirect.github.com/cyrilgdn/terraform-provider-postgresql/issues/458">#458</a>)</li> <li><a href="c3f634b678"><code>c3f634b</code></a> Add support for GCP IAM impersonation (<a href="https://redirect.github.com/cyrilgdn/terraform-provider-postgresql/issues/448">#448</a>)</li> <li><a href="b23202a83d"><code>b23202a</code></a> Update AWS documentation (<a href="https://redirect.github.com/cyrilgdn/terraform-provider-postgresql/issues/455">#455</a>)</li> <li><a href="5213579e05"><code>5213579</code></a> build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (<a href="https://redirect.github.com/cyrilgdn/terraform-provider-postgresql/issues/421">#421</a>)</li> <li><a href="f3024f2152"><code>f3024f2</code></a> build(deps): bump azidentity from 1.3.0 to 1.6.0 (<a href="https://redirect.github.com/cyrilgdn/terraform-provider-postgresql/issues/447">#447</a>)</li> <li><a href="f46ec22118"><code>f46ec22</code></a> rename master branch to main</li> <li>See full diff in <a href="https://github.com/cyrilgdn/terraform-provider-postgresql/compare/v1.22.0...v1.23.0">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>
This commit is contained in:
34
terraform/environments/staging/.terraform.lock.hcl
generated
34
terraform/environments/staging/.terraform.lock.hcl
generated
@@ -2,24 +2,24 @@
|
||||
# Manual edits may be lost in future updates.
|
||||
|
||||
provider "registry.terraform.io/cyrilgdn/postgresql" {
|
||||
version = "1.22.0"
|
||||
constraints = "1.22.0"
|
||||
version = "1.23.0"
|
||||
constraints = "1.23.0"
|
||||
hashes = [
|
||||
"h1:8jjuILf07SZmfJjKsjEAlu5125pyRy4sSEJ+y68N7FU=",
|
||||
"zh:038df91e31bda2a9a1f33adc886bc2084793e151130e29909b92f18b91315724",
|
||||
"zh:093328afc09cf13a5aed64daf9dc32d764e0a2b3c626c532e211fc22c08088f3",
|
||||
"zh:108ae8321312085037b987bbe0a4a8e8aa34a763b5b73ad6d9a78d605fa8074d",
|
||||
"zh:2ef4ae45a8df16ad3e3b2c8082a605354c5ca34015b1709123a911a98f93320d",
|
||||
"zh:35e13819840c74d8c01fabbe124b44718364acea905066c68fd7ee7d3b4ffc09",
|
||||
"zh:4eee265e184067d7574787cb682d7f5e339271adc91ec0026de1ab9700f24e39",
|
||||
"zh:5defd2ac1825d25897125b21c929827dcd471cff7ba8e92c6ae006830bc7bb8c",
|
||||
"zh:8ef0f114516bd83d87667472f90e609b2c033431d5c9d563db5ca2b87bad9726",
|
||||
"zh:97ee6cf040e34f649ddc0554dca7db132f6bddae5defe133f21dffa01ece33fe",
|
||||
"zh:982a831ee1346ae7790ddb6efa8f34297964d68f2910a1ce401505ea96c4bffa",
|
||||
"zh:a8aefc6c22ff2ffff69d269ba180fdf021ba8510fa3a00683f356f3434657a4a",
|
||||
"zh:b153499f77d00fae59c6f7d301fd6ffc3595143d540ed475ccf2747bcc1920ac",
|
||||
"zh:b27e28690c8ca74b861f7ffccd98ada374c8a2cb0e200dbc028c679c009b5779",
|
||||
"zh:d05579c9998a3efa36b3397a840676edfc8328a6075110d7365ac322f5ce268c",
|
||||
"h1:gOHS9VLOuUNTe1yGp/HqGEUuSSdguowO1QjezLIxIJc=",
|
||||
"zh:0bea106d7ffc7058a9a03359d2d973dd2b10f357a751ad7ead34e919af963adc",
|
||||
"zh:11758b27f60d74232a8a1b2cf2053ab27a7f060f1893fa773353425f295f6085",
|
||||
"zh:278605be3cbcaab43598ccbe1152956691e7af41e3c105034b1f3f643362f8c0",
|
||||
"zh:2d14614d58fc46a545e238b2fcdb4229cba6c2dcdbf499f287f0823527dc70a4",
|
||||
"zh:3002900c6425240013b6eb20ad4450e7d7ed95c79b29ad4a7cf004c1fec4d91b",
|
||||
"zh:418213529b21a6a54e093dadb2d04348b1f5ae486b6682e1fdfd799351ab0063",
|
||||
"zh:46f82a470e07d6ca6eea4a5ca3f9bb9774bf65ed8f95891214d7cefb9abe76cb",
|
||||
"zh:596b9d5233dc0efee067a2f243969b2c380616e38d4ca4cc35c6f95fd03ea30d",
|
||||
"zh:74413ba9ffed3acd0574c26935e758360524693690d331d497fd2bf6742abd90",
|
||||
"zh:7ff43a55325fd22b78fb3320ad651906314465af9f05c8eb026a63ca18b6f80b",
|
||||
"zh:8f1bbc5d1a4c84cee294b4a7365f888ab1c8fd86c57bd965d89d026846a1ccd9",
|
||||
"zh:b5ef4a4aa245e9d47fc2ba6b9ab5471e02ccabbdc3999fb2f603f26715d115ae",
|
||||
"zh:d6da2968454febfa01de7b4197f5919e4faa04ab0f82e8793bd1c85a101d7c11",
|
||||
"zh:fbebc34e03af57afcc4110768af733a9b71a540f32bf2c8f61783684b1f00e2a",
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ terraform {
|
||||
|
||||
postgresql = {
|
||||
source = "cyrilgdn/postgresql"
|
||||
version = "1.22"
|
||||
version = "1.23.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user