0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-04 21:14:05 +00:00
Commit Graph

304 Commits

Author SHA1 Message Date
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
97b773fe75
Merge pull request #11 from bpg/dependabot/go_modules/github.com/pkg/sftp-1.13.3
Bump github.com/pkg/sftp from 1.12.0 to 1.13.3
2021-09-09 09:58:28 -04:00
Pavel Boldyrev
dbdcb47733
Merge pull request #10 from bpg/dependabot/go_modules/github.com/google/go-querystring-1.1.0
Bump github.com/google/go-querystring from 1.0.0 to 1.1.0
2021-09-09 09:58:15 -04:00
dependabot[bot]
4c50f1e214
Bump github.com/pkg/sftp from 1.12.0 to 1.13.3
Bumps [github.com/pkg/sftp](https://github.com/pkg/sftp) from 1.12.0 to 1.13.3.
- [Release notes](https://github.com/pkg/sftp/releases)
- [Commits](https://github.com/pkg/sftp/compare/v1.12.0...v1.13.3)

---
updated-dependencies:
- dependency-name: github.com/pkg/sftp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-09 13:42:57 +00:00
dependabot[bot]
adb628e284
Bump github.com/google/go-querystring from 1.0.0 to 1.1.0
Bumps [github.com/google/go-querystring](https://github.com/google/go-querystring) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/google/go-querystring/releases)
- [Commits](https://github.com/google/go-querystring/compare/v1.0.0...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/google/go-querystring
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-09 13:42:30 +00:00
bpg
f37eb9c974 Update CHANGELOG.md 2021-09-09 13:36:41 +00:00
Pavel Boldyrev
1be71bebf2
Merge pull request #9 from bpg/dependabot/go_modules/github.com/hashicorp/terraform-plugin-sdk-1.17.2
Bump github.com/hashicorp/terraform-plugin-sdk from 1.16.0 to 1.17.2
2021-09-09 09:36:21 -04:00
Pavel Boldyrev
5cd832b213
update go.sum 2021-09-09 09:33:32 -04:00
Pavel Boldyrev
5dc274496c
autocommit CHANGELOG.md to master branch 2021-09-09 09:29:42 -04:00
dependabot[bot]
0f8b7b4da4
Bump github.com/hashicorp/terraform-plugin-sdk from 1.16.0 to 1.17.2
Bumps [github.com/hashicorp/terraform-plugin-sdk](https://github.com/hashicorp/terraform-plugin-sdk) from 1.16.0 to 1.17.2.
- [Release notes](https://github.com/hashicorp/terraform-plugin-sdk/releases)
- [Changelog](https://github.com/hashicorp/terraform-plugin-sdk/blob/v1.17.2/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/terraform-plugin-sdk/compare/v1.16.0...v1.17.2)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-09 12:38:13 +00:00
Pavel Boldyrev
d7b7952a13
Merge pull request #8 from bpg/update-ci-and-project-configs
update various project configs, mostly for CI
2021-09-09 08:31:39 -04:00
Pavel Boldyrev
82aff5180b
tweak changelog generation 2021-09-09 08:27:56 -04:00
Pavel Boldyrev
0540937742
tweak changelog generation 2021-09-09 08:14:38 -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
c3ce3fc056
Merge pull request #4 from bpg/dependabot/bundler/docs/nokogiri-1.12.4 2021-09-08 22:49:11 -04:00
dependabot[bot]
097caa691c
Bump nokogiri from 1.11.1 to 1.12.4 in /docs
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.1 to 1.12.4.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.11.1...v1.12.4)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-09 02:48:50 +00:00
Pavel Boldyrev
406ad44bb5
Merge pull request #5 from bpg/dependabot/bundler/docs/rexml-3.2.5 2021-09-08 22:48:48 -04:00
Pavel Boldyrev
8ddec29ec1
Merge pull request #6 from bpg/dependabot/bundler/docs/addressable-2.8.0 2021-09-08 22:48:07 -04:00
Pavel Boldyrev
2605d59bdd
add scripts folder 2021-09-08 22:17:05 -04:00
Pavel Boldyrev
b391a8cecf
add tools folder 2021-09-08 22:14:26 -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
dependabot[bot]
55e779b1f8
Bump addressable from 2.7.0 to 2.8.0 in /docs
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/sporkmonger/addressable/releases)
- [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.7.0...addressable-2.8.0)

---
updated-dependencies:
- dependency-name: addressable
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-09 00:47:54 +00:00
dependabot[bot]
30f533ddd4
Bump rexml from 3.2.4 to 3.2.5 in /docs
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.2.4...v3.2.5)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-09 00:47:46 +00:00
Pavel Boldyrev
f744b2391b
Merge pull request #3 from bpg/fix-vm-clone
Fix SIGSEGV if cloned VM is in a different storage.
2021-09-08 18:36:11 -04:00
Pavel Boldyrev
26664468c5
go mod tidy and update .gitignore 2021-09-08 18:35:44 -04:00
Pavel Boldyrev
45fcc4d316
bump version to 0.4.5 2021-09-08 18:34:47 -04:00
Pavel Boldyrev
124cbc37c7
Update VirtualEnvironmentVMGetStatusResponseData.PID and VirtualEnvironmentVMGetStatusResponseData.VMID to int type 2021-09-08 18:34:13 -04:00
Pavel Boldyrev
0742ac5091
Fix SIGSEGV if cloned VM is in a different storage.
closes #1
2021-09-08 18:27:36 -04:00
Pavel Boldyrev
c6fb17f30a
Merge pull request #1 from bpg/fix-make-test
fix `make test` error
2021-09-07 18:51:46 -04:00
Pavel Boldyrev
90cda091a9
fix make test error
`make test` was failing with
```
# github.com/danitso/terraform-provider-proxmox/proxmox
proxmox/virtual_environment_vm_types.go:1148:3: Sprintf format %s has arg r.Model of wrong type *string
make: *** [Makefile:82: test] Error 2
```
2021-09-07 18:46:02 -04:00
Chris W Jones
2cbaa057eb
Fixes bug with id type 2021-07-16 15:48:08 -04:00
Dan R. Petersen
f3d5b410a1
Merge pull request #79 from danitso/release/v0.4.4
Release/v0.4.4
2021-02-18 23:00:33 +01:00
Dan R. Petersen
30be265fda
Merge pull request #78 from danitso/fix/watchdog-deserialization-issue
fix: watchdog deserialization issue
2021-02-18 22:46:55 +01:00
Dan Petersen
8d711a7853 fix: watchdog deserialization issue 2021-02-18 22:36:08 +01:00
Dan Petersen
d4f59f184d feat: bump versioN 2021-02-18 22:26:43 +01:00
Dan Petersen
846b298dec feat: bump version 2021-02-17 04:36:41 +01:00
Dan R. Petersen
0ee3f790a4
Merge pull request #76 from danitso/release/v0.4.3
Release/v0.4.3
2021-02-17 04:35:42 +01:00
Dan Petersen
c39464b46d fix: update docs 2021-02-17 04:04:06 +01:00
Dan R. Petersen
211efdf3f4
Merge pull request #73 from danitso/fix/container-network-initialization
fix: ip initialization issue for containers
2021-02-17 03:17:23 +01:00
Dan Petersen
6e292b1fe1 feat: update changelog 2021-02-14 03:47:19 +01:00
Dan Petersen
0102fb1fe3 fix: ip initialization issue for cloned containers 2021-02-14 03:43:12 +01:00
Dan Petersen
9e6fe3be8e feat: update test workflow 2021-02-13 23:40:35 +01:00
Dan R. Petersen
69ff016f1a
Merge pull request #71 from danitso/release/v0.4.2
Release/v0.4.2
2021-02-13 23:24:44 +01:00
Dan Petersen
5871fff200 fix: disk resizing issue 2021-02-13 08:21:37 +01:00