update changelog

This commit is contained in:
Matthew Hooker 2017-06-08 15:44:51 -07:00
parent baf31980c7
commit 1533f5564f
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
2 changed files with 4 additions and 2 deletions

View File

@ -40,6 +40,8 @@
* builder/virtualbox: Add sata port count configuration option. [GH-4699]
* post-processor/amazon-import: Add support for `license_type`. [GH-4634]
* provisioner/chef-solo: Add option to select Chef version. [GH-4791]
* command/push: add `-sensitive` flag to mark pushed vars are sensitive.
[GH-4970]
### BUG FIXES:

View File

@ -1,7 +1,7 @@
# Go Checkpoint Client
[Checkpoint](http://checkpoint.hashicorp.com) is an internal service at
Hashicorp that we use to check version information, broadcast security
Hashicorp that we use to check version information, broadcoast security
bulletins, etc.
We understand that software making remote calls over the internet
@ -10,7 +10,7 @@ disabled in all of our software that includes it. You can view the source
of this client to see that we're not sending any private information.
Each Hashicorp application has it's specific configuration option
to disable checkpoint calls, but the `CHECKPOINT_DISABLE` makes
to disable chekpoint calls, but the `CHECKPOINT_DISABLE` makes
the underlying checkpoint component itself disabled. For example
in the case of packer:
```