Skip to content

Commit

Permalink
chore(deps): update terraform zitadel to v1.2.0 (#55)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [zitadel](https://registry.terraform.io/providers/zitadel/zitadel)
([source](https://togithub.com/zitadel/terraform-provider-zitadel)) |
required_provider | minor | `1.1.1` -> `1.2.0` |

---

### Release Notes

<details>
<summary>zitadel/terraform-provider-zitadel (zitadel)</summary>

###
[`v1.2.0`](https://togithub.com/zitadel/terraform-provider-zitadel/releases/tag/v1.2.0)

[Compare
Source](https://togithub.com/zitadel/terraform-provider-zitadel/compare/v1.1.1...v1.2.0)

#### What's Changed

- feat: support theme mode by
[@&#8203;eliobischof](https://togithub.com/eliobischof) in
[zitadel/terraform-provider-zitadel#177
- feat: support org and user metadata by
[@&#8203;eliobischof](https://togithub.com/eliobischof) in
[zitadel/terraform-provider-zitadel#175
- feat: support SAML IDPs by
[@&#8203;eliobischof](https://togithub.com/eliobischof) in
[zitadel/terraform-provider-zitadel#178
- feat: support generic OAuth IDPs by
[@&#8203;eliobischof](https://togithub.com/eliobischof) in
[zitadel/terraform-provider-zitadel#179
- fix: key path by
[@&#8203;eliobischof](https://togithub.com/eliobischof) in
[zitadel/terraform-provider-zitadel#166
- docs: fix import commands by
[@&#8203;eliobischof](https://togithub.com/eliobischof) in
[zitadel/terraform-provider-zitadel#176
- docs: fix markdown for import code snippets by
[@&#8203;eliobischof](https://togithub.com/eliobischof) in
[zitadel/terraform-provider-zitadel#165
- chore: update github action with correct dependabot actor by
[@&#8203;hifabienne](https://togithub.com/hifabienne) in
[zitadel/terraform-provider-zitadel#164
- chore(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[zitadel/terraform-provider-zitadel#170
- chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[zitadel/terraform-provider-zitadel#174

**Full Changelog**:
zitadel/terraform-provider-zitadel@v1.1.1...v1.2.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone
Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/smartive/cas-fee-adv-mumble-api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 25, 2024
1 parent 4814afa commit 2515d16
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
60 changes: 30 additions & 30 deletions infrastructure/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ terraform {
required_providers {
zitadel = {
source = "zitadel/zitadel"
version = "1.1.1"
version = "1.2.0"
}
}
}

0 comments on commit 2515d16

Please sign in to comment.