Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
packer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kristopher Ruzic
packer
Commits
8d991b68
Commit
8d991b68
authored
Apr 21, 2014
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CHANGELOG
parent
a9f07bc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
30 deletions
+32
-30
CHANGELOG.md
CHANGELOG.md
+32
-30
No files found.
CHANGELOG.md
View file @
8d991b68
...
...
@@ -2,42 +2,44 @@
FEATURES:
*
**New builder:**
`null`
- The null builder does not produce any
artifacts, but is useful for debugging provisioning scripts. [GH-970]
*
**New provisioner:**
`chef-client`
- Provision using a the
`chef-client`
command, which talks to a Chef Server. [GH-855]
*
**New provisioner:**
`puppet-server`
- Provision using Puppet by
communicating to a Puppet master. [GH-796]
*
**New builder:**
`null`
- The null builder does not produce any
artifacts, but is useful for debugging provisioning scripts. [GH-970]
*
**New provisioner:**
`chef-client`
- Provision using a the
`chef-client`
command, which talks to a Chef Server. [GH-855]
*
**New provisioner:**
`puppet-server`
- Provision using Puppet by
communicating to a Puppet master. [GH-796]
IMPROVEMENTS:
*
builder/amazon: Added
`ssh_private_key_file`
option [GH-971]
*
builder/amazon: Added
`ami_virtualization_type`
option [GH-1021]
*
builder/qemu: User variable expansion in
`ssh_key_path`
[GH-918]
*
builder/virtualbox: Support an
`export_opts`
option which allows
specifying arbitrary arguments when exporting the VM. [GH-945]
*
builder/vmware: Workstation 10 support for Linux. [GH-900]
*
builder/vmware: add cloning support on Windows [GH-824]
*
command/build: Added '-parallel' flag so you can disable parallelization
with
`-no-parallel`
. [GH-924]
*
provisioner/ansible: Add inventory_file option [GH-1006]
*
builder/amazon: Added
`ssh_private_key_file`
option [GH-971]
*
builder/amazon: Added
`ami_virtualization_type`
option [GH-1021]
*
builder/openstack: Support
`openstack_provider`
option to automatically
fill defaults for different OpenStack variants. [GH-912]
*
builder/qemu: User variable expansion in
`ssh_key_path`
[GH-918]
*
builder/virtualbox: Support an
`export_opts`
option which allows
specifying arbitrary arguments when exporting the VM. [GH-945]
*
builder/vmware: Workstation 10 support for Linux. [GH-900]
*
builder/vmware: add cloning support on Windows [GH-824]
*
command/build: Added '-parallel' flag so you can disable parallelization
with
`-no-parallel`
. [GH-924]
*
provisioner/ansible: Add inventory_file option [GH-1006]
BUG FIXES:
*
core: Errors are properly shown when adding bad floppy files. [GH-1043]
*
builder/amazon-instance: Use S3Endpoint for ec2-upload-bundle arg,
which works for every region. [GH-904]
*
builder/digitalocean: updated default image_id [GH-1032]
*
builder/googlecompute: Create persistent disk as boot disk via
API v1 [GH-1001]
*
builder/openstack: Return proper error on invalid instance states [GH-1018]
*
builder/virtualbox-iso: Retry unregister a few times to deal with
VBoxManage randomness. [GH-915]
*
provisioner/ansible: Fix paths when provisioning Linux from
Windows [GH-963]
*
provisioner/ansible: set cwd to staging directory [GH-1016]
*
provisioners/chef-client: Don't chown directory with Ubuntu. [GH-939]
*
post-processor/docker-push: Allow repositories with ports. [GH-923]
*
core: Errors are properly shown when adding bad floppy files. [GH-1043]
*
builder/amazon-instance: Use S3Endpoint for ec2-upload-bundle arg,
which works for every region. [GH-904]
*
builder/digitalocean: updated default image_id [GH-1032]
*
builder/googlecompute: Create persistent disk as boot disk via
API v1 [GH-1001]
*
builder/openstack: Return proper error on invalid instance states [GH-1018]
*
builder/virtualbox-iso: Retry unregister a few times to deal with
VBoxManage randomness. [GH-915]
*
provisioner/ansible: Fix paths when provisioning Linux from
Windows [GH-963]
*
provisioner/ansible: set cwd to staging directory [GH-1016]
*
provisioners/chef-client: Don't chown directory with Ubuntu. [GH-939]
*
post-processor/docker-push: Allow repositories with ports. [GH-923]
## 0.5.2 (02/21/2014)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment