mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Prepare for Orbit 0.0.5 release (#3478)
This commit is contained in:
parent
fa568575d0
commit
51b19b445f
@ -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{
|
||||
|
@ -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.
|
||||
|
@ -1 +0,0 @@
|
||||
* Fix handling of enroll secrets to address 0.0.3 enrollment issue.
|
Loading…
Reference in New Issue
Block a user