Pavel Boldyrev
db7afe2e4a
chore: add missing docs ( #283 )
...
* added documentation for #282
* add contributor's note to the PR template
2023-04-02 19:35:10 +00:00
Pavel Boldyrev
8edfe9c7c5
feat: Update to Go 1.19 ( #280 )
...
* feat: Update to Go 1.19
* fix order of steps in CI
2023-03-27 21:43:55 +00:00
dependabot[bot]
edd96857e6
chore(deps): bump actions/stale from 7 to 8 ( #276 )
...
Bumps [actions/stale](https://github.com/actions/stale ) from 7 to 8.
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/stale/compare/v7...v8 )
---
updated-dependencies:
- dependency-name: actions/stale
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>
2023-03-27 17:18:09 -04:00
dependabot[bot]
fdb9dc7714
chore(deps): bump actions/setup-go from 3 to 4 ( #269 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v3...v4 )
---
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>
Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2023-03-21 22:18:04 -04:00
Pavel Boldyrev
914631f58b
fix(build): Fix make example-init for TF 1.4 ( #262 )
...
* fix(build): Fix make example-init for TF 1.4
* add 1.4.2 to versions list
2023-03-16 22:09:41 -04:00
semgrep.dev on behalf of @bpg
dd6aacaa27
Add Semgrep CI
2023-02-15 05:22:17 +00:00
Pavel Boldyrev
6cb8a29414
Create FUNDING.yml
2023-02-08 23:26:11 -05:00
Pavel Boldyrev
a72fd27a13
chore: disable code coverage ( #227 )
2023-02-05 13:33:04 -05:00
dependabot[bot]
11fe9e539c
chore(deps): bump goreleaser/goreleaser-action from 4.1.0 to 4.2.0 ( #222 )
2023-01-30 21:47:45 -05:00
Pavel Boldyrev
f157e3bd53
chore(deps): bump dependencies ( #216 )
...
- bump x/crypto to v0.5.0
- bump indirect dependencies
- add "chore" type of PRs to release notes
2023-01-24 02:03:51 +00:00
Pavel Boldyrev
06bd5aef0f
chore: set up code coverage ( #215 )
...
* chore: set up code coverage
* reformat docs
2023-01-22 23:58:52 -05:00
Pavel Boldyrev
a50b5efa63
chore: fix linter CI
2023-01-16 22:09:27 -05:00
Pavel Boldyrev
fc254db468
chore: fix linter config ( #209 )
2023-01-16 23:24:23 +00:00
Pavel Boldyrev
bf9e31ecfc
chore: lint and reformat the code ( #204 )
...
* chore: reformat code
* chore: add commitlint config
* reformat README.md
* add linter config
* lint & reformat docs
* go linter: only new issues
* fix some linting errors
* more reformatting
* disable linter warning for some duplicated code
2023-01-16 18:07:30 -05:00
dependabot[bot]
4fe63fcf61
chore(deps): bump actions/stale from 6 to 7 ( #193 )
...
Bumps [actions/stale](https://github.com/actions/stale ) from 6 to 7.
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/stale/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: actions/stale
dependency-type: direct:production
update-type: version-update:semver-major
...
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-12-27 14:10:35 -05:00
dependabot[bot]
8cdf17a573
chore(deps): bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0 ( #189 )
...
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action ) from 3.2.0 to 4.1.0.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases )
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v3.2.0...v4.1.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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-20 20:55:05 -05:00
Pavel Boldyrev
aeec35a3dd
chore: add stale items check CI workflow ( #183 )
...
also cleanup contribution templates
2022-12-11 17:00:32 -05:00
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