update changelog
This commit is contained in:
parent
baf31980c7
commit
1533f5564f
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue