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

1191 Commits

Author SHA1 Message Date
Serge
9fee8c1e2e
feat(vm): add proxmox_virtual_environment_node datasource (#1151)
* feat(vm): add proxmox_virtual_environment_node datasource

It helps to get CPU model, number of cores and sockets.

Signed-off-by: Serge Logvinov <serge.logvinov@sinextra.dev>

* fix node_name ref
* add acceptance test

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

---------

Signed-off-by: Serge Logvinov <serge.logvinov@sinextra.dev>
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-03-23 20:17:09 -04:00
bpg-autobot[bot]
1530fa3f48
chore(main): release 0.50.0 (#1128)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2024-03-20 23:28:50 -04:00
Pavel Boldyrev
84440d8329
feat(lxc): add configurable timeout for container creation (#1146)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-03-21 03:02:26 +00:00
allcontributors[bot]
b366b2c9d5
docs: add soubinan as a contributor for bug (#1145)
* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-03-20 22:58:57 -04:00
dependabot[bot]
f4c80ad297
chore(deps): bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible in /tools (#1142)
chore(deps): bump github.com/docker/docker in /tools

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.7+incompatible to 24.0.9+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v24.0.7...v24.0.9)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-20 22:30:43 -04:00
allcontributors[bot]
5046fab04b
docs: add msdnna as a contributor for code (#1144)
* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-03-20 22:23:29 -04:00
msdnna
0deaf1801a
feat(lxc): support hook script for LXC (#1140)
* feat(lxc): support hook script for LXC

Signed-off-by: msdnna <extracker0mail@gmail.com>

---------

Signed-off-by: msdnna <extracker0mail@gmail.com>
2024-03-20 22:13:57 -04:00
renovate[bot]
6f8a472981
chore(deps): update golang.org/x/exp digest (c7f7c64 → a85f2c6) (#1139)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-19 02:38:01 -04:00
allcontributors[bot]
026b2deeb6
docs: add dyadMisha as a contributor for test (#1137)
* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-03-18 01:02:41 +00:00
dyadMisha
6a5beccf91
fix(examples): datastore_id is missing in initialization block for vm (#1136)
fix: datastore_id is missing in initialization block

otherwise it defaults to dvInitializationDatastoreID

Signed-off-by: dyadMisha <37950256+dyadMisha@users.noreply.github.com>
2024-03-17 21:01:19 -04:00
allcontributors[bot]
ef97ba6344
docs: add samhug as a contributor for doc (#1135)
* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-03-17 11:56:11 -04:00
Sam Hug
5cd6b4acdf
fix(docs): typo in container.console attribute mode -> type (#1133)
docs: fix typo mode -> type

Signed-off-by: Sam Hug <s@m-h.ug>
2024-03-17 11:54:43 -04:00
Pavel Boldyrev
0c6ecb85ed
fix(doc): fix sudo configuration steps (#1132)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-03-16 18:26:15 +00:00
renovate[bot]
ab512622f7
chore(deps): update golang.org/x/exp digest (814bf88 → c7f7c64) (#1130)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-16 01:44:12 +00:00
Pavel Boldyrev
11ca880f28
feat(vm): add support for disconnected attribute in network interface (#1129)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-03-16 01:41:53 +00:00
Pavel Boldyrev
29b5438faf
chore(vm): refactoring: extract network device code from vm.go (#1127)
chore(vm): refactoring: extract network code

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-03-16 01:06:30 +00:00
bpg-autobot[bot]
279b41a0e4
chore(main): release 0.49.0 (#1122) 2024-03-15 07:32:41 -04:00
Pavel Boldyrev
cea65a8a12
feat(vm): add support for protection attribute (#1126)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-03-14 22:23:02 -04:00
Pavel Boldyrev
014b59e04f
feat(vm): add support for disk aio, backup, iops* attributes (#1124)
* feat(vm): add support for disk `aio`, `backup`, `iops*` attributes

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-03-14 00:24:17 -04:00
renovate[bot]
732f0188d7
chore(deps): update module github.com/skeema/knownhosts (v1.2.1 → v1.2.2) (#1123)
| datasource | package                      | from   | to     |
| ---------- | ---------------------------- | ------ | ------ |
| go         | github.com/skeema/knownhosts | v1.2.1 | v1.2.2 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-13 22:14:34 -04:00
dependabot[bot]
1ffc40b77a
chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /tools (#1121)
chore(deps): bump google.golang.org/protobuf in /tools

Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-13 20:36:09 -04:00
Pavel Boldyrev
be45a2e840
misc: cleanup .gorelease.yml 2024-03-12 22:02:02 -04:00
bpg-autobot[bot]
47d80b9f27
chore(main): release 0.48.4 (#1119)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2024-03-12 21:51:55 -04:00
Pavel Boldyrev
ffc64d209a
fix(ci): missing releases from HashiCorp Registry (#1118)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-03-13 01:48:05 +00:00
bpg-autobot[bot]
b84e5c7399
chore(main): release 0.48.3 (#1109)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2024-03-11 20:57:12 -04:00
renovate[bot]
29d60f5932
chore(docs): update terraform local (2.4.1 → 2.5.1) (#1116)
| datasource         | package         | from  | to    |
| ------------------ | --------------- | ----- | ----- |
| terraform-provider | hashicorp/local | 2.4.1 | 2.5.1 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-11 20:53:51 -04:00
renovate[bot]
a0597289b5
chore(deps): update module github.com/hashicorp/terraform-plugin-go (v0.22.0 → v0.22.1) (#1114)
| datasource | package                                  | from    | to      |
| ---------- | ---------------------------------------- | ------- | ------- |
| go         | github.com/hashicorp/terraform-plugin-go | v0.22.0 | v0.22.1 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-11 20:27:46 -04:00
renovate[bot]
04e74219e3
chore(ci): update google-github-actions/release-please-action action (v4.0.2 → v4.1.0) (#1115)
| datasource  | package                                     | from   | to     |
| ----------- | ------------------------------------------- | ------ | ------ |
| github-tags | google-github-actions/release-please-action | v4.0.2 | v4.1.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-12 00:27:11 +00:00
Pavel Boldyrev
106cdae0e9
misc(ci): disable acceptance test dispatch
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-03-11 20:24:15 -04:00
Pavel Boldyrev
b63f1b7889
fix(provider): EOF error when closing SSH session (#1113)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-03-11 20:05:11 -04:00
allcontributors[bot]
fed87bad3c
docs: add Koloss5421 as a contributor for code (#1112)
* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-03-11 20:00:25 -04:00
Koloss5421
449f9fc31c
fix(vm): timeout when resizing a disk during clone (#1103)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
Co-authored-by: Koloss5421 <koloss@Magni>
2024-03-11 19:40:25 -04:00
Pavel Boldyrev
27dbcad5cd
chore: minor cleanups and doc updates (#1108)
* Fix some obvious errors, remove dead code
* Add instructions for manually adding public key to authorized_keys file
* Add GitHub context dump step and update testacc workflow condition
---------

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-03-09 23:20:44 -05:00
bpg-autobot[bot]
1061e0eea7
chore(main): release 0.48.2 (#1098)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2024-03-09 00:52:46 +00:00
Pavel Boldyrev
4aed7cb085
fix(network): multiple fixes to network_linux_bridge resource (#1095)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-03-08 19:47:43 -05:00
renovate[bot]
4cac320ff9
chore(deps): update github.com/hashicorp/terraform-plugin-* (#1096)
| datasource | package                                         | from   | to     |
| ---------- | ----------------------------------------------- | ------ | ------ |
| go         | github.com/hashicorp/terraform-plugin-framework | v1.6.0 | v1.6.1 |
| go         | github.com/hashicorp/terraform-plugin-testing   | v1.6.0 | v1.7.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-08 23:43:19 +00:00
renovate[bot]
7dea6f6ee8
chore(deps): update module golang.org/x/net (v0.21.0 → v0.22.0) (#1105)
| datasource | package          | from    | to      |
| ---------- | ---------------- | ------- | ------- |
| go         | golang.org/x/net | v0.21.0 | v0.22.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-08 23:41:10 +00:00
dependabot[bot]
4bc7b291fe
chore(deps): bump gopkg.in/go-jose/go-jose.v2 from 2.6.1 to 2.6.3 in /tools (#1102)
chore(deps): bump gopkg.in/go-jose/go-jose.v2 in /tools

Bumps gopkg.in/go-jose/go-jose.v2 from 2.6.1 to 2.6.3.

---
updated-dependencies:
- dependency-name: gopkg.in/go-jose/go-jose.v2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-08 18:38:10 -05:00
allcontributors[bot]
7f06d66ba0
docs: add marvkos as a contributor for code (#1104)
* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-03-08 23:37:25 +00:00
marvkos
461321cf5e
fix: allow LDAP realm API tokens (#1101)
Signed-off-by: Marvin Kosmider <marvin.kosmider@technikum-wien.at>
2024-03-08 18:31:30 -05:00
renovate[bot]
3b9739ab59
chore(deps): update module golang.org/x/crypto (v0.20.0 → v0.21.0) (#1097)
| datasource | package             | from    | to      |
| ---------- | ------------------- | ------- | ------- |
| go         | golang.org/x/crypto | v0.20.0 | v0.21.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-05 23:26:06 -05:00
bpg-autobot[bot]
991db34fe2
chore(main): release 0.48.1 (#1090)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2024-03-04 22:05:03 -05:00
renovate[bot]
fbd04ed950
chore(deps): update tools (#1017)
* chore(deps): update tools

| datasource | package                                                       | from    | to      |
| ---------- | ------------------------------------------------------------- | ------- | ------- |
| go         | github.com/golangci/golangci-lint                             | v1.55.2 | v1.56.2 |
| go         | go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp | v0.48.0 | v0.49.0 |

* fix linter errors

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-03-04 21:41:53 -05:00
Pavel Boldyrev
61a0fcd936
fix(ci): TestAccResourceVMNetwork acc test fails when run on CI (#1092)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-03-05 01:45:55 +00:00
Pavel Boldyrev
cf5e0374b6
misc(ci): fix acceptance test dispatch
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-03-04 20:15:07 -05:00
Pavel Boldyrev
171dd2f234
chore(docs): minor improvements around SSH private key usage (#1091)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-03-05 00:57:37 +00:00
Ming Xie
85705fdd51
fix(docs): fix wrong startup delay attributes (#1088)
fix(docs): Fix wrong startup delay attributes

Signed-off-by: Ming Xie <git@mxie.dev>
2024-03-04 19:34:13 -05:00
bpg-autobot[bot]
812a3fcd1c
chore(main): release 0.48.0 (#1068)
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-03-03 14:13:23 -05:00
allcontributors[bot]
b4c300361f
docs: add jackhodgkiss as a contributor for code (#1087)
* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-03-03 14:06:44 -05:00
Jack Hodgkiss
cb5fc279cd
feat(vm): add VLAN trunk support (#1086)
* feat(vm): add `VLAN` trunk support

Signed-off-by: Jack Hodgkiss <identity@jackhodgkiss.uk>

* update docs
* better error handling
* add trunks to acceptance test

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

---------

Signed-off-by: Jack Hodgkiss <identity@jackhodgkiss.uk>
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-03-03 13:57:58 -05:00