Pavel Boldyrev
9d2118d762
fix(vm): retry start
if it fails with a transient error ( #1685 )
...
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-12-17 14:31:46 -05:00
Pavel Boldyrev
bf9e2436d4
fix(vm): edge case of deleting incomplete VM if create
fails and provider retries ( #1684 )
...
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-12-17 14:27:30 -05:00
Pavel Boldyrev
3d020a1441
misc(funding): remove bymeacoffee link ( #1679 )
...
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-12-14 09:54:50 -05:00
renovate[bot]
84fbdceb24
chore(deps): update module github.com/hashicorp/terraform-plugin-framework-validators (v0.15.0 → v0.16.0) ( #1678 )
...
| datasource | package | from | to |
| ---------- | ---------------------------------------------------------- | ------- | ------- |
| go | github.com/hashicorp/terraform-plugin-framework-validators | v0.15.0 | v0.16.0 |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-13 19:27:31 -05:00
renovate[bot]
3ac0c57bae
chore(deps): update golang.org/x/exp digest (43b7b7c → 1829a12) ( #1675 )
...
| datasource | package | from | to |
| ---------- | ---------------- | ---------------------------------- | ---------------------------------- |
| go | golang.org/x/exp | v0.0.0-20241204233417-43b7b7cde48d | v0.0.0-20241210194714-1829a127f884 |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-11 22:31:31 -05:00
renovate[bot]
c6e0d94798
chore(ci): update jetbrains/qodana-action action (v2024.2.6 → v2024.3.2) ( #1676 )
...
| datasource | package | from | to |
| ----------- | ----------------------- | --------- | --------- |
| github-tags | JetBrains/qodana-action | v2024.2.6 | v2024.3.2 |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-12 03:31:10 +00:00
renovate[bot]
476a6b8c9b
chore(deps): update module golang.org/x/crypto (v0.30.0 → v0.31.0) [security] ( #1673 )
2024-12-11 19:50:16 -05:00
bpg-autobot[bot]
d510061dcc
chore(main): release 0.68.1 ( #1660 )
...
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2024-12-06 21:37:10 -05:00
Pavel Boldyrev
a57bd7e14c
fix(vm): timeout_create
/ timeout_clone
does not always apply ( #1671 )
...
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-12-06 21:35:42 -05:00
Pavel Boldyrev
dc73e0ba04
chore(docs): add examples with VM hostname configuration to cloud-init guide ( #1670 )
...
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-12-06 20:12:09 -05:00
renovate[bot]
4490fe8b28
chore(deps): update golang.org/x/exp digest (2d47ceb → 43b7b7c) ( #1667 )
...
| datasource | package | from | to |
| ---------- | ---------------- | ---------------------------------- | ---------------------------------- |
| go | golang.org/x/exp | v0.0.0-20241108190413-2d47ceb2692f | v0.0.0-20241204233417-43b7b7cde48d |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-05 21:27:02 +00:00
renovate[bot]
e56c6275ea
chore(deps): update module golang.org/x/net (v0.31.0 → v0.32.0) ( #1669 )
...
| datasource | package | from | to |
| ---------- | ---------------- | ------- | ------- |
| go | golang.org/x/net | v0.31.0 | v0.32.0 |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-05 16:25:14 -05:00
renovate[bot]
b97df0b636
chore(deps): update module golang.org/x/crypto (v0.29.0 → v0.30.0) ( #1668 )
...
| datasource | package | from | to |
| ---------- | ------------------- | ------- | ------- |
| go | golang.org/x/crypto | v0.29.0 | v0.30.0 |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-05 16:25:04 -05:00
Pavel Boldyrev
00497f3b35
chore(docs): update README.md to PVE 8.3 ( #1663 )
...
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-11-28 02:59:18 +00:00
renovate[bot]
3a9764e85f
chore(deps): update module github.com/hashicorp/terraform-plugin-docs (v0.20.0 → v0.20.1) in /tools ( #1662 )
...
| datasource | package | from | to |
| ---------- | ------------------------------------------ | ------- | ------- |
| go | github.com/hashicorp/terraform-plugin-docs | v0.20.0 | v0.20.1 |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-27 21:34:50 -05:00
renovate[bot]
c8658967e8
chore(deps): update github.com/hashicorp/go-cty digest (8598007 → a0325cb) ( #1661 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-27 21:34:21 -05:00
Pavel Boldyrev
106bcd2ff9
fix(vm): add validation for node_name
values ( #1659 )
...
* fix(vm): add validation for `node_name` values
Also, fix acceptance tests that now fail on PVE 8.3
---------
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-11-27 21:23:27 -05:00
bpg-autobot[bot]
44c1ac7988
chore(main): release 0.68.0 ( #1651 )
...
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2024-11-26 00:57:06 +00:00
renovate[bot]
826b406d89
chore(deps): update module github.com/golangci/golangci-lint (v1.62.0 → v1.62.2) in /tools ( #1657 )
...
| datasource | package | from | to |
| ---------- | --------------------------------- | ------- | ------- |
| go | github.com/golangci/golangci-lint | v1.62.0 | v1.62.2 |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-25 19:55:11 -05:00
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