0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 10:33:46 +00:00
Commit Graph

1531 Commits

Author SHA1 Message Date
Björn Brauer
3e025fd6c8
feat(node): add support for node config API (#1482)
* feat(node): implement CRUD API for proxmox node config

Signed-off-by: Björn Brauer <zaubernerd@zaubernerd.de>

* fix: add unit tests, fix UnmarshalJSON

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

---------

Signed-off-by: Björn Brauer <zaubernerd@zaubernerd.de>
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-11-25 19:50:01 -05:00
allcontributors[bot]
dd50873e2a
docs: add QlemWasTaken as a contributor for code (#1656)
* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-11-24 18:48:31 +00:00
Qlem
e29dc5364f
feat(vm): add bz2 (bzip2) as a valid download file compression algorithm (#1655)
* feat(vm): Allow bz2 (bzip2) as a valid compression algorithm (pve >= 8.3)

Signed-off-by: Qlem <qlem@qlem.net>
2024-11-24 13:41:58 -05:00
renovate[bot]
796729935c
chore(deps): update module github.com/stretchr/testify (v1.9.0 → v1.10.0) (#1654)
| datasource | package                     | from   | to      |
| ---------- | --------------------------- | ------ | ------- |
| go         | github.com/stretchr/testify | v1.9.0 | v1.10.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-23 12:23:59 -05:00
Pavel Boldyrev
6dad660137
chore(ci): update qodana config (#1653)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-11-22 20:25:49 -05:00
Pavel Boldyrev
45eede724b
chore(ci): remove mergify config (#1652)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-11-21 22:34:15 -05:00
Pavel Boldyrev
d92710d0b5
fix(vm): add retries to VM update operation (#1650)
* fix(vm): add retries to VM `update` operation

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-11-21 22:28:10 -05:00
bpg-autobot[bot]
b750e1566d
chore(main): release 0.67.1 (#1648)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2024-11-20 23:08:36 -05:00
Pavel Boldyrev
23859750b1
fix(provider): "context deadline exceeded" error when retrieving the next available VM identifier (#1647)
* fix(provider): "context deadline exceeded" error when retrieving the next available VM identifier

---------

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-11-20 23:02:03 -05:00
allcontributors[bot]
43a9438971
docs: add dagi3d as a contributor for financial (#1646)
* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-11-20 02:20:48 +00:00
bpg-autobot[bot]
8c245ce246
chore(main): release 0.67.0 (#1616)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2024-11-20 02:08:35 +00:00
Pavel Boldyrev
071cad4df2
feat(provider): better error logging when provider can't generate a VM/Container ID (#1645)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-11-19 21:07:17 -05:00
renovate[bot]
8c17e81476
chore(deps): update module github.com/hashicorp/terraform-plugin-testing (v1.10.0 → v1.11.0) (#1643)
| datasource | package                                       | from    | to      |
| ---------- | --------------------------------------------- | ------- | ------- |
| go         | github.com/hashicorp/terraform-plugin-testing | v1.10.0 | v1.11.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-19 20:16:12 -05:00
Pavel Boldyrev
e1e55f9b3b
chore(ci): remove semgrep workflow (#1644)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-11-19 20:16:00 -05:00
renovate[bot]
e67a8f783d
chore(deps): update module github.com/golangci/golangci-lint (v1.61.0 → v1.62.0) in /tools (#1634)
* chore(deps): update module github.com/golangci/golangci-lint (v1.61.0 → v1.62.0) in /tools

| datasource | package                           | from    | to      |
| ---------- | --------------------------------- | ------- | ------- |
| go         | github.com/golangci/golangci-lint | v1.61.0 | v1.62.0 |

* adjust golangci-lint settings

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-11-20 01:11:23 +00:00
Pavel Boldyrev
ca227179a6
chore(docs): clarify use of dump content type inproxmox_virtual_environment_file resource (#1635)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-11-11 23:26:17 +00:00
renovate[bot]
2e27b4ad0d
chore(config): migrate renovate config (#1632)
chore(config): migrate config .github/renovate.json5

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-08 20:09:29 -05:00
renovate[bot]
5aaf61ed9a
chore(deps): update module github.com/hashicorp/terraform-plugin-docs (v0.19.4 → v0.20.0) in /tools (#1629)
| datasource | package                                    | from    | to      |
| ---------- | ------------------------------------------ | ------- | ------- |
| go         | github.com/hashicorp/terraform-plugin-docs | v0.19.4 | v0.20.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-08 19:53:32 -05:00
renovate[bot]
eeefa36680
chore(deps): update golang.org/x/exp digest (f66d83c → 2d47ceb) (#1626)
| datasource | package          | from                               | to                                 |
| ---------- | ---------------- | ---------------------------------- | ---------------------------------- |
| go         | golang.org/x/exp | v0.0.0-20241009180824-f66d83c29e7c | v0.0.0-20241108190413-2d47ceb2692f |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-08 19:47:06 -05:00
renovate[bot]
32d6b7d80f
chore(ci): update lycheeverse/lychee-action action (v2.0.2 → v2.1.0) (#1628)
| datasource  | package                   | from   | to     |
| ----------- | ------------------------- | ------ | ------ |
| github-tags | lycheeverse/lychee-action | v2.0.2 | v2.1.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-09 00:46:28 +00:00
renovate[bot]
93c391cf0d
chore(ci): update goreleaser/goreleaser-action action (v6.0.0 → v6.1.0) (#1627)
| datasource  | package                      | from   | to     |
| ----------- | ---------------------------- | ------ | ------ |
| github-tags | goreleaser/goreleaser-action | v6.0.0 | v6.1.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-09 00:46:19 +00:00
allcontributors[bot]
d3b937145a
docs: add Mrton0121 as a contributor for code (#1618) 2024-11-04 08:31:48 -05:00
Mrton0121
8b51e9991e
feat(cpu type): CPU type support for EPYC-v4 (#1611) 2024-11-04 08:29:19 -05:00
renovate[bot]
be6b660495
chore(deps): update github.com/hashicorp/terraform-plugin-* (#1614)
| datasource | package                                                    | from    | to      |
| ---------- | ---------------------------------------------------------- | ------- | ------- |
| go         | github.com/hashicorp/terraform-plugin-framework            | v1.12.0 | v1.13.0 |
| go         | github.com/hashicorp/terraform-plugin-framework-validators | v0.14.0 | v0.15.0 |
| go         | github.com/hashicorp/terraform-plugin-mux                  | v0.16.0 | v0.17.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-03 20:51:12 +00:00
renovate[bot]
c0048db58a
chore(deps): update module github.com/brianvoe/gofakeit/v7 (v7.0.4 → v7.1.2) (#1606)
| datasource | package                         | from   | to     |
| ---------- | ------------------------------- | ------ | ------ |
| go         | github.com/brianvoe/gofakeit/v7 | v7.0.4 | v7.1.2 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-03 15:49:20 -05:00
dgriswo
0ba36e48da
fix(cluster): insecure migration_type validation (#1607)
fix(provider): fix insecure migration_type validation

Signed-off-by: dgriswo <daniel@griswoldcomputing.com>
2024-11-03 15:48:53 -05:00
renovate[bot]
fea548c1e9
chore(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 (v2.34.0 → v2.35.0) (#1615)
| datasource | package                                      | from    | to      |
| ---------- | -------------------------------------------- | ------- | ------- |
| go         | github.com/hashicorp/terraform-plugin-sdk/v2 | v2.34.0 | v2.35.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-03 15:46:18 -05:00
renovate[bot]
21dd8ee708
chore(ci): update crazy-max/ghaction-import-gpg action (v6.1.0 → v6.2.0) (#1613)
| datasource  | package                       | from   | to     |
| ----------- | ----------------------------- | ------ | ------ |
| github-tags | crazy-max/ghaction-import-gpg | v6.1.0 | v6.2.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-02 06:44:51 +00:00
renovate[bot]
46ab49ccae
chore(ci): update jetbrains/qodana-action action (v2024.2.5 → v2024.2.6) (#1612)
| datasource  | package                 | from      | to        |
| ----------- | ----------------------- | --------- | --------- |
| github-tags | JetBrains/qodana-action | v2024.2.5 | v2024.2.6 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-02 06:44:31 +00:00
bpg-autobot[bot]
9d166b93b8
chore(main): release 0.66.3 (#1594)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2024-10-25 12:51:58 -04:00
renovate[bot]
0453e71f70
chore(deps): update module github.com/pkg/sftp (v1.13.6 → v1.13.7) (#1605)
| datasource | package             | from    | to      |
| ---------- | ------------------- | ------- | ------- |
| go         | github.com/pkg/sftp | v1.13.6 | v1.13.7 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-25 11:57:05 -04:00
Pavel Boldyrev
2781d7525a
fix(vm): incorrect detection of disk resize (#1602)
Regression after #1580, the provider incorrectly detects that disk has been resized when other disk attributes change.

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-10-25 11:56:33 -04:00
renovate[bot]
c4a6190a30
chore(ci): update jetbrains/qodana-action action (v2024.2.3 → v2024.2.5) (#1604)
| datasource  | package                 | from      | to        |
| ----------- | ----------------------- | --------- | --------- |
| github-tags | JetBrains/qodana-action | v2024.2.3 | v2024.2.5 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-25 15:55:55 +00:00
renovate[bot]
547b3148f7
chore(ci): update actions/checkout action (v4.2.1 → v4.2.2) (#1603)
| datasource  | package          | from   | to     |
| ----------- | ---------------- | ------ | ------ |
| github-tags | actions/checkout | v4.2.1 | v4.2.2 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-25 15:55:28 +00:00
renovate[bot]
7a26cfe53c
chore(deps): update module github.com/hashicorp/terraform-plugin-framework-validators (v0.13.0 → v0.14.0) (#1598) 2024-10-18 22:59:49 -04:00
vanillaSprinkles
1e57684029
fix(tests): add missing example.tfrc to test api-authentication folder (#1596)
Signed-off-by: vanillaSprinkles <vanillaSprinkles@users.noreply.github.com>
2024-10-16 17:17:38 -04:00
renovate[bot]
18fc8d418b
chore(ci): update lycheeverse/lychee-action action (v2.0.1 → v2.0.2) (#1595)
| datasource  | package                   | from   | to     |
| ----------- | ------------------------- | ------ | ------ |
| github-tags | lycheeverse/lychee-action | v2.0.1 | v2.0.2 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-15 14:41:53 +00:00
vanillaSprinkles
bce2ceb522
chore(tests): add script to test/view api-authentication successes/failures (#1562)
feat(Makefile): add script to test/view api-authentication successes/failures

Signed-off-by: vanillaSprinkles <vanillaSprinkles@users.noreply.github.com>
2024-10-15 10:38:47 -04:00
Pavel Boldyrev
ac3ab1e66f
misc(docs): minor project docs update (#1591)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-10-12 22:28:03 +00:00
bpg-autobot[bot]
fea9c57719
chore(main): release 0.66.2 (#1579)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2024-10-12 14:38:16 -04:00
renovate[bot]
dcb8b60ca7
chore(ci): update lycheeverse/lychee-action action (v2.0.0 → v2.0.1) (#1590)
| datasource  | package                   | from   | to     |
| ----------- | ------------------------- | ------ | ------ |
| github-tags | lycheeverse/lychee-action | v2.0.0 | v2.0.1 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-12 06:51:03 +00:00
renovate[bot]
e1030294ae
chore(deps): update golang.org/x/exp digest (225e2ab → f66d83c) (#1586)
| datasource | package          | from                               | to                                 |
| ---------- | ---------------- | ---------------------------------- | ---------------------------------- |
| go         | golang.org/x/exp | v0.0.0-20241004190924-225e2abe05e6 | v0.0.0-20241009180824-f66d83c29e7c |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-09 18:24:04 -04:00
allcontributors[bot]
25d21847e3
docs: add joshmcorreia as a contributor for doc (#1585)
* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-10-09 16:27:01 +00:00
joshmcorreia
af7b0e7130
fix(docs): typo in cloud-image.md guide, exiting -> existing (#1584)
Signed-off-by: Josh Correia <joshmcorreia@gmail.com>
2024-10-09 12:25:40 -04:00
renovate[bot]
d1d8228d6a
chore(ci): Update lycheeverse/lychee-action action (v1.10.0 → v2.0.0) (#1583) 2024-10-09 12:19:29 -04:00
renovate[bot]
95f00ef1e2
chore(ci): update actions/checkout action (v4.2.0 → v4.2.1) (#1581)
| datasource  | package          | from   | to     |
| ----------- | ---------------- | ------ | ------ |
| github-tags | actions/checkout | v4.2.0 | v4.2.1 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-08 00:50:22 +00:00
Pavel Boldyrev
90c50fcb47
fix(vm): do not reboot at disk resize (#1580)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-10-08 00:47:39 +00:00
Pavel Boldyrev
51d0338bba
fix(docs): update README.md (#1578)
fix(docs): update README.md

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-10-08 00:31:40 +00:00
bpg-autobot[bot]
c9437678b9
chore(main): release 0.66.1 (#1569)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2024-10-05 00:45:00 +00:00
Pavel Boldyrev
e838c6b645
fix(provider): sequentially generated vm_ids may clash with exiting… (#1574)
fix(provider): sequentially generated `vm_id`s may clash with exiting VM / Container IDs

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-10-04 20:41:23 -04:00