Skip to content

Releases: deis/charts

Deis Workflow v2.9.0

05 Dec 19:11
Compare
Choose a tag to compare

v2.8.0 -> v2.9.0

Features

  • ea9e648 workflow-dev: add preStop hook to postgres

Refactors

  • 67c0a3f workflow-dev: make PGCTLTIMEOUT tunable

Fixes

  • 92f7751 workflow-dev/tpl/deis-database-deployment.yaml: rename env var
  • 5bc0305 workflow-dev: rewrite to avoid whitespace errors

Documentation

  • bd1a6f1 README: remove dead Travis CI badge
  • de94939 *: add note about Helm classic deprecation

Maintenance

  • 0fbd407 workflow-v2.9.0: releasing workflow-v2.9.0(-e2e)

Deis Workflow v2.8.0

26 Oct 22:39
Compare
Choose a tag to compare

v2.7.0 -> v2.8.0

Features

  • 51adf01 monitor: Allow for parts of the monitor stack to be off cluster
  • c341fbb controller: Add registration mode env var

Fixes

  • 9b2cc2b influx: copy the api and ui services for influx properly
  • 08c9892 registry: make GCR REGISTRY_LOCATION value consistent
  • 206a43b monitor: remove the generate header as it is part of script

Maintenance

  • 727437a workflow-v2.8.0: releasing workflow-v2.8.0(-e2e)

Deis Workflow v2.7.0

11 Oct 22:35
Compare
Choose a tag to compare

v2.6.0 -> v2.7.0

Features

  • 00ec320 scripts: automate some of workflow release
  • 37de884 telegraf: Use kubernetes telegraf plugin

Fixes

  • e22104e router,e2e: normalize strings for automation
  • 9225708 charts: make grafana creds configurable and remove unused minio POD_IP env
  • 16784ef workflow-dev: bump router's livenessProbe initial delay
  • 1cac30b helm-keep: Add helm-keep annotations to all the services

Maintenance

  • 091edb4 CHANGELOG: remove CHANGELOG
  • 9581bd6 workflow-v2.6.0: releasing workflow-v2.6.0(-e2e)
  • 19e5e35 workflow-v2.7.0: releasing workflow-v2.7.0(-e2e)

Deis Workflow v2.6.0

28 Sep 23:20
Compare
Choose a tag to compare

v2.5.0 -> v2.6.0

Features

  • c12210e deployments: move components to use deployments instead of RC
  • 2184b3a workflow-dev-e2e: add spotify/docker-gc to e2e
  • 2d6eb85 monitor: Make grafana credentials configurable

Refactors

  • 15d4c1c controller: SLUG_RUNNER_IMAGE_PULL_POLICY got removed and IMAGE_PULL_POLICY is the new thing to use (#351)

Fixes

  • 7a57359 workflow-dev-e2e: remove serviceaccount requirement for spotify-gc

Maintenance

  • 561a3ea workflow-dev: Quote server urls in telegraf config
  • 9581bd6 workflow-v2.6.0: releasing workflow-v2.6.0(-e2e)

Deis Workflow v2.5.0

09 Sep 17:21
Compare
Choose a tag to compare

See https://deis.com/docs/workflow/changelogs/v2.5.0/ for the details of component-level changes.

v2.4.2 -> v2.5.0

Fixes

  • 3c570c5 imagepullpolicy: pass the image pull policy of slugbuilder,dockerbuilder and slugrunner
  • 62ee5cb minio: Pass the ip of the pod as env variable using downward api

Maintenance

  • eed8c33 workflow-v2.5.0: releasing workflow-v2.5.0(-e2e)

Deis Workflow v2.4.2

29 Aug 20:27
Compare
Choose a tag to compare

v2.4.1 -> v2.4.2

Maintenance

  • 4590ab3 workflow-v2.4.2: releasing workflow-v2.4.2(-e2e)

Deis Workflow v2.4.1

20 Aug 18:20
Compare
Choose a tag to compare

v2.4.0 -> v2.4.1

Maintenance

  • af1c969 workflow-v2.4.1: releasing workflow-v2.4.1(-e2e)

Deis Workflow v2.4.0

18 Aug 19:36
Compare
Choose a tag to compare

v2.3.0 -> v2.4.0

Features

  • e27895c limits: create limits for each deployment from generate_params.toml

Fixes

  • d835cc6 auth: Use Alphanum instead ascii such that spaces are not included
  • 4e644f1 generate_params.toml: make GC service key use consistent

Maintenance

  • 47f197b workflow-v2.4.0: releasing workflow-v2.4.0(-e2e)

v2.2.0 -> v2.3.0

04 Aug 19:52
Compare
Choose a tag to compare

v2.2.0 -> v2.3.0

Features

  • 7fbeb3f router: move deis-router to use Deployments
  • 69831ed workflow-manager: move deis-workflow-manager to use Deployments
  • 31cbcc9 registry: move deis-registry to use Deployments
  • 4173034 controller: move deis-controller to use Deployments
  • 106e022 builder: move deis-builder to use Deployments
  • 1692748 test: add TEST env variable to workflow e2e chart
  • 78e77cb workflow-dev: re-introduce registry-proxy
  • 38c80bb registry: Add support for private registry
  • 79a26ec *: add helm-keep to all Deployments, like router already has

Fixes

  • 93098d6 registry: registry token refresher shouldn't be uninstalled when using in-cluster

Maintenance

  • a327912 *: remove old charts that reference pre 2.0.0 release
  • c82f3eb workflow-v2.3.0: Release workflow and workflow-e2e version 2.3.0

v2.0.0 -> v2.1.0

01 Jul 21:37
Compare
Choose a tag to compare

Features

  • 8ed585f workflow-dev: Add nsq to the workflow chart
  • 5b29b4c database: Add easier off-cluster db config

Fixes

  • 64b4512 minio: create minio when using storage type as minio via env vars

Documentation

  • 6367466 CHANGELOG.md: add entry for v2.0.0

Maintenance

  • 92abf85 router-dev/Chart.yaml: bump version to v2.0.0
  • 46289d0 workflow/router-dev/Chart.yaml: prepend description with chart name
  • 64026dc workflow-dev: Update image name in nsqd-rc to be nsq.
  • fcd4fce logger/fluentd: Update logging stack to reflect nsq usage
  • 473ea02 workflow-dev: Update telegraf env vars
  • 010de23 workflow-dev: remove stdout metrics config from fluentd
  • 3274b8c logger: Stop logging via UDP
  • fc70265 workflow-v2.1.0: releasing workflow-v2.1.0(-e2e) and router-v2.1.0