Skip to content

Commit

Permalink
chore(deps): update terraform proxmox to v0.69.1 (#375)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [proxmox](https://registry.terraform.io/providers/bpg/proxmox)
([source](https://redirect.github.com/bpg/terraform-provider-proxmox)) |
required_provider | patch | `0.69.0` -> `0.69.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>bpg/terraform-provider-proxmox (proxmox)</summary>

###
[`v0.69.1`](https://redirect.github.com/bpg/terraform-provider-proxmox/blob/HEAD/CHANGELOG.md#0691-2025-01-04)

[Compare
Source](https://redirect.github.com/bpg/terraform-provider-proxmox/compare/v0.69.0...v0.69.1)

##### Miscellaneous

- **build:** update devcontainer and CI workflows
([#&#8203;1691](https://redirect.github.com/bpg/terraform-provider-proxmox/issues/1691))
([5ec64b8](https://redirect.github.com/bpg/terraform-provider-proxmox/commit/5ec64b8b1925f5237db8fe0ff9b6f1972ffd67c3))
- **ci:** update actions/create-github-app-token action (v1.11.0 →
v1.11.1)
([#&#8203;1692](https://redirect.github.com/bpg/terraform-provider-proxmox/issues/1692))
([0f3798b](https://redirect.github.com/bpg/terraform-provider-proxmox/commit/0f3798b371944eaa5a75c723128af53fd26cb25f))
- **ci:** update jetbrains/qodana-action action (v2024.3.3 → v2024.3.4)
([#&#8203;1694](https://redirect.github.com/bpg/terraform-provider-proxmox/issues/1694))
([493cbac](https://redirect.github.com/bpg/terraform-provider-proxmox/commit/493cbac0066d5d3884c6c7db9f304e863f41b27d))
- **ci:** update lycheeverse/lychee-action action (v2.1.0 → v2.2.0)
([#&#8203;1690](https://redirect.github.com/bpg/terraform-provider-proxmox/issues/1690))
([1afaf6c](https://redirect.github.com/bpg/terraform-provider-proxmox/commit/1afaf6cc440586c404ebaff83abe841182024cd3))
- **deps:** update golang.org/x/exp digest
([`b2144cd`](https://redirect.github.com/bpg/terraform-provider-proxmox/commit/b2144cd)
→
[`7d7fa50`](https://redirect.github.com/bpg/terraform-provider-proxmox/commit/7d7fa50))
([#&#8203;1696](https://redirect.github.com/bpg/terraform-provider-proxmox/issues/1696))
([100e8c7](https://redirect.github.com/bpg/terraform-provider-proxmox/commit/100e8c7f8bd9de8bb7c64f71075fade3230db1b2))
- **deps:** update module github.com/golangci/golangci-lint (v1.62.2 →
v1.63.4) in /tools
([#&#8203;1697](https://redirect.github.com/bpg/terraform-provider-proxmox/issues/1697))
([9257a11](https://redirect.github.com/bpg/terraform-provider-proxmox/commit/9257a11336b5cc6d68c837e109ea911e4cdd125d))
- **deps:** update module golang.org/x/net (v0.32.0 → v0.33.0)
\[security]
([#&#8203;1688](https://redirect.github.com/bpg/terraform-provider-proxmox/issues/1688))
([a637884](https://redirect.github.com/bpg/terraform-provider-proxmox/commit/a63788450b68cde1be7ff79d52d719f828f3ec85))
- **docs:** update README.md
([#&#8203;1698](https://redirect.github.com/bpg/terraform-provider-proxmox/issues/1698))
([b3170c3](https://redirect.github.com/bpg/terraform-provider-proxmox/commit/b3170c3751dad52c2466d24da1edeb91564b5454))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/lambchop4prez/network).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 4, 2025
1 parent d949241 commit ce0e43b
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 62 deletions.
60 changes: 30 additions & 30 deletions provision/gpc/.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 provision/gpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}
proxmox = {
source = "bpg/proxmox"
version = "0.69.0"
version = "0.69.1"
}
}
}
Expand Down
60 changes: 30 additions & 30 deletions provision/servonet/.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 provision/servonet/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}
proxmox = {
source = "bpg/proxmox"
version = "0.69.0"
version = "0.69.1"
}
talos = {
source = "siderolabs/talos"
Expand Down

0 comments on commit ce0e43b

Please sign in to comment.