Skip to content

Releases: deis/workflow-e2e

Deis Workflow End-to-End Tests v2.6.0

10 Oct 16:46
Compare
Choose a tag to compare

v2.5.3 -> v2.6.0

Features

  • b0f0e69 tests(config): add tests for config push/pull with LF and CRLF line endings. (#328)

Fixes

  • 0722699 tests/git_push_test.go: bump deis run timeout

Documentation

  • 723cbae README: update e2e chart name/installation

Maintenance

Deis Workflow End-to-End Tests v2.5.3

27 Sep 16:21
Compare
Choose a tag to compare

v2.5.2 -> v2.5.3

Fixes

Deis Workflow End-to-End Tests v2.5.2

07 Sep 21:30
Compare
Choose a tag to compare

v2.5.1 -> v2.5.2

Fixes

  • 0c1d9a8 docker-test-integration.sh: check workflow-cli-release bucket, too.

Deis Workflow End-to-End Tests v2.5.1

07 Sep 17:31
Compare
Choose a tag to compare

v2.5.0 -> v2.5.1

Fixes

  • 2d1da74 tests: mark tls:enable/disable as pending (#323)

Deis Workflow End-to-End Tests v2.5.0

06 Sep 22:59
Compare
Choose a tag to compare

v2.4.0 -> v2.5.0

Features

  • a2ed8b2 docker: add DEBUG option to hang build (#312)
  • 30c8fd3 procfile: unskip builds procfile test
  • 95f4eb9 docker-test-integration.sh: try curling cli from multiple buckets
  • 9c294e3 maintenance: Add test for maintenance mode
  • 013709e whitelist: Add tests for deis whitelist
  • 5bc8cb0 tests: add deis tls tests (#316)
  • 0f2df78 docker-test-integration.sh: check if 'stable'

Refactors

  • 2da83d9 Dockerfile: don't use alpine, it has known DNS issues (#313)

Fixes

  • 8a2d858 healthcheck: use correct port the image exposes

Maintenance

  • 424f625 Makefile: update docker-go-dev to 0.17.0
  • 88ad38f glide.lock: update ginkgo, gomega, controller-sdk-go

Deis Workflow End-to-End Tests v2.4.0

17 Aug 16:53
Compare
Choose a tag to compare

v2.3.0 -> v2.4.0

Features

  • 6f76da5 procfile: create a build with a procfile
  • 94a884a skip: make procfile test pending
  • 09c1c33 tests: add deis routing e2e tests (#304)

Fixes

  • 7e0d1cc CLI: log cli version after installing to check revision (#284)
  • 47a6907 deployments: proc type regex changed due to Deployments
  • b22274e limits: ask for 500m instead of 1024 cores in the limits CPU test
  • 2cd045a Makefile: add retrying to workflow CLI download
  • a56611c docker-test-integration: show curl errors (#311)
  • 807d110 auth: update to new missing config error message (#301)

Maintenance

  • ce08b1c travis: Remove .travis.yml

v2.3.0

03 Aug 21:07
Compare
Choose a tag to compare

v2.2.0 -> v2.3.0

Features

  • 9a55c84 apptypes: change integration script to test buildpack and dockerfile tests
  • 0bb597d controller: deis pull failure should check if the existing rc/pods are not deleted

Fixes

  • 4599b77 certs: limit=0 is invalid in DRF 3.4
  • f1053f9 Makefile: wrap FOCUS_TEST in quotes
  • 27e89ed app: DRF 3.4.1 changed the way it does certain errors
  • 5b93d86 git: use new git remote output (#278)
  • 7666eaa git: check stderr for error message (#280)

Maintenance

  • d729959 Dockerfile: bump kubectl and glide (#265)
  • 7c2f1d8 docker-test-integration: Run curl in silent mode

v2.0.0 -> v2.1.0

01 Jul 21:24
Compare
Choose a tag to compare

Features

  • 8cca750 registry: PORT is required for private registry
  • f0f5712 apps: apps:run will now print on stderr if the command errors (#231)
  • 6876296 docker: install specified CLI version at runtime (#233)
  • c65d01b *: update to use new errors from CLI (#239)
  • a532726 git_push_test.go: add git push interrupt test
  • 34cbfe2 healthchecks: add deis healthchecks e2e tests

Fixes

  • 6f71be2 registry: overwriting variable typo
  • 34f16a5 registry: recorganise registry tests order and fix a should(say()) call
  • 188f6aa registry: more port setting and fix up error message detection
  • d56ba6d apps_test: escape quotes properly in deis run spec
  • afbe0f7 README: update go report card badge url (#232)
  • 8cf7025 apps/commands: match substring, not entire string
  • 7d15489 config: unsetting a key that does not exist results in exit 1
  • 4ee56b2 deps: update SDK to reflect changed spelling of hyphen (#246)

Documentation

  • 94bf4c1 CHANGELOG.md: add entry for v2.0.0

Maintenance

  • 7d6a033 Makefile: remove deprecated '-f' flag