Commit Graph

1327 Commits

Author SHA1 Message Date
Megan Marsh 703023d47e update changelog 2020-08-11 08:34:45 -07:00
Megan Marsh bf7cc2587e update changelog 2020-08-07 10:00:55 -07:00
packer-ci 6940cc6d38 Putting source back into Dev Mode 2020-07-30 20:51:22 +00:00
packer-ci 3acf99a9cb update changelog 2020-07-30 20:04:33 +00:00
Megan Marsh 40b1adc97a add docker import hcl fix 2020-07-30 11:11:03 -07:00
Megan Marsh aa9d06d738 mention url encoding as potential backwards incompatability 2020-07-30 11:08:26 -07:00
Wilken Rivera a911f9f667 update CHANGELOG
* Consolidate backward incompatibilities sections
2020-07-30 13:58:18 -04:00
Wilken Rivera 617e0d234d update CHANGELOG
* Tidy up existing changelog entries
2020-07-30 13:44:15 -04:00
Wilken Rivera 568b3c100c update CHANGELOG 2020-07-29 16:47:33 -04:00
Adrien Delorme c7b35dd6bc
HCL2: add post-processors block to run multiple post-processor after a build (#9638)
added `post-processors` block to run chained post-processors after a build.
Before this, defining multiple `post-processor` blocks after
provisioning steps would run them sequentially, now doing this makes them start
from the build's artifact. To queue post-processors you now have to define them
in a `post-processors` block.

This is a breaking change.
2020-07-28 10:02:37 +02:00
Adrien Delorme 8803f1f6cf Update CHANGELOG.md 2020-07-24 15:49:10 +02:00
Megan Marsh 1f6473b4c1
Merge pull request #9614 from GennadySpb/yndx-import-create-new-from-another-one
yandex-import: allow create image based on another one
2020-07-22 15:50:51 -07:00
Megan Marsh 7d1b6969b0 update changelog 2020-07-21 13:15:38 -07:00
Gennady Lipenkov e0cc7b9d8c yandex-import: allow create image based on another one
Allow as source for a new Compute Image not only  URL to Storage Object but also a another one Compute Image
Details at official doc about ImageCreateRequest https://cloud.yandex.com/docs/compute/grpc/image_service#CreateImageRequest
2020-07-20 20:26:22 +03:00
Megan Marsh 0883e185a2
Merge pull request #9594 from GennadySpb/yndx-image-min-disk-size
yandex: Add new property 'min_disk_size' of built image
2020-07-17 09:31:48 -07:00
Megan Marsh 3372014dc7 update changelog 2020-07-17 09:28:18 -07:00
Gennady Lipenkov 9c565a97c0 Add new property 'min_disk_size' of built image 2020-07-16 17:10:22 +03:00
Megan Marsh d5af88d897 update changelog 2020-07-14 10:05:01 -07:00
Megan Marsh 5aed151b1f update changelog 2020-07-10 09:50:38 -07:00
Gennady Lipenkov dd1ffe831a Add changelog record 2020-07-08 23:57:12 +03:00
Wilken Rivera 371be8775d update CHANGELOG
* Adds backwards incompatibility note to 1.5.5 for variable interpolation fix of undefined variables.
2020-07-08 08:03:19 -04:00
Wilken Rivera 29ce804392 update CHANGELOG 2020-07-08 08:00:24 -04:00
Megan Marsh 7ad140ef50 update changelog 2020-07-02 14:40:11 -07:00
Adrien Delorme 3d371a2d5d
Add complete HCL2 examples + allow to name a singular build.source blocks (#9490)
* in the examples/hcl folder
* add possibility to name singular build.source blocks to differentiate their output and to filter on them
2020-07-02 11:07:59 +02:00
Megan Marsh 82dc1bf7a7 update changelog 2020-06-24 12:01:22 -07:00
Ivo van Geel e54ad3f1fb
Add boot_command support to vsphere-clone builder, including support … (#9397) 2020-06-24 11:14:30 +02:00
Moss b733920987 Update existing entry on CHANGELOG 2020-06-16 17:35:13 +02:00
Megan Marsh 415a9c47b6 update changelog 2020-06-15 16:30:01 -07:00
packer-ci 46aea0f14b Putting source back into Dev Mode 2020-06-09 21:15:36 +00:00
packer-ci 58c7971fff update changelog 2020-06-09 19:31:32 +00:00
Megan Marsh 03e0d6b2ff clean up changelog 2020-06-09 11:45:55 -07:00
Megan Marsh fdd50e33fb remove reverted update from changelog 2020-06-09 09:32:38 -07:00
Moss 6e610927da Update CHANGELOG 2020-06-08 17:30:39 +02:00
Moss 13118692cc Update CHANGELOG 2020-06-08 11:56:58 +02:00
Moss 26e099023b Update CHANGELOG 2020-06-05 11:53:14 +02:00
Megan Marsh 671aba9def update changelog 2020-06-04 14:49:30 -07:00
Sylvia Moss aa52e690ee
Update go-getter and add samba shared files tests to step_download (#8954) 2020-06-04 15:00:18 +02:00
Paul Meyer d4ce2bc8b8
Update CHANGELOG.md 2020-06-03 12:33:23 -07:00
Sylvia Moss 434c9bcae0
Check if task result is nil and return error (#9354) 2020-06-03 17:37:30 +02:00
Wei Cheng 518921f8b2
fix: typo in CHANGELOG.md 2020-06-03 09:54:06 +08:00
Adrien Delorme 1147ef9a36
Merge pull request #9291 from hashicorp/f-singular-build-source-blocks
Allow to set source fields from a new `build.source` block
2020-06-02 12:38:45 +02:00
Sylvia Moss ce45a1990a
Refactor communicator config for Qemu and add SkipNatMapping option (#9307) 2020-06-02 11:56:36 +02:00
Megan Marsh ae27d32d64 update changelog 2020-05-29 15:51:54 -07:00
Paul Meyer 93d4d63121
Update CHANGELOG.md 2020-05-28 21:15:17 -07:00
Adrien Delorme 0fa60c68fb
Drop the iso_checksum_type & iso_checksum_url fields (#8437)
* Drop the iso_checksum_type & iso_checksum_url fields

In favor of simply using iso_checksum that will know what to do.

* fix after master merge

* Update builder_test.go

* Update builder_test.go

* Update builder_test.go

* Update builder_test.go

* Update builder_test.go

* remove checksum lowercasing tests

* Update builder_test.go

* Update builder_test.go

* better docs

* Update builder_test.go

* even better docs

* Update config.go

* Update builder_test.go

* Update step_create_vmx_test.go

* make generate

* better docs

* fix imports

* up tests

* Update _ISOConfig-required.html.md

* Update builder_test.go

* don't use sha1.Sum("none") as a caching path

* Update builder_test.go

* better docs

* Update iso_config_test.go

remove ISOChecksumType/ISOChecksumURL references

* Update step_download_test.go

* add iso_checksum_url and iso_checksum_type fixers + tests

* add concrete examples of checksum values

* add examples of checksumming from local file

* update go-getter dep

* up deps

* use new go-getter version

* up ESX5Driver.VerifyChecksum: use go-getter's checksumming

* ISOConfig.Prepare: get checksum there in case we need it as a string in ESX5Driver.VerifyChecksum

* Update iso_config.go

* get go-getter from v2 branch

* Update driver_esx5.go

add more comments

* Update driver_esx5.go

* show better error message when the checksum is invalid

* Update builder_test.go

put in a valid checksum to fix tests, checksum is md5("packer")

* Update builder_test.go

test invalid and valid checksum

* more test updating

* fix default md5 string to be a valid md5

* TestChecksumFileNameMixedCaseBug: use 'file:' prefix for file checksumming

* Update iso_config_test.go

* Update iso_config_test.go

* Update builder_test.go

* Update builder_test.go

* Update builder_test.go

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update go.mod

* Update go.mod

* Update CHANGELOG.md
2020-05-28 11:02:09 +02:00
Adrien Delorme ea1e1e8b14 Update CHANGELOG.md 2020-05-26 14:29:16 +02:00
Megan Marsh 688ed63edf update changelog 2020-05-21 11:42:28 -07:00
Megan Marsh 6ad67f6800 update changelog 2020-05-20 15:10:40 -07:00
Sylvia Moss be9dbaacd7
Interpolate generatedData in the Inspec provisioner (#9262)
* Interpolate generatedData in the Inspec provisioner

* Add inspec license section to inspec docs

* add user arg if user config it not empty

* increase resource size for check-lint pipeline

* update changelog

* Update provisioner/inspec/provisioner.go

* Update provisioner/inspec/provisioner.go

Co-authored-by: Megan Marsh <megan@hashicorp.com>
2020-05-20 15:43:41 -04:00
Adrien Delorme b01fb30c36 Update CHANGELOG.md 2020-05-20 12:28:13 +02:00