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

1047 Commits

Author SHA1 Message Date
renovate[bot]
63e7bfc042
chore(deps): update module github.com/hashicorp/terraform-plugin-go (v0.20.0 → v0.21.0) (#964)
* chore(ci): update lycheeverse/lychee-action action (v1.9.1 → v1.9.2)

| datasource  | package                   | from   | to     |
| ----------- | ------------------------- | ------ | ------ |
| github-tags | lycheeverse/lychee-action | v1.9.1 | v1.9.2 |

* chore(ci): update actions/create-github-app-token action (v1.6.4 → v1.7.0)

| datasource  | package                         | from   | to     |
| ----------- | ------------------------------- | ------ | ------ |
| github-tags | actions/create-github-app-token | v1.6.4 | v1.7.0 |

* chore(deps): update module github.com/hashicorp/terraform-plugin-go (v0.20.0 → v0.21.0)

| datasource | package                                  | from    | to      |
| ---------- | ---------------------------------------- | ------- | ------- |
| go         | github.com/hashicorp/terraform-plugin-go | v0.20.0 | v0.21.0 |

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-26 20:27:55 -05:00
Pavel Boldyrev
01a8f9779c
fix(vm): regression: sudo: command not found when creating a VM (#966)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-01-26 20:27:25 -05:00
allcontributors[bot]
0363986374
docs: add zmingxie as a contributor for doc (#967)
* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-01-26 20:27:04 -05:00
Ming Xie
0d548a7807
fix(docs): Inconsistent indentations in docs (#961)
fix(docs): Inconsistent indentations cause rendering issues

Signed-off-by: Ming Xie <git@mxie.dev>
2024-01-26 20:25:51 -05:00
renovate[bot]
3a5e69d9c8
chore(ci): update dorny/paths-filter action (v2.11.1 → v2.12.0) (#958)
| datasource  | package            | from    | to      |
| ----------- | ------------------ | ------- | ------- |
| github-tags | dorny/paths-filter | v2.11.1 | v2.12.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-25 20:50:15 -05:00
renovate[bot]
4a03a78dcd
chore(deps): update module github.com/hashicorp/terraform-plugin-docs (v0.17.0 → v0.18.0) in /tools (#957)
| datasource | package                                    | from    | to      |
| ---------- | ------------------------------------------ | ------- | ------- |
| go         | github.com/hashicorp/terraform-plugin-docs | v0.17.0 | v0.18.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-24 22:09:42 -05:00
renovate[bot]
b6474f8ddb
chore(deps): update module github.com/google/uuid (v1.5.0 → v1.6.0) (#954)
| datasource | package                | from   | to     |
| ---------- | ---------------------- | ------ | ------ |
| go         | github.com/google/uuid | v1.5.0 | v1.6.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-23 22:47:00 -05:00
Pavel Boldyrev
d91ec25bfa
fix(docs): update HOW-TOs for cloud-init (#955)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-01-24 03:44:39 +00:00
bpg-autobot[bot]
46eaf69e3f
chore(main): release 0.45.0 (#941)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2024-01-21 22:25:26 -05:00
Pavel Boldyrev
9644590998
chore(ci): update issue templates, renovate config (#951)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-01-22 03:08:10 +00:00
Pavel Boldyrev
9d764e5889
feat(provider): use sudo to execute commands over SSH (#950)
* feat(provider): use `sudo` to execute commands over SSH

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

* fix: simplify everything, use sudo per command

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

* feat: add documentation

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

* minor doc fix

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

* chore: cleanup docs

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

---------

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-01-21 21:44:12 -05:00
Pavel Boldyrev
8722121002
misc: update broken link detector
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-01-20 23:30:12 -05:00
Pavel Boldyrev
b7ec63edf3
misc: add .lycheeignore
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-01-20 23:18:36 -05:00
Pavel Boldyrev
e0fefc8164
misc: adjust links checker
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-01-20 23:13:02 -05:00
Pavel Boldyrev
aabfeb86a2
chore(docs): move list of contributors to CONTRIBUTORS.md (#945)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-01-20 23:02:04 -05:00
Pavel Boldyrev
a030542da0
chore(ci): add link checker, reformat actions code (#944)
* chore(ci): add link checker, reformat actions code

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

* chore: use bot app token

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

---------

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-01-21 03:43:08 +00:00
Pavel Boldyrev
b926c57a53
chore(docs): update README.md, add note about OpenTofu support (#943)
chore(docs): update README.md, note about OpenTofu support

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-01-21 03:37:55 +00:00
renovate[bot]
d4832b3d59
chore(ci)!: Update google-github-actions/release-please-action action (v3.7.13 → v4.0.2) (#905)
* chore(ci)!: Update google-github-actions/release-please-action action (v3.7.13 → v4.0.2)

| datasource  | package                                     | from    | to     |
| ----------- | ------------------------------------------- | ------- | ------ |
| github-tags | google-github-actions/release-please-action | v3.7.13 | v4.0.2 |

* update manifests

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-01-20 06:04:10 -05:00
renovate[bot]
25db34b149
chore(ci): update actions/create-github-app-token action (v1.6.3 → v1.6.4) (#939)
| datasource  | package                         | from   | to     |
| ----------- | ------------------------------- | ------ | ------ |
| github-tags | actions/create-github-app-token | v1.6.3 | v1.6.4 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-20 05:16:16 -05:00
bpg-autobot[bot]
66471aee51
chore(main): release 0.44.0 (#924)
Signed-off-by: GitHub Bot <48106979+bpg-bot@users.noreply.github.com>
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2024-01-19 20:56:49 -05:00
renovate[bot]
c1e9c089ba
chore(deps): update module github.com/brianvoe/gofakeit/v6 (v6.27.0 → v6.28.0) (#937)
* chore(ci): update actions/create-github-app-token action (v1.6.3 → v1.6.4)

| datasource  | package                         | from   | to     |
| ----------- | ------------------------------- | ------ | ------ |
| github-tags | actions/create-github-app-token | v1.6.3 | v1.6.4 |

* chore(deps): update module github.com/brianvoe/gofakeit/v6 (v6.27.0 → v6.28.0)

| datasource | package                         | from    | to      |
| ---------- | ------------------------------- | ------- | ------- |
| go         | github.com/brianvoe/gofakeit/v6 | v6.27.0 | v6.28.0 |

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-20 01:55:30 +00:00
allcontributors[bot]
09fad2fb6f
docs: add xoxys as a contributor for code, and ideas (#938)
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-01-20 01:54:20 +00:00
renovate[bot]
932613110d
chore(deps): update module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp (v0.46.1 → v0.47.0) in /tools (#933)
* chore(ci): update actions/create-github-app-token action (v1.6.3 → v1.6.4)

| datasource  | package                         | from   | to     |
| ----------- | ------------------------------- | ------ | ------ |
| github-tags | actions/create-github-app-token | v1.6.3 | v1.6.4 |

* chore(deps): update module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp (v0.46.1 → v0.47.0) in /tools

| datasource | package                                                       | from    | to      |
| ---------- | ------------------------------------------------------------- | ------- | ------- |
| go         | go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp | v0.46.1 | v0.47.0 |

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-19 20:43:16 -05:00
renovate[bot]
3ffd230682
chore(deps): update golang.org/x/exp digest (v0.0.0-20240112132812-db7319d0e0e3 → ) (#934)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-19 20:42:47 -05:00
Robert Kaussow
01ff2cb7db
feat: add min-tls option to provider config (#931)
* feat: add min-tls option to provider config

Signed-off-by: Robert Kaussow <mail@thegeeklab.de>

* fix: clenup code and add min-tls to file resource

Signed-off-by: Robert Kaussow <mail@thegeeklab.de>

* fix: linter errors, wrong schema type in file resource

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

* chore: update docs

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

---------

Signed-off-by: Robert Kaussow <mail@thegeeklab.de>
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-01-19 20:26:14 -05:00
Pavel Boldyrev
7d94bf73ec
chore(docs): remove static website generator with ruby dependencies (#929)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-01-18 03:21:50 +00:00
Pavel Boldyrev
e5bccbc53d
fix(vm): panic on empty initialization.dns block (#928)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-01-18 02:57:52 +00:00
allcontributors[bot]
f20b4d1f39
docs: add lfelicetti-softatnet as a contributor for bug (#927)
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-01-17 21:45:36 -05:00
allcontributors[bot]
8dc5a86108
docs: add jkossis as a contributor for code (#926)
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-01-18 01:46:18 +00:00
Jason Kossis
c9c3067b61
feat(lxc): add container startup options (#923)
Signed-off-by: Jason Kossis <jkossis@gmail.om>
Co-authored-by: Jason Kossis <jkossis@gmail.om>
2024-01-17 20:45:30 -05:00
renovate[bot]
85109cbe3d
chore(docs): update activesupport (7.1.2 → 7.1.3) (#925)
| datasource | package       | from  | to    |
| ---------- | ------------- | ----- | ----- |
| rubygems   | activesupport | 7.1.2 | 7.1.3 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-17 19:06:42 -05:00
renovate[bot]
c8e298cc4c
chore(deps): update module github.com/hashicorp/terraform-plugin-docs (v0.16.0 → v0.17.0) in /tools (#922)
| datasource | package                                    | from    | to      |
| ---------- | ------------------------------------------ | ------- | ------- |
| go         | github.com/hashicorp/terraform-plugin-docs | v0.16.0 | v0.17.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 00:03:06 +00:00
renovate[bot]
5cffafc26e
chore(docs): update terraform proxmox (0.43.2 → 0.43.3) (#919)
| datasource         | package     | from   | to     |
| ------------------ | ----------- | ------ | ------ |
| terraform-provider | bpg/proxmox | 0.43.2 | 0.43.3 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-17 23:47:43 +00:00
renovate[bot]
93283ef3ab
chore(docs): update jekyll (3.9.3 → 3.9.4) (#921)
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| rubygems   | jekyll  | 3.9.3 | 3.9.4 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-17 18:45:48 -05:00
GitHub Bot
0965ea2e7a
chore(main): release 0.43.3 (#884)
* chore(main): release 0.43.3

Signed-off-by: GitHub Bot <48106979+bpg-bot@users.noreply.github.com>

* misc: update renovate config

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

---------

Signed-off-by: GitHub Bot <48106979+bpg-bot@users.noreply.github.com>
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-01-16 01:04:08 -05:00
Pavel Boldyrev
3026f2aca5
misc: update renovate config
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-01-16 01:01:57 -05:00
renovate[bot]
9e7d7d17cb
chore(docs): Update Terraform tls (3.4.0 → 4.0.5) in docs (#908)
| datasource         | package       | from  | to    |
| ------------------ | ------------- | ----- | ----- |
| terraform-provider | hashicorp/tls | 3.4.0 | 4.0.5 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-16 00:25:36 -05:00
Pavel Boldyrev
e0e281d5c1
misc: update renovate config
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-01-16 00:21:32 -05:00
renovate[bot]
2f074d6b2d
chore(deps): update just-the-docs (0.5.4 → 0.7.0) (#898)
| datasource | package       | from  | to    |
| ---------- | ------------- | ----- | ----- |
| rubygems   | just-the-docs | 0.5.4 | 0.7.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-16 05:20:06 +00:00
renovate[bot]
9a0b8979be
chore(deps): update activesupport (7.0.7.1 → 7.1.2) (#897)
| datasource | package       | from    | to    |
| ---------- | ------------- | ------- | ----- |
| rubygems   | activesupport | 7.0.7.1 | 7.1.2 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-16 00:18:49 -05:00
renovate[bot]
699f19d135
chore(docs): update terraform tls (3.1.0 → 3.4.0) in docs (#904)
| datasource         | package       | from  | to    |
| ------------------ | ------------- | ----- | ----- |
| terraform-provider | hashicorp/tls | 3.1.0 | 3.4.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-16 05:01:45 +00:00
renovate[bot]
5d9f41c877
chore(docs): update terraform proxmox (0.38.1 → 0.43.2) in docs (#903)
| datasource         | package     | from   | to     |
| ------------------ | ----------- | ------ | ------ |
| terraform-provider | bpg/proxmox | 0.38.1 | 0.43.2 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-16 00:00:11 -05:00
Pavel Boldyrev
d5fe5cc8cf
misc: update renovate config
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-01-15 23:57:46 -05:00
renovate[bot]
c116db592b
chore(deps): update terraform local (2.2.2 → 2.4.1) (#902)
| datasource         | package         | from  | to    |
| ------------------ | --------------- | ----- | ----- |
| terraform-provider | hashicorp/local | 2.2.2 | 2.4.1 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-16 04:28:11 +00:00
renovate[bot]
2edf2cbb1d
chore(deps): update tzinfo-data (1.2023.3 → 1.2023.4) (#896)
| datasource | package     | from     | to       |
| ---------- | ----------- | -------- | -------- |
| rubygems   | tzinfo-data | 1.2023.3 | 1.2023.4 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-16 04:26:00 +00:00
renovate[bot]
65f429e81c
chore(deps): update jekyll (3.9.3 → 3.9.4) (#894)
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| rubygems   | jekyll  | 3.9.3 | 3.9.4 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-15 23:25:00 -05:00
renovate[bot]
c500cc5b9b
chore(deps): update module github.com/brianvoe/gofakeit/v6 (v6.26.4 → v6.27.0) (#900)
| datasource | package                         | from    | to      |
| ---------- | ------------------------------- | ------- | ------- |
| go         | github.com/brianvoe/gofakeit/v6 | v6.26.4 | v6.27.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-15 23:21:07 -05:00
renovate[bot]
8d5ef9a73f
chore(deps): update module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp (v0.44.0 → v0.46.1) (#901)
| datasource | package                                                       | from    | to      |
| ---------- | ------------------------------------------------------------- | ------- | ------- |
| go         | go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp | v0.44.0 | v0.46.1 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-15 23:20:37 -05:00
Pavel Boldyrev
2758377bce
misc: update renovate config
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-01-15 23:16:13 -05:00
renovate[bot]
268722c121
fix(deps): update module github.com/nats-io/nkeys ( v0.4.6 → v0.4.7 ) (#895)
| datasource | package                  | from   | to     |
| ---------- | ------------------------ | ------ | ------ |
| go         | github.com/nats-io/nkeys | v0.4.6 | v0.4.7 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-15 22:45:09 -05:00