Pavel Boldyrev
9e34dfb362
feat: Add support for custom cloud-init vendor data file ( #162 )
...
* feat: Add support for custom cloud-init vendor data file
Add new argument `initialization`.`vendor_data_file_id` to specify a file ID form snippets.
* add vendor cloud-init to examples
* add missing `vendor` to unmarshal
* remove debug lines
2022-11-17 20:33:41 -05:00
Pavel Boldyrev
8116053239
chore: update docs ( #161 )
...
* chore: update docs
* add auto-label for /docs
2022-10-26 00:13:09 +00:00
dependabot[bot]
f6869cd104
chore(deps): bump goreleaser/goreleaser-action from 3.1.0 to 3.2.0 ( #152 )
...
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action ) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases )
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v3.1.0...v3.2.0 )
---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-24 20:16:49 +00:00
Pavel Boldyrev
1db3a46ac2
chore: add auto-labeler ( #151 )
...
* chore: add auto-labeler
* fix mergify config
* fix name
2022-10-21 22:30:50 -04:00
Pavel Boldyrev
b0a92de22b
chore: update ci configs ( #148 )
...
* chore: update mergify config
* chore: add linter
2022-10-21 21:43:59 -04:00
Pavel Boldyrev
686a5bb552
chore: tweak codeql action ( #145 )
2022-10-17 01:42:10 -04:00
Pavel Boldyrev
af1313bb21
chore: use custom bot token for release-please
2022-10-17 01:22:22 -04:00
Pavel Boldyrev
f9f357e200
fix: bump vulnerable dependencies ( #143 )
2022-10-17 01:13:31 -04:00
Pavel Boldyrev
c60e03f984
chore: use standard bot for release-please action
2022-10-17 00:43:03 -04:00
Pavel Boldyrev
6123636089
chore: switch to release-please action instead of bot
2022-10-17 00:40:12 -04:00
dependabot[bot]
b847d5284f
chore(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.23.0 to 2.24.0 ( #139 )
...
* chore(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2
Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk ) from 2.23.0 to 2.24.0.
- [Release notes](https://github.com/hashicorp/terraform-plugin-sdk/releases )
- [Changelog](https://github.com/hashicorp/terraform-plugin-sdk/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/terraform-plugin-sdk/compare/v2.23.0...v2.24.0 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-sdk/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore: add gate condition in CI
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2022-10-16 22:19:29 -04:00
Pavel Boldyrev
dc0de5faaf
chore: ci cleanup
...
chore: ci cleanup
2022-10-16 21:21:25 -04:00
Pavel Boldyrev
46a69df97f
chore: remove "generate changelog" and update dependabot config
2022-10-16 20:59:44 -04:00
Pavel Boldyrev
9e5edc1405
chore: new release workflow ( #135 )
...
* bump TF versions
* chore: new release workflow
2022-10-16 20:25:31 -04:00
dependabot[bot]
f1dbd9d1e5
Bump goreleaser/goreleaser-action from 3.0.0 to 3.1.0 ( #118 )
...
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action ) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases )
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v3.0.0...v3.1.0 )
---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2022-09-08 22:16:33 -04:00
Pavel Boldyrev
7cb22ccec8
Do not call "generate changelog" on feature branches
2022-07-29 20:27:33 -04:00
Pavel Boldyrev
192cbd5e3d
Upgrade the provider codebase to use Terraform SDK v2 ( #91 )
...
* Update TF SDK using `tf-sdk-migrator v2upgrade`
Address some linter issues
Clean up `resource_virtual_environment_file.go` (still, error handling is not ideal)
* few minor cleanups
* Clean up, add context and diagnostics to `resource_virtual_environment_vm.go`
* Clean up, add context and diagnostics to `resource_virtual_environment_container.go`
* Clean up, add context and diagnostics to `resource_virtual_environment_container.go`
* Update remaining resources and data sources
* fix `make example`... now it actually uses the built provider 🤦
* propagate Context everywhere
use tflog.* for logging
* add support for debug flag
* fix old issues with:
- setting `resource_virtual_environment_file.changed` attribute
- setting `resource_virtual_environment_cluster_ipset.cidr` attributes
- setting `data_source_virtual_environment_user.groups` and `.keys` attributes
* bump dependencies
* minor cleanups
* Bump Go to v1.18
Dropped support for TF v0.x
* more cleanups
* update README.md
* update PR template
* update release.yml
2022-07-14 12:20:30 -04:00
dependabot[bot]
9d74d55a56
Bump crazy-max/ghaction-import-gpg from 4 to 5 ( #80 )
...
Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg ) from 4 to 5.
- [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases )
- [Changelog](https://github.com/crazy-max/ghaction-import-gpg/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crazy-max/ghaction-import-gpg/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: crazy-max/ghaction-import-gpg
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-30 20:43:54 -04:00
dependabot[bot]
e924a8de53
Bump goreleaser/goreleaser-action from 2.9.1 to 3.0.0 ( #74 )
...
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action ) from 2.9.1 to 3.0.0.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases )
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v2.9.1...v3.0.0 )
---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-23 22:32:36 -04:00
Pavel Boldyrev
1129752706
update crazy-max/ghaction-import-gpg action config ( #73 )
2022-05-21 20:23:16 -04:00
dependabot[bot]
1328b8e247
Bump crazy-max/ghaction-import-gpg from 2 to 4 ( #70 )
...
Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg ) from 2 to 4.
- [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases )
- [Changelog](https://github.com/crazy-max/ghaction-import-gpg/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crazy-max/ghaction-import-gpg/compare/v2...v4 )
---
updated-dependencies:
- dependency-name: crazy-max/ghaction-import-gpg
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-16 12:34:47 -04:00
Pavel Boldyrev
e93505b297
Fix changelog workflow ( #69 )
...
* fix signoff
* fix imported gpg key attributes propagation
* cleanup
2022-05-11 23:13:51 -04:00
Pavel Boldyrev
f81637c3f4
Use bot account for changelog generation ( #68 )
2022-05-11 23:03:53 -04:00
dependabot[bot]
51dc2a1e68
Bump github/codeql-action from 1 to 2 ( #64 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-25 13:36:41 -04:00
Pavel Boldyrev
1bfaeff771
restore token in generate changelog workflow
2022-04-13 00:28:15 -04:00
Pavel Boldyrev
df13adfb8b
fix workflow issues ( #61 )
2022-04-13 00:16:05 -04:00
Pavel Boldyrev
db5a38da7b
Use bot PAT to generate changelog ( #60 )
2022-04-12 23:46:32 -04:00
dependabot[bot]
2f905827a0
Bump actions/setup-go from 2 to 3 ( #58 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 2 to 3.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-11 13:01:26 -04:00
Pavel Boldyrev
1bd5b70a8f
move release branch param to action
2022-03-21 21:28:21 -04:00
Pavel Boldyrev
fbcee5f4f5
add ability to run "generate changelog" workflow by command
2022-03-21 20:54:36 -04:00
Pavel Boldyrev
0fa4a54903
Bump provider version to 0.5.1 ( #52 )
...
* Bump provider version to 0.5.1
Also fixes #44
* Bump TF version for tests
2022-03-21 20:46:25 -04:00
dependabot[bot]
40f0739e41
Bump actions/checkout from 2 to 3 ( #46 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-07 12:08:19 -05:00
dependabot[bot]
9d52f43516
Bump goreleaser/goreleaser-action from 2.8.1 to 2.9.1 ( #45 )
...
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action ) from 2.8.1 to 2.9.1.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases )
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v2.8.1...v2.9.1 )
---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-02 11:51:42 -05:00
dependabot[bot]
6f0ba0d527
Bump goreleaser/goreleaser-action from 2.8.0 to 2.8.1 ( #36 )
...
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action ) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases )
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v2.8.0...v2.8.1 )
---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-17 12:58:01 -05:00
dependabot[bot]
4da7cd75d0
Bump goreleaser/goreleaser-action from 2.7.0 to 2.8.0
...
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action ) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases )
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v2.7.0...v2.8.0 )
---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-18 16:08:51 +00:00
Pavel Boldyrev
1069f989a1
update release workflow & goreleaser config
2021-09-09 20:42:05 -04:00
Pavel Boldyrev
e554d93e5c
fix dependabot config
2021-09-09 20:41:58 -04:00
Pavel Boldyrev
c5d2b67635
do not generate changelog on push to main
2021-09-09 14:48:42 -04:00
Pavel Boldyrev
bd798531e3
rename branch master -> main
2021-09-09 12:33:48 -04:00
Pavel Boldyrev
380f07c3e2
Update project to use bpg/terraform-provider-proxmox
2021-09-09 12:20:19 -04:00
Pavel Boldyrev
934d42c93b
update CodeQL workflow: ignore /docs
2021-09-09 11:46:21 -04:00
Pavel Boldyrev
57a00ba8ee
CI config tweaks
2021-09-09 11:27:41 -04:00
Pavel Boldyrev
b79f956e8c
ignore changes in .github for CodeQL scan
2021-09-09 11:18:25 -04:00
Pavel Boldyrev
1ced54f200
generate the changelog on direct push to master
2021-09-09 11:08:27 -04:00
Pavel Boldyrev
01221afecd
tweak CodeQL settings
2021-09-09 10:00:46 -04:00
Pavel Boldyrev
42e1336c35
Merge pull request #7 from bpg/enable-codeql-scanning
...
Create codeql-analysis.yml
2021-09-09 09:58:46 -04:00
Pavel Boldyrev
5dc274496c
autocommit CHANGELOG.md to master
branch
2021-09-09 09:29:42 -04:00
Pavel Boldyrev
82aff5180b
tweak changelog generation
2021-09-09 08:27:56 -04:00
Pavel Boldyrev
608bfd1ba5
tweak changelog generation
2021-09-09 08:09:03 -04:00
Pavel Boldyrev
8843c55a0b
tweak changelog generation
2021-09-09 07:25:06 -04:00