Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge the latest code from master. #1

Merged
merged 223 commits into from
May 14, 2017
Merged

Commits on Feb 22, 2017

  1. Fix example

    `device_setup_commands` appears to no longer be a real name.
    hfinucane authored Feb 22, 2017
    Configuration menu
    Copy the full SHA
    4eed1b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2017

  1. Configuration menu
    Copy the full SHA
    99daa5a View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2017

  1. Add ssh agent to enable SSH-CA authentication.

    Larry Bordowitz committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    c5b8a10 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2017

  1. Configuration menu
    Copy the full SHA
    4c54611 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad5a410 View commit details
    Browse the repository at this point in the history
  3. builder/amazon: validate ssh key name/file

    When using ssh_key_name, ssh_private_key file must be given,
    or ssh_agent_auth enabled.
    
    When automatically retrieving the winrm password, if ssh_key_name is
    given, ssh_private_key_file must also be given.
    mwhooker committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    bd76b7b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4665 from mitchellh/fix4164

    builder/amazon: validate ssh key name/file
    mwhooker authored Mar 13, 2017
    Configuration menu
    Copy the full SHA
    677e885 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2017

  1. builder/openstack: validate ssh key name/file

    This is a port for OpenStack of PR #4665
    rickard-von-essen committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    6cd3cb1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4655 from lbordowitz/ostk-sshca

    OpenStack: Add ssh agent support
    rickard-von-essen authored Mar 14, 2017
    Configuration menu
    Copy the full SHA
    8c2a8f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

  1. Configuration menu
    Copy the full SHA
    eefa3e3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4671 from rickard-von-essen/aws-docs-indent

    amazon-chroot: Fixed indentation
    mwhooker authored Mar 15, 2017
    Configuration menu
    Copy the full SHA
    c3f56eb View commit details
    Browse the repository at this point in the history
  3. fix indentation

    mwhooker committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    b8cf6a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2017

  1. update changelog for 1.1

    mwhooker committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    286fe78 View commit details
    Browse the repository at this point in the history
  2. WIP fix #4670

    mwhooker committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    262c8dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48441a3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4672 from mitchellh/4670

    show correct step name when debugging
    mwhooker authored Mar 16, 2017
    Configuration menu
    Copy the full SHA
    56d73a5 View commit details
    Browse the repository at this point in the history
  5. display version correctly

    mwhooker committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    f0e83be View commit details
    Browse the repository at this point in the history
  6. fix version

    mwhooker committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    5764c92 View commit details
    Browse the repository at this point in the history
  7. next version is 1.1.0

    mwhooker committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    ba261f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2017

  1. Configuration menu
    Copy the full SHA
    68e2b15 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4678 from mitchellh/fix3619

    builder/virtualbox: allow skipping upload of version file
    mwhooker authored Mar 17, 2017
    Configuration menu
    Copy the full SHA
    89945a8 View commit details
    Browse the repository at this point in the history
  3. update changelog

    mwhooker committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    a3e0748 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2017

  1. correct 0.12.3 changelog

    mwhooker committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    349dcbc View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2017

  1. fix example json

    mwhooker committed Mar 19, 2017
    Configuration menu
    Copy the full SHA
    c0a02d1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4683 from hfinucane/master

    Fix example in documentation
    mwhooker authored Mar 19, 2017
    Configuration menu
    Copy the full SHA
    f9c2d6e View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2017

  1. communicator/ssh: fix nil ptr error

    fixes a case where we could return a nil error and nil ssh session.
    mwhooker committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    ce259c1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4690 from mitchellh/sshfix

    communicator/ssh: fix nil ptr error
    mwhooker authored Mar 20, 2017
    Configuration menu
    Copy the full SHA
    b49f425 View commit details
    Browse the repository at this point in the history
  3. update changelog

    mwhooker committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    3a1210e View commit details
    Browse the repository at this point in the history
  4. builder/hyper-v don't wait for shutdown to return.

    Mirrors work done in #4436
    mwhooker committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    8b76303 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4691 from mitchellh/hyper-vshutdown

    builder/hyper-v don't wait for shutdown to return.
    mwhooker authored Mar 20, 2017
    Configuration menu
    Copy the full SHA
    5ed4d84 View commit details
    Browse the repository at this point in the history
  6. update changelog

    mwhooker committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    fa0ef21 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2017

  1. More verbose error message when ansible-playbook fails

    I've spent 1 hour today debugging why packer does not want to work with
    ansible. It turns out `ansible-playbook` command was returning non-zero
    exit status because of the file system permission problem.
    
    Output before change:
    
        % packer build rabbitmq.json
        amazon-ebs output will be in this color.
    
        1 error(s) occurred:
    
        * exit status 1
    
    Output after change:
    
        amazon-ebs output will be in this color.
    
        1 error(s) occurred:
    
        * Error running "ansible-playbook --version": exit status 1
    a-chernykh committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    7548024 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4694 from andreychernih/ansible-error-message

    More verbose error message when ansible-playbook fails
    mwhooker authored Mar 22, 2017
    Configuration menu
    Copy the full SHA
    cc4efa0 View commit details
    Browse the repository at this point in the history
  3. update changelog

    mwhooker committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    59881d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5134d75 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4695 from mitchellh/readmeproviders

    update readme with supported providers
    mwhooker authored Mar 22, 2017
    Configuration menu
    Copy the full SHA
    fc898b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2017

  1. Configuration menu
    Copy the full SHA
    74c8c58 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4704 from mitchellh/fix4697

    builder/amazon: report tag creation
    mwhooker authored Mar 23, 2017
    Configuration menu
    Copy the full SHA
    4339ee1 View commit details
    Browse the repository at this point in the history
  3. update changelog

    mwhooker committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    31ce86b View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2017

  1. Configuration menu
    Copy the full SHA
    0ad6b16 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4705 from mitchellh/floppyretry

    builder/virtualbox: retry removing floppy controller
    mwhooker authored Mar 24, 2017
    Configuration menu
    Copy the full SHA
    ec12b99 View commit details
    Browse the repository at this point in the history
  3. update changelog

    mwhooker committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    dc72af6 View commit details
    Browse the repository at this point in the history
  4. fix typo

    mwhooker committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    35480e2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4707 from mitchellh/typo

    fix typo
    mwhooker authored Mar 24, 2017
    Configuration menu
    Copy the full SHA
    0c4b67f View commit details
    Browse the repository at this point in the history
  6. builder/amazon-chroot: nullable copy_files

    Allow users to specify that they don't want any
    files copied into the chroot by setting an empty
    copy_files list
    mwhooker committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    e4aa2a3 View commit details
    Browse the repository at this point in the history
  7. document skipping copy_files

    mwhooker committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    506a1e6 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4708 from mitchellh/nullablecopyfiles

    builder/amazon-chroot: nullable copy_files
    mwhooker authored Mar 24, 2017
    Configuration menu
    Copy the full SHA
    c8113e8 View commit details
    Browse the repository at this point in the history
  9. update changelog

    mwhooker committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    217d4e5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3c13a6e View commit details
    Browse the repository at this point in the history
  11. Merge pull request #4710 from mitchellh/amazon-chroot-systemd

    website/docs: add note about systemd and amazon-chroot.
    mwhooker authored Mar 24, 2017
    Configuration menu
    Copy the full SHA
    b9ba21c View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2017

  1. website/docs: fix typo

    mwhooker committed Mar 25, 2017
    Configuration menu
    Copy the full SHA
    9b73cab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4712 from mitchellh/doctypo

    website/docs: fix typo
    mwhooker authored Mar 25, 2017
    Configuration menu
    Copy the full SHA
    64b4edc View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2017

  1. Configuration menu
    Copy the full SHA
    6bdba94 View commit details
    Browse the repository at this point in the history
  2. remove windows smart quotes

    mwhooker committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    2f4dc74 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4718 from mitchellh/dumbquotes

    remove windows smart quotes
    mwhooker authored Mar 27, 2017
    Configuration menu
    Copy the full SHA
    064576f View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2017

  1. update cli library

    mwhooker committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    83bf5e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f15925b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4723 from mitchellh/cliupdate

    update cli library
    mwhooker authored Mar 28, 2017
    Configuration menu
    Copy the full SHA
    46b09f8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4725 from rickard-von-essen/gce-windows

    builder/googlecompute: Added Windows example to the docs.
    mwhooker authored Mar 28, 2017
    Configuration menu
    Copy the full SHA
    af48ea2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b80c21 View commit details
    Browse the repository at this point in the history
  6. Update CSS breakpoints

    sethvargo committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    2505d74 View commit details
    Browse the repository at this point in the history
  7. New container

    sethvargo committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    59c0e04 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a5d451e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6cbb137 View commit details
    Browse the repository at this point in the history
  10. $black headlines

    jasoncostello authored and sethvargo committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    1d5cd34 View commit details
    Browse the repository at this point in the history
  11. Update styles

    sethvargo committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    47f07cf View commit details
    Browse the repository at this point in the history
  12. Merge pull request #4726 from mitchellh/sethvargo/rebrand

    Update to match HashiCorp styles
    sethvargo authored Mar 28, 2017
    Configuration menu
    Copy the full SHA
    2970811 View commit details
    Browse the repository at this point in the history
  13. Update config styles

    sethvargo committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    f5a1046 View commit details
    Browse the repository at this point in the history
  14. Fix broken links

    sethvargo committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    38e0ba8 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2017

  1. fix typo

    mwhooker committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    5e19649 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4728 from mitchellh/typo

    website/docs: fix typo
    mwhooker authored Mar 29, 2017
    Configuration menu
    Copy the full SHA
    9ce3c5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0acdc81 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4729 from phoxelua/remove-merge-conflict

    Removed merge conflict from Docker example web page
    mwhooker authored Mar 29, 2017
    Configuration menu
    Copy the full SHA
    dfe6f11 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73758be View commit details
    Browse the repository at this point in the history
  6. spell fixes

    mwhooker committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    230079f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d1b20b3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0149f67 View commit details
    Browse the repository at this point in the history
  9. simplify some code

    mwhooker committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    79287d7 View commit details
    Browse the repository at this point in the history
  10. automagic simplification

    mwhooker committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    bf64d7b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    35578d9 View commit details
    Browse the repository at this point in the history
  12. check for a couple errors

    mwhooker committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    cc11ec3 View commit details
    Browse the repository at this point in the history
  13. simplify

    mwhooker committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    de296ac View commit details
    Browse the repository at this point in the history
  14. Merge pull request #4730 from KohlsTechnology/fix-github-link

    Fix link to GitHub project page on website
    mwhooker authored Mar 29, 2017
    Configuration menu
    Copy the full SHA
    b7d4e1d View commit details
    Browse the repository at this point in the history
  15. s/non existent/nonexistent/

    mwhooker committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    4fcbf75 View commit details
    Browse the repository at this point in the history
  16. s/TargettedUi/TargetedUI/

    mwhooker committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    048e316 View commit details
    Browse the repository at this point in the history
  17. more fixes from errcheck

    mwhooker committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    6f27f67 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #4731 from mitchellh/lintfixes

    Lintfixes
    mwhooker authored Mar 29, 2017
    Configuration menu
    Copy the full SHA
    2a883c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2017

  1. fix link in issue template

    mwhooker committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    55685ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eab4730 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4741 from mitchellh/fixsshconnclose

    communicator/ssh: don't return error if we can't close connection.
    mwhooker authored Mar 30, 2017
    Configuration menu
    Copy the full SHA
    7556b48 View commit details
    Browse the repository at this point in the history
  4. Fix a couple of typos

    abulford authored Mar 30, 2017
    Configuration menu
    Copy the full SHA
    531887d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4744 from abulford/patch-1

    Fix a couple of typos
    mwhooker authored Mar 30, 2017
    Configuration menu
    Copy the full SHA
    7f8f24e View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2017

  1. builder/googlecompute: Revert to using default service account

    Fixes issue with cross Project builds.
    
    Closes #4608
    
    Regression introduced in PR #3639
    rickard-von-essen committed Apr 2, 2017
    Configuration menu
    Copy the full SHA
    77dc8b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2017

  1. Configuration menu
    Copy the full SHA
    bce0349 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4749 from rickard-von-essen/issue-4608

    builder/googlecompute: Revert to using default service account
    mwhooker authored Apr 3, 2017
    Configuration menu
    Copy the full SHA
    4a38f0d View commit details
    Browse the repository at this point in the history
  3. update changelog

    mwhooker committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    747bee3 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2017

  1. Configuration menu
    Copy the full SHA
    2fb898c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05f9999 View commit details
    Browse the repository at this point in the history
  3. Fix packer logo color

    jasoncostello committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    7577a9e View commit details
    Browse the repository at this point in the history
  4. padding, compensate for Klavika line-height alignment

    Optically centers text and gives the appearance of even padding
    jasoncostello committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    2e6bc21 View commit details
    Browse the repository at this point in the history
  5. Make H2s black

    jasoncostello committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    21e906e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0a48b94 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4a30dfa View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4752 from mitchellh/fix-4007

    add sleep and retry to azure setup script
    mwhooker authored Apr 4, 2017
    Configuration menu
    Copy the full SHA
    af9e755 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fb1e4f7 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #4757 from mitchellh/fix4756

    link to other downloads, not necessarily older.
    mwhooker authored Apr 4, 2017
    Configuration menu
    Copy the full SHA
    3a083bd View commit details
    Browse the repository at this point in the history
  11. provisioner/ansible-local: document staging dir

    We made the staging directory random earlier, so let's document it properly.
    mwhooker committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    589f8b7 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #4758 from mitchellh/fix4680

    provisioner/ansible-local: document staging dir
    mwhooker authored Apr 4, 2017
    Configuration menu
    Copy the full SHA
    5c95195 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3da3857 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    eed5624 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #4759 from mitchellh/comcore

    call out community vs core plugins
    mwhooker authored Apr 4, 2017
    Configuration menu
    Copy the full SHA
    f661a72 View commit details
    Browse the repository at this point in the history
  16. update changelog

    mwhooker committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    a9bb232 View commit details
    Browse the repository at this point in the history
  17. move packer to hashicorp

    mwhooker committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    81522dc View commit details
    Browse the repository at this point in the history
  18. Optically center button text

    Klavika has an em box that sits in such a way that it always looks a
    few pixels toward the top. This fixed it optically. It’s ugly, I know.
    jasoncostello committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    bce788e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3151879 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    57fc700 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2017

  1. Added AMIName validation (issue 4761)

    Craig Barr committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    df6337e View commit details
    Browse the repository at this point in the history
  2. conforming to the standard for imports

    Craig Barr committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    fdae685 View commit details
    Browse the repository at this point in the history
  3. Formatting as per make fmt

    Craig Barr committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    7911cfa View commit details
    Browse the repository at this point in the history
  4. Improved the test for special character so that it doesn't get halted…

    … by less than 3 character check
    Craig Barr committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    d9041bd View commit details
    Browse the repository at this point in the history
  5. Removes a supurious docs section.

    Jeremy Voorhis committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    f06db39 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4762 from craigbarrau/master

    Prevalidate AMI Name
    mwhooker authored Apr 5, 2017
    Configuration menu
    Copy the full SHA
    e362f8a View commit details
    Browse the repository at this point in the history
  7. update vendors slightly

    mwhooker committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    dba189f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3f6b516 View commit details
    Browse the repository at this point in the history
  9. update changelog

    mwhooker committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    a7965bc View commit details
    Browse the repository at this point in the history
  10. Merge pull request #4764 from jvoorhis/b-clean-ebs-surrogate-docs

    Removes a supurious docs section.
    mwhooker authored Apr 5, 2017
    Configuration menu
    Copy the full SHA
    4e049d1 View commit details
    Browse the repository at this point in the history
  11. Fix changelog typo.

    Matt Duftler authored and mwhooker committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    105fb90 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e11fa66 View commit details
    Browse the repository at this point in the history
  13. fix spelling

    closes #4767
    mwhooker committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    bc3510b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    da8c400 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #4768 from hashicorp/validaminame

    builder/amazon: numbers are valid in ami name
    mwhooker authored Apr 5, 2017
    Configuration menu
    Copy the full SHA
    f71d2c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2017

  1. Configuration menu
    Copy the full SHA
    d6e78c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb4eecc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    756e436 View commit details
    Browse the repository at this point in the history
  4. Add press kit

    sethvargo committed Apr 6, 2017
    Configuration menu
    Copy the full SHA
    da40e46 View commit details
    Browse the repository at this point in the history
  5. Use hashicorp logo

    sethvargo committed Apr 6, 2017
    Configuration menu
    Copy the full SHA
    2ae5b16 View commit details
    Browse the repository at this point in the history
  6. Fix terminal

    sethvargo committed Apr 6, 2017
    Configuration menu
    Copy the full SHA
    f29b8b1 View commit details
    Browse the repository at this point in the history
  7. Add open-graph stuff

    sethvargo committed Apr 6, 2017
    Configuration menu
    Copy the full SHA
    a238d26 View commit details
    Browse the repository at this point in the history
  8. Import fonts

    sethvargo committed Apr 6, 2017
    Configuration menu
    Copy the full SHA
    92ceff4 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2017

  1. Configuration menu
    Copy the full SHA
    52060e4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4781 from tamsky/patch-1

    {{user}} is not allowed in variables section
    mwhooker authored Apr 7, 2017
    Configuration menu
    Copy the full SHA
    790ac07 View commit details
    Browse the repository at this point in the history
  3. Revert "Bump body font-size from 15 to 16px"

    This reverts commit 4a30dfa.
    jasoncostello committed Apr 7, 2017
    Configuration menu
    Copy the full SHA
    1adb865 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2017

  1. Configuration menu
    Copy the full SHA
    5b7ec54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80eadc3 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2017

  1. Merge pull request #4783 from lfarnell/b-fix-docs

    Fixed readme.md and contributing.md
    rickard-von-essen authored Apr 9, 2017
    Configuration menu
    Copy the full SHA
    a7c07a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ad05eb View commit details
    Browse the repository at this point in the history
  3. Inlined ctx

    rickard-von-essen committed Apr 9, 2017
    Configuration menu
    Copy the full SHA
    5ee212c View commit details
    Browse the repository at this point in the history
  4. Spelling (context)

    rickard-von-essen committed Apr 9, 2017
    Configuration menu
    Copy the full SHA
    a3f70b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2017

  1. Configuration menu
    Copy the full SHA
    9d78778 View commit details
    Browse the repository at this point in the history
  2. Revert "Merge branch 'website-post-update-revisions-full-bleed' into …

    …website-post-update-revisions"
    
    This reverts commit 756e436, reversing
    changes made to bce788e.
    jasoncostello committed Apr 10, 2017
    Configuration menu
    Copy the full SHA
    b8306a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c75e70b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09aff81 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4782 from lfarnell/f-monitoring

    Added monitoring and updated godo
    rickard-von-essen authored Apr 10, 2017
    Configuration menu
    Copy the full SHA
    6d9d85b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b9bea70 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2017

  1. Configuration menu
    Copy the full SHA
    5594c3d View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2017

  1. Configuration menu
    Copy the full SHA
    7959219 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed0d8da View commit details
    Browse the repository at this point in the history
  3. Clean up SVG markup

    jasoncostello committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    c788d6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c5c20b View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2017

  1. Update 404.html.md

    slackpad authored Apr 14, 2017
    Configuration menu
    Copy the full SHA
    a569b08 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2017

  1. Merge pull request #4794 from hashicorp/slackpad-patch-1

    Update 404.html.md
    mwhooker authored Apr 17, 2017
    Configuration menu
    Copy the full SHA
    81e137f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4790 from jasoncostello/website-post-update-revis…

    …ions
    
    Website: post update revisions
    mwhooker authored Apr 17, 2017
    Configuration menu
    Copy the full SHA
    9dd8246 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2017

  1. Update terminal

    sethvargo committed Apr 18, 2017
    Configuration menu
    Copy the full SHA
    9defaa0 View commit details
    Browse the repository at this point in the history
  2. Update logos

    sethvargo committed Apr 18, 2017
    Configuration menu
    Copy the full SHA
    69b4a41 View commit details
    Browse the repository at this point in the history
  3. website: fix list formatting

    mwhooker committed Apr 18, 2017
    Configuration menu
    Copy the full SHA
    56d38b8 View commit details
    Browse the repository at this point in the history
  4. use json markdown syntax

    mwhooker committed Apr 18, 2017
    Configuration menu
    Copy the full SHA
    d30605f View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2017

  1. Configuration menu
    Copy the full SHA
    1a7c011 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4801 from hashicorp/website-1-0

    Update website to point to hashicorp/packer, v1
    mitchellh authored Apr 19, 2017
    Configuration menu
    Copy the full SHA
    127df1e View commit details
    Browse the repository at this point in the history
  3. Adding object_id for OSType = Windows

    When we build a Windows based VHD image, we need to specify object_id.
    However, object_id is very ambigous and not mentioned on this document.
    I add some explanation and how to get it.
    TsuyoshiUshio committed Apr 19, 2017
    Configuration menu
    Copy the full SHA
    47419e9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4802 from TsuyoshiUshio/fix/azuredoc

    azure: Add missing instruction for Windows Image user
    mwhooker authored Apr 19, 2017
    Configuration menu
    Copy the full SHA
    b42c4a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3608d81 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2017

  1. ansible-local/ansible: Add extra-vars packer_*

    Added:
    - `packer_build_name`
    - `packer_builder_type`
    - `packer_http_addr` - `ansible-local` only
    
    Closes: #4820
    rickard-von-essen committed Apr 23, 2017
    Configuration menu
    Copy the full SHA
    999f2da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b5c56b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4821 from rickard-von-essen/issue-4820

    ansible-local/ansible: Add extra-vars packer_*
    rickard-von-essen authored Apr 23, 2017
    Configuration menu
    Copy the full SHA
    33d29b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    745a061 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2017

  1. Update TODO.md

    boumenot authored Apr 24, 2017
    Configuration menu
    Copy the full SHA
    f0e5f75 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2017

  1. go files are 0644

    mwhooker committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    9f992b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2017

  1. fix typo in amazon-ebssurrogate.html.md

    s-tajima authored and s-tajima committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    7df6b85 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4836 from s-tajima/fix-typo-amazon-ebssurrogate-doc

    builder/amazon-ebssurrogate: Fix typo of "type" in Basic Example.
    mwhooker authored Apr 26, 2017
    Configuration menu
    Copy the full SHA
    939c021 View commit details
    Browse the repository at this point in the history
  3. builder/triton: Switch to joyent/triton-go library

    This commit substitutes the now-deprecated gosdc library for the newer
    triton-go library. This is transparent from a user perspective, except
    for the fact that key material can now be ommitted and requests can be
    signed with an SSH agent. This allows for both encrypted keys and ECDSA
    keys to be used.
    
    In addition, a fix is made to not pass in an empty array of networks if
    none are specified in configuration, thus honouring the API default of
    putting instances with no explicit networks specified on the Joyent
    public and internal shared networks.
    jen20 committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    d9ba951 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    648b7f4 View commit details
    Browse the repository at this point in the history
  5. deps: Add joyent/triton-go

    jen20 committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    237180a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d46a859 View commit details
    Browse the repository at this point in the history
  7. builder/triton: Better AccessConfig tests

    This commit adds an actual public/private key pair for testing since
    these are now validated.
    jen20 committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    c1cad87 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4838 from jen20/triton-new-lib

    builder/triton: Replace deprecated joyent/gosdc library with joyent/triton-go
    jen20 authored Apr 26, 2017
    Configuration menu
    Copy the full SHA
    a0271a1 View commit details
    Browse the repository at this point in the history
  9. Update CHANGELOG.md

    jen20 committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    e1d740d View commit details
    Browse the repository at this point in the history
  10. Merge pull request #4792 from mkuzmin/slash

    provisioner/ansible-local: Convert Windows paths with backslashes to …
    mwhooker authored Apr 26, 2017
    Configuration menu
    Copy the full SHA
    7999f88 View commit details
    Browse the repository at this point in the history
  11. update changelog

    mwhooker committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    9339d87 View commit details
    Browse the repository at this point in the history
  12. builder/triton: Reconcile #4829 and #4838 docs

    This changes the default region to match the default from Joyent
    documentation.
    jen20 committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    d2ae362 View commit details
    Browse the repository at this point in the history
  13. remove tilde expansion

    mwhooker authored Apr 26, 2017
    Configuration menu
    Copy the full SHA
    8e277b0 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #4839 from jen20/triton-docs-reconcile

    builder/triton: Reconcile #4829 and #4838 docs
    mwhooker authored Apr 26, 2017
    Configuration menu
    Copy the full SHA
    919ade4 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2017

  1. Configuration menu
    Copy the full SHA
    7aca9b7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4846 from hashicorp/azurepanic

    builder/azure: replace panics with error returns
    mwhooker authored Apr 27, 2017
    Configuration menu
    Copy the full SHA
    122ab87 View commit details
    Browse the repository at this point in the history
  3. update changelog

    mwhooker committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    1ec9525 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2017

  1. Configuration menu
    Copy the full SHA
    602fd64 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2017

  1. remove unneeded keypair var

    mwhooker committed May 1, 2017
    Configuration menu
    Copy the full SHA
    80d6cd9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4850 from hashicorp/tmpkeyflag

    builder/amazon: set flag to delete temporary keypair
    mwhooker authored May 1, 2017
    Configuration menu
    Copy the full SHA
    98af553 View commit details
    Browse the repository at this point in the history
  3. update changelog

    mwhooker committed May 1, 2017
    Configuration menu
    Copy the full SHA
    084a7fb View commit details
    Browse the repository at this point in the history

