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

67 Commits

Author SHA1 Message Date
bpg-autobot[bot]
d4ede83e3a
chore(main): release 0.78.1
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2025-05-24 17:36:15 +00:00
bpg-autobot[bot]
a05c941de5
chore(main): release 0.78.0 (#1957)
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>
2025-05-13 22:12:09 -04:00
bpg-autobot[bot]
2664f38757
chore(main): release 0.77.1 (#1942)
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>
2025-05-05 22:36:55 -04:00
bpg-autobot[bot]
d5979c4b57
chore(main): release 0.77.0 (#1924)
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>
2025-04-29 21:21:03 -04:00
bpg-autobot[bot]
04a461dffa
chore(main): release 0.76.1 (#1915)
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>
2025-04-22 21:00:19 -04:00
bpg-autobot[bot]
8cf569b8e7
chore(main): release 0.76.0 (#1896)
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>
2025-04-16 21:16:32 -04:00
bpg-autobot[bot]
7ca292069d
chore(main): release 0.75.0 (#1874)
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>
2025-04-07 23:01:52 -04:00
bpg-autobot[bot]
8d7f672831
chore(main): release 0.74.1 (#1853)
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>
2025-03-31 00:23:44 +00:00
bpg-autobot[bot]
237afa1c1c
chore(main): release 0.74.0 (#1844)
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>
2025-03-26 16:30:36 -04:00
bpg-autobot[bot]
17b0725bc0
chore(main): release 0.73.2 (#1818)
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>
2025-03-20 22:20:02 -04:00
bpg-autobot[bot]
ed0a8d3b19
chore(main): release 0.73.1 (#1794)
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>
2025-03-11 00:13:13 -04:00
bpg-autobot[bot]
5a808c8aa8
chore(main): release 0.73.0 (#1778)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2025-02-23 21:36:19 -05:00
bpg-autobot[bot]
6a75b0cd2a
chore(main): release 0.72.0 (#1757)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2025-02-17 00:02:47 -05:00
bpg-autobot[bot]
a0d4e2d3cb
chore(main): release 0.71.0 (#1738)
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>
2025-02-09 16:57:27 -05:00
bpg-autobot[bot]
d64d1af82e
chore(main): release 0.70.1 (#1718)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2025-01-31 00:03:47 -05:00
bpg-autobot[bot]
15a8036f4f
chore(main): release 0.70.0 (#1704)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2025-01-17 21:04:33 -05:00
Pavel Boldyrev
ab09b09fbf
chore(docs): add 'stop_on_destroy' configuration to cloud image examples (#1705)
Added the 'stop_on_destroy' parameter to the Proxmox VM configurations in the cloud image documentation and example files for CentOS, Ubuntu, and Debian. This parameter should be set to true if the QEMU agent is not installed or enabled on the VM, enhancing clarity for users configuring their virtual machines.

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2025-01-08 22:34:00 -05:00
bpg-autobot[bot]
aa24985760
chore(main): release 0.69.1 (#1689)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2025-01-04 08:07:08 -05:00
bpg-autobot[bot]
5327379cd3
chore(main): release 0.69.0 (#1674)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2024-12-17 23:28:31 -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
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
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
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
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
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
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
bpg-autobot[bot]
e2651e0854
chore(main): release 0.66.0 (#1551)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2024-10-03 20:23:41 -04:00
bpg-autobot[bot]
40373922fc
chore(main): release 0.65.0 (#1528)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2024-09-21 20:02:42 -04:00
bpg-autobot[bot]
36835fae57
chore(main): release 0.64.0 (#1503)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2024-09-08 19:29:29 -04:00
bpg-autobot[bot]
f907ea4bf8
chore(main): release 0.63.0 (#1486)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2024-08-20 23:09:14 -04:00
bpg-autobot[bot]
07ab51e654
chore(main): release 0.62.0 (#1446)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2024-08-07 23:57:23 -04:00
bpg-autobot[bot]
69320cb2a7
chore(main): release 0.61.1 (#1433)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2024-07-11 19:11:39 -04:00
bpg-autobot[bot]
fb7047e085
chore(main): release 0.61.0 (#1417)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2024-07-05 22:34:03 -04:00
bpg-autobot[bot]
19f710f2c4
chore(main): release 0.60.1 (#1397)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2024-06-25 01:29:21 -04:00
bpg-autobot[bot]
b7d48f8716
chore(main): release 0.60.0 (#1378)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2024-06-13 20:49:52 -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
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
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
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
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
bpg-autobot[bot]
4e0e088b1d
chore(main): release 0.57.0 (#1294)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2024-05-15 22:13:31 -04:00
bpg-autobot[bot]
73d01e7543
chore(main): release 0.56.1 (#1288)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2024-05-12 22:15:34 -04:00
bpg-autobot[bot]
05820963c6
chore(main): release 0.56.0 (#1272)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2024-05-12 16:33:00 -04:00
bpg-autobot[bot]
41ec34e04b
chore(main): release 0.55.1 (#1250)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2024-05-06 19:54:52 -04:00
bpg-autobot[bot]
8d6a7d70d4
chore(main): release 0.55.0 (#1233)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2024-04-29 22:35:37 -04:00
bpg-autobot[bot]
c2bb48ea21
chore(main): release 0.54.0 (#1217)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2024-04-19 18:32:20 -04:00
bpg-autobot[bot]
8d1a5415ae
chore(main): release 0.53.1 (#1208)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2024-04-11 23:19:17 -04:00
bpg-autobot[bot]
8187d2eaea
chore(main): release 0.53.0 (#1193)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2024-04-10 22:40:58 -04:00
bpg-autobot[bot]
a1058f4633
chore(main): release 0.52.0 (#1189)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2024-04-07 22:03:27 -04:00
bpg-autobot[bot]
c1c4cf159b
chore(main): release 0.51.1 (#1178)
Co-authored-by: bpg-autobot[bot] <155200059+bpg-autobot[bot]@users.noreply.github.com>
2024-04-04 19:53:55 -04:00