-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Adam Toy <[email protected]>
- Loading branch information
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Release Cadence | ||
|
||
This page will walk through how the pipelines are currently configured to execute, and future plans. | ||
|
||
## Pipelines (Current) | ||
|
||
Currently, pipelines against the Rancher product portfolio execute nightly. That means that, if a new release of a Rancher product occurs, it will be available through Carbide the next day. | ||
|
||
## Pipelines (Future) | ||
|
||
We are actively working towards a reactive approach to our pipelines, and should soon support our pipelines triggering directly after a release of a Rancher product occurs. Given the pipelines will take time to process, this will mean the images will be available in a matter of minutes/hours after the upstream release, depending on the number of images for the product. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,6 +70,7 @@ const sidebars = { | |
], | ||
}, | ||
'registry-docs/architecture', | ||
'registry-docs/release-cadence', | ||
], | ||
}, | ||
{ | ||
|