Merge pull request #11036 from briancain/vagrantcloud/note-about-public-boxes

Add note about public boxes and release status for Vagrant Cloud
This commit is contained in:
Brian Cain 2019-08-29 09:25:45 -07:00 committed by GitHub
commit 84bf9aefe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -27,3 +27,11 @@ To release a new version of a box to the public or to your team:
Once you click "Release now," that version will be available for installation
with Vagrant. Before clicking this, Vagrant does not know the version even
exists.
## Note About Public Boxes
Be aware, when you create and upload a new version artifact on a public box in
Vagrant Cloud, even if that specific version has not been marked for "release",
it can be accessible if a user knows the box URL with the new version. Releasing
a box simply makes it publicly accessible through search, or through reference
using the `organization/box-name` syntax.