Skip to content

Commit

Permalink
Merge pull request #199 from authzed/semver-edgelist
Browse files Browse the repository at this point in the history
Specify sets of edges with semver ranges; add 1.21.0 to the graph
  • Loading branch information
ecordell authored May 18, 2023
2 parents 7d9498f + cb90dfb commit 070fe27
Show file tree
Hide file tree
Showing 7 changed files with 468 additions and 123 deletions.
3 changes: 3 additions & 0 deletions pkg/updates/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ type State struct {
Migration string `json:"migration,omitempty"`
Phase string `json:"phase,omitempty"`
Digest string `json:"digest,omitempty"`

// Deprecated releases can be updated from, but not to
Deprecated bool `json:"-"`
}

// UpdateGraph holds a graph of required update edges
Expand Down
Loading

0 comments on commit 070fe27

Please sign in to comment.