Commits on May 4, 2017

  1. Configuration menu
    Copy the full SHA
    30a957d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4856 from hashicorp/enetdoc

    website: document how to enable advanced networking
    mwhooker authored May 4, 2017
    Configuration menu
    Copy the full SHA
    20b53f5 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2017

  1. vastly speed up dev builds.

    Copies work from hashicorp/consul#2924
    mwhooker committed May 5, 2017
    Configuration menu
    Copy the full SHA
    9789234 View commit details
    Browse the repository at this point in the history
  2. put back the goose

    mwhooker committed May 5, 2017
    Configuration menu
    Copy the full SHA
    d805f5c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4860 from hashicorp/devspeed

    vastly speed up dev builds.
    mwhooker authored May 5, 2017
    Configuration menu
    Copy the full SHA
    4288527 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7725403 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd12c17 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2017

  1. Merge pull request #4861 from cheapRoc/f-update-triton

    triton: Update triton builder for latest upstream
    mwhooker authored May 8, 2017
    Configuration menu
    Copy the full SHA
    f7ced1c View commit details
    Browse the repository at this point in the history

Commits on May 9, 2017

  1. Configuration menu
    Copy the full SHA
    5139949 View commit details
    Browse the repository at this point in the history
  2. add docker install 🐳

    slothelle committed May 9, 2017
    Configuration menu
    Copy the full SHA
    cf63578 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    236c12c View commit details
    Browse the repository at this point in the history

