Skip to content

Commit

Permalink
Prepare for Orbit 0.0.5 release (#3478)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwass committed Dec 23, 2021
1 parent fa56857 commit 51b19b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/fleetctl/package.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down
4 changes: 4 additions & 0 deletions orbit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 0 additions & 1 deletion orbit/changes/fix-enroll-secret

This file was deleted.

1 comment on commit 51b19b4

@vercel
Copy link

@vercel vercel bot commented on 51b19b4 Dec 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.