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
Adrien Delorme
1e8e8a4e45
Update CHANGELOG.md
2020-05-20 12:27:54 +02:00
Wilken Rivera
3cd13ae1e5
update changelog
...
Add 9238 to list of bug fixes
2020-05-19 11:05:59 -04:00
Wilken Rivera
508f6497bb
update changelog
...
Minor formatting changes
2020-05-19 10:40:51 -04:00
Wilken Rivera
fd0a511eb2
update changelog
2020-05-19 10:37:19 -04:00
Megan Marsh
170520dcca
update changelog
2020-05-15 14:22:59 -07:00
Megan Marsh
533fbc1381
Merge pull request #9139 from hashicorp/hcl2_commands_refactor
...
Hcl2 commands refactor
2020-05-14 11:16:12 -07:00
Megan Marsh
cd5925ebbd
update changelog
2020-05-13 15:43:51 -07:00
Megan Marsh
cccf74d755
update changelog
2020-05-12 16:50:26 -07:00
Adrien Delorme
52b2151b21
go generate ./packer
2020-05-12 16:19:26 +02:00
GennadySpb
334550b729
Fix mardown format ( #9211 )
2020-05-12 16:07:57 +02:00
Moss
eca1aad9b3
Update CHANGELOG
2020-05-07 14:30:30 +02:00
Megan Marsh
dcd8673817
update changelog
2020-05-05 13:27:42 -07:00
Megan Marsh
6a682aca2e
Merge pull request #9124 from GennadySpb/yandex-export-post-processor
...
[WIP] Yandex export post processor
2020-05-05 11:01:13 -07:00
Megan Marsh
991511d08a
cut release 1.5.6
2020-05-01 14:11:35 -07:00
Megan Marsh
df286356eb
update changelog
2020-05-01 13:51:44 -07:00
Wilken Rivera
7ee5870a8e
update changelog
2020-04-30 16:18:32 -04:00
Moss
e71e5499f8
Update CHANGELOG
2020-04-27 14:48:45 +02:00
Gennady Lipenkov
d095e153ba
Add CHANGELOG record
2020-04-27 02:33:08 +03:00
Gennady Lipenkov
696750de32
Add 'target_image_folder_id' for builder/yandex #9079
2020-04-27 01:26:13 +03:00
Megan Marsh
bcc2598840
update changelog
2020-04-24 13:39:44 -07:00
Wilken Rivera
fdd2c023c6
update changelog
...
* Update changelog format slightly
2020-04-21 06:43:28 -04:00
GennadySpb
1155ab8e3c
Add 'target_image_folder_id' for builder/yandex ( #9080 )
...
Add 'target_image_folder_id' for builder/yandex
Closes #9079
2020-04-20 15:20:05 +02:00
Wilken Rivera
6b52df0c50
update changelog
2020-04-10 12:38:21 -04:00
Paul Meyer
7e949182a8
Update CHANGELOG.md
2020-04-09 14:43:49 -07:00
Wilken Rivera
559a53184d
update changelog
...
* Fix PR number for the execution policy bug fix
2020-04-07 06:23:16 -04:00
Wilken Rivera
a58a852589
update changelog
2020-04-07 06:19:32 -04:00
Megan Marsh
e26df90a66
update changelog
2020-04-03 16:47:34 -07:00
Moss
a8aecb7c7a
Update CHANGELOG
2020-04-03 17:03:07 +02:00
Moss
96b76a9868
Update CHANGELOG
2020-04-02 11:56:26 +02:00
Moss
45da4c8ee7
Update CHANGELOG
2020-03-30 10:39:25 +02:00
Megan Marsh
d6b70c1bf8
update changelog
2020-03-25 16:02:40 -07:00
Wilken Rivera
4f8fb363e0
update changelog
2020-03-25 16:45:48 -04:00
Wilken Rivera
5623dfd5c9
update changelog
2020-03-24 14:57:01 -04:00
Wilken Rivera
e65aee642a
update changelog
2020-03-24 12:07:27 -04:00
Megan Marsh
36a87e20e9
update changelog
2020-03-23 14:55:02 -07:00
Wilken Rivera
0374448263
update CHANGELOG
2020-03-19 13:58:28 -04:00
Megan Marsh
9aba27bc83
update changelog
2020-03-19 09:36:58 -07:00
Megan Marsh
0d454f19bd
update changelog
2020-03-16 15:12:48 -07:00
Megan Marsh
1c27d9d04b
update changelog
2020-03-12 15:32:06 -07:00
Megan Marsh
1a72eeb772
update changelog
2020-02-18 16:40:29 -08:00
Megan Marsh
c9b011145d
cut version 1.5.4
2020-02-14 14:55:03 -08:00
Megan Marsh
f65198726d
update changelog
2020-02-14 09:10:53 -08:00
Wilken Rivera
c2a27efc52
Update CHANGELOG.md
2020-02-12 16:55:34 -05:00
Wilken Rivera
746b7cbf0f
cut release 1.5.2
2020-02-12 13:36:35 -05:00
Adrien Delorme
20eb1ea592
Update CHANGELOG.md
2020-02-12 16:23:06 +01:00
Adrien Delorme
efdbb4f5d3
Update CHANGELOG.md
2020-02-12 16:05:22 +01:00
Adrien Delorme
dcfdcb0143
Update CHANGELOG.md
...
add line about variables PR
2020-02-12 15:55:06 +01:00
Wilken Rivera
f764edbc85
Update CHANGELOG
...
* Remove incorrect entry for 8675
2020-02-11 15:28:21 -05:00
Megan Marsh
884959bc34
update changelog
2020-02-11 12:09:30 -08:00
Wilken Rivera
1f4c9170c6
Update CHANGELOG.md
2020-02-10 17:08:23 -05:00
Megan Marsh
25a61d977d
update changelog
2020-01-27 12:00:36 -08:00
Megan Marsh
d25b4cf514
update changelog
2020-01-17 15:44:42 -08:00
Pit
d7d00d8069
Fix regression in docker-tag post-processor ( #8593 )
...
GH-8392 introduced the feature that multiple tags can be specified. This
(presumably inadvertently) broke the option to tag an image without the
actual tag specified -- Docker handles this by assuming `latest` as the
tag.
In addition, use-cases exist for the `repository` field containing the
tag already, which was also broken.
2020-01-13 11:41:52 +01:00
Megan Marsh
9903c4bdd1
update changelog
2020-01-07 11:55:59 -08:00
Megan Marsh
57e38908f0
sort changelog
2019-12-20 09:46:20 -08:00
Megan Marsh
a276fa147a
update changelog
2019-12-20 06:56:48 -08:00
Megan Marsh
e212c27175
update changelog
2019-12-19 09:32:53 -08:00
Megan Marsh
9eda2031d2
Remove redundant placeholder ( #8503 )
2019-12-19 10:39:46 +01:00
Megan Marsh
a1e4440797
update changelog date
2019-12-18 10:08:17 -08:00
Megan Marsh
b4d3f71a7b
update changelog
2019-12-18 10:02:27 -08:00
Megan Marsh
48b384dbc4
update changelog
2019-12-17 16:33:23 -08:00
Megan Marsh
4b1c2930b1
update changelog
2019-12-17 16:32:02 -08:00
nywilken
1933e7acbe
Update CHANGELOG.md
2019-12-12 13:20:11 -05:00
Megan Marsh
0bea6022ec
update changelog
2019-12-02 16:39:26 -08:00
Megan Marsh
ef87cace9f
update changelog
2019-11-19 15:07:11 -08:00
Megan Marsh
81fb66c857
update changelog.
2019-11-07 16:02:36 -08:00