Megan Marsh
b34e61c961
update changelog
2020-10-05 15:11:18 -07:00
packer-ci
e08e7734f5
Putting source back into Dev Mode
2020-09-30 18:45:29 +00:00
packer-ci
add9beff12
update changelog
2020-09-30 17:54:03 +00:00
Megan Marsh
8b95ce8a29
update changelog
2020-09-30 08:11:57 -07:00
Wilken Rivera
1882d70c7e
Update CHANGELOG
2020-09-30 10:18:20 -04:00
packer-ci
2a7cb36a90
Putting source back into Dev Mode
2020-09-25 20:09:10 +00:00
packer-ci
9f8771cdfd
update changelog
2020-09-25 19:37:48 +00:00
Wilken Rivera
21c66749aa
update changelog
2020-09-25 12:52:43 -04:00
Megan Marsh
1eef3a13fa
update changelog
2020-09-24 11:01:14 -07:00
Wilken Rivera
062b9a0d23
update changelog
2020-09-19 07:08:51 -04:00
Wilken Rivera
7e8cd052eb
update changelog
2020-09-18 15:43:28 -04:00
Megan Marsh
c8d99dbb68
update changelog
2020-09-15 12:00:04 -07:00
GennadySpb
ad4ed3c986
Update CHANGELOG.md ( #9935 )
2020-09-14 12:14:19 +02:00
Wilken Rivera
f94e78077a
update CHANGELOG
2020-09-11 14:13:10 -04:00
Megan Marsh
25b889216d
update changelog
2020-09-09 15:07:27 -07:00
packer-ci
cf622346ab
Putting source back into Dev Mode
2020-08-28 18:23:03 +00:00
packer-ci
4565119694
update changelog
2020-08-28 15:06:26 +00:00
Wilken Rivera
bd0cb85bb6
Reset change entries made by the packer-ci release bot
...
This reverts commit c35837ee49
.
2020-08-28 10:55:55 -04:00
packer-ci
c35837ee49
update changelog
2020-08-27 20:58:07 +00:00
Wilken Rivera
c4b039391a
update changelog
2020-08-27 14:36:22 -04:00
Wilken Rivera
279e44e51d
upate changelog
2020-08-26 15:56:11 -04:00
Megan Marsh
5b27fc7d61
update changelog
2020-08-19 07:43:03 -07:00
Megan Marsh
99f503a22b
update changelog
2020-08-13 13:11:50 -07:00
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