Skip to content

Commit

Permalink
chore: minor readme updates (#72)
Browse files Browse the repository at this point in the history
* chore: Update README.md

* chore: add builtby section

Signed-off-by: Mark Phelps <[email protected]>

---------

Signed-off-by: Mark Phelps <[email protected]>
  • Loading branch information
markphelps authored Nov 25, 2024
1 parent e0b88f8 commit b637ac3
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

[![Go Reference](https://pkg.go.dev/badge/github.com/get-glu/glu.svg)](https://pkg.go.dev/github.com/get-glu/glu)


## What Is It?

Glu is a framework built to enable you to implement your own custom pipelines in code.
Expand Down Expand Up @@ -60,7 +59,7 @@ See [DEVELOPMENT.md](./DEVELOPMENT.md) for more information.

## Roadmap Ideas

In the future we plan to support more functionality, such as:
In the future, we plan to support more functionality, such as:

- New sources:
- Helm
Expand All @@ -69,7 +68,11 @@ In the future we plan to support more functionality, 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
- 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
- Rollback phases to previously known states

## Built By

The team at [Flipt](https://flipt.io). We built Glu to power our own internal promotion pipelines and open sourced it so that others can benefit from it.

0 comments on commit b637ac3

Please sign in to comment.