Skip to content

Commit bb4293d

Browse files
authored
chore: upgrade provider version (#10)
* chore: upgrade provider version * docs: format docs * docs: format docs * chore: update configs * chore: update workflows
1 parent 9be02d2 commit bb4293d

File tree

11 files changed

+27
-46
lines changed

11 files changed

+27
-46
lines changed

.github/workflows/lock.yaml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/workflows/pre-commit.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ on:
44
pull_request:
55
branches:
66
- main
7-
- master
87

98
env:
10-
TERRAFORM_DOCS_VERSION: v0.16.0
11-
TFLINT_VERSION: v0.44.1
9+
TERRAFORM_DOCS_VERSION: v0.17.0
10+
TFLINT_VERSION: v0.50.0
1211

1312
jobs:
1413
collectInputs:

.trunk/trunk.yaml

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,36 @@
22
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
33
version: 0.1
44
cli:
5-
version: 1.17.2
5+
version: 1.18.1
6+
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
67
plugins:
78
sources:
89
- id: trunk
9-
ref: v1.3.0
10+
ref: v1.4.1
1011
uri: https://github.com/trunk-io/plugins
12+
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
1113
runtimes:
1214
enabled:
1315
1416
17+
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
1518
lint:
1619
enabled:
17-
1820
19-
21+
2022
- git-diff-check
21-
- markdownlint@0.37.0
23+
- markdownlint@0.38.0
2224
23-
24-
25-
26-
27-
25+
26+
27+
28+
29+
30+
2831
2932
actions:
30-
disabled:
33+
enabled:
3134
- trunk-announce
3235
- trunk-check-pre-push
3336
- trunk-fmt-pre-commit
34-
enabled:
3537
- trunk-upgrade-available

cspell.config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
version: "0.2"
22
words:
33
- beholdenkey
4+
- cpus
45
- kubeconfig
56
- Terragrunt

modules/harvester-vm-image/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
| Name | Version |
88
| --------- | ------- |
9-
| harvester | 0.6.3 |
9+
| harvester | 0.6.4 |
1010

1111
## Resources
1212

1313
| Name | Type |
1414
| ------------------------------------------------------------------------------------------------------------------ | -------- |
15-
| [harvester_image.vm_image](https://registry.terraform.io/providers/harvester/harvester/0.6.3/docs/resources/image) | resource |
15+
| [harvester_image.vm_image](https://registry.terraform.io/providers/harvester/harvester/0.6.4/docs/resources/image) | resource |
1616

1717
## Inputs
1818

modules/harvester-vm-image/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
harvester = {
55
source = "harvester/harvester"
6-
version = "0.6.3"
6+
version = "0.6.4"
77
}
88
}
99
}

modules/harvester-vm-network/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
| Name | Version |
88
| --------- | ------- |
9-
| harvester | 0.6.3 |
9+
| harvester | 0.6.4 |
1010

1111
## Resources
1212

1313
| Name | Type |
1414
| ------------------------------------------------------------------------------------------------------------------------ | -------- |
15-
| [harvester_network.vm_network](https://registry.terraform.io/providers/harvester/harvester/0.6.3/docs/resources/network) | resource |
15+
| [harvester_network.vm_network](https://registry.terraform.io/providers/harvester/harvester/0.6.4/docs/resources/network) | resource |
1616

1717
## Inputs
1818

modules/harvester-vm-network/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
harvester = {
55
source = "harvester/harvester"
6-
version = "0.6.3"
6+
version = "0.6.4"
77
}
88
}
99
}

modules/harvester-vm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
| Name | Version |
88
| --------- | ------- |
9-
| harvester | 0.6.3 |
9+
| harvester | 0.6.4 |
1010

1111
## Resources
1212

1313
| Name | Type |
1414
| ------------------------------------------------------------------------------------------------------------------------------ | -------- |
15-
| [harvester_virtualmachine.vm](https://registry.terraform.io/providers/harvester/harvester/0.6.3/docs/resources/virtualmachine) | resource |
15+
| [harvester_virtualmachine.vm](https://registry.terraform.io/providers/harvester/harvester/0.6.4/docs/resources/virtualmachine) | resource |
1616

1717
## Inputs
1818

modules/harvester-vm/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
harvester = {
55
source = "harvester/harvester"
6-
version = "0.6.3"
6+
version = "0.6.4"
77
}
88
}
99
}

0 commit comments

Comments
 (0)