Skip to content

Commit c5b7b3b

Browse files
author
Aaron Schlesinger
committed
doc(releasing.md): add preliminary guide to releasing deis
1 parent ec086be commit c5b7b3b

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

src/contributing/releasing.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Releasing a New Deis Version
2+
3+
This document describes how to release a new Deis version. It's targetted toward the Deis core
4+
maintainers.
5+
6+
# Manual Testing
7+
8+
After the chart is created with the immutable Docker image tags that represent the final images
9+
(i.e. the ones that will be re-tagged to the immutable release tag, such as `2.0.0-beta2`), it
10+
should be manually tested by as many people as possible. Special attention should be paid to the
11+
user experience, both from an operator and developer perspective.
12+
13+
Our goal is to test with as many object storage and Kubernetes installation configurations as
14+
possible, to ensure there are no gaps in configuration or functionality. See below for a testing
15+
matrix.
16+
17+
Object Storage / Kubernetes Install | Kube-Solo | Google Container Engine | AWS | Micro-Kube | Vagrant |
18+
----------------------------------- | --------- | ----------------------- | --- | ---------- | ------- |
19+
Default (Minio) |
20+
Google Cloud Storage |
21+
Amazon S3 |

0 commit comments

Comments
 (0)