0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-08-24 12:28:34 +00:00
Commit Graph

231 Commits

Author SHA1 Message Date
renovate[bot]
21dd8ee708
chore(ci): update crazy-max/ghaction-import-gpg action (v6.1.0 → v6.2.0) (#1613)
| datasource  | package                       | from   | to     |
| ----------- | ----------------------------- | ------ | ------ |
| github-tags | crazy-max/ghaction-import-gpg | v6.1.0 | v6.2.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-02 06:44:51 +00:00
renovate[bot]
46ab49ccae
chore(ci): update jetbrains/qodana-action action (v2024.2.5 → v2024.2.6) (#1612)
| datasource  | package                 | from      | to        |
| ----------- | ----------------------- | --------- | --------- |
| github-tags | JetBrains/qodana-action | v2024.2.5 | v2024.2.6 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-02 06:44:31 +00:00
renovate[bot]
c4a6190a30
chore(ci): update jetbrains/qodana-action action (v2024.2.3 → v2024.2.5) (#1604)
| datasource  | package                 | from      | to        |
| ----------- | ----------------------- | --------- | --------- |
| github-tags | JetBrains/qodana-action | v2024.2.3 | v2024.2.5 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-25 15:55:55 +00:00
renovate[bot]
547b3148f7
chore(ci): update actions/checkout action (v4.2.1 → v4.2.2) (#1603)
| datasource  | package          | from   | to     |
| ----------- | ---------------- | ------ | ------ |
| github-tags | actions/checkout | v4.2.1 | v4.2.2 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-25 15:55:28 +00:00
renovate[bot]
18fc8d418b
chore(ci): update lycheeverse/lychee-action action (v2.0.1 → v2.0.2) (#1595)
| datasource  | package                   | from   | to     |
| ----------- | ------------------------- | ------ | ------ |
| github-tags | lycheeverse/lychee-action | v2.0.1 | v2.0.2 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-15 14:41:53 +00:00
Pavel Boldyrev
ac3ab1e66f
misc(docs): minor project docs update (#1591)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-10-12 22:28:03 +00:00
renovate[bot]
dcb8b60ca7
chore(ci): update lycheeverse/lychee-action action (v2.0.0 → v2.0.1) (#1590)
| datasource  | package                   | from   | to     |
| ----------- | ------------------------- | ------ | ------ |
| github-tags | lycheeverse/lychee-action | v2.0.0 | v2.0.1 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-12 06:51:03 +00:00
renovate[bot]
d1d8228d6a
chore(ci): Update lycheeverse/lychee-action action (v1.10.0 → v2.0.0) (#1583) 2024-10-09 12:19:29 -04:00
renovate[bot]
95f00ef1e2
chore(ci): update actions/checkout action (v4.2.0 → v4.2.1) (#1581)
| datasource  | package          | from   | to     |
| ----------- | ---------------- | ------ | ------ |
| github-tags | actions/checkout | v4.2.0 | v4.2.1 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-08 00:50:22 +00:00
vanillaSprinkles
eb2f36be21
feat(provider): add support for pre(external) auth'd session tokens (#1441)
* feat(provider): add support for pre(external) auth'd session tokens

adds provider config inputs:
  - env vars: PROXMOX_VE_AUTH_PAYLOAD; PROXMOX_VE_AUTH_TICKET with PROXMOX_VE_CSRF_PREVENTION_TOKEN
  - provider-config: auth_payload; auth_ticket with csrf_prevention_token

Signed-off-by: vanillaSprinkles <vanillaSprinkles@users.noreply.github.com>

* add //nolint to "todo" comments/questions and lll for build to pass; add flags to terraform-plugin-docs

Signed-off-by: vanillaSprinkles <vanillaSprinkles@users.noreply.github.com>

* address first iteration of comments: remove auth-payload, improve index.md

Signed-off-by: vanillaSprinkles <vanillaSprinkles@users.noreply.github.com>

* refactor credentials using struct composition, other minor cleanups

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

* fix linter error

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

* fix make docs, add terraform to handle fmt

Signed-off-by: vanillaSprinkles <vanillaSprinkles@users.noreply.github.com>

---------

Signed-off-by: vanillaSprinkles <vanillaSprinkles@users.noreply.github.com>
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-10-02 20:40:33 -04:00
renovate[bot]
471c5f23bb
chore(ci): update actions/checkout action (v4.1.7 → v4.2.0) (#1555)
| datasource  | package          | from   | to     |
| ----------- | ---------------- | ------ | ------ |
| github-tags | actions/checkout | v4.1.7 | v4.2.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-28 00:23:04 +00:00
renovate[bot]
049362a94e
chore(ci): update peter-evans/create-issue-from-file action (v5.0.0 → v5.0.1) (#1554)
| datasource  | package                            | from   | to     |
| ----------- | ---------------------------------- | ------ | ------ |
| github-tags | peter-evans/create-issue-from-file | v5.0.0 | v5.0.1 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-25 01:31:22 +00:00
renovate[bot]
13ceab8205
chore(ci): update jetbrains/qodana-action action (v2024.1.9 → v2024.2.3) (#1544)
| datasource  | package                 | from      | to        |
| ----------- | ----------------------- | --------- | --------- |
| github-tags | JetBrains/qodana-action | v2024.1.9 | v2024.2.3 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-20 02:21:12 +00:00
renovate[bot]
831207b0e3
chore(ci): update actions/create-github-app-token action (v1.10.4 → v1.11.0) (#1532)
| datasource  | package                         | from    | to      |
| ----------- | ------------------------------- | ------- | ------- |
| github-tags | actions/create-github-app-token | v1.10.4 | v1.11.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-11 22:12:03 +00:00
renovate[bot]
112f058e66
chore(ci): update actions/create-github-app-token action (v1.10.3 → v1.10.4) (#1518)
| datasource  | package                         | from    | to      |
| ----------- | ------------------------------- | ------- | ------- |
| github-tags | actions/create-github-app-token | v1.10.3 | v1.10.4 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-06 02:39:58 +00:00
renovate[bot]
3f6bc5eba2
chore(ci): update hashicorp/setup-terraform action (v3.1.1 → v3.1.2) (#1498)
| datasource  | package                   | from   | to     |
| ----------- | ------------------------- | ------ | ------ |
| github-tags | hashicorp/setup-terraform | v3.1.1 | v3.1.2 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-21 03:00:57 +00:00
renovate[bot]
dd6d5ec88f
chore(ci): update jetbrains/qodana-action action (v2024.1.8 → v2024.1.9) (#1484)
| datasource  | package                 | from      | to        |
| ----------- | ----------------------- | --------- | --------- |
| github-tags | JetBrains/qodana-action | v2024.1.8 | v2024.1.9 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-10 05:47:03 +00:00
Pavel Boldyrev
6103e67ae9
fix(repo): fix source.list path validation on Windows (#1429)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-07-05 20:20:34 -04:00
Konstantin Kornienko
65f8ba5bfe
feat(vm): implement filtering in vms data source. (#1423)
* feat(vm): implement filtering in vms data source.

* Additional attributes for vm data source (status, template)

* fix qodana CI job condition

---------

Signed-off-by: Konstantin Kornienko <konstantin.kornienko@gmail.com>
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-07-05 15:52:39 -04:00
renovate[bot]
91a16af747
chore(ci): update jetbrains/qodana-action action (v2024.1.5 → v2024.1.8) (#1425)
| datasource  | package                 | from      | to        |
| ----------- | ----------------------- | --------- | --------- |
| github-tags | JetBrains/qodana-action | v2024.1.5 | v2024.1.8 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-05 15:19:53 +00:00
renovate[bot]
877251c86e
chore(ci): update actions/create-github-app-token action (v1.10.2 → v1.10.3) (#1419)
| datasource  | package                         | from    | to      |
| ----------- | ------------------------------- | ------- | ------- |
| github-tags | actions/create-github-app-token | v1.10.2 | v1.10.3 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-03 01:43:24 +00:00
renovate[bot]
692ea944c3
chore(ci): update actions/create-github-app-token action (v1.10.1 → v1.10.2) (#1416)
| datasource  | package                         | from    | to      |
| ----------- | ------------------------------- | ------- | ------- |
| github-tags | actions/create-github-app-token | v1.10.1 | v1.10.2 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-29 04:48:39 +00:00
Pavel Boldyrev
90e1f56441
misc: fix name of the uploaded acc test log file
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-06-25 01:27:28 -04:00
Pavel Boldyrev
2571978114
misc: fix location of the temp acc test log file on any OS runner
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-06-25 01:26:21 -04:00
Pavel Boldyrev
13160a4717
misc: run certain CI jobs only on 'this' repo
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-06-25 01:11:44 -04:00
Pavel Boldyrev
0324f51304
misc: fix location of the temp acc test log file on windows
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-06-25 01:00:45 -04:00
Pavel Boldyrev
4f70459c26
chore(code): fix code quality warnings (#1409)
* chore(code): fix code quality warnings

+ re-enable Qodana on PRs

---------

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-06-25 00:47:50 -04:00
Pavel Boldyrev
27cf34f9b4
misc: fix test logs upload on builds that don't run tests
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-06-24 23:15:16 -04:00
Pavel Boldyrev
a0d9300f0f
chore: refactor container acc test (#1408)
+ beautify test output on CI

---------

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-06-24 23:08:59 -04:00
renovate[bot]
fbf41dde93
chore(ci): update actions/checkout action (v4.1.6 → v4.1.7) (#1390)
| datasource  | package          | from   | to     |
| ----------- | ---------------- | ------ | ------ |
| github-tags | actions/checkout | v4.1.6 | v4.1.7 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-13 03:22:04 +00:00
renovate[bot]
77f62e1500
chore(ci): update googleapis/release-please-action action (v4.1.1 → v4.1.3) (#1380)
| datasource  | package                          | from   | to     |
| ----------- | -------------------------------- | ------ | ------ |
| github-tags | googleapis/release-please-action | v4.1.1 | v4.1.3 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-10 22:55:41 +00: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]
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
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
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
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
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
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
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
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
Pavel Boldyrev
b6af836386
misc: update documentation
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-05-05 22:27:18 -04:00
renovate[bot]
ce47411f99
chore(ci): update actions/create-github-app-token action (v1.9.3 → v1.10.0) (#1262)
* chore(ci): update jetbrains/qodana-action action (v2024.1.2 → v2024.1.3)

| datasource  | package                 | from      | to        |
| ----------- | ----------------------- | --------- | --------- |
| github-tags | JetBrains/qodana-action | v2024.1.2 | v2024.1.3 |

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

| datasource  | package                         | from   | to      |
| ----------- | ------------------------------- | ------ | ------- |
| github-tags | actions/create-github-app-token | v1.9.3 | v1.10.0 |

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-05 16:48:02 +00:00
renovate[bot]
f08d139ba8
chore(ci): update jetbrains/qodana-action action (v2024.1.2 → v2024.1.3) (#1261)
| datasource  | package                 | from      | to        |
| ----------- | ----------------------- | --------- | --------- |
| github-tags | JetBrains/qodana-action | v2024.1.2 | v2024.1.3 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-05 16:47:45 +00:00
Pavel Boldyrev
decf56a707
misc: run qodana only on main branch
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-04-27 06:43:46 -04:00
renovate[bot]
0839c92ba6
chore(ci): update lycheeverse/lychee-action action (v1.9.3 → v1.10.0)
| datasource  | package                   | from   | to      |
| ----------- | ------------------------- | ------ | ------- |
| github-tags | lycheeverse/lychee-action | v1.9.3 | v1.10.0 |
2024-04-27 05:23:11 +00:00
renovate[bot]
4da06ecb94
chore(ci): update jetbrains/qodana-action action (v2024.1.1 → v2024.1.2)
| datasource  | package                 | from      | to        |
| ----------- | ----------------------- | --------- | --------- |
| github-tags | JetBrains/qodana-action | v2024.1.1 | v2024.1.2 |
2024-04-27 05:21:09 +00:00