Skip to content

Releases: wearespindle/terraform-provider-proxmox

v0.1.9

22 Oct 12:16
Compare
Choose a tag to compare

v0.1.8

22 Oct 08:26
Compare
Choose a tag to compare
v0.1.8

v0.1.7

22 Oct 08:05
Compare
Choose a tag to compare
v0.1.7

v0.1.6

19 Oct 09:08
Compare
Choose a tag to compare
v0.1.6

v0.1.3

26 Jan 16:41
Compare
Choose a tag to compare
v0.1.3

v0.1.2-rc1

26 Jan 16:04
Compare
Choose a tag to compare
v0.1.2-rc1

v0.1.2

06 Apr 07:42
43fd796
Compare
Choose a tag to compare

Changelog

43fd796 Change release name and only include binary

v0.1.1

06 Apr 07:26
875c0d1
Compare
Choose a tag to compare

Changelog

875c0d1 Add windows build

v0.1.0

06 Apr 06:53
dfaf6dd
Compare
Choose a tag to compare

Changelog

3f07e92 Telmate#25 fix Project no longer builds
ac80ff2 -support optional insecure TLS proxmox nodes -restore previous ssh key behavior (works in 0.11.x)
90d504f -support optional insecure TLS proxmox nodes -restore previous ssh key behavior (works in 0.11.x)
1d79b7e Add Numa and other CPU type support
0a4fe13 Add SCSI controller support
66b08f0 Add a new option vmID
f10af60 Add badge to README.md
383738a Add ballooning feature for memory
18743c0 Add choice between full or partial clone
5c9b798 Add dependencies
40807a9 Add documentation about the vga option
d1fa174 Add examples about cpu and host vars
dfaf6dd Add github workflow for goreleaser
d64ade0 Add go mod support
9b57038 Add goreleaser
f0a71f4 Add hotplug support
475a365 Add missing agent on update
0d1d81b Add option to define the VM display
f005132 Add serial example to README
2f2c5df Add support for a provisioner to support post-processing actions like unplugging the ssh-forwarding, fake net1, adapter.
b87844c Add support for mbps options in qemu disks
97ee971 Add vcpus feature
4914421 Added clone_wait variable to configure wait time during cloning
8923f15 Added example file for cloud-init
3c274cd Added ipconfig2 everywhere ipconfig1 is listed, should enable 3 networks to be configured in cloud-init
a1f744d Added multiple cmd targets for more convenient installation with go get
db389ed Adding a go get
a6163ce Better import method and error message
764d480 Change hwaddr type to string
bd6051a Changed agend type to int to fix Telmate#46
939fd10 Cleanup
08df920 Do not create resource when clone fail
ce70012 Doc in the README about boot and bootdisk
24a4408 Document login ENV. Change agent default to match proxmox default
a07b9bd Documents for copying the provider so it works
4806958 Enhance documentation, split into multiple files, start with adding argument references
f9032bf Fix Cloud-init resizing
4c8997b Fix VM name changing
290e847 Fix conflicts from branch 'upstream/master' into multi_device
1432a83 Fix double terraform apply bug.
fa59acd Fix example in readme
fb33f8b Fixed schema type and default value for agent field in resourceVmQemu
2919c3a Get the current pool and save it
5a8a138 Go fmt
86b237f Improve Makefile for go modules and travis
7b0f069 Include complete argument reference for resource_vm_qemu
216123f Include sub variables to vga, network, disk and serial. Remove therefore unnecessary comment in code.
8297ca5 Merge branch 'cloud-init-custom-config-file' of https://github.com/godiedelrio/terraform-provider-proxmox into cloud-init-custom-config-file
c208254 Merge branch 'master' of github.com:Telmate/terraform-provider-proxmox
471658b Merge branch 'master' of github.com:Telmate/terraform-provider-proxmox
2885f41 Merge pull request #1 from banzo/banzo-patch-1
bbdcd52 Merge pull request #10 from raarts/remote-api-changes
9fa91fd Merge pull request #10 from raarts/remote-api-changes
7a4a86f Merge pull request Telmate#100 from V-Paranoiaque/fix/pool-update
5326f4e Merge pull request Telmate#101 from solidnerd/add-go-mod-support
05fe0fb Merge pull request Telmate#102 from in0rdr/fix/issues/44/remove_id
3cc0dd2 Merge pull request Telmate#106 from solidnerd/improve-makefile
fc3b001 Merge pull request Telmate#107 from V-Paranoiaque/feature/hastate
0f7edc6 Merge pull request Telmate#108 from claudusd/keep_id_updateconfig_fail
092372c Merge pull request Telmate#113 from V-Paranoiaque/lib-update
c4f2bac Merge pull request Telmate#118 from claudusd/node_migration
4403acf Merge pull request Telmate#121 from claudusd/clone_error
60b5ec0 Merge pull request Telmate#122 from V-Paranoiaque/feature/vcpu
7adcc1b Merge pull request Telmate#125 from V-Paranoiaque/feature/mbps
db600b5 Merge pull request Telmate#127 from basvandijk/upgrade-proxmox-api-go-to-support-cephfs
7ac3724 Merge pull request Telmate#128 from basvandijk/bios
ecb0b33 Merge pull request Telmate#129 from V-Paranoiaque/feature/balloon
95d52ed Merge pull request #13 from AAbouZaid/multi_device
7af54b3 Merge pull request Telmate#130 from V-Paranoiaque/feature/display
e4c1966 Merge pull request Telmate#134 from acj/hwaddr-as-string
e463f3d Merge pull request Telmate#135 from acj/patch-1
7fa28b0 Merge pull request Telmate#143 from letic/master
94efbf5 Merge pull request Telmate#144 from alterway/macaddr_computed
b17db9b Merge pull request Telmate#149 from godiedelrio/cloud-init-custom-config-file
a6aa01d Merge pull request Telmate#151 from frederikbosch/docs
3f91d2f Merge pull request #19 from symgryph/patch-1
17bf67c Merge pull request Telmate#36 from jereksel/either_clone_or_iso
55b30e4 Merge pull request Telmate#38 from jereksel/update_name
551f5b1 Merge pull request Telmate#43 from cardinalit/fix
12c2159 Merge pull request Telmate#48 from winkelchri/fix-agent-type
f7bc26d Merge pull request Telmate#49 from winkelchri/add-examples
b79628c Merge pull request Telmate#51 from f0rkz/master
326e18c Merge pull request Telmate#52 from f0rkz/update_readme
18c3532 Merge pull request Telmate#53 from bkmeneguello/importer
695ac7c Merge pull request Telmate#54 from bkmeneguello/agent
9fe5f2c Merge pull request Telmate#57 from bkmeneguello/defaults
c5283ea Merge pull request Telmate#59 from in0rdr/fix/typeset
06d6363 Merge pull request Telmate#61 from banzo/master
5a32540 Merge pull request Telmate#63 from in0rdr/feature/lxc
9c1f2f4 Merge pull request Telmate#66 from ardumont/master
8ef7113 Merge pull request Telmate#67 from in0rdr/feature/pool
f560472 Merge pull request Telmate#69 from V-Paranoiaque/feature/otp2fa
0be9504 Merge pull request Telmate#70 from V-Paranoiaque/feature/scsihw
f6b0d92 Merge pull request Telmate#71 from V-Paranoiaque/feature/bootdisk
17f3cea Merge pull request Telmate#72 from V-Paranoiaque/doc/boot
68c41fc Merge pull request Telmate#73 from V-Paranoiaque/feature/serial
080c8ad Merge pull request Telmate#74 from V-Paranoiaque/feature/cpu
a974251 Merge pull request Telmate#75 from Telmate/pm_otp_prompt
baf8df6 Merge pull request Telmate#78 from V-Paranoiaque/fix/disksize-cloudinit
1c90e79 Merge pull request Telmate#91 from AleRousse/fix/clone_timeout#90
bf7b3cd Merge pull request Telmate#92 from in0rdr/fix/net_gw
48d6718 Merge pull request Telmate#93 from claudusd/full_clone
42a9c68 Merge pull request Telmate#96 from in0rdr/fix/empty-feature
c05ce12 Merge pull request Telmate#97 from gentoo9ball/feature/ipconfig2
a9fcdac Merge remote-tracking branch 'origin/master' into fix/pool-update
a8af234 Merge remote-tracking branch 'upstream/master' into feature/cpu
322ba75 Merge remote-tracking branch 'upstream/master' into feature/cpu
55cd3ca Merge remote-tracking branch 'upstream/master' into feature/cpu
692db01 Merge remote-tracking branch 'upstream/master' into feature/display
6894c00 Merge remote-tracking branch 'upstream/master' into feature/mbps
cc9ac1a Merge remote-tracking branch 'upstream/master' into feature/mbps
f913d40 Migration
f16131a Move flatten/expand to qemu_structure
cd8b1a3 New attribute "cicustom" that allows to use custom cloud-init config files per vm resource.
af8f259 New attribute "cicustom" that allows to use custom cloud-init config files per vm resource.
f4ce536 New feature, HA management
a4c86b4 README: Update Makefile and readme to ease local build
0bcad10 Remove (pre)provision from qemu resource
e0b1120 Remove deprecated fields
c18da07 Remove obsolete setup commands from readme
18fdde3 Remove provisioner, upgrade to terraform-plugin-sdk
fa1e841 Rename repo
c8a7b20 Revert "Temporary Revert "Use OTP 2FA", Not acting backward compatible"
c628720 Rollback to computed mac address
5158d17 Serial devices management
f403e94 Set id when updateconfig fail
47ddee5 Show message when neither clone nor iso is set
77858d8 Some sane defaults
f76d701 Support setting the BIOS implementation (seabios|ovmf)
336b584 Temporary Revert "Use OTP 2FA", Not acting backward compatible
025f0f8 Terraform is able to set the boot order and the main disk
5ad6bc5 Testing a travis pipeline
6325f28 The remote API was changed, adapt code
48cfb79 Update API
7e6b78d Update README.md
363079b Update README.md
c1ba558 Update and clean Proxmox lib
6dc3e0c Update lib
eb58ce5 Update proxmox-api-go dependency
cbd4592 Update proxmox-api-go dependency
db13998 Update proxmox-api-go dependency
729d583 Update the proxmox api lib
0265fb7 Upgrade proxmox-api-go to support cephfs
d596852 Use OTP 2FA
babe5c4 Using defer for parallel end
8084bb9 Work around OTP being required by default
2bafe38 add all proxmox params for lxc
73cd5e4 add example for feature and unprivileged
c3d462e add lxc resource
217a5cf add onboot, multi disks, and multi nic
aab63df add parameters for /nodes/{n}/lxc
b734e78 add pool to qemu resource
9c1cd15 add resourceLxcUpdate
fdc2b93 add some general info on resources
25b0a28 add/remove compatibility functions
b38b0f1 added new config resource, edited .gitignore
44fe676 added support for pre-provisioning centos
d200edd auto-formatted updates
6cb6133 auto-formatted updates
bf98b94 change "macaddr" to behave like original "mac"
d01d60f change gw to string
54612fd change long into short sentence
a832f0b check feature list length
30cbef5 cleanup cloning disk resize
c61e47e cleanup indentation
1227a20 cleanup update function
ba94ab2 combine sentence
ff05902 document pool parameter for qemu resource
06bdf45 fix append to centos eth0
28dbb40 fix destroy/delete vm
679fd58 fix parallel VMID grabbing
cde2db1 fix password
fdd21ab fix sshHost, disk resize, and allow sparse mac, storage_type & qemu_os-type parameters
a14c33d fix sshHost, disk resize, and allow sparse mac, storage_type & qemu_os-type parameters
1c9dc52 fix typeset assignment
4c6ca72 get the target_node for read
a2393a7 give more time for proxmox to catchup on updates
aa57556 go install documents
0a2ba9b ignore some white space on ssh private key
74fdcb9 implement resource read and duplicate name check
4510ee9 initial commit
a6e3bd7 introduce make file for new command targets
365b131 limit the number of parallel things happening via proxmox API
fe8aedc match datatype from lib change
7931a14 move deprecated arguments to its own paragraph
f567286 note the other proxmox api project
97851be order schema alphabetically
6a21970 pm password is sensitive
776fee5 pre provision worked!
002598d provisioning a clone worked o...

Read more