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
renovate[bot]
71480bf934
chore(ci): update google-github-actions/release-please-action action (v4.1.0 → v4.1.1) ( #1296 )
...
| datasource | package | from | to |
| ----------- | ------------------------------------------- | ------ | ------ |
| github-tags | google-github-actions/release-please-action | v4.1.0 | v4.1.1 |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-15 00:57:55 +00:00
Pavel Boldyrev
2b7dd08020
feat(vm): remove support for initialization.upgrade
attribute ( #1295 )
...
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-05-15 00:55:29 +00:00
Pavel Boldyrev
bcc4baf474
misc: add wakatime badge
...
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-05-14 18:30:40 -04:00
Pavel Boldyrev
a436c24923
fix(access): user token expiration_date
handling ( #1293 )
...
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-05-14 18:24:13 -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
renovate[bot]
7853a53527
chore(deps): update module github.com/goreleaser/goreleaser (v1.25.1 → v1.26.0) in /tools ( #1289 )
...
| datasource | package | from | to |
| ---------- | -------------------------------- | ------- | ------- |
| go | github.com/goreleaser/goreleaser | v1.25.1 | v1.26.0 |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-13 02:12:09 +00:00
Pavel Boldyrev
be4a3b7c6f
fix(vm): cdrom
is not attached when creating a VM from scratch ( #1287 )
...
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-05-13 02:08:44 +00: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
Pavel Boldyrev
920a4cd415
misc(vm): fix CustomBool conversion bug introduced in acl
implementation ( #1286 )
...
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-05-12 12:49:24 +00:00
renovate[bot]
78f9d6e2bf
chore(ci): update goreleaser/goreleaser-action action (v5.0.0 → v5.1.0) ( #1284 )
...
| datasource | package | from | to |
| ----------- | ---------------------------- | ------ | ------ |
| github-tags | goreleaser/goreleaser-action | v5.0.0 | v5.1.0 |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-11 12:50:04 +00:00
Pavel Boldyrev
c6019aa432
fix(access): change acl internal ID from url path format to position-based format ( #1282 )
...
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-05-10 03:53:16 +00:00
allcontributors[bot]
63ae88a108
docs: add Sparta142 as a contributor for code ( #1281 )
...
* docs: update CONTRIBUTORS.md
* docs: update .all-contributorsrc
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-05-10 03:03:42 +00:00
Brian
ccf4834c16
feat(provider): add support for ssh-agent
on Windows ( #1270 )
...
* feat(provider): add support for `ssh-agent` on Windows
Signed-off-by: Brian Karshick <Sparta142@users.noreply.github.com>
2024-05-09 23:00:44 -04:00
renovate[bot]
6ae9b581df
chore(ci): update jetbrains/qodana-action action (v2024.1.3 → v2024.1.4) ( #1280 )
...
* chore(ci): update actions/checkout action (v4.1.4 → v4.1.5)
| datasource | package | from | to |
| ----------- | ---------------- | ------ | ------ |
| github-tags | actions/checkout | v4.1.4 | v4.1.5 |
* chore(ci): update hashicorp/setup-terraform action (v3.1.0 → v3.1.1)
| datasource | package | from | to |
| ----------- | ------------------------- | ------ | ------ |
| github-tags | hashicorp/setup-terraform | v3.1.0 | v3.1.1 |
* chore(ci): update jetbrains/qodana-action action (v2024.1.3 → v2024.1.4)
| datasource | package | from | to |
| ----------- | ----------------------- | --------- | --------- |
| github-tags | JetBrains/qodana-action | v2024.1.3 | v2024.1.4 |
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-10 00:54:38 +00:00
renovate[bot]
e79cf12f44
chore(ci): update hashicorp/setup-terraform action (v3.1.0 → v3.1.1) ( #1279 )
...
* chore(ci): update actions/checkout action (v4.1.4 → v4.1.5)
| datasource | package | from | to |
| ----------- | ---------------- | ------ | ------ |
| github-tags | actions/checkout | v4.1.4 | v4.1.5 |
* chore(ci): update hashicorp/setup-terraform action (v3.1.0 → v3.1.1)
| datasource | package | from | to |
| ----------- | ------------------------- | ------ | ------ |
| github-tags | hashicorp/setup-terraform | v3.1.0 | v3.1.1 |
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-10 00:54:15 +00:00
renovate[bot]
10774f49e1
chore(ci): update actions/checkout action (v4.1.4 → v4.1.5) ( #1278 )
...
| datasource | package | from | to |
| ----------- | ---------------- | ------ | ------ |
| github-tags | actions/checkout | v4.1.4 | v4.1.5 |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-10 00:54:01 +00:00
renovate[bot]
ff98439459
chore(deps): update module github.com/hashicorp/terraform-plugin-mux (v0.15.0 → v0.16.0) ( #1277 )
...
* chore(ci): update actions/checkout action (v4.1.4 → v4.1.5)
| datasource | package | from | to |
| ----------- | ---------------- | ------ | ------ |
| github-tags | actions/checkout | v4.1.4 | v4.1.5 |
* chore(ci): update hashicorp/setup-terraform action (v3.1.0 → v3.1.1)
| datasource | package | from | to |
| ----------- | ------------------------- | ------ | ------ |
| github-tags | hashicorp/setup-terraform | v3.1.0 | v3.1.1 |
* chore(ci): update jetbrains/qodana-action action (v2024.1.3 → v2024.1.4)
| datasource | package | from | to |
| ----------- | ----------------------- | --------- | --------- |
| github-tags | JetBrains/qodana-action | v2024.1.3 | v2024.1.4 |
* chore(deps): update module github.com/hashicorp/terraform-plugin-mux (v0.15.0 → v0.16.0)
| datasource | package | from | to |
| ---------- | ----------------------------------------- | ------- | ------- |
| go | github.com/hashicorp/terraform-plugin-mux | v0.15.0 | v0.16.0 |
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-09 00:34:59 +00:00
renovate[bot]
d3ea1ac560
chore(deps): update tools ( #1275 )
...
* chore(ci): update actions/checkout action (v4.1.4 → v4.1.5)
| datasource | package | from | to |
| ----------- | ---------------- | ------ | ------ |
| github-tags | actions/checkout | v4.1.4 | v4.1.5 |
* chore(ci): update hashicorp/setup-terraform action (v3.1.0 → v3.1.1)
| datasource | package | from | to |
| ----------- | ------------------------- | ------ | ------ |
| github-tags | hashicorp/setup-terraform | v3.1.0 | v3.1.1 |
* chore(ci): update jetbrains/qodana-action action (v2024.1.3 → v2024.1.4)
| datasource | package | from | to |
| ----------- | ----------------------- | --------- | --------- |
| github-tags | JetBrains/qodana-action | v2024.1.3 | v2024.1.4 |
* chore(deps): update tools
| datasource | package | from | to |
| -------------- | --------------------------------- | ------- | ------- |
| go | github.com/golangci/golangci-lint | v1.58.0 | v1.58.1 |
| golang-version | go | 1.22.2 | 1.22.3 |
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-08 20:31:42 -04:00
renovate[bot]
1f80e9dc31
chore(deps): update module github.com/gorilla/schema (v1.2.1 → v1.3.0) ( #1276 )
...
* chore(ci): update actions/checkout action (v4.1.4 → v4.1.5)
| datasource | package | from | to |
| ----------- | ---------------- | ------ | ------ |
| github-tags | actions/checkout | v4.1.4 | v4.1.5 |
* chore(ci): update hashicorp/setup-terraform action (v3.1.0 → v3.1.1)
| datasource | package | from | to |
| ----------- | ------------------------- | ------ | ------ |
| github-tags | hashicorp/setup-terraform | v3.1.0 | v3.1.1 |
* chore(ci): update jetbrains/qodana-action action (v2024.1.3 → v2024.1.4)
| datasource | package | from | to |
| ----------- | ----------------------- | --------- | --------- |
| github-tags | JetBrains/qodana-action | v2024.1.3 | v2024.1.4 |
* chore(deps): update module github.com/gorilla/schema (v1.2.1 → v1.3.0)
| datasource | package | from | to |
| ---------- | ------------------------- | ------ | ------ |
| go | github.com/gorilla/schema | v1.2.1 | v1.3.0 |
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-08 20:28:31 -04:00
renovate[bot]
2be83eba1e
chore(deps): update module github.com/brianvoe/gofakeit/v7 (v7.0.2 → v7.0.3) ( #1274 )
...
* chore(ci): update actions/checkout action (v4.1.4 → v4.1.5)
| datasource | package | from | to |
| ----------- | ---------------- | ------ | ------ |
| github-tags | actions/checkout | v4.1.4 | v4.1.5 |
* chore(ci): update hashicorp/setup-terraform action (v3.1.0 → v3.1.1)
| datasource | package | from | to |
| ----------- | ------------------------- | ------ | ------ |
| github-tags | hashicorp/setup-terraform | v3.1.0 | v3.1.1 |
* chore(ci): update jetbrains/qodana-action action (v2024.1.3 → v2024.1.4)
| datasource | package | from | to |
| ----------- | ----------------------- | --------- | --------- |
| github-tags | JetBrains/qodana-action | v2024.1.3 | v2024.1.4 |
* chore(deps): update module github.com/brianvoe/gofakeit/v7 (v7.0.2 → v7.0.3)
| datasource | package | from | to |
| ---------- | ------------------------------- | ------ | ------ |
| go | github.com/brianvoe/gofakeit/v7 | v7.0.2 | v7.0.3 |
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-08 20:27:38 -04:00