Skip to content

Commit 8ee82c5

Browse files
committed
chore(changelogs): add v2.7.0 changelog
1 parent 87d5e84 commit 8ee82c5

2 files changed

Lines changed: 196 additions & 0 deletions

File tree

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ pages:
9393
- v2.4.2: changelogs/v2.4.2.md
9494
- v2.5.0: changelogs/v2.5.0.md
9595
- v2.6.0: changelogs/v2.6.0.md
96+
- v2.7.0: changelogs/v2.7.0.md
9697
theme_dir: themes/deis
9798
docs_dir: src
9899
markdown_extensions:

src/changelogs/v2.7.0.md

Lines changed: 195 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,195 @@
1+
## Workflow v2.6.0 -> v2.7.0
2+
3+
4+
### Builder v2.5.1 -> v2.5.2
5+
6+
#### Refactors
7+
8+
- [`3a6c891`](https://github.com/deis/builder/commit/3a6c891d4372d26e89d6ed1e9ac26c7a1f75322c) controller: use the env config instead of directly getting from environment
9+
10+
#### Fixes
11+
12+
- [`dd4f1b0`](https://github.com/deis/builder/commit/dd4f1b00e694b4893f6339492facf0e45a124709) travis: remove vendor dir from cache
13+
- [`4a4044e`](https://github.com/deis/builder/commit/4a4044ebadade52c0e394a9b1943af3fc980ddf1) sshd: Typo in the timeout message.
14+
15+
#### Maintenance
16+
17+
- [`1196719`](https://github.com/deis/builder/commit/11967199b0ae86e401886b92c7222c38857ad0e1) CHANGELOG: remove changelog
18+
19+
20+
### Controller v2.6.0 -> v2.7.0
21+
22+
#### Features
23+
24+
- [`d63fe7f`](https://github.com/deis/controller/commit/d63fe7f2fa44897235eb1b017d8b6cbf80136bae) errors: give more context on what model is involved when 404 Not Found is involved (#1096)
25+
26+
#### Refactors
27+
28+
- [`9baa3d3`](https://github.com/deis/controller/commit/9baa3d3220cf18f5251716913ccb38099e5a1734) registry: remove simpleflock and depend on Docker 1.9 minimum (#1090)
29+
30+
#### Fixes
31+
32+
- [`12b5bfd`](https://github.com/deis/controller/commit/12b5bfd1b1a73c70ec3669ac6296f18d58153edb) key: ssh key name has to be unique now - migration included that appends a number (#1098)
33+
- [`8f943d9`](https://github.com/deis/controller/commit/8f943d906d0defd73c7428b408852f445aaac4fd) version: Use a different version number for each release
34+
- [`451622b`](https://github.com/deis/controller/commit/451622b5075cb2a67a02f0089f92a6ab5d298ced) app: an app can now be removed from the database even if the namespace for it was already deleted (#1101)
35+
- [`9f6cb94`](https://github.com/deis/controller/commit/9f6cb94de0bf1fa6817302dd041ea173a76d08d0) urls: terminate url regex with $ so that there is no cascading attempts at URLs (#1103)
36+
- [`aa6e0f3`](https://github.com/deis/controller/commit/aa6e0f3d2e0291103c59bdfd2a020ede79e4d109) secret: create objectstore secret before calling scheduler deploy
37+
- [`53e118e`](https://github.com/deis/controller/commit/53e118ead55539a2c8e9660137d2cedf5c9e483b) procfile: validate the proctypes during build itself
38+
39+
#### Maintenance
40+
41+
- [`67c5471`](https://github.com/deis/controller/commit/67c547124681357fd8c86a5fd8d4b2de98e03d6b) scheduler: move lower level deploy helpers into their respective resources (#1092)
42+
- [`7ba556b`](https://github.com/deis/controller/commit/7ba556b4219ce7e7251b055883be6bcfd3dd496d) CHANGELOG: remove changelog (#1091)
43+
- [`f724afe`](https://github.com/deis/controller/commit/f724afe5fd612515b36d85ac3214ed6a233a269d) requirements: update Django to 1.10.2
44+
- [`9582496`](https://github.com/deis/controller/commit/95824969268c4536b5517e527c24959661832b1c) requirements: update pytz to 2016.7 (#1102)
45+
46+
47+
### Dockerbuilder v2.3.3 -> v2.4.0
48+
49+
#### Features
50+
51+
- [`e8763ba`](https://github.com/deis/dockerbuilder/commit/e8763ba4e6f9feedacccfc69afd79c58013c2d0f) registry: Allow FROM to refer to the off-cluster docker registry.
52+
53+
#### Refactors
54+
55+
- [`aa183bf`](https://github.com/deis/dockerbuilder/commit/aa183bf116528e9d94fb258b3945595eb4cf1f9a) Dockerfile: remove musl and musl-dev
56+
57+
#### Maintenance
58+
59+
- [`b980335`](https://github.com/deis/dockerbuilder/commit/b9803354133aaae03f72c1fb4fc4b3ab516b9604) CHANGELOG: remove changelog
60+
61+
62+
### Minio v2.3.0 -> v2.3.1
63+
64+
#### Refactors
65+
66+
- [`56e25fb`](https://github.com/deis/minio/commit/56e25fb8a9f4711bdf41e0a1bcb6b1d254d38ecf) boot: remove unused template and POD_IP references
67+
68+
#### Maintenance
69+
70+
- [`b233465`](https://github.com/deis/minio/commit/b2334656c5bd7a6083d2359458995b5459da6df7) CHANGELOG: remove CHANGELOG
71+
72+
73+
## Monitoring v2.5.1 -> v2.6.0
74+
75+
### Maintenance
76+
77+
- [`08e8bae`](https://github.com/deis/monitor/commit/08e8bae631d195bb96866b973fcd00e633f06dcb) CHANGELOG: remove CHANGELOG
78+
- [`31f9a9e`](https://github.com/deis/monitor/commit/31f9a9e3e8a68d60c6c7f5015aa65d9028b62bd0) telegraf: Use the new kubernetes input plugin
79+
80+
81+
### NSQ v2.2.2 -> v2.2.3
82+
83+
#### Fixes
84+
85+
- [`f675e23`](https://github.com/deis/nsq/commit/f675e23913bd70f5fdda2780319869ca9200ec2f) Removing unneeded node address information.
86+
87+
88+
### Router v2.6.2 -> v2.6.3
89+
90+
#### Fixes
91+
92+
- [`e77deec`](https://github.com/deis/router/commit/e77deec6e6852fb71da73eb3b1b5dc46ea4ee38a) nginx: allow setting ErrorLogLevel to 'debug'
93+
- [`85d4a96`](https://github.com/deis/router/commit/85d4a965280c93e0ec780bf6eb952564d5416b6e) docs: correct annotation key for maxWorkerConnections
94+
- [`5efc248`](https://github.com/deis/router/commit/5efc2480608b7ef1c6ac59a3d37bc5e774aa9d7a) nginx: known model shouldn't be refreshed if Nginx reload failed.
95+
- [`7c1f99d`](https://github.com/deis/router/commit/7c1f99d32ef18ae040faaed195ecb844dd7741db) model: check if CertMapping exists
96+
97+
#### Documentation
98+
99+
- [`60bf8c1`](https://github.com/deis/router/commit/60bf8c108592bc3d7c7ce0f7c5fdbfa52cfc1b89) readme: remove reference to `make dev-registry`
100+
101+
#### Maintenance
102+
103+
- [`2fc5d77`](https://github.com/deis/router/commit/2fc5d772286b091709d62272fa9e4c3dfe8dee61) CHANGELOG: remove CHANGELOG
104+
105+
106+
### Slugbuilder v2.4.3 -> v2.4.4
107+
108+
#### Maintenance
109+
110+
- [`6186982`](https://github.com/deis/slugbuilder/commit/6186982486ec8b76b05ae0513253d33888c3a885) CHANGELOG: remove CHANGELOG
111+
- [`4ef1326`](https://github.com/deis/slugbuilder/commit/4ef13265d4d155356641d0437ffc819ba77bed5b) buildpacks: update heroku-buildpack-go to v50
112+
113+
114+
### Workflow Charts v2.6.0 -> v2.7.0
115+
116+
#### Features
117+
118+
- [`00ec320`](https://github.com/deis/charts/commit/00ec320ee81a03f9ae11d12b6089f3794aba6585) scripts: automate some of workflow release
119+
- [`37de884`](https://github.com/deis/charts/commit/37de884cd1e18092b45e2785fc4087491a948beb) telegraf: Use kubernetes telegraf plugin
120+
121+
#### Fixes
122+
123+
- [`e22104e`](https://github.com/deis/charts/commit/e22104ee329a50f2cda5f079e66fff8e5c946fde) router,e2e: normalize strings for automation
124+
- [`9225708`](https://github.com/deis/charts/commit/92257082bc50b2b55c6d8579186d82f3e45b0209) charts: make grafana creds configurable and remove unused minio POD_IP env
125+
- [`16784ef`](https://github.com/deis/charts/commit/16784ef2c79830ac4f6147fc8de24ebb37ba574f) workflow-dev: bump router's livenessProbe initial delay
126+
- [`1cac30b`](https://github.com/deis/charts/commit/1cac30bf782f385667fcff7f0096a34395df1241) helm-keep: Add helm-keep annotations to all the services
127+
128+
#### Maintenance
129+
130+
- [`091edb4`](https://github.com/deis/charts/commit/091edb4f2a5bf6add7c5ec1b980ea6a0a2d8509f) CHANGELOG: remove CHANGELOG
131+
- [`9581bd6`](https://github.com/deis/charts/commit/9581bd6bf5c2def583baca73765524fdd71ad77c) workflow-v2.6.0: releasing workflow-v2.6.0(-e2e)
132+
- [`19e5e35`](https://github.com/deis/charts/commit/19e5e35c159e54b57426b83a90d8e2ebb8b45316) workflow-v2.7.0: releasing workflow-v2.7.0(-e2e)
133+
134+
135+
### Workflow CLI v2.6.1 -> v2.7.0
136+
137+
#### Features
138+
139+
- [`0391c6c`](https://github.com/deis/workflow-cli/commit/0391c6c2d9971c13cf7ebc933c25476942dbc200) keys: add an optional name support for keys:add (#257)
140+
141+
#### Fixes
142+
143+
- [`1622cf6`](https://github.com/deis/workflow-cli/commit/1622cf6ede6f7972ef42d351b9f7f479cb06e546) deis.go: do not add top level command to cmdArgs
144+
- [`4aa36eb`](https://github.com/deis/workflow-cli/commit/4aa36eb9468b686d1f438dc3d007935b09f54bf2) healthcheck: show all the healthchecks set when no proctype is specified
145+
- [`785a6b6`](https://github.com/deis/workflow-cli/commit/785a6b60c77b0f42c00d24bd946ee3dbf4f532a1) ssh: support ed25519 SSH keys
146+
- [`9c73132`](https://github.com/deis/workflow-cli/commit/9c73132ae0a30166fc01227926bb7dfd01a19857) ssh: please the gofmt gods
147+
148+
#### Documentation
149+
150+
- [`dcdddaf`](https://github.com/deis/workflow-cli/commit/dcdddaf737c469ecb08121bf830be234657dbb1d) readme: use just `make` for building binary on unix / darwin
151+
152+
#### Maintenance
153+
154+
- [`427f8ee`](https://github.com/deis/workflow-cli/commit/427f8ee41bda4107aa12abe6dcd9ffdab3628529) CHANGELOG: remove CHANGELOG
155+
156+
157+
### Workflow Documentation v2.6.0 -> v2.7.0
158+
159+
#### Features
160+
161+
- [`e5bc58d`](https://github.com/deis/workflow/commit/e5bc58d6f72b79e5499551e38564efd4d3bdd382) reference-guide: add Deis v1 Migration Guide
162+
163+
#### Fixes
164+
165+
- [`53f5134`](https://github.com/deis/workflow/commit/53f51346effdf5e093a8ef948f6956f60da0e58d) docs: correct docs for limits:set --cpu flag (#537)
166+
- [`3ad28eb`](https://github.com/deis/workflow/commit/3ad28eb42899f5ad8d43cdd8de0d8503e003671b) docs: update gke screenshot and text. (#540)
167+
- [`468f277`](https://github.com/deis/workflow/commit/468f2774d1a52bc0ae97eb9acc5e76f699600db6) docs: minor spelling corrections (#543)
168+
- [`1ce3489`](https://github.com/deis/workflow/commit/1ce3489da785e82347c7d21392500a3c2555055e) docs: minor spelling corrections (#541)
169+
- [`7259932`](https://github.com/deis/workflow/commit/72599326278c0cd2bcff01f539e59e9582f9e694) docs: minor spelling correction (#542)
170+
- [`c362ecc`](https://github.com/deis/workflow/commit/c362ecc7012217534e61bd05f77f261595ce380b) docs: minor spelling corrections (#544)
171+
172+
#### Documentation
173+
174+
- [`5553649`](https://github.com/deis/workflow/commit/55536493f19d4cbfb02033867de872dccf431121) src/roadmap/releases.md: add registry-token-refresher to deisrel .json
175+
- [`5d87e32`](https://github.com/deis/workflow/commit/5d87e32b0ddf05ce06d1981f22558aa0b1fd0958) relases: simplify Workflow release step 4
176+
- [`3139333`](https://github.com/deis/workflow/commit/3139333a19524feb6b1416393fe4e69720b65c66) installing-workflow: add followup link to register a user
177+
178+
179+
### Workflow E2E Tests v2.5.3 -> v2.6.0
180+
181+
#### Features
182+
183+
- [`b0f0e69`](https://github.com/deis/workflow-e2e/commit/b0f0e69d4fbdaa63a8a273b63dda5851243b8f3d) tests(config): add tests for config push/pull with LF and CRLF line endings. (#328)
184+
185+
#### Fixes
186+
187+
- [`0722699`](https://github.com/deis/workflow-e2e/commit/0722699cba91567959ced114e9d0af37fc593d72) tests/git_push_test.go: bump deis run timeout
188+
189+
#### Documentation
190+
191+
- [`723cbae`](https://github.com/deis/workflow-e2e/commit/723cbaea8cd95015d66e85706c5118c9113f62dd) README: update e2e chart name/installation
192+
193+
#### Maintenance
194+
195+
- [`0183165`](https://github.com/deis/workflow-e2e/commit/0183165b53309ba6c8479615828f17dd32580f45) CHANGELOG: remove CHANGELOG (#327)

0 commit comments

Comments
 (0)