Skip to content

Commit

Permalink
Update Terraform netbox to v3.8.0 (#12)
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 |
|---|---|---|---|
| [netbox](https://registry.terraform.io/providers/e-breuninger/netbox)
([source](https://github.com/e-breuninger/terraform-provider-netbox))
| required_provider | minor | `3.7.6` -> `3.8.0` |

---

### Release Notes

<details>
<summary>e-breuninger/terraform-provider-netbox (netbox)</summary>

###
[`v3.8.0`](https://github.com/e-breuninger/terraform-provider-netbox/blob/HEAD/CHANGELOG.md#380-January-30th-2024)

[Compare
Source](https://github.com/e-breuninger/terraform-provider-netbox/compare/v3.7.7...v3.8.0)

**BREAKING CHANGES**
Due to a change in NetBox 3.7's behavior regarding Webhooks and the
corresponding changes in the API,
the `netbox_webhook` resource might cause problems with NetBox versions
older than 3.7.0.
For all other resources and data sources, the provider should still
perform fine with older NetBox versions.

- resource/netbox_webhook: Removed `enabled`, `trigger_on_create`,
`trigger_on_update`, `trigger_on_delete`, `content_types` and
`conditions`

ENHANCEMENTS

-   provider: Now officially supports NetBox 3.7
-   **New Resource:** `netbox_event_rule`

###
[`v3.7.7`](https://github.com/e-breuninger/terraform-provider-netbox/blob/HEAD/CHANGELOG.md#377-January-30th-2024)

[Compare
Source](https://github.com/e-breuninger/terraform-provider-netbox/compare/v3.7.6...v3.7.7)

BUG FIXES

- resource/netbox_device: Fix Virtual Chassis Master Update Function for
Tag Input
([#&#8203;532](https://github.com/e-breuninger/terraform-provider-netbox/pull/532)
by [@&#8203;adelekanley](https://github.com/adelekanley))

</details>

---

### 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.

---

- [ ] <!-- 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/ffddorf/supernodes-v2).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 3, 2024
1 parent b8e6258 commit 3a82c5d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
29 changes: 18 additions & 11 deletions terraform/.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 terraform/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
netbox = {
source = "e-breuninger/netbox"
version = "3.7.6"
version = "3.8.0"
}
proxmox = {
source = "Telmate/proxmox"
Expand Down

0 comments on commit 3a82c5d

Please sign in to comment.