Skip to content

Commit

Permalink
Update for release 2019.06.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtheturtle committed Jun 19, 2019
1 parent 2924336 commit 2af2454
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Changelog
Next
----

2019.06.19.0
------------

* Renamed ``Cluster.run_integration_tests``\ 's ``test_host`` parameter to ``node``.
* Renamed ``Cluster.run_integration_tests``\ 's ``pytest_command`` parameter to ``args``.
* Renamed ``Cluster.run_integration_tests`` to ``Cluster.run_with_test_environment``.
Expand Down
6 changes: 3 additions & 3 deletions minidcos.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Minidcos < Formula
include Language::Python::Virtualenv

url "https://codeload.github.com/dcos/dcos-e2e/legacy.tar.gz/2019.06.15.0"
url "https://codeload.github.com/dcos/dcos-e2e/legacy.tar.gz/2019.06.19.0"
head "https://github.com/dcos/dcos-e2e.git"
homepage "http://minidcos.readthedocs.io/en/latest/"
depends_on "python3"
Expand Down Expand Up @@ -88,8 +88,8 @@ class Minidcos < Formula
end

resource "certifi" do
url "https://files.pythonhosted.org/packages/06/b8/d1ea38513c22e8c906275d135818fee16ad8495985956a9b7e2bb21942a1/certifi-2019.3.9.tar.gz"
sha256 "b26104d6835d1f5e49452a26eb2ff87fe7090b89dfcaee5ea2212697e1e1d7ae"
url "https://files.pythonhosted.org/packages/c5/67/5d0548226bcc34468e23a0333978f0e23d28d0b3f0c71a151aef9c3f7680/certifi-2019.6.16.tar.gz"
sha256 "945e3ba63a0b9f577b1395204e13c3a231f9bc0223888be653286534e5873695"
end

resource "cffi" do
Expand Down
2 changes: 1 addition & 1 deletion vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# vi: set ft=ruby :

# The next line is managed by `admin/release.py` - check there before modifying
DEFAULT_DCOS_E2E_REF = '2019.06.15.0'
DEFAULT_DCOS_E2E_REF = '2019.06.19.0'

dcos_e2e_git_ref = ENV.fetch('DCOS_E2E_REF', DEFAULT_DCOS_E2E_REF)

Expand Down

0 comments on commit 2af2454

Please sign in to comment.