0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 02:31:10 +00:00
terraform-provider-proxmox/proxmox
renovate[bot] 9257a11336
chore(deps): update module github.com/golangci/golangci-lint (v1.62.2 → v1.63.4) in /tools (#1697)
* chore(deps): update module github.com/golangci/golangci-lint (v1.62.2 → v1.63.4) in /tools

| datasource | package                           | from    | to      |
| ---------- | --------------------------------- | ------- | ------- |
| go         | github.com/golangci/golangci-lint | v1.62.2 | v1.63.4 |

* chore(deps): remove golang.org/x/exp dependency and update imports to use slices package

- Removed the golang.org/x/exp dependency from go.mod and go.sum.
- Updated imports in proxmox/api/client.go, proxmoxtf/datasource/vms.go, and proxmoxtf/resource/file.go to use the slices package instead of golang.org/x/exp/slices.

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>

---------

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2025-01-04 11:15:37 +00:00
..
access feat(access): add ACL resource (#1166) 2024-05-08 20:22:15 -04:00
api chore(deps): update module github.com/golangci/golangci-lint (v1.62.2 → v1.63.4) in /tools (#1697) 2025-01-04 11:15:37 +00:00
cluster fix(provider): "context deadline exceeded" error when retrieving the next available VM identifier (#1647) 2024-11-20 23:02:03 -05:00
firewall chore(code): fix proxmox package dependencies (#536) 2023-09-03 00:40:47 +00:00
helpers/ptr fix(vm): do not reboot at disk resize (#1580) 2024-10-08 00:47:39 +00:00
nodes fix(vm): retry start if it fails with a transient error (#1685) 2024-12-17 14:31:46 -05:00
pools chore(code): fix proxmox package dependencies (#536) 2023-09-03 00:40:47 +00:00
ssh fix(provider): handle IPv6 in ssh client (#1558) 2024-10-01 12:36:11 -04:00
storage chore(code): fix proxmox package dependencies (#536) 2023-09-03 00:40:47 +00:00
types feat(node): implement initial support to manage APT repositories (#1325) 2024-07-05 18:48:35 -04:00
version feat(core): migrate version datasource to TF plugin framework (#440) 2023-07-29 02:10:02 +00:00
client.go feat(provider): configure temp directory (#607) 2023-10-07 21:00:34 -04:00