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

Commit 411f5c9

Browse files
committed
docs(*): updates/changelog for v2.14.0 release
1 parent e334c8c commit 411f5c9

File tree

6 files changed

+90
-13
lines changed

6 files changed

+90
-13
lines changed

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ pages:
9494
- Controller API v2.2: reference-guide/controller-api/v2.2.md
9595
- Controller API v2.3: reference-guide/controller-api/v2.3.md
9696
- Changelogs:
97+
- v2.14.0: changelogs/v2.14.0.md
9798
- v2.13.0: changelogs/v2.13.0.md
9899
- v2.12.0: changelogs/v2.12.0.md
99100
- v2.11.0: changelogs/v2.11.0.md

src/changelogs/v2.14.0.md

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
## Workflow v2.13.0 -> v2.14.0
2+
3+
#### Releases
4+
5+
- controller v2.13.0 -> v2.14.0
6+
- fluentd v2.8.0 -> v2.9.0
7+
- monitor v2.8.1 -> v2.9.0
8+
- redis v2.2.5 -> v2.2.6
9+
- registry-proxy v1.1.1 -> v1.3.0
10+
- router v2.12.0 -> v2.12.1
11+
- slugbuilder v2.4.11 -> v2.4.12
12+
- workflow v2.13.0 -> v2.14.0
13+
- workflow-cli v2.13.0 -> v2.14.0
14+
- workflow-e2e v2.10.0 -> v2.11.0
15+
16+
#### Features
17+
18+
- [`c515df3`](https://github.com/deis/fluentd/commit/c515df308bc929e0366b6a2bd05813a506c1cdad) (fluentd) - chart: Extend values.yaml file
19+
- [`af04466`](https://github.com/deis/monitor/commit/af0446621a890bf279f0f96b8709a8b70ebd12eb) (monitor) - grafana: Allow users to set signup flag in chart
20+
- [`a8c0fa7`](https://github.com/deis/registry-proxy/commit/a8c0fa7f5db60dffa4b2fb8aa826466d6d8a2ce5) (registry-proxy) - Makefile: set docker build flags via environment variable
21+
- [`292a3d4`](https://github.com/deis/workflow/commit/292a3d4864c797812a24160c1d089c6fa40be060) (workflow) - ingress: document deis-builder DNS records
22+
- [`3750f53`](https://github.com/deis/workflow-e2e/commit/3750f53aebc4a3eb6001dc967ece26cc7aa747ec) (workflow-e2e) - Makefile: add test target
23+
24+
#### Refactors
25+
26+
- [`08f4c69`](https://github.com/deis/controller/commit/08f4c690d951f720b4152d8be1941296f430d3c1) (controller) - ci: remove travis, update build status (#1287)
27+
- [`59cce25`](https://github.com/deis/fluentd/commit/59cce25ada66ca7d549bdd8e5de9f7cd7952bbeb) (fluentd) - README: update link to deis graphic
28+
- [`6b7d85a`](https://github.com/deis/fluentd/commit/6b7d85a42369cc23b21eb6422cad794c15627911) (fluentd) - makefile: Update makefile to work with new chart structure
29+
- [`d59bedc`](https://github.com/deis/fluentd/commit/d59bedc58884eb77070b848b32b43d01270e8092) (fluentd) - ci: remove _scripts; add badge
30+
- [`0fcea4f`](https://github.com/deis/monitor/commit/0fcea4f07aef369b1fdb88b5586ac8ec17f13066) (monitor) - _scripts: remove unused scripts
31+
- [`511fa8c`](https://github.com/deis/redis/commit/511fa8c6111096e406a4eb64ed20e943c5866084) (redis) - README: switch to wabs container
32+
- [`5c7624c`](https://github.com/deis/redis/commit/5c7624ceb4c02a841de6bf89e0e43d5b0c6c7480) (redis) - ci: remove travis; add badge
33+
- [`cea7734`](https://github.com/deis/router/commit/cea7734ebe2c7c7d6570497d9d2be5a453fc787c) (router) - ci: remove travis; add badge
34+
- [`e8de27c`](https://github.com/deis/slugbuilder/commit/e8de27cae818c9a45cc322a34f24ea74bee44a1d) (slugbuilder) - ci: remove travis; update badge
35+
- [`bd0b1d9`](https://github.com/deis/workflow/commit/bd0b1d955ae5c102ade03a141dab1351b7d79ed0) (workflow) - azure/boot: export AZURE_DNS_PREFIX and use $HOME
36+
- [`8526e49`](https://github.com/deis/workflow/commit/8526e49c903112c971636d7c88174f09aeea49ac) (workflow) - ci: rm travis and unused scripts (#803)
37+
- [`008615a`](https://github.com/deis/workflow-cli/commit/008615abe0a336be0d74f0185f0771938ee401fd) (workflow-cli) - Jenkinsfile: disable win agent
38+
- [`50ec2a2`](https://github.com/deis/workflow-e2e/commit/50ec2a2e60ea457740b3aa9ce4b762b02a005ae8) (workflow-e2e) - tests: update tests for new registration mode default
39+
40+
#### Fixes
41+
42+
- [`960e899`](https://github.com/deis/controller/commit/960e89926e5021a6b62041dbe1fd6f8fce64bd8c) (controller) - ingress-test: Fixing make test-style
43+
- [`a9674a3`](https://github.com/deis/fluentd/commit/a9674a30904d85e4c85566644f5bb85d49e744d5) (fluentd) - charts: fix(charts) add quote around daemon_environment value
44+
- [`73effea`](https://github.com/deis/monitor/commit/73effead23c0fba26551b1e8e21597bbdb2296bf) (monitor) - telegraf/rootfs/start-telegraf: address shellcheck/style err
45+
- [`76134f7`](https://github.com/deis/redis/commit/76134f744bcdf1a4dc2d6dbaf80154b50f39eb7b) (redis) - rootfs/Dockerfile: force gunzip of copyright archive
46+
- [`e559768`](https://github.com/deis/router/commit/e5597683a18c0167ea044ba9d590edd46fc5ac43) (router) - charts: remove b64enc from dhparam
47+
- [`05866f6`](https://github.com/deis/workflow/commit/05866f620a6aed0ba548171cda1aa976ffc23121) (workflow) - hostname: Fixing hostname line
48+
- [`140ded9`](https://github.com/deis/workflow-e2e/commit/140ded9b62d926890892cac91c3518f790966f55) (workflow-e2e) - tests/auth: no interactive register for admin
49+
50+
#### Documentation
51+
52+
- [`32cd737`](https://github.com/deis/controller/commit/32cd7379f711b1f7a09f9b7480de500573769e48) (controller) - api: update doc pointers for Django 1.11
53+
- [`7d2c0ba`](https://github.com/deis/controller/commit/7d2c0badf19af7e11c551e274944622d616ab942) (controller) - README: remove old testing prerequisites
54+
- [`addf549`](https://github.com/deis/workflow/commit/addf5496036ac7820222fb3ae2b80adf975eaffc) (workflow) - gke/boot: Add info on obtaining credentials
55+
- [`29a86b0`](https://github.com/deis/workflow/commit/29a86b0ba41ac1b2e09f64f8b1a47a303901ca9f) (workflow) - system-requirements: warn users away from broken k8s versions
56+
- [`8c223b5`](https://github.com/deis/workflow/commit/8c223b547638723691184a8b6f63a9b17fcc6fef) (workflow) - platform-logging: Add section on custom fluentd plugins
57+
- [`218985f`](https://github.com/deis/workflow/commit/218985f97a5b912df987dfec550b901ca21d186b) (workflow) - monitoring: Update docs to reflect monitor chart changes
58+
59+
#### Maintenance
60+
61+
- [`1f93f21`](https://github.com/deis/controller/commit/1f93f21c4d80e51bae363d48a1a8325b6fa68720) (controller) - requirements: update Django to 1.11 LTS
62+
- [`88846bf`](https://github.com/deis/controller/commit/88846bfaa00d36314afee31ec42e38ee5de34e47) (controller) - requirements: update pytz to 2017.2
63+
- [`99061ff`](https://github.com/deis/controller/commit/99061ffb19a545132f61db596e63f069b7d9748a) (controller) - requirements: update django-guardian to v1.4.8
64+
- [`49e741e`](https://github.com/deis/controller/commit/49e741e61ddec46cdbebeb778a9df89fe143ec97) (controller) - ingress: Adding unit tests
65+
- [`88bfcbd`](https://github.com/deis/controller/commit/88bfcbd4c980b52fd43602bb4c9fd5c7e87ab656) (controller) - requirements: update pyOpenSSL to v17.0.0
66+
- [`7a9c3e6`](https://github.com/deis/controller/commit/7a9c3e60c06f3651946e512e2f0782b7f62687cd) (controller) - dev_requirements: update codecov to v2.0.9
67+
- [`8ed937d`](https://github.com/deis/controller/commit/8ed937dd5eeaecbc6a04d0549e7e02d8f28f670b) (controller) - requirements: update django-auth-ldap to v1.2.11
68+
- [`51ac827`](https://github.com/deis/controller/commit/51ac82707c7bb9968fc39e9d8c70f9c0abb01a68) (controller) - requirements: update backoff library to v1.4.2
69+
- [`b8560e0`](https://github.com/deis/router/commit/b8560e048c554792db4955186eb9048ecc626b9b) (router) - Dockerfile: update nginx to 1.11.13
70+
- [`21aa475`](https://github.com/deis/router/commit/21aa475bfbdc76f9b5acbfb7ed4b71e1673ec973) (router) - Dockerfile: update nginx to 1.12.0 stable
71+
- [`2f7705c`](https://github.com/deis/router/commit/2f7705c6dc647270b9416176f5fc8e62dba749ab) (router) - Dockerfile: update nginx to 1.13.0
72+
- [`4a802e4`](https://github.com/deis/slugbuilder/commit/4a802e4b8f52ee84b40a026224805690845257e7) (slugbuilder) - buildpacks: update heroku-buildpack-nodejs to v101
73+
- [`fb567ac`](https://github.com/deis/slugbuilder/commit/fb567ace7f646c53dcb3515700441324e7b37f3f) (slugbuilder) - buildpacks: update heroku-buildpack-go to v64
74+
- [`3c14ac2`](https://github.com/deis/slugbuilder/commit/3c14ac2ede6a8bf6ae611a1b75f872048a464443) (slugbuilder) - buildpacks: update heroku-buildpack-php to v121
75+
- [`32de3c1`](https://github.com/deis/slugbuilder/commit/32de3c1cc598801eda8cd8bc6365d9ac82a69ed9) (slugbuilder) - buildpacks: update heroku-buildpack-ruby to v159
76+
- [`3e09799`](https://github.com/deis/workflow-e2e/commit/3e097995a7b97e45d1d10e39926c01ce3cc43d69) (workflow-e2e) - README.md: update build status badge

src/installing-workflow/chart-provenance.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,31 +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 workflow/workflow --version v2.13.0
38-
Verification: &{0xc420746780 sha256:82ab6db76167050b461cd2a79d1c787f48885d44660552e29c4a0ac4e78b7c9f workflow-v2.13.0.tgz}
37+
$ helm fetch --verify workflow/workflow --version v2.14.0
38+
Verification: &{0xc4208f4b40 sha256:662b7b5f0101086b373a326aac8c505df3b230d377b926fc256b537a3471f2ad workflow-v2.14.0.tgz}
3939
```
4040

41-
One can then inspect the fetched `workflow-v2.13.0.tgz.prov` provenance file.
41+
One can then inspect the fetched `workflow-v2.14.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.13.0.tgz.prov"
46+
Error: Failed to fetch provenance "https://charts.deis.com/workflow/workflow-v2.14.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
5353
NAME: exiled-mink
54-
LAST DEPLOYED: Thu Apr 6 08:22:16 2017
54+
LAST DEPLOYED: Thu May 4 08:22:16 2017
5555
NAMESPACE: deis
5656
STATUS: DEPLOYED
5757
...
5858
5959
$ helm ls
6060
NAME REVISION UPDATED STATUS CHART
61-
exiled-mink 1 Thu Apr 6 08:22:16 2017 DEPLOYED workflow-v2.13.0
61+
exiled-mink 1 Thu May 4 08:22:16 2017 DEPLOYED workflow-v2.14.0
6262
```
6363

6464
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
@@ -100,4 +100,4 @@ After installing Workflow, [register a user and deploy an application](../quicks
100100

101101
[Kubernetes v1.3.4+]: system-requirements.md#kubernetes-versions
102102
[helm]: https://github.com/kubernetes/helm/blob/master/docs/install.md
103-
[valuesfile]: https://charts.deis.com/workflow/values-v2.13.0.yaml
103+
[valuesfile]: https://charts.deis.com/workflow/values-v2.14.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-
v2.13.0
22+
v2.14.0
2323

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

src/roadmap/releases.md

Lines changed: 5 additions & 5 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.13.0
140-
Verification: &{0xc420614780 sha256:77f3b7df9b0498f4f24bfcbaede45d84d8c7515d695899126cebd2dd8f9752e3 controller-v2.13.0.tgz}
139+
$ helm fetch --verify controller/controller --version v2.14.0
140+
Verification: &{0xc42045ec80 sha256:771270c4f71f4ca9f0d10141f28068457b443c1a4ff9da6666fde7361ce64e1a controller-v2.14.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.13.0 WORKFLOW_PREV_RELEASE=v2.12.0 # for example
153+
export WORKFLOW_RELEASE=v2.14.0 WORKFLOW_PREV_RELEASE=v2.13.0 # for example
154154
```
155155

156156
### Step 2: Tag Supporting Repositories
@@ -264,8 +264,8 @@ Post a message to the #company channel on Slack. Include a link to the released
264264
master CHANGELOG:
265265

266266
```
267-
@here Deis Workflow v2.13.0 is now live!
268-
Master CHANGELOG: https://deis.com/docs/workflow/changelogs/v2.13.0/
267+
@here Deis Workflow v2.14.0 is now live!
268+
Master CHANGELOG: https://deis.com/docs/workflow/changelogs/v2.14.0/
269269
```
270270

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

0 commit comments

Comments
 (0)