0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-02 19:43:00 +00:00
Commit Graph

1365 Commits

Author SHA1 Message Date
renovate[bot]
f22858ce4e
chore(deps): update golang.org/x/exp digest (fc45aab → 7f521ea) (#1391)
| datasource | package          | from                               | to                                 |
| ---------- | ---------------- | ---------------------------------- | ---------------------------------- |
| go         | golang.org/x/exp | v0.0.0-20240604190554-fc45aab8b7f8 | v0.0.0-20240613232115-7f521ea00fb8 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-13 20:40:37 -04:00
renovate[bot]
fbf41dde93
chore(ci): update actions/checkout action (v4.1.6 → v4.1.7) (#1390)
| datasource  | package          | from   | to     |
| ----------- | ---------------- | ------ | ------ |
| github-tags | actions/checkout | v4.1.6 | v4.1.7 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-13 03:22:04 +00:00
allcontributors[bot]
a3508f555a
docs: add CCreek96 as a contributor for code (#1388)
* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-06-12 00:47:39 +00:00
Connor Creek
bc079c0c19
fix(lxc): make container vm_id computed (#1386)
fix(vm): make container vm_id computed

Signed-off-by: Connor Creek <creek.connor@yahoo.com>
2024-06-11 20:45:53 -04:00
Pavel Boldyrev
de349523fe
feat(vm): add support for disk.serial attribute (#1385)
* feat(vm): add support for `disk.serial` attribute

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-06-11 01:40:03 +00:00
Pavel Boldyrev
cfe1b1cc4b
chore(code): remove goreleaser from /tools (#1384)
chore(code): remove goreleaser from /tools

`goreleaser` from /tools is not used in the build/release, CI is using `goreleaser-action`

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-06-11 00:58:26 +00:00
Pavel Boldyrev
1eb64a2522
fix(docs): add more details about the usb block in VM (#1382)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-06-11 00:00:08 +00:00
renovate[bot]
095be69d8d
chore(deps): Update module github.com/goreleaser/goreleaser (v1.26.2 → v2.0.0) in /tools (#1381)
| datasource | package                          | from    | to     |
| ---------- | -------------------------------- | ------- | ------ |
| go         | github.com/goreleaser/goreleaser | v1.26.2 | v2.0.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-10 19:00:13 -04:00
renovate[bot]
77f62e1500
chore(ci): update googleapis/release-please-action action (v4.1.1 → v4.1.3) (#1380)
| datasource  | package                          | from   | to     |
| ----------- | -------------------------------- | ------ | ------ |
| github-tags | googleapis/release-please-action | v4.1.1 | v4.1.3 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-10 22:55:41 +00:00
Pavel Boldyrev
7b0040115e
misc: update qodana.yaml
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-06-10 18:53:24 -04:00
allcontributors[bot]
5edf8cdda9
docs: add chrodrigues as a contributor for doc (#1379)
* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-06-10 22:41:04 +00:00
Pavel Boldyrev
77d4c854bd
misc: restore 0.59.1 version in release-please manifest
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-06-10 18:36:47 -04:00
Charles Rodrigues
63f0cbfd27
fix(docs): update virtual_environment_vm.md (#1377)
Update virtual_environment_vm.md

Signed-off-by: Charles Rodrigues <56375916+chrodrigues@users.noreply.github.com>
2024-06-10 18:06:11 -04:00
Pavel Boldyrev
8892118228
misc: restore 0.59.1 code
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-06-09 23:40:27 -04:00
Pavel Boldyrev
d2a48fa485
misc: update qodana config
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-06-09 23:22:22 -04:00
renovate[bot]
24f9990249
chore(deps): update module github.com/golangci/golangci-lint (v1.59.0 → v1.59.1) in /tools (#1373)
| datasource | package                           | from    | to      |
| ---------- | --------------------------------- | ------- | ------- |
| go         | github.com/golangci/golangci-lint | v1.59.0 | v1.59.1 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-09 21:37:02 -04:00
Pavel Boldyrev
80cafa689f
feat(vm2): add initial support for cdrom (#1370)
feat(vm2): add initial support for `cdrom`

This is a breaking change comparing to v1 - switching the cdrom schema from a nested block to a nested attribute map.

Improvements comparing to v1:
- support for `ide`, `sata`, `scsi` interfaces
- support for multiple cdroms

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-06-10 01:28:18 +00:00
Pavel Boldyrev
580381f892
chore(api): refactor nodes/vms/vms_types.go: split into multiple files (#1368)
Split all `Custom*` structs and marshaling code into separate files from `vms_types.go`

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-06-09 04:11:16 +00:00
Pavel Boldyrev
5d4193b6be
fix(vm): ignore 599 task status response when waiting for VM start (#1365)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-06-07 01:50:18 +00:00
bpg-autobot[bot]
be94270e1f
chore(main): release 0.59.0 (#1344)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2024-06-05 19:33:52 -04:00
renovate[bot]
7064f1259a
chore(deps): Update module github.com/goreleaser/goreleaser (v1.26.2 → v2.0.0) in /tools (#1363)
| datasource | package                          | from    | to     |
| ---------- | -------------------------------- | ------- | ------ |
| go         | github.com/goreleaser/goreleaser | v1.26.2 | v2.0.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-05 19:13:01 -04:00
renovate[bot]
9dbee1a12c
chore(ci): Update goreleaser/goreleaser-action action (v5.1.0 → v6.0.0) (#1362)
| datasource  | package                      | from   | to     |
| ----------- | ---------------------------- | ------ | ------ |
| github-tags | goreleaser/goreleaser-action | v5.1.0 | v6.0.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-05 19:10:22 -04:00
renovate[bot]
27ad93e793
chore(deps): update module github.com/hashicorp/terraform-plugin-framework (v1.8.0 → v1.9.0) (#1359)
| datasource | package                                         | from   | to     |
| ---------- | ----------------------------------------------- | ------ | ------ |
| go         | github.com/hashicorp/terraform-plugin-framework | v1.8.0 | v1.9.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-05 19:02:51 -04:00
renovate[bot]
9c4b9dbcba
chore(deps): update tools (#1358)
| datasource     | package                                    | from    | to      |
| -------------- | ------------------------------------------ | ------- | ------- |
| go             | github.com/hashicorp/terraform-plugin-docs | v0.19.3 | v0.19.4 |
| golang-version | go                                         | 1.22.3  | 1.22.4  |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-05 19:02:37 -04:00
renovate[bot]
8fb6410507
chore(deps): update golang.org/x/exp digest (fd00a4e → fc45aab) (#1355)
| datasource | package          | from                               | to                                 |
| ---------- | ---------------- | ---------------------------------- | ---------------------------------- |
| go         | golang.org/x/exp | v0.0.0-20240531132922-fd00a4e0eefc | v0.0.0-20240604190554-fc45aab8b7f8 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-05 23:00:29 +00:00
renovate[bot]
ea509b289e
chore(deps): update go (1.22.3 → 1.22.4) (#1357)
| datasource     | package | from   | to     |
| -------------- | ------- | ------ | ------ |
| golang-version | go      | 1.22.3 | 1.22.4 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-05 18:57:44 -04:00
renovate[bot]
92476d4f40
chore(ci): update actions/create-github-app-token action (v1.10.0 → v1.10.1) (#1356)
| datasource  | package                         | from    | to      |
| ----------- | ------------------------------- | ------- | ------- |
| github-tags | actions/create-github-app-token | v1.10.0 | v1.10.1 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-05 22:21:36 +00:00
Pavel Boldyrev
994f367cc2
feat(vm): allow none cdrom (#1347)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-06-03 01:24:06 +00:00
Pavel Boldyrev
bdd9225041
fix(access): fix user and role import (#1346)
* fix(access): fix `user` and `role` import

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-06-03 00:51:44 +00:00
Pavel Boldyrev
9bbbf8db39
fix(lxc,vm): fix panics when a resource block is empty (#1345)
* fix(lxc,vm): fix panics when a resource block is empty

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-06-03 00:41:50 +00:00
renovate[bot]
eaeff08571
chore(deps): update golang.org/x/exp digest (23cca88 → fd00a4e) (#1343)
| datasource | package          | from                               | to                                 |
| ---------- | ---------------- | ---------------------------------- | ---------------------------------- |
| go         | golang.org/x/exp | v0.0.0-20240529005216-23cca8864a10 | v0.0.0-20240531132922-fd00a4e0eefc |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-01 11:29:34 -04:00
bpg-autobot[bot]
0c134a2f35
chore(main): release 0.58.1 (#1335)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2024-05-29 23:14:46 -04:00
Pavel Boldyrev
d02dc1eb0a
fix(vm): adding disks causes VM to be re-created (#1336)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-05-29 23:12:05 -04:00
Pavel Boldyrev
2785c40d44
fix(vm): regression: vga.clipboard attribute check (#1340)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-05-30 01:36:47 +00:00
allcontributors[bot]
b60ea9900f
docs: add karliemeads as a contributor for code (#1339)
* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-05-30 01:21:24 +00:00
Karlie Meads
76d980683c
fix(vm): host parameter is optional if using mapping for usb (#1338)
Signed-off-by: Karlie Meads <68717336+karliemeads@users.noreply.github.com>
2024-05-29 21:03:03 -04:00
renovate[bot]
2f87941f2b
chore(deps): update module github.com/hashicorp/terraform-plugin-docs (v0.19.2 → v0.19.3) in /tools (#1334)
| datasource | package                                    | from    | to      |
| ---------- | ------------------------------------------ | ------- | ------- |
| go         | github.com/hashicorp/terraform-plugin-docs | v0.19.2 | v0.19.3 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-29 05:15:05 +00:00
renovate[bot]
804b498453
chore(deps): update golang.org/x/exp digest (4c93da0 → 23cca88) (#1333)
| datasource | package          | from                               | to                                 |
| ---------- | ---------------- | ---------------------------------- | ---------------------------------- |
| go         | golang.org/x/exp | v0.0.0-20240525044651-4c93da0ed11d | v0.0.0-20240529005216-23cca8864a10 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-29 05:14:34 +00:00
bpg-autobot[bot]
cb1d2a4111
chore(main): release 0.58.0 (#1324)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2024-05-27 21:49:59 -04:00
Pavel Boldyrev
d843e46b37
misc(vm2): add support for vga (#1328)
* misc(vm2): add support for `vga`
* fix: use random VM IDs in parallel acc tests

---------

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-05-27 21:30:12 -04:00
renovate[bot]
e0097d9880
chore(deps): update module github.com/golangci/golangci-lint (v1.58.2 → v1.59.0) in /tools (#1332)
* chore(deps): update module github.com/golangci/golangci-lint (v1.58.2 → v1.59.0) in /tools

| datasource | package                           | from    | to      |
| ---------- | --------------------------------- | ------- | ------- |
| go         | github.com/golangci/golangci-lint | v1.58.2 | v1.59.0 |

* adjust linters config

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>
2024-05-27 21:49:33 +00:00
allcontributors[bot]
042623a98b
docs: add Blefish as a contributor for bug, and code (#1331)
* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-05-27 21:36:21 +00:00
Rudolf Tammekivi
b7afd02cc3
fix(vm): check task warning status against exit code (#1330)
Signed-off-by: Rudolf Tammekivi <rudolf.tammekivi@guardtime.com>
2024-05-27 21:34:41 +00:00
Pavel Boldyrev
ffffa56518
docs(provider): document expectations for the default root shell on PVE nodes (#1329)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-05-27 03:17:47 +00:00
Pavel Boldyrev
206fc4b03d
fix(lxc): mount_point.backup should be false by default (#1327)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-05-26 21:42:15 +00:00
Pavel Boldyrev
32de050605
feat(vm): add support for vga.clipboard, virtio-gl type (#1326)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-05-26 21:08:04 +00:00
renovate[bot]
1c6b9e4935
chore(deps): update golang.org/x/exp digest (9bf2ced → 4c93da0) (#1321)
| datasource | package          | from                               | to                                 |
| ---------- | ---------------- | ---------------------------------- | ---------------------------------- |
| go         | golang.org/x/exp | v0.0.0-20240506185415-9bf2ced13842 | v0.0.0-20240525044651-4c93da0ed11d |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-25 16:40:40 -04:00
renovate[bot]
93f86b1e13
chore(deps): update module github.com/goreleaser/goreleaser (v1.26.1 → v1.26.2) in /tools (#1322)
| datasource | package                          | from    | to      |
| ---------- | -------------------------------- | ------- | ------- |
| go         | github.com/goreleaser/goreleaser | v1.26.1 | v1.26.2 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-25 16:40:18 -04:00
bpg-autobot[bot]
2f4dfa783f
chore(main): release 0.57.1 (#1307)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2024-05-21 22:11:09 -04:00
Pavel Boldyrev
e3dd31f55e
chore(vm2): add datasource implementation (#1318)
* chore(vm2): add datasource implementation

---------

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-05-22 02:06:41 +00:00