0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-12 00:35:03 +00:00
Commit Graph

61 Commits

Author SHA1 Message Date
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
Pavel Boldyrev
1c589dab7b
try different way to generate a changelog 2021-09-09 07:11:02 -04:00
Pavel Boldyrev
5b2bf4ea2d
try changelog gen 2021-09-08 22:04:44 -04:00
Pavel Boldyrev
1c84a7720d
change when run test in CI 2021-09-08 22:02:36 -04:00
Pavel Boldyrev
875b2e828a
add changelog generator 2021-09-08 21:57:39 -04:00
Pavel Boldyrev
968f775cf6
update various project configs, mostly for CI 2021-09-08 21:48:02 -04:00
Pavel Boldyrev
711b064c54
Create codeql-analysis.yml 2021-09-08 20:48:26 -04:00
Dan Petersen
9e6fe3be8e feat: update test workflow 2021-02-13 23:40:35 +01:00
Dan Petersen
449ac6c984 Update workflows 2021-02-10 04:26:40 +01:00
Dan Petersen
7bffe20ce5 Switch command 2021-02-10 04:25:23 +01:00
Dan Petersen
276f26b5b8 Add missing secret to release workflow 2021-02-10 04:23:36 +01:00
Dan Petersen
f4992ecf80 Fix dirty state issue 2021-02-10 04:12:57 +01:00
Dan Petersen
f8aaed1f15 Minor workflow changes 2021-02-10 03:32:57 +01:00
Dan Petersen
24c20fd38f Remove reference to unused secret in test workflow 2021-02-10 03:29:20 +01:00
Dan Petersen
64bbc97df1 Remove GPG signing from test workflow 2021-02-10 03:25:04 +01:00
Dan Petersen
22750fd5a4 Attempt to fix GPG issues 2021-02-10 03:14:00 +01:00