From 411f5c9ac40dfca408d2f58c3baeffe6d7f00459 Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Thu, 4 May 2017 11:15:14 -0600 Subject: [PATCH] docs(*): updates/changelog for v2.14.0 release --- mkdocs.yml | 1 + src/changelogs/v2.14.0.md | 76 +++++++++++++++++++++ src/installing-workflow/chart-provenance.md | 12 ++-- src/installing-workflow/index.md | 2 +- src/quickstart/install-cli-tools.md | 2 +- src/roadmap/releases.md | 10 +-- 6 files changed, 90 insertions(+), 13 deletions(-) create mode 100644 src/changelogs/v2.14.0.md diff --git a/mkdocs.yml b/mkdocs.yml index 17d227f8..e175de42 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -94,6 +94,7 @@ pages: - Controller API v2.2: reference-guide/controller-api/v2.2.md - Controller API v2.3: reference-guide/controller-api/v2.3.md - Changelogs: + - v2.14.0: changelogs/v2.14.0.md - v2.13.0: changelogs/v2.13.0.md - v2.12.0: changelogs/v2.12.0.md - v2.11.0: changelogs/v2.11.0.md diff --git a/src/changelogs/v2.14.0.md b/src/changelogs/v2.14.0.md new file mode 100644 index 00000000..670a37f7 --- /dev/null +++ b/src/changelogs/v2.14.0.md @@ -0,0 +1,76 @@ +## Workflow v2.13.0 -> v2.14.0 + +#### Releases + +- controller v2.13.0 -> v2.14.0 +- fluentd v2.8.0 -> v2.9.0 +- monitor v2.8.1 -> v2.9.0 +- redis v2.2.5 -> v2.2.6 +- registry-proxy v1.1.1 -> v1.3.0 +- router v2.12.0 -> v2.12.1 +- slugbuilder v2.4.11 -> v2.4.12 +- workflow v2.13.0 -> v2.14.0 +- workflow-cli v2.13.0 -> v2.14.0 +- workflow-e2e v2.10.0 -> v2.11.0 + +#### Features + +- [`c515df3`](https://github.com/deis/fluentd/commit/c515df308bc929e0366b6a2bd05813a506c1cdad) (fluentd) - chart: Extend values.yaml file +- [`af04466`](https://github.com/deis/monitor/commit/af0446621a890bf279f0f96b8709a8b70ebd12eb) (monitor) - grafana: Allow users to set signup flag in chart +- [`a8c0fa7`](https://github.com/deis/registry-proxy/commit/a8c0fa7f5db60dffa4b2fb8aa826466d6d8a2ce5) (registry-proxy) - Makefile: set docker build flags via environment variable +- [`292a3d4`](https://github.com/deis/workflow/commit/292a3d4864c797812a24160c1d089c6fa40be060) (workflow) - ingress: document deis-builder DNS records +- [`3750f53`](https://github.com/deis/workflow-e2e/commit/3750f53aebc4a3eb6001dc967ece26cc7aa747ec) (workflow-e2e) - Makefile: add test target + +#### Refactors + +- [`08f4c69`](https://github.com/deis/controller/commit/08f4c690d951f720b4152d8be1941296f430d3c1) (controller) - ci: remove travis, update build status (#1287) +- [`59cce25`](https://github.com/deis/fluentd/commit/59cce25ada66ca7d549bdd8e5de9f7cd7952bbeb) (fluentd) - README: update link to deis graphic +- [`6b7d85a`](https://github.com/deis/fluentd/commit/6b7d85a42369cc23b21eb6422cad794c15627911) (fluentd) - makefile: Update makefile to work with new chart structure +- [`d59bedc`](https://github.com/deis/fluentd/commit/d59bedc58884eb77070b848b32b43d01270e8092) (fluentd) - ci: remove _scripts; add badge +- [`0fcea4f`](https://github.com/deis/monitor/commit/0fcea4f07aef369b1fdb88b5586ac8ec17f13066) (monitor) - _scripts: remove unused scripts +- [`511fa8c`](https://github.com/deis/redis/commit/511fa8c6111096e406a4eb64ed20e943c5866084) (redis) - README: switch to wabs container +- [`5c7624c`](https://github.com/deis/redis/commit/5c7624ceb4c02a841de6bf89e0e43d5b0c6c7480) (redis) - ci: remove travis; add badge +- [`cea7734`](https://github.com/deis/router/commit/cea7734ebe2c7c7d6570497d9d2be5a453fc787c) (router) - ci: remove travis; add badge +- [`e8de27c`](https://github.com/deis/slugbuilder/commit/e8de27cae818c9a45cc322a34f24ea74bee44a1d) (slugbuilder) - ci: remove travis; update badge +- [`bd0b1d9`](https://github.com/deis/workflow/commit/bd0b1d955ae5c102ade03a141dab1351b7d79ed0) (workflow) - azure/boot: export AZURE_DNS_PREFIX and use $HOME +- [`8526e49`](https://github.com/deis/workflow/commit/8526e49c903112c971636d7c88174f09aeea49ac) (workflow) - ci: rm travis and unused scripts (#803) +- [`008615a`](https://github.com/deis/workflow-cli/commit/008615abe0a336be0d74f0185f0771938ee401fd) (workflow-cli) - Jenkinsfile: disable win agent +- [`50ec2a2`](https://github.com/deis/workflow-e2e/commit/50ec2a2e60ea457740b3aa9ce4b762b02a005ae8) (workflow-e2e) - tests: update tests for new registration mode default + +#### Fixes + +- [`960e899`](https://github.com/deis/controller/commit/960e89926e5021a6b62041dbe1fd6f8fce64bd8c) (controller) - ingress-test: Fixing make test-style +- [`a9674a3`](https://github.com/deis/fluentd/commit/a9674a30904d85e4c85566644f5bb85d49e744d5) (fluentd) - charts: fix(charts) add quote around daemon_environment value +- [`73effea`](https://github.com/deis/monitor/commit/73effead23c0fba26551b1e8e21597bbdb2296bf) (monitor) - telegraf/rootfs/start-telegraf: address shellcheck/style err +- [`76134f7`](https://github.com/deis/redis/commit/76134f744bcdf1a4dc2d6dbaf80154b50f39eb7b) (redis) - rootfs/Dockerfile: force gunzip of copyright archive +- [`e559768`](https://github.com/deis/router/commit/e5597683a18c0167ea044ba9d590edd46fc5ac43) (router) - charts: remove b64enc from dhparam +- [`05866f6`](https://github.com/deis/workflow/commit/05866f620a6aed0ba548171cda1aa976ffc23121) (workflow) - hostname: Fixing hostname line +- [`140ded9`](https://github.com/deis/workflow-e2e/commit/140ded9b62d926890892cac91c3518f790966f55) (workflow-e2e) - tests/auth: no interactive register for admin + +#### Documentation + +- [`32cd737`](https://github.com/deis/controller/commit/32cd7379f711b1f7a09f9b7480de500573769e48) (controller) - api: update doc pointers for Django 1.11 +- [`7d2c0ba`](https://github.com/deis/controller/commit/7d2c0badf19af7e11c551e274944622d616ab942) (controller) - README: remove old testing prerequisites +- [`addf549`](https://github.com/deis/workflow/commit/addf5496036ac7820222fb3ae2b80adf975eaffc) (workflow) - gke/boot: Add info on obtaining credentials +- [`29a86b0`](https://github.com/deis/workflow/commit/29a86b0ba41ac1b2e09f64f8b1a47a303901ca9f) (workflow) - system-requirements: warn users away from broken k8s versions +- [`8c223b5`](https://github.com/deis/workflow/commit/8c223b547638723691184a8b6f63a9b17fcc6fef) (workflow) - platform-logging: Add section on custom fluentd plugins +- [`218985f`](https://github.com/deis/workflow/commit/218985f97a5b912df987dfec550b901ca21d186b) (workflow) - monitoring: Update docs to reflect monitor chart changes + +#### Maintenance + +- [`1f93f21`](https://github.com/deis/controller/commit/1f93f21c4d80e51bae363d48a1a8325b6fa68720) (controller) - requirements: update Django to 1.11 LTS +- [`88846bf`](https://github.com/deis/controller/commit/88846bfaa00d36314afee31ec42e38ee5de34e47) (controller) - requirements: update pytz to 2017.2 +- [`99061ff`](https://github.com/deis/controller/commit/99061ffb19a545132f61db596e63f069b7d9748a) (controller) - requirements: update django-guardian to v1.4.8 +- [`49e741e`](https://github.com/deis/controller/commit/49e741e61ddec46cdbebeb778a9df89fe143ec97) (controller) - ingress: Adding unit tests +- [`88bfcbd`](https://github.com/deis/controller/commit/88bfcbd4c980b52fd43602bb4c9fd5c7e87ab656) (controller) - requirements: update pyOpenSSL to v17.0.0 +- [`7a9c3e6`](https://github.com/deis/controller/commit/7a9c3e60c06f3651946e512e2f0782b7f62687cd) (controller) - dev_requirements: update codecov to v2.0.9 +- [`8ed937d`](https://github.com/deis/controller/commit/8ed937dd5eeaecbc6a04d0549e7e02d8f28f670b) (controller) - requirements: update django-auth-ldap to v1.2.11 +- [`51ac827`](https://github.com/deis/controller/commit/51ac82707c7bb9968fc39e9d8c70f9c0abb01a68) (controller) - requirements: update backoff library to v1.4.2 +- [`b8560e0`](https://github.com/deis/router/commit/b8560e048c554792db4955186eb9048ecc626b9b) (router) - Dockerfile: update nginx to 1.11.13 +- [`21aa475`](https://github.com/deis/router/commit/21aa475bfbdc76f9b5acbfb7ed4b71e1673ec973) (router) - Dockerfile: update nginx to 1.12.0 stable +- [`2f7705c`](https://github.com/deis/router/commit/2f7705c6dc647270b9416176f5fc8e62dba749ab) (router) - Dockerfile: update nginx to 1.13.0 +- [`4a802e4`](https://github.com/deis/slugbuilder/commit/4a802e4b8f52ee84b40a026224805690845257e7) (slugbuilder) - buildpacks: update heroku-buildpack-nodejs to v101 +- [`fb567ac`](https://github.com/deis/slugbuilder/commit/fb567ace7f646c53dcb3515700441324e7b37f3f) (slugbuilder) - buildpacks: update heroku-buildpack-go to v64 +- [`3c14ac2`](https://github.com/deis/slugbuilder/commit/3c14ac2ede6a8bf6ae611a1b75f872048a464443) (slugbuilder) - buildpacks: update heroku-buildpack-php to v121 +- [`32de3c1`](https://github.com/deis/slugbuilder/commit/32de3c1cc598801eda8cd8bc6365d9ac82a69ed9) (slugbuilder) - buildpacks: update heroku-buildpack-ruby to v159 +- [`3e09799`](https://github.com/deis/workflow-e2e/commit/3e097995a7b97e45d1d10e39926c01ce3cc43d69) (workflow-e2e) - README.md: update build status badge diff --git a/src/installing-workflow/chart-provenance.md b/src/installing-workflow/chart-provenance.md index ba0b1c64..e29bb64e 100644 --- a/src/installing-workflow/chart-provenance.md +++ b/src/installing-workflow/chart-provenance.md @@ -34,16 +34,16 @@ Charts signed with this key can then be verified when fetched: $ helm repo add deis https://charts.deis.com/workflow "deis" has been added to your repositories -$ helm fetch --verify workflow/workflow --version v2.13.0 -Verification: &{0xc420746780 sha256:82ab6db76167050b461cd2a79d1c787f48885d44660552e29c4a0ac4e78b7c9f workflow-v2.13.0.tgz} +$ helm fetch --verify workflow/workflow --version v2.14.0 +Verification: &{0xc4208f4b40 sha256:662b7b5f0101086b373a326aac8c505df3b230d377b926fc256b537a3471f2ad workflow-v2.14.0.tgz} ``` -One can then inspect the fetched `workflow-v2.13.0.tgz.prov` provenance file. +One can then inspect the fetched `workflow-v2.14.0.tgz.prov` provenance file. If the chart was not signed, the command above would result in: ``` -Error: Failed to fetch provenance "https://charts.deis.com/workflow/workflow-v2.13.0.tgz.prov" +Error: Failed to fetch provenance "https://charts.deis.com/workflow/workflow-v2.14.0.tgz.prov" ``` Alternatively, the chart can also be verified at install time: @@ -51,14 +51,14 @@ Alternatively, the chart can also be verified at install time: ``` $ helm install --verify deis/workflow --namespace deis NAME: exiled-mink -LAST DEPLOYED: Thu Apr 6 08:22:16 2017 +LAST DEPLOYED: Thu May 4 08:22:16 2017 NAMESPACE: deis STATUS: DEPLOYED ... $ helm ls NAME REVISION UPDATED STATUS CHART -exiled-mink 1 Thu Apr 6 08:22:16 2017 DEPLOYED workflow-v2.13.0 +exiled-mink 1 Thu May 4 08:22:16 2017 DEPLOYED workflow-v2.14.0 ``` Having done so, one is assured of the origin and authenticity of any installed Workflow chart released by Deis. diff --git a/src/installing-workflow/index.md b/src/installing-workflow/index.md index 5071a29d..f44337e3 100644 --- a/src/installing-workflow/index.md +++ b/src/installing-workflow/index.md @@ -100,4 +100,4 @@ After installing Workflow, [register a user and deploy an application](../quicks [Kubernetes v1.3.4+]: system-requirements.md#kubernetes-versions [helm]: https://github.com/kubernetes/helm/blob/master/docs/install.md -[valuesfile]: https://charts.deis.com/workflow/values-v2.13.0.yaml +[valuesfile]: https://charts.deis.com/workflow/values-v2.14.0.yaml diff --git a/src/quickstart/install-cli-tools.md b/src/quickstart/install-cli-tools.md index 77fe9b30..578ebab6 100644 --- a/src/quickstart/install-cli-tools.md +++ b/src/quickstart/install-cli-tools.md @@ -19,7 +19,7 @@ should move it somewhere in your $PATH: Check your work by running `deis version`: $ deis version - v2.13.0 + v2.14.0 !!! note Note that version numbers may vary as new releases become available diff --git a/src/roadmap/releases.md b/src/roadmap/releases.md index 7cf455f2..1d42b89c 100644 --- a/src/roadmap/releases.md +++ b/src/roadmap/releases.md @@ -136,8 +136,8 @@ verify it can be fetched (and verified): ``` $ helm repo add controller https://charts.deis.com/controller "controller" has been added to your repositories -$ helm fetch --verify controller/controller --version v2.13.0 -Verification: &{0xc420614780 sha256:77f3b7df9b0498f4f24bfcbaede45d84d8c7515d695899126cebd2dd8f9752e3 controller-v2.13.0.tgz} +$ helm fetch --verify controller/controller --version v2.14.0 +Verification: &{0xc42045ec80 sha256:771270c4f71f4ca9f0d10141f28068457b443c1a4ff9da6666fde7361ce64e1a controller-v2.14.0.tgz} ``` ## How to Release Workflow @@ -150,7 +150,7 @@ deliverable. This section leads a maintainer through creating a Workflow release Export two environment variables that will be used in later steps: ```bash -export WORKFLOW_RELEASE=v2.13.0 WORKFLOW_PREV_RELEASE=v2.12.0 # for example +export WORKFLOW_RELEASE=v2.14.0 WORKFLOW_PREV_RELEASE=v2.13.0 # for example ``` ### Step 2: Tag Supporting Repositories @@ -264,8 +264,8 @@ Post a message to the #company channel on Slack. Include a link to the released master CHANGELOG: ``` -@here Deis Workflow v2.13.0 is now live! -Master CHANGELOG: https://deis.com/docs/workflow/changelogs/v2.13.0/ +@here Deis Workflow v2.14.0 is now live! +Master CHANGELOG: https://deis.com/docs/workflow/changelogs/v2.14.0/ ``` You're done with the release. Nice job!