Skip to content
This repository was archived by the owner on Nov 30, 2021. It is now read-only.

Commit 019b7af

Browse files
author
Vaughn Dice
authored
docs(*): updates/changelog for v2.11.0 release (#721)
1 parent a723cab commit 019b7af

File tree

7 files changed

+152
-16
lines changed

7 files changed

+152
-16
lines changed

_scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
cd "$(dirname "$0")" || exit 1
77

8-
export IMAGE_PREFIX=deisci VERSION=v2.10.0
8+
export IMAGE_PREFIX=deisci VERSION=v2.11.0
99
docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
1010
DEIS_REGISTRY='' make -C .. docker-build docker-push
1111
docker login -e="$QUAY_EMAIL" -u="$QUAY_USERNAME" -p="$QUAY_PASSWORD" quay.io

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ pages:
106106
- v2.9.0: changelogs/v2.9.0.md
107107
- v2.9.1: changelogs/v2.9.1.md
108108
- v2.10.0: changelogs/v2.10.0.md
109+
- v2.11.0: changelogs/v2.11.0.md
109110
theme_dir: themes/deis
110111
docs_dir: src
111112
markdown_extensions:

src/changelogs/v2.11.0.md

Lines changed: 132 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
1+
## Workflow v2.10.0 -> v2.11.0
2+
3+
#### Releases
4+
5+
- builder v2.6.1 -> v2.7.1
6+
- controller v2.10.0 -> v2.11.0
7+
- dockerbuilder v2.5.2 -> v2.6.0
8+
- fluentd v2.6.0 -> v2.6.1
9+
- logger v2.4.1 -> v2.4.2
10+
- minio v2.3.4 -> v2.3.5
11+
- monitor v2.7.0 -> v2.7.1
12+
- nsq v2.2.5 -> v2.2.6
13+
- postgres v2.5.0 -> v2.5.1
14+
- redis v2.2.4 -> v2.2.5
15+
- registry v2.3.2 -> v2.3.3
16+
- registry-token-refresher v1.1.0 -> v1.1.1
17+
- router v2.8.1 -> v2.9.0
18+
- slugbuilder v2.4.8 -> v2.4.9
19+
- workflow v2.10.0 -> v2.11.0
20+
- workflow-cli v2.10.0 -> v2.11.0
21+
- workflow-e2e v2.8.0 -> v2.9.0
22+
- workflow-manager v2.4.4 -> v2.4.5
23+
24+
#### Features
25+
26+
- [`bd97e3e`](https://github.com/deis/builder/commit/bd97e3e15ff406989d6c97d1d572b1206787b9a2) (builder) - cleaner: delete from object store
27+
- [`fcc5bb0`](https://github.com/deis/builder/commit/fcc5bb0666adf892c12f17d2ae4a66f5abe45869) (builder) - Makefile: set docker build flags via environment variable
28+
- [`ae03152`](https://github.com/deis/controller/commit/ae03152028aee5bb181c20a2ed58dff215ba2812) (controller) - settings: Get timezone from environment variable (#1196)
29+
- [`48cd872`](https://github.com/deis/controller/commit/48cd87272e85a4e5d7fb75b30636ce38d67183a8) (controller) - Makefile: set docker build flags via environment variable
30+
- [`003e8dd`](https://github.com/deis/dockerbuilder/commit/003e8dd9c1f71c8cbe5a30c70955c356c80b4c3b) (dockerbuilder) - Makefile: set docker build flags via environment variable
31+
- [`a1e28c8`](https://github.com/deis/fluentd/commit/a1e28c86e1719f2112f9157574bf021c31218535) (fluentd) - Makefile: set docker build flags via environment variable
32+
- [`8ce9845`](https://github.com/deis/logger/commit/8ce9845701e62d000a95174417f325df3e7107d9) (logger) - Makefile: set docker build flags via environment variable
33+
- [`b2fc347`](https://github.com/deis/minio/commit/b2fc347315860b2da8d13f6e405c8b65bdb252ea) (minio) - Makefile: set docker build flags via environment variable
34+
- [`bfdf091`](https://github.com/deis/monitor/commit/bfdf091c3768ab4dfd2bdae2360c81280d7b466e) (monitor) - charts: add optional persistence storage to influxdb and grafana
35+
- [`138fb11`](https://github.com/deis/monitor/commit/138fb11af703f410c9861c0f048ee5fec803a12f) (monitor) - charts: add optional persistence storage to influxdb and grafana
36+
- [`c58fde6`](https://github.com/deis/monitor/commit/c58fde69e32fcd118862e927527c565b2c8e8a9c) (monitor) - Makefile: set docker build flags via environment variable
37+
- [`b32fe54`](https://github.com/deis/nsq/commit/b32fe54dcbc19a5ecfe38616f58494facbea67e0) (nsq) - Makefile: set docker build flags via environment variable
38+
- [`524fdf5`](https://github.com/deis/postgres/commit/524fdf51282ca688201db61e01e818cfcb9d89eb) (postgres) - Makefile: set docker build flags via environment variable
39+
- [`0cf0deb`](https://github.com/deis/redis/commit/0cf0debb6f891a2d8f5ca4197106b235a7c6712b) (redis) - Makefile: set docker build flags via environment variable
40+
- [`4f46069`](https://github.com/deis/registry/commit/4f46069113c8093b03c56bfbe1fd6dae701fe726) (registry) - Makefile: set docker build flags via environment variable
41+
- [`faf2eb2`](https://github.com/deis/registry-token-refresher/commit/faf2eb211b42f98fd1a5936af573b7870ab65fcc) (registry-token-refresher) - Makefile: set docker build flags via environment variable
42+
- [`4ca3a74`](https://github.com/deis/router/commit/4ca3a7411e4ddcacde3759c3be7a543e2f269818) (router) - router: make default app configurable
43+
- [`5dba76c`](https://github.com/deis/router/commit/5dba76ca8c8d8201291dd3a5231fcd08875561b8) (router) - router: make server_token flag configurable
44+
- [`cf87e27`](https://github.com/deis/router/commit/cf87e2700ebfc1cacc8b332026e6b5a5bc572bdb) (router) - Makefile: set docker build flags via environment variable
45+
- [`30d2caa`](https://github.com/deis/slugbuilder/commit/30d2caa540ae9658e6ca0bb97ffd66abe509afcd) (slugbuilder) - Makefile: set docker build flags via environment variable
46+
- [`3ef0a86`](https://github.com/deis/workflow/commit/3ef0a8615ad77f407f7b275644e42e07c597a38d) (workflow) Makefile: set docker build flags via environment variable
47+
- [`6307677`](https://github.com/deis/workflow/commit/630767794f1b4254e7f3c46b103ab3bb77420133) (workflow) charts: add optional persistence storage to influxdb and grafana (#699)
48+
- [`9b09080`](https://github.com/deis/workflow-manager/commit/9b09080ce7ba6991362c33bf55d58a6753131706) (workflow-manager) - Makefile: set docker build flags via environment variable
49+
- [`cc60fa0`](https://github.com/deis/workflow-cli/commit/cc60fa059aa3e7a61bc3d68a0aea5e2bd01c531f) (workflow-cli) Makefile: set docker build flags via environment variable
50+
- [`70797cb`](https://github.com/deis/workflow-e2e/commit/70797cbdb76251ccbefc052820f81e52eaa7765f) (workflow-e2e) limits-cmd: accept new limits:set value type
51+
52+
#### Refactors
53+
54+
- [`7bb769f`](https://github.com/deis/dockerbuilder/commit/7bb769f48a09c01f081ca79123be0526ecde7de3) (dockerbuilder) - deploy.py: placate new flake8 linter checks
55+
- [`88f7007`](https://github.com/deis/workflow/commit/88f7007c8f547946dfe6e5bc64ad93bab3a226a3) (workflow) upgrading-workflow: use -w 0 flag when base64 encoding
56+
- [`3e65eba`](https://github.com/deis/workflow/commit/3e65ebadbbbaf64eeed35c9e4c68bf145a555382) (workflow) quickstart: use markdown-include to de-duplicate quickstart info
57+
58+
#### Fixes
59+
60+
- [`634bfe9`](https://github.com/deis/builder/commit/634bfe9409c8a8ac4060e25ce16cc4a1e374509d) (builder) - charts: reference registry-proxy on 127.0.0.1
61+
- [`84b6342`](https://github.com/deis/controller/commit/84b63426e4331ffba39cf16f75b135b43393cde4) (controller) - charts: pipeline time_zone value to quote func
62+
- [`3f860bf`](https://github.com/deis/controller/commit/3f860bfca316ecfa0de0b5318114c883bdceaf16) (controller) - Dockerfile: force gunzip of copyright archive
63+
- [`e8f0284`](https://github.com/deis/controller/commit/e8f0284da2c190d9b75d6d5ffbca0ae669f7e008) (controller) - Makefile: build docker image with --no-cache by default
64+
- [`bdb5acd`](https://github.com/deis/controller/commit/bdb5acdfb9dde926ca57b2c8c3be9df742b2e038) (controller) - api: add certificate private key validator migration (#1199)
65+
- [`da408b3`](https://github.com/deis/controller/commit/da408b3fb94c5af5f559a18746208d411d1a6aa1) (controller) - charts: reference registry-proxy on 127.0.0.1 (#1239)
66+
- [`f14a6db`](https://github.com/deis/dockerbuilder/commit/f14a6db42b436aee01abf328fac65472476b9dd1) (dockerbuilder) - Dockerfile: fix gunzip -f
67+
- [`c9f6e01`](https://github.com/deis/postgres/commit/c9f6e01574dfca47f9827ada5972739a4dc6487c) (postgres) - 001_setup_envdir.sh: inspect actual var instead of literal string
68+
- [`5aafbac`](https://github.com/deis/registry/commit/5aafbac11dd1e345dca8836df802b33f6518a3c3) (registry) - create-bucket: set BUCKET_NAME for swift
69+
- [`96f0c61`](https://github.com/deis/router/commit/96f0c6172ff9570fd2dc5259ad23a2201a7e457a) (router) - charts: remove deployment and service annotations
70+
- [`6d0d344`](https://github.com/deis/slugbuilder/commit/6d0d3448b6b02612e64f680cff83233ed7cbf940) (slugbuilder) - download_buildpack: define name of buildpack
71+
- [`2817dbc`](https://github.com/deis/workflow/commit/2817dbc8f5d98efb97ea7a54b51314c8fc8e923c) (workflow) azure: use regular storage instead of premium
72+
- [`8691955`](https://github.com/deis/workflow/commit/8691955c044f3ad2fab3a5db907b2ebd5146f16c) (workflow) azure/quickstart: fix Azure link in the menu
73+
- [`0d647e5`](https://github.com/deis/workflow/commit/0d647e516764ef9dae4f61897f24dbcc58b50d25) (workflow) applications: fixup --headers usage
74+
- [`e6c9e23`](https://github.com/deis/workflow/commit/e6c9e23923b3594819cea370c97b10ef187620a6) (workflow) tuning-component-settings: move LDAP settings under Controller
75+
76+
#### Documentation
77+
78+
- [`6cbd175`](https://github.com/deis/builder/commit/6cbd175b4052a419577fc23a81d157b3560a96d9) (builder) - *: Fix typo in README.md
79+
- [`7911fac`](https://github.com/deis/builder/commit/7911face08f89032a664246f914bdd3a8570e9ec) (builder) - *: update main README.md
80+
- [`51879b2`](https://github.com/deis/controller/commit/51879b2913151cf3d11fb90bdd42da9702bd30cc) (controller) - README: specify correct python version
81+
- [`1345f2c`](https://github.com/deis/controller/commit/1345f2cafa69886cd2bfcc463d29cec3aac025a7) (controller) - README: update database usage in tests (#1233)
82+
- [`64eeff1`](https://github.com/deis/logger/commit/64eeff17a8684d4caf10f528a89a5f7dae9d87a7) (logger) - README.md: update Deis Workflow reference
83+
- [`9bcbcfd`](https://github.com/deis/monitor/commit/9bcbcfd780a506dc655b370e6953c3c8212cef5f) (monitor) - README.md: update Deis Workflow reference
84+
- [`963c100`](https://github.com/deis/nsq/commit/963c1003910f659b49675ce1bb26948c269019cf) (nsq) - README.md: update Deis Workflow reference
85+
- [`d9882fa`](https://github.com/deis/redis/commit/d9882fac0b33c95987ca78727aa71beadde2e3a9) (redis) - README.md: update Deis Workflow reference
86+
- [`9293f37`](https://github.com/deis/workflow-cli/commit/9293f37a5551defb9f2775b47fdb6eae1bda1c24) (workflow-cli) README: add latest stable release URL
87+
- [`16034cc`](https://github.com/deis/workflow/commit/16034cc94930b98be97ef1eb3456ee7681574608) (workflow) releases: omit obsolete requirement for a charts PR
88+
- [`c61eedb`](https://github.com/deis/workflow/commit/c61eedb184fab6b4f071fc27c307670675430db5) (workflow) releases: move workflow docs release after changelog PR
89+
- [`d430e42`](https://github.com/deis/workflow/commit/d430e42a089e923dc9afa6f39050d37e81330fe3) (workflow) azure: streamline azure boot process
90+
- [`a71c0da`](https://github.com/deis/workflow/commit/a71c0da9befc24a1dd267350c974d32317ec5c78) (workflow) installing-workflow: no periods in S3 bucket names
91+
- [`7cc8b2f`](https://github.com/deis/workflow/commit/7cc8b2f4c93469d8dbda7739196950360460dfd5) (workflow) production-deployments: recommend disabling grafana signups
92+
- [`a5f92eb`](https://github.com/deis/workflow/commit/a5f92ebbbe04761520659b36d572187ead5bbd97) (workflow) monitoring: document grafana and influxdb persistence (#713)
93+
- [`c0410c6`](https://github.com/deis/workflow/commit/c0410c66c93ff78d3e36a35025b362d5e6261b70) (workflow) components: document the monitoring stack
94+
- [`4eea426`](https://github.com/deis/workflow/commit/4eea4265c4345aaf0594193dfd0c243b947356bf) (workflow) Azure: remove service principal steps
95+
- [`c65fae6`](https://github.com/deis/workflow/commit/c65fae60895f7d286a3a8a4ff73fc81aa716a677) (workflow) Azure: note for kubernetes get-credentials
96+
- [`a5d71e2`](https://github.com/deis/workflow/commit/a5d71e2ddfd377c71e18e9fe5e4e198a3c398366) (workflow) Azure: Fix storage key and add note
97+
- [`cccde15`](https://github.com/deis/workflow/commit/cccde1538f37dd96b2166f456a64f01c51785e7f) (workflow) api/v2.3: add TLS API examples and index v2.3 API
98+
- [`5a37885`](https://github.com/deis/workflow/commit/5a3788539d3ee5dc32d7fb7189b28b5a19b82417) (workflow) managing-workflow: Add scaling the routers to the production deployment notes.
99+
- [`c0285ed`](https://github.com/deis/workflow/commit/c0285ed9edf6990161a9321159252a5d2318da22) (workflow) aws: update for latest k8s version available
100+
101+
#### Maintenance
102+
103+
- [`0ed0404`](https://github.com/deis/builder/commit/0ed0404b928789d9bbf0278f9f13d688e7f3e11f) (builder) - Dockerfile: update deis/base to v0.3.6
104+
- [`d7f5ff0`](https://github.com/deis/builder/commit/d7f5ff03d6801826c2137ed7ad046b2a0ce016c6) (builder) - glide: bump golang.org/x/crypto to b822463
105+
- [`22106d2`](https://github.com/deis/controller/commit/22106d22694d8108125af6a63d70d9d84608303b) (controller) - requirements: update Django to 1.10.5
106+
- [`1c12587`](https://github.com/deis/controller/commit/1c125875280a80ed4faf052732b1f6ffb7da544e) (controller) - Dockerfile: update deis/base to v0.3.6 (#1197)
107+
- [`4e45ef5`](https://github.com/deis/controller/commit/4e45ef5866ff368de3ae7fb018ccf36de79dc376) (controller) - requirements: update requests to 2.12.5
108+
- [`9faa4b2`](https://github.com/deis/controller/commit/9faa4b22a34565b17db2c98e13823f15049b69c2) (controller) - dev_requirements: update coverage to 4.3.4
109+
- [`4b7db76`](https://github.com/deis/controller/commit/4b7db7670ea134b5716226a1a355d24751c46108) (controller) - requirements: update pyldap to 2.4.28
110+
- [`d6b188d`](https://github.com/deis/dockerbuilder/commit/d6b188d954bbef0ae6a296886596d533b006adf5) (dockerbuilder) - dev_requirements: upgrade flake8 to 3.2.1
111+
- [`82f77c3`](https://github.com/deis/dockerbuilder/commit/82f77c31963833f8d5624d4a69b0edef548fa4d1) (dockerbuilder) - Dockerfile: update deis/base to v0.3.6
112+
- [`40f647e`](https://github.com/deis/fluentd/commit/40f647e00b0437c276386f4dcfa11bb761b2686c) (fluentd) - Dockerfile: update deis/base to v0.3.6
113+
- [`f7afeb7`](https://github.com/deis/logger/commit/f7afeb7d15b2d7b2c1ab4331b1d2aa91d28e2d8e) (logger) - Dockerfile: update deis/base to v0.3.6
114+
- [`14342eb`](https://github.com/deis/minio/commit/14342eb74e910a67ec060998ad21ea1f0aa61e8e) (minio) - Dockerfile: update deis/base to v0.3.6
115+
- [`8969f32`](https://github.com/deis/monitor/commit/8969f3205d909dd06e171fec5f07a9b0e57ec357) (monitor) - Dockerfile: update Grafana to 4.0.2
116+
- [`acb12e7`](https://github.com/deis/monitor/commit/acb12e7490c52368978401a15030a8c8badb640f) (monitor) - Dockerfile: update deis/base to v0.3.6
117+
- [`ca8a140`](https://github.com/deis/monitor/commit/ca8a14030e93ae332f90b15a19244f3803f976b7) (monitor) - Dockerfile: update Influxdb to 1.1.1
118+
- [`287dd60`](https://github.com/deis/monitor/commit/287dd60d606b0f2ea5e93638f12d20a6a31e09ea) (monitor) - Dockerfile: update Influxdb to 1.1.1
119+
- [`7c3ca4b`](https://github.com/deis/nsq/commit/7c3ca4b4a67a308f27852f07747b9914322556c4) (nsq) - Dockerfile: update deis/base to v0.3.6
120+
- [`d04a77b`](https://github.com/deis/postgres/commit/d04a77b0addff9dfb48696b60ea969097be9974a) (postgres) - Dockerfile: update deis/base to v0.3.6
121+
- [`9f2e1b1`](https://github.com/deis/redis/commit/9f2e1b13f95726dc5b82c668ded32ee44af0c063) (redis) - Dockerfile: update deis/base to v0.3.6
122+
- [`bb6bba4`](https://github.com/deis/registry-token-refresher/commit/bb6bba4258a9dba4b8de2bcc1aebda4330061401) (registry-token-refresher) - Dockerfile: update deis/base to v0.3.6
123+
- [`dfb2cae`](https://github.com/deis/router/commit/dfb2caef93642e87b737dad0b27ddd71526104a3) (router) - Dockerfile: update deis/base to v0.3.6
124+
- [`7638ca7`](https://github.com/deis/slugbuilder/commit/7638ca7744b18fd9a83eccfb28e30595257d2495) (slugbuilder) - buildpacks: update heroku-buildpack-nodejs to v93
125+
- [`ac0192f`](https://github.com/deis/slugbuilder/commit/ac0192fbbd7ecf6bf217239fa65a352648daf498) (slugbuilder) - buildpacks: update heroku-buildpack-ruby to v150
126+
- [`3f4ccc4`](https://github.com/deis/slugbuilder/commit/3f4ccc4128114a3984203c8773090046f3393375) (slugbuilder) - buildpacks: update heroku-buildpack-python to v97
127+
- [`c40c6a0`](https://github.com/deis/slugbuilder/commit/c40c6a04b3c6a62b27ad739b9e7f25c23aa2380a) (slugbuilder) - buildpacks: update heroku-buildpack-php to v117
128+
- [`2df92c0`](https://github.com/deis/workflow/commit/2df92c0875ff2b12212f0320e29f724e53beae14) (workflow) roadmap: update product roadmap
129+
- [`1d12348`](https://github.com/deis/workflow/commit/1d12348ed0d96a1e090d5a8d15b07921665e2021) (workflow) vagrant: update kubernetes release tarball to v1.5.1(workflow)
130+
- [`f50916b`](https://github.com/deis/workflow-manager/commit/f50916b2f0d0a7a07854a15b6a8550b5672126a6) (workflow-manager) - Dockerfile: update deis/base to v0.3.6
131+
- [`7960130`](https://github.com/deis/workflow-cli/commit/7960130d68000a1a77929c452645cdc1aeaf5e7b) (workflow-cli) glide: update controller sdk to 9520b6c
132+
- [`ba0d452`](https://github.com/deis/workflow-e2e/commit/ba0d452c455fb1622ef602e672fea8bfb8da8a25) (workflow-e2e) glide: run glide up to get latest packages (#347)

src/installing-workflow/chart-provenance.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,28 +34,31 @@ Charts signed with this key can then be verified when fetched:
3434
$ helm repo add deis https://charts.deis.com/workflow
3535
"deis" has been added to your repositories
3636
37-
$ helm fetch --verify deis/workflow
38-
Verification: &{0xc420725db0 sha256:6599eb45055766cac92a1f6f1dea96ca3bf49a2c388aed02896806f6fd39cc7b workflow-v2.10.0.tgz}
37+
$ helm fetch --verify workflow/workflow --version v2.11.0
38+
Verification: &{0xc4206124b0 sha256:636f8f0711acf6d3770f7365683a626beeec7aa6dddc0efa084986ad194aec9e workflow-v2.11.0.tgz}
3939
```
4040

41-
One can then inspect the fetched `workflow-v2.10.0.tgz.prov` provenance file.
41+
One can then inspect the fetched `workflow-v2.11.0.tgz.prov` provenance file.
4242

4343
If the chart was not signed, the command above would result in:
4444

4545
```
46-
Error: Failed to fetch provenance "https://charts.deis.com/workflow/workflow-v2.10.0.tgz.prov"
46+
Error: Failed to fetch provenance "https://charts.deis.com/workflow/workflow-v2.11.0.tgz.prov"
4747
```
4848

4949
Alternatively, the chart can also be verified at install time:
5050

5151
```
5252
$ helm install --verify deis/workflow --namespace deis
53-
Fetched deis/workflow to workflow-v2.10.0.tgz
54-
NAME: olfactory-star
55-
LAST DEPLOYED: Thu Jan 05 11:45:44 2017
53+
NAME: exiled-mink
54+
LAST DEPLOYED: Wed Feb 1 14:39:11 2017
5655
NAMESPACE: deis
5756
STATUS: DEPLOYED
5857
...
58+
59+
$ helm ls
60+
NAME REVISION UPDATED STATUS CHART
61+
exiled-mink 1 Wed Feb 1 14:39:11 2017 DEPLOYED workflow-v2.11.0
5962
```
6063

6164
Having done so, one is assured of the origin and authenticity of any installed Workflow chart released by Deis.

src/installing-workflow/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ After installing Workflow, [register a user and deploy an application](../quicks
9191

9292
[Kubernetes v1.3.4+]: system-requirements.md#kubernetes-versions
9393
[helm]: https://github.com/kubernetes/helm/blob/master/docs/install.md
94-
[valuesfile]: https://charts.deis.com/workflow/values-v2.10.0.yaml
94+
[valuesfile]: https://charts.deis.com/workflow/values-v2.11.0.yaml

src/quickstart/install-cli-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ should move it somewhere in your $PATH:
1919
Check your work by running `deis version`:
2020

2121
$ deis version
22-
2.10.0
22+
v2.11.0
2323

2424
!!! note
2525
Note that version numbers may vary as new releases become available

src/roadmap/releases.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ verify it can be fetched (and verified):
136136
```
137137
$ helm repo add controller https://charts.deis.com/controller
138138
"controller" has been added to your repositories
139-
$ helm fetch --verify controller/controller --version v2.10.0
140-
Verification: &{0xc4207e8c30 sha256:27816760c37880baabcde0e7975f8f857be10e5c1e774e9931bba45960dae8ee controller-v2.10.0.tgz}
139+
$ helm fetch --verify controller/controller --version v2.11.0
140+
Verification: &{0xc420776190 sha256:97116498fcb5bd9da791d26337694bf64fc20815b3e5c0ae3c543def4404f31e controller-v2.11.0.tgz}
141141
```
142142

143143
## How to Release Workflow
@@ -150,7 +150,7 @@ deliverable. This section leads a maintainer through creating a Workflow release
150150
Export two environment variables that will be used in later steps:
151151

152152
```bash
153-
export WORKFLOW_RELEASE=v2.10.0 WORKFLOW_PREV_RELEASE=v2.9.1 # for example
153+
export WORKFLOW_RELEASE=v2.11.0 WORKFLOW_PREV_RELEASE=v2.10.0 # for example
154154
```
155155

156156
### Step 2: Tag Supporting Repositories
@@ -241,7 +241,7 @@ Place the `$WORKFLOW_RELEASE` master changelog generated in Step 7 in the `chang
241241
Make sure to add a header to the page to make it clear that this is for a Workflow release, e.g.:
242242

243243
```
244-
## Workflow v2.9.1 -> v2.10.0
244+
## Workflow v2.10.0 -> v2.11.0
245245
```
246246

247247
Once the PR has been reviewed and merged, do a [component release](#how-to-release-a-component) of
@@ -278,8 +278,8 @@ Post a message to the #company channel on Slack. Include a link to the released
278278
master CHANGELOG:
279279

280280
```
281-
@here Deis Workflow v2.10.0 is now live!
282-
Master CHANGELOG: https://deis.com/docs/workflow/changelogs/v2.10.0/
281+
@here Deis Workflow v2.11.0 is now live!
282+
Master CHANGELOG: https://deis.com/docs/workflow/changelogs/v2.11.0/
283283
```
284284

285285
You're done with the release. Nice job!

0 commit comments

Comments
 (0)