Commits on May 10, 2017

  1. Add deprecation notice for MAINTAINER field

    Signed-off-by: Sönmez Kartal <szkl89@gmail.com>
    szkl committed May 10, 2017
    Configuration menu
    Copy the full SHA
    1d66ecf View commit details
    Browse the repository at this point in the history
  2. Add LABEL field to acceptable metadata list

    Signed-off-by: Sönmez Kartal <szkl89@gmail.com>
    szkl committed May 10, 2017
    Configuration menu
    Copy the full SHA
    56ec046 View commit details
    Browse the repository at this point in the history
  3. Add ONBUILD field to acceptable metadata list

    Signed-off-by: Sönmez Kartal <szkl89@gmail.com>
    szkl committed May 10, 2017
    Configuration menu
    Copy the full SHA
    b189252 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eece75a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4867 from szkl/website-builder-docker-changes

    Update docker metadata fields that can be changed
    mwhooker authored May 10, 2017
    Configuration menu
    Copy the full SHA
    fca5c1e View commit details
    Browse the repository at this point in the history
  6. update changelog

    mwhooker committed May 10, 2017
    Configuration menu
    Copy the full SHA
    b12d5a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    489f3ee View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4866 from feministy/liz/docs-wording

    docs: clarify language for "easy"/"simple", update website readme
    mwhooker authored May 10, 2017
    Configuration menu
    Copy the full SHA
    38536b3 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4872 from sean-/f-synchronous-deletes

    Synchronous Deletes for Triton Machines
    jen20 authored May 10, 2017
    Configuration menu
    Copy the full SHA
    bad36df View commit details
    Browse the repository at this point in the history

Commits on May 11, 2017

  1. Fix issue 4875 - use retry logic when creating instance tags

    luis-silva authored and luis-silva committed May 11, 2017
    Configuration menu
    Copy the full SHA
    a269bbc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4876 from luis-silva/master

    Fix issue 4875 - use retry logic when creating instance tags
    mwhooker authored May 11, 2017
    Configuration menu
    Copy the full SHA
    3de2d48 View commit details
    Browse the repository at this point in the history
  3. update changelog

    mwhooker committed May 11, 2017
    Configuration menu
    Copy the full SHA
    25b7a0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f63881 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4878 from UnquietCode/patch-1

    fixes a typo introduced in a previous change
    mwhooker authored May 11, 2017
    Configuration menu
    Copy the full SHA
    45a4813 View commit details
    Browse the repository at this point in the history