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
872e78d5
Commit
872e78d5
authored
Jul 02, 2015
by
Chris Bednarski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v0.8.1
parent
7ca59841
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
CHANGELOG.md
CHANGELOG.md
+4
-1
version.go
version.go
+1
-1
No files found.
CHANGELOG.md
View file @
872e78d5
## 0.8.1 (
unreleased
)
## 0.8.1 (
July 2, 2015
)
IMPROVEMENTS:
IMPROVEMENTS:
...
@@ -9,6 +9,8 @@ BUG FIXES:
...
@@ -9,6 +9,8 @@ BUG FIXES:
*
core:
`min_packer_version`
field in configs work [GH-2356]
*
core:
`min_packer_version`
field in configs work [GH-2356]
*
core: The
`build_name`
and
`build_type`
functions work in provisioners [GH-2367]
*
core: The
`build_name`
and
`build_type`
functions work in provisioners [GH-2367]
*
core: Handle timeout in SSH handshake [GH-2333]
*
command/build: Fix reading configuration from stdin [GH-2366]
*
builder/amazon: Fix issue with sharing AMIs when using
`ami_users`
[GH-2308]
*
builder/amazon: Fix issue with sharing AMIs when using
`ami_users`
[GH-2308]
*
builder/amazon: Fix issue when using multiple Security Groups [GH-2381]
*
builder/amazon: Fix issue when using multiple Security Groups [GH-2381]
*
builder/amazon: Fix for tag creation when creating new ec2 instance [GH-2317]
*
builder/amazon: Fix for tag creation when creating new ec2 instance [GH-2317]
...
@@ -20,6 +22,7 @@ BUG FIXES:
...
@@ -20,6 +22,7 @@ BUG FIXES:
*
builder/amazon: Fix
`bundle_prefix`
not interpolating
`timestamp`
[GH-2352]
*
builder/amazon: Fix
`bundle_prefix`
not interpolating
`timestamp`
[GH-2352]
*
builder/amazon-instance: Fix issue with creating AMIs without specifying a
*
builder/amazon-instance: Fix issue with creating AMIs without specifying a
virtualization type [GH-2330]
virtualization type [GH-2330]
*
builder/digitalocean: Fix builder using private IP instead of public IP [GH-2339]
*
builder/google: Set default communicator settings properly [GH-2353]
*
builder/google: Set default communicator settings properly [GH-2353]
*
builder/vmware-iso: Setting
`checksum_type`
to
`none`
for ESX builds
*
builder/vmware-iso: Setting
`checksum_type`
to
`none`
for ESX builds
now works [GH-2323]
now works [GH-2323]
...
...
version.go
View file @
872e78d5
...
@@ -9,4 +9,4 @@ const Version = "0.8.1"
...
@@ -9,4 +9,4 @@ const Version = "0.8.1"
// A pre-release marker for the version. If this is "" (empty string)
// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
// then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc.
// such as "dev" (in development), "beta", "rc1", etc.
const
VersionPrerelease
=
"
dev
"
const
VersionPrerelease
=
""
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