From 91e5ee3858787c4df747a297fe282f6a30d026d7 Mon Sep 17 00:00:00 2001 From: "kireque-bot[bot]" <143391978+kireque-bot[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 11:21:44 +0100 Subject: [PATCH] feat(terraform-provider): update terraform github to 6.2.0 (#390) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github](https://registry.terraform.io/providers/integrations/github) ([source](https://togithub.com/integrations/terraform-provider-github)) | required_provider | minor | `6.0.1` -> `6.2.0` | --- ### Release Notes
integrations/terraform-provider-github (github) ### [`v6.2.0`](https://togithub.com/integrations/terraform-provider-github/releases/tag/v6.2.0) [Compare Source](https://togithub.com/integrations/terraform-provider-github/compare/v6.1.0...v6.2.0) #### What's Changed ##### Features - feat: add `github_enterprise_actions_runner_group` by [@​bradam12](https://togithub.com/bradam12) in [https://github.com/integrations/terraform-provider-github/pull/2158](https://togithub.com/integrations/terraform-provider-github/pull/2158) - Feat: Fixes abandoned PR [#​2017](https://togithub.com/integrations/terraform-provider-github/issues/2017): Add support for the require_last_push_approval flag in github_branch_protection_v3 by [@​georgekaz](https://togithub.com/georgekaz) in [https://github.com/integrations/terraform-provider-github/pull/2199](https://togithub.com/integrations/terraform-provider-github/pull/2199) ##### Bugfixes - fix(data_source_github_rest_api): just read body and convert bytes into string by [@​riezebosch](https://togithub.com/riezebosch) in [https://github.com/integrations/terraform-provider-github/pull/2152](https://togithub.com/integrations/terraform-provider-github/pull/2152) ##### 🛠️ Maintenance - build(deps): bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/integrations/terraform-provider-github/pull/2189](https://togithub.com/integrations/terraform-provider-github/pull/2189) - build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/integrations/terraform-provider-github/pull/2194](https://togithub.com/integrations/terraform-provider-github/pull/2194) **Full Changelog**: https://github.com/integrations/terraform-provider-github/compare/v6.1.0...v6.2.0 ### [`v6.1.0`](https://togithub.com/integrations/terraform-provider-github/releases/tag/v6.1.0) [Compare Source](https://togithub.com/integrations/terraform-provider-github/compare/v6.0.1...v6.1.0) #### What's Changed - fix: validation rule for `results_per_page` of `github_repositories` data source by [@​dschniepp](https://togithub.com/dschniepp) in [https://github.com/integrations/terraform-provider-github/pull/2185](https://togithub.com/integrations/terraform-provider-github/pull/2185) - fix: Prevent loading of allowed actions if not configured by [@​Danielku15](https://togithub.com/Danielku15) in [https://github.com/integrations/terraform-provider-github/pull/2186](https://togithub.com/integrations/terraform-provider-github/pull/2186) - fix(data_source_github_rest_api): only allow for 404 on err by [@​riezebosch](https://togithub.com/riezebosch) in [https://github.com/integrations/terraform-provider-github/pull/2154](https://togithub.com/integrations/terraform-provider-github/pull/2154) - fix: error if autolink reference not found by [@​bradam12](https://togithub.com/bradam12) in [https://github.com/integrations/terraform-provider-github/pull/2164](https://togithub.com/integrations/terraform-provider-github/pull/2164) - feat: Add `github_actions_enterprise_permissions` by [@​ErikElkins](https://togithub.com/ErikElkins) in [https://github.com/integrations/terraform-provider-github/pull/2155](https://togithub.com/integrations/terraform-provider-github/pull/2155) - docs: configure release notes categories based on labels by [@​laughedelic](https://togithub.com/laughedelic) in [https://github.com/integrations/terraform-provider-github/pull/2184](https://togithub.com/integrations/terraform-provider-github/pull/2184) #### New Contributors - [@​dschniepp](https://togithub.com/dschniepp) made their first contribution in [https://github.com/integrations/terraform-provider-github/pull/2185](https://togithub.com/integrations/terraform-provider-github/pull/2185) - [@​riezebosch](https://togithub.com/riezebosch) made their first contribution in [https://github.com/integrations/terraform-provider-github/pull/2154](https://togithub.com/integrations/terraform-provider-github/pull/2154) - [@​bradam12](https://togithub.com/bradam12) made their first contribution in [https://github.com/integrations/terraform-provider-github/pull/2164](https://togithub.com/integrations/terraform-provider-github/pull/2164) - [@​ErikElkins](https://togithub.com/ErikElkins) made their first contribution in [https://github.com/integrations/terraform-provider-github/pull/2155](https://togithub.com/integrations/terraform-provider-github/pull/2155) - [@​laughedelic](https://togithub.com/laughedelic) made their first contribution in [https://github.com/integrations/terraform-provider-github/pull/2184](https://togithub.com/integrations/terraform-provider-github/pull/2184) **Full Changelog**: https://github.com/integrations/terraform-provider-github/compare/v6.0.1...v6.1.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com> --- .../terraform/github/.terraform.lock.hcl | 60 +++++++++---------- infrastructure/terraform/github/main.tf | 2 +- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/infrastructure/terraform/github/.terraform.lock.hcl b/infrastructure/terraform/github/.terraform.lock.hcl index ccd8f1882..837c0429b 100644 --- a/infrastructure/terraform/github/.terraform.lock.hcl +++ b/infrastructure/terraform/github/.terraform.lock.hcl @@ -24,36 +24,36 @@ provider "registry.terraform.io/1password/onepassword" { } provider "registry.terraform.io/integrations/github" { - version = "6.0.1" - constraints = ">= 5.31.0, 6.0.1, < 6.0.0" + version = "6.2.0" + constraints = ">= 5.31.0, 6.2.0, < 6.0.0" hashes = [ - "h1:0KIqqSJNVJeGVWmuQ/E+dMxXUyZqFcPBKx0TwCa0k58=", - "h1:2wiGOjsP/aMfuTLM5MKVhh0ghxbTER+TTGkmD2uG0Fo=", - "h1:Avpff17WVZg2SqwWKaVKjZB2o2oJBFp+1Tts3u/H3v8=", - "h1:CbyukDWs5GQ0SDvoXTEkAhQMd6THoL791p3pJIeAp8k=", - "h1:DZzyej5fqp7eWBXFw/JHjqPssdfKLgUZ/88P4HpX05Q=", - "h1:H1oLfsBrNLVq7T9NZ3hH7D5Y6Lio8zMDp4gK+CqEC4c=", - "h1:J06uvP5XNaED7+8poPbBaDHyl/VhchA4GQiIT8eMIrg=", - "h1:LXN5oiMK6Vt5YvmXc6Wx+OBGh2TQ8mCqS//NLr6LgWM=", - "h1:LZNK90vJi6mv4yeo+uytVjfQ+ltdh6qm74jnV4CjkOE=", - "h1:RoPE7Z1X1oNCuFfYeKZ69E6YI6ztvtcZ8Wp10n6IUaE=", - "h1:YjUhQGMrii51+BzxZBBwdtJQiyR6rr8oK1UVm820bBU=", - "h1:cytvwcefffYZBw4VBhmq9gnUv1aWBUzw/fVegNhVQmM=", - "h1:gLyzVqjGKOPWBm+bte8380yuvm4A6Dy36ue0325Frs8=", - "h1:gWeY1jfPuUeiR1tIMfuWiIQ3xhB2cCv2udz4F3/7NLk=", - "zh:02809196d73846c34f435633deb876391e036628254ec7733e991ef4be8937b8", - "zh:107974d5ee14c2116ecb175e9a98b80b49d1b16f0a9120f55fc59bb494510446", - "zh:1af00f406b490d28f105b9fec7151b467004676b829437d2f0e796409e8353fb", - "zh:1b9989d19e3b6a795e166952baaf3ade64b45d416933aa3ba14591effd15c0a0", - "zh:2b74693b5bf0d1be923acf9b34062f8a046473858bb7f22d05779f8752dd7bb2", - "zh:4845cb2a8eb59d3d3cfba8906d51681f312469fa9694ad6fd3e8f4c39396a385", - "zh:58fa1b8dbe09b553a5e92e108439c0be454181ba295afb65e9f004589619044c", - "zh:66136c381022fa6e1829d5de0ded42d75b1566b7bd431370fc716829f1bc4cb0", - "zh:680e93f5525541047b78bdac6a88779fe6656b503d60cedab6a31a134116be52", - "zh:6a9c7fb124aac014bd7f2248ae317316da52118ffdc9289850e86cea8d503717", - "zh:82250d7d4eba026a9438e7637931fc662a70a918efc346b83aebeb1fb031ee81", - "zh:858229daa25ef519c194441663b163fb03daa5f8e2376d77f523aa2c0ae1268f", - "zh:94eba25a9e491640428f5ee349f7fa00bc7d7e7928bc60ca2c5be82c51187441", - "zh:e6a75c879bb8c1f3a867a7320afb01e52bde5881459e568c0424a048ce2d4f4d", + "h1:4tqfWflYEJjQg9v3FAblouEyLg4WqGe2N/o3CtZNWy0=", + "h1:5GqI+KI5dJUerqHIp9ywc16US1rqT57dNlEvqJPowBM=", + "h1:AsM+mtp73lW5RfcvwE57h2a+76n0IjbHmW4opc8CqOI=", + "h1:CBn3p+cDs3/6U9Rbcr0wiYTxfttbvICAYuT2/cP0sOY=", + "h1:FdWqFyRBP1NkVVE2ZTbk2HdQ9FCuQ7Iiw+517sZUjOc=", + "h1:IXJkX0tN3+nQoGFp2joT/EKqUsi6cpMNFmAl9+zsO4Q=", + "h1:JaMw2qe5dBH2CBCOpZLJgpf8/8f8y6TcUGe9s8Mv7ao=", + "h1:VkdsfBskGAk3xPV8LBRFAB/Cfk3k4S/bP5zijlEk3cA=", + "h1:a6d0+g28W72xkGNSzbMLApNMtwT7uhvO2Hc45ghON4U=", + "h1:huTBlWX9zpPiCoccn80LDJxXS9M41yW9WsNPH1HEhD4=", + "h1:kroGvdKxahYImxRUjkkSIcBd9xMKrtAyab34NzfeAPM=", + "h1:lksoqxpDFTpi0ChXemkxAzrFGKuv0DzEo5AgCnqBN/A=", + "h1:qUIoYIbtawA/DQaJNb0QuDPTZbghSHmqprQwmY2bU/c=", + "h1:wqsCDUe+sQPm7NCw2BDiq0huDAkKTO8f03sPqe5l8Ao=", + "zh:1206dd543cbfb82510f3de8cebc60b3b53803ed2e58b155beae60ad47375da92", + "zh:1b37f423227697a8dfedd12552826f22153c0125233caf2ab3426a968db63cfc", + "zh:273f57855ded264c6e08260e536f495b5db836c369a567c54d3852c3f24f9256", + "zh:569bc57a5bbb5ae09871a080fd17fef266da22bd4e29b5db74f10607343ba3ed", + "zh:58f3bc7becc4124ca8c9996137b286673262fd3eb9f30ae32401bd18cf87378a", + "zh:72fd37a1f0629293102ea9daa8ab300dec8465f2fb47223597946c374a445b82", + "zh:78bc062964a4bdc7b11d506ecc593731b2f9570f6d1a91bd0da5d2c9af92e964", + "zh:9c1dd21173e1814496defe7e8d0bfbbb3f34f5ec73bf38fad87aca5ad3f728ba", + "zh:a80948ebfe0c803ccb37fd94cbb4a1cb09c8e89fa85cf4468060aa35ff227916", + "zh:a8fb4fdc3f4326ea7a456a64b346bb187046832ea1819134bb0ea8e53447ee8e", + "zh:aaff85ec7753f368ffefe8fd022961fe7c8c67fef9963d60a4a17df9d0cb1c5d", + "zh:bd9efdd9dcc11067b48b269587ba34cb22aa7d559e26843e25c4faad7453b81c", + "zh:c123572fb43f3a7cd5fcb19c29063342ebd9a9e40effaab3adfd0c404441efd7", + "zh:d55b2fed99d988015b0269c1ec2fbd969ec0cf144cf1cb1ce0543df36f233061", ] } diff --git a/infrastructure/terraform/github/main.tf b/infrastructure/terraform/github/main.tf index 861c2d47a..081cb9812 100644 --- a/infrastructure/terraform/github/main.tf +++ b/infrastructure/terraform/github/main.tf @@ -10,7 +10,7 @@ terraform { required_providers { github = { source = "integrations/github" - version = "6.0.1" + version = "6.2.0" } } }