Prepare for Orbit 0.0.5 release (#3478)

This commit is contained in:
Zach Wasserman 2021-12-22 16:02:26 -08:00 committed by GitHub
parent fa568575d0
commit 51b19b445f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View File

@ -51,7 +51,7 @@ func packageCommand() *cli.Command {
&cli.StringFlag{
Name: "version",
Usage: "Version for package product",
Value: "0.0.3",
Value: "0.0.5",
Destination: &opt.Version,
},
&cli.BoolFlag{

View File

@ -1,3 +1,7 @@
## Orbit 0.0.5 (Dec 22, 2021)
* Fix handling of enroll secrets to address 0.0.4 enrollment issue.
## Orbit 0.0.4 (Dec 19, 2021)
* Use `certs.pem` if available in root directory to improve TLS compatibility.

View File

@ -1 +0,0 @@
* Fix handling of enroll secrets to address 0.0.3 enrollment issue.