Skip to content

Commit

Permalink
v0.7.0-dev.0 Milestone 7: merge gortctl functionality into gort contr…
Browse files Browse the repository at this point in the history
…oller binary
  • Loading branch information
clockworksoul committed Jun 15, 2021
1 parent aa1e051 commit e067777
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ This is ABSOLUTELY NOT an exhaustive list. Please feel free to add to it. If wha
- Every command request MUST have a unique identifier ✅
- All relevant log events MUST include this command identifier ✅

## Milestone 7 -- Merge `gort` and `gortctl` into one single binary
## Milestone 7 -- Merge `gortctl` functionality into the `gort` controller binary -- _COMPLETE!_

- As it says on the tin: merge GOrtthe [gortctl](https://github.com/getgort/gortctl) commands into the main Gort repo
- Deprecate `gortctl`.
- As it says on the tin: merge merge the [gortctl](https://github.com/getgort/gortctl) commands into the main Gort repo
- Deprecate `gortctl` and archive [its repo](https://github.com/getgort/gortctl). ✅

## Milestone 8 (API-level authorization)
- Document permissions model and how auth is expected to work.
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ package version

const (
// Version is the current version of Gort
Version = "0.6.3-dev.0"
Version = "0.7.0-dev.0"
)

0 comments on commit e067777

Please sign in to comment.