Skip to content

Commit

Permalink
chore(deps): update terraform zitadel to v1.1.1 (#40)
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.0.6` -> `1.1.1` |

---

### Release Notes

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

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

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

#### What's Changed

- fix: saml trigger type by
[@&#8203;eliobischof](https://togithub.com/eliobischof) in
[zitadel/terraform-provider-zitadel#163

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

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

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

#### What's Changed

- chore: update pm board action by
[@&#8203;hifabienne](https://togithub.com/hifabienne) in
[zitadel/terraform-provider-zitadel#156
- docs: Fix broken links to API documentation and concepts. by
[@&#8203;tired-engineer](https://togithub.com/tired-engineer) in
[zitadel/terraform-provider-zitadel#157
- fix: import machine user with secret by
[@&#8203;eliobischof](https://togithub.com/eliobischof) in
[zitadel/terraform-provider-zitadel#162
- fix: enum docs for trigger_actions by
[@&#8203;stebenz](https://togithub.com/stebenz) in
[zitadel/terraform-provider-zitadel#160
- feat: generate machine secret by
[@&#8203;stebenz](https://togithub.com/stebenz) in
[zitadel/terraform-provider-zitadel#161

#### New Contributors

- [@&#8203;tired-engineer](https://togithub.com/tired-engineer) made
their first contribution in
[zitadel/terraform-provider-zitadel#157

**Full Changelog**:
zitadel/terraform-provider-zitadel@v1.0.7...v1.1.0

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

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

#### What's Changed

- Update tagline by [@&#8203;mffap](https://togithub.com/mffap) in
[zitadel/terraform-provider-zitadel#155
- fix: add saml application by
[@&#8203;stebenz](https://togithub.com/stebenz) in
[zitadel/terraform-provider-zitadel#154

**Full Changelog**:
zitadel/terraform-provider-zitadel@v1.0.6...v1.0.7

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIyMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 23, 2024
1 parent 047c2fd commit f3e8fa4
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.0.6"
version = "1.1.1"
}
}
}

0 comments on commit f3e8fa4

Please sign in to comment.