Skip to content

Commit

Permalink
Merge branch 'main' into gm/rename-controllers-phases
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeMac authored Nov 13, 2024
2 parents 7e712fc + c28a189 commit 04e2110
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ In the future we plan to support more use-case, such as:
- Progressive delivery (think Kargo / Argo Rollouts)
- Ability to guard promotion with condition checks on resource status
- Expose status via Go function definitions on resource types
- Pinning, history and rollback
- Ability to view past states for phases
- Be able to pin phases to current or manually overridden states
- Rollback phases to previous known states
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ By delegating control to a `glu.System` instance we get a few out-of-the-box con
1. A CLI interface for inspecting and manually promoting resources on the command-line.
1. An API interface for inspecting and manually promoting resources over a network.
1. Lifecycle control (signal handling and graceful shutdown).
1. Add the optional UI component to visualize your pipelines in a browser.

### Resources

Expand Down

0 comments on commit 04e2110

Please sign in to comment.