gravitational / teleport

The easiest, and most secure way to access and protect all of your infrastructure.
https://goteleport.com
GNU Affero General Public License v3.0
16.98k stars 1.71k forks source link

Docs for building Teleport will build alpha/beta versions #2220

Closed andrewbanchich closed 5 years ago

andrewbanchich commented 5 years ago

I followed the instructions for doing a custom build of Teleport, then installed the binaries on a bunch of devices. After doing so I noticed that the devices were running the 3.0-alpha. I looked into why that was and it looks like doing a plain git clone will pull the master branch which will cause make full to build the latest release, regardless of whether it is stable or not.

klizhentas commented 5 years ago

yes, that's by design. If you want to build a tag, just check the tag and run make release.