Pavel Boldyrev
d2a48fa485
misc: update qodana config
...
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-06-09 23:22:22 -04:00
renovate[bot]
24f9990249
chore(deps): update module github.com/golangci/golangci-lint (v1.59.0 → v1.59.1) in /tools ( #1373 )
...
| datasource | package | from | to |
| ---------- | --------------------------------- | ------- | ------- |
| go | github.com/golangci/golangci-lint | v1.59.0 | v1.59.1 |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-09 21:37:02 -04:00
Pavel Boldyrev
80cafa689f
feat(vm2): add initial support for cdrom
( #1370 )
...
feat(vm2): add initial support for `cdrom`
This is a breaking change comparing to v1 - switching the cdrom schema from a nested block to a nested attribute map.
Improvements comparing to v1:
- support for `ide`, `sata`, `scsi` interfaces
- support for multiple cdroms
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-06-10 01:28:18 +00:00
Pavel Boldyrev
580381f892
chore(api): refactor nodes/vms/vms_types.go
: split into multiple files ( #1368 )
...
Split all `Custom*` structs and marshaling code into separate files from `vms_types.go`
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-06-09 04:11:16 +00:00
Pavel Boldyrev
5d4193b6be
fix(vm): ignore 599 task status response when waiting for VM start ( #1365 )
...
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-06-07 01:50:18 +00: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
renovate[bot]
7064f1259a
chore(deps): Update module github.com/goreleaser/goreleaser (v1.26.2 → v2.0.0) in /tools ( #1363 )
...
| datasource | package | from | to |
| ---------- | -------------------------------- | ------- | ------ |
| go | github.com/goreleaser/goreleaser | v1.26.2 | v2.0.0 |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-05 19:13:01 -04:00
renovate[bot]
9dbee1a12c
chore(ci): Update goreleaser/goreleaser-action action (v5.1.0 → v6.0.0) ( #1362 )
...
| datasource | package | from | to |
| ----------- | ---------------------------- | ------ | ------ |
| github-tags | goreleaser/goreleaser-action | v5.1.0 | v6.0.0 |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-05 19:10:22 -04:00
renovate[bot]
27ad93e793
chore(deps): update module github.com/hashicorp/terraform-plugin-framework (v1.8.0 → v1.9.0) ( #1359 )
...
| datasource | package | from | to |
| ---------- | ----------------------------------------------- | ------ | ------ |
| go | github.com/hashicorp/terraform-plugin-framework | v1.8.0 | v1.9.0 |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-05 19:02:51 -04:00
renovate[bot]
9c4b9dbcba
chore(deps): update tools ( #1358 )
...
| datasource | package | from | to |
| -------------- | ------------------------------------------ | ------- | ------- |
| go | github.com/hashicorp/terraform-plugin-docs | v0.19.3 | v0.19.4 |
| golang-version | go | 1.22.3 | 1.22.4 |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-05 19:02:37 -04:00
renovate[bot]
8fb6410507
chore(deps): update golang.org/x/exp digest (fd00a4e → fc45aab) ( #1355 )
...
| datasource | package | from | to |
| ---------- | ---------------- | ---------------------------------- | ---------------------------------- |
| go | golang.org/x/exp | v0.0.0-20240531132922-fd00a4e0eefc | v0.0.0-20240604190554-fc45aab8b7f8 |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-05 23:00:29 +00:00
renovate[bot]
ea509b289e
chore(deps): update go (1.22.3 → 1.22.4) ( #1357 )
...
| datasource | package | from | to |
| -------------- | ------- | ------ | ------ |
| golang-version | go | 1.22.3 | 1.22.4 |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-05 18:57:44 -04:00
renovate[bot]
92476d4f40
chore(ci): update actions/create-github-app-token action (v1.10.0 → v1.10.1) ( #1356 )
...
| datasource | package | from | to |
| ----------- | ------------------------------- | ------- | ------- |
| github-tags | actions/create-github-app-token | v1.10.0 | v1.10.1 |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-05 22:21:36 +00:00
Pavel Boldyrev
994f367cc2
feat(vm): allow none
cdrom
( #1347 )
...
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-06-03 01:24:06 +00:00
Pavel Boldyrev
bdd9225041
fix(access): fix user
and role
import ( #1346 )
...
* fix(access): fix `user` and `role` import
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-06-03 00:51:44 +00:00
Pavel Boldyrev
9bbbf8db39
fix(lxc,vm): fix panics when a resource block is empty ( #1345 )
...
* fix(lxc,vm): fix panics when a resource block is empty
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-06-03 00:41:50 +00:00
renovate[bot]
eaeff08571
chore(deps): update golang.org/x/exp digest (23cca88 → fd00a4e) ( #1343 )
...
| datasource | package | from | to |
| ---------- | ---------------- | ---------------------------------- | ---------------------------------- |
| go | golang.org/x/exp | v0.0.0-20240529005216-23cca8864a10 | v0.0.0-20240531132922-fd00a4e0eefc |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-01 11:29:34 -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
Pavel Boldyrev
d02dc1eb0a
fix(vm): adding disks causes VM to be re-created ( #1336 )
...
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-05-29 23:12:05 -04:00
Pavel Boldyrev
2785c40d44
fix(vm): regression: vga.clipboard
attribute check ( #1340 )
...
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-05-30 01:36:47 +00:00
allcontributors[bot]
b60ea9900f
docs: add karliemeads as a contributor for code ( #1339 )
...
* docs: update CONTRIBUTORS.md
* docs: update .all-contributorsrc
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-05-30 01:21:24 +00:00
Karlie Meads
76d980683c
fix(vm): host parameter is optional if using mapping for usb ( #1338 )
...
Signed-off-by: Karlie Meads <68717336+karliemeads@users.noreply.github.com>
2024-05-29 21:03:03 -04:00
renovate[bot]
2f87941f2b
chore(deps): update module github.com/hashicorp/terraform-plugin-docs (v0.19.2 → v0.19.3) in /tools ( #1334 )
...
| datasource | package | from | to |
| ---------- | ------------------------------------------ | ------- | ------- |
| go | github.com/hashicorp/terraform-plugin-docs | v0.19.2 | v0.19.3 |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-29 05:15:05 +00:00
renovate[bot]
804b498453
chore(deps): update golang.org/x/exp digest (4c93da0 → 23cca88) ( #1333 )
...
| datasource | package | from | to |
| ---------- | ---------------- | ---------------------------------- | ---------------------------------- |
| go | golang.org/x/exp | v0.0.0-20240525044651-4c93da0ed11d | v0.0.0-20240529005216-23cca8864a10 |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-29 05:14:34 +00: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
Pavel Boldyrev
d843e46b37
misc(vm2): add support for vga
( #1328 )
...
* misc(vm2): add support for `vga`
* fix: use random VM IDs in parallel acc tests
---------
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-05-27 21:30:12 -04:00
renovate[bot]
e0097d9880
chore(deps): update module github.com/golangci/golangci-lint (v1.58.2 → v1.59.0) in /tools ( #1332 )
...
* chore(deps): update module github.com/golangci/golangci-lint (v1.58.2 → v1.59.0) in /tools
| datasource | package | from | to |
| ---------- | --------------------------------- | ------- | ------- |
| go | github.com/golangci/golangci-lint | v1.58.2 | v1.59.0 |
* adjust linters config
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-05-27 21:49:33 +00:00
allcontributors[bot]
042623a98b
docs: add Blefish as a contributor for bug, and code ( #1331 )
...
* docs: update CONTRIBUTORS.md
* docs: update .all-contributorsrc
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-05-27 21:36:21 +00:00
Rudolf Tammekivi
b7afd02cc3
fix(vm): check task warning status against exit code ( #1330 )
...
Signed-off-by: Rudolf Tammekivi <rudolf.tammekivi@guardtime.com>
2024-05-27 21:34:41 +00:00
Pavel Boldyrev
ffffa56518
docs(provider): document expectations for the default root
shell on PVE nodes ( #1329 )
...
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-05-27 03:17:47 +00:00
Pavel Boldyrev
206fc4b03d
fix(lxc): mount_point.backup
should be false
by default ( #1327 )
...
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-05-26 21:42:15 +00:00
Pavel Boldyrev
32de050605
feat(vm): add support for vga.clipboard
, virtio-gl
type ( #1326 )
...
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-05-26 21:08:04 +00:00
renovate[bot]
1c6b9e4935
chore(deps): update golang.org/x/exp digest (9bf2ced → 4c93da0) ( #1321 )
...
| datasource | package | from | to |
| ---------- | ---------------- | ---------------------------------- | ---------------------------------- |
| go | golang.org/x/exp | v0.0.0-20240506185415-9bf2ced13842 | v0.0.0-20240525044651-4c93da0ed11d |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-25 16:40:40 -04:00
renovate[bot]
93f86b1e13
chore(deps): update module github.com/goreleaser/goreleaser (v1.26.1 → v1.26.2) in /tools ( #1322 )
...
| datasource | package | from | to |
| ---------- | -------------------------------- | ------- | ------- |
| go | github.com/goreleaser/goreleaser | v1.26.1 | v1.26.2 |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-25 16:40:18 -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
Pavel Boldyrev
e3dd31f55e
chore(vm2): add datasource implementation ( #1318 )
...
* chore(vm2): add datasource implementation
---------
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-05-22 02:06:41 +00:00
Pavel Boldyrev
98233afabc
misc(ci): increase acc tests timeout
...
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-05-21 20:43:53 -04:00
Pavel Boldyrev
fb1105d93b
fix(vm): allow clone
to pass with warnings ( #1317 )
...
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-05-22 00:41:49 +00:00
renovate[bot]
3f97a7b5c3
chore(deps): update tools ( #1316 )
...
| datasource | package | from | to |
| ---------- | ------------------------------------------------------------- | ------- | ------- |
| go | github.com/golangci/golangci-lint | v1.58.1 | v1.58.2 |
| go | go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp | v0.51.0 | v0.52.0 |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-21 19:42:52 -04:00
Pavel Boldyrev
a6c6b98d44
fix(file): upload timeout with 596 response code ( #1315 )
...
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-05-21 23:31:02 +00:00
Pavel Boldyrev
2e34c57f6c
chore(vm2): cleanup cpu
implementation, refactor rearrange acc tests ( #1311 )
...
* chore(vm2): cleanup `cpu` implementation, refactor rearrange acc tests
---------
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-05-18 23:31:50 -04:00
Pavel Boldyrev
aa309fd9ea
chore(vm2): add support for cpu
( #1310 )
...
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-05-18 04:52:02 +00:00
renovate[bot]
7d1b400641
chore(deps): update github.com/hashicorp/terraform-plugin-* ( #1309 )
...
| datasource | package | from | to |
| ---------- | --------------------------------------------- | ------- | ------- |
| go | github.com/hashicorp/terraform-plugin-sdk/v2 | v2.33.0 | v2.34.0 |
| go | github.com/hashicorp/terraform-plugin-testing | v1.7.0 | v1.8.0 |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-17 19:46:03 -04:00
renovate[bot]
48fdb03c8a
chore(ci): update jetbrains/qodana-action action (v2024.1.4 → v2024.1.5) ( #1306 )
...
| datasource | package | from | to |
| ----------- | ----------------------- | --------- | --------- |
| github-tags | JetBrains/qodana-action | v2024.1.4 | v2024.1.5 |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-17 04:00:22 +00:00
renovate[bot]
0494fcb167
chore(ci): update actions/checkout action (v4.1.5 → v4.1.6) ( #1305 )
...
| datasource | package | from | to |
| ----------- | ---------------- | ------ | ------ |
| github-tags | actions/checkout | v4.1.5 | v4.1.6 |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-17 03:58:18 +00: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
renovate[bot]
ea6bb93be5
chore(deps): update module github.com/goreleaser/goreleaser (v1.26.0 → v1.26.1) in /tools [security] ( #1301 )
...
| datasource | package | from | to |
| ---------- | -------------------------------- | ------- | ------- |
| go | github.com/goreleaser/goreleaser | v1.26.0 | v1.26.1 |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-15 21:24:56 -04:00
allcontributors[bot]
b41ca27278
docs: add AtaLuZiK as a contributor for test, and ideas ( #1298 )
...
* docs: update CONTRIBUTORS.md
* docs: update .all-contributorsrc
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-05-14 22:38:36 -04:00
Pavel Boldyrev
3180f81b4a
fix(vm): yet another fix for disk reordering ( #1297 )
...
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-05-15 02:31:41 +00:00
Pavel Boldyrev
bfb20e0bfd
chore(ci): update release-please action ref
2024-05-14 21:32:52 -04:00