From ebaacd524c4666ab999317f565931f780ddba8ab Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Fri, 23 Aug 2019 08:34:10 -0700 Subject: [PATCH] Add note about public boxes and release status for Vagrant Cloud --- .../docs/vagrant-cloud/boxes/create-version.html.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/source/docs/vagrant-cloud/boxes/create-version.html.md b/website/source/docs/vagrant-cloud/boxes/create-version.html.md index 64fbb1683..27ed8f8df 100644 --- a/website/source/docs/vagrant-cloud/boxes/create-version.html.md +++ b/website/source/docs/vagrant-cloud/boxes/create-version.html.md @@ -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.