Skip to content

Commit

Permalink
Update for release 2019.04.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtheturtle committed Apr 25, 2019
1 parent cd1e589 commit f5ae856
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 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.04.25.0
------------

2019.04.23.1
------------

Expand Down
10 changes: 5 additions & 5 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.04.23.1"
url "https://codeload.github.com/dcos/dcos-e2e/legacy.tar.gz/2019.04.25.0"
head "https://github.com/dcos/dcos-e2e.git"
homepage "http://minidcos.readthedocs.io/en/latest/"
depends_on "python3"
Expand Down Expand Up @@ -128,8 +128,8 @@ class Minidcos < Formula
end

resource "docker" do
url "https://files.pythonhosted.org/packages/55/ca/d8ab1ffe1e08641f4593ea971be15a632392fe78dc6f30d22d250f2d775e/docker-3.7.1.tar.gz"
sha256 "d2c14d2cc7d54818897cc6f3cf73923c4e7dfe12f08f7bddda9dbea7fa82ea36"
url "https://files.pythonhosted.org/packages/4b/79/4206ea568bd0d134cd7cb6022dd60bea06ffdb8b5564288ca428fd3aeb0d/docker-3.7.2.tar.gz"
sha256 "c456ded5420af5860441219ff8e51cdec531d65f4a9e948ccd4133e063b72f50"
end

resource "docker-pycreds" do
Expand Down Expand Up @@ -263,8 +263,8 @@ class Minidcos < Formula
end

resource "pyasn1-modules" do
url "https://files.pythonhosted.org/packages/bd/a5/ef7bf693e8a8f015386c9167483199f54f8a8ec01d1c737e05524f16e792/pyasn1-modules-0.2.4.tar.gz"
sha256 "a52090e8c5841ebbf08ae455146792d9ef3e8445b21055d3a3b7ed9c712b7c7c"
url "https://files.pythonhosted.org/packages/ec/0b/69620cb04a016e4a1e8e352e8a42717862129b574b3479adb2358a1f12f7/pyasn1-modules-0.2.5.tar.gz"
sha256 "ef721f68f7951fab9b0404d42590f479e30d9005daccb1699b0a51bb4177db96"
end

resource "pycparser" 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.04.23.1'
DEFAULT_DCOS_E2E_REF = '2019.04.25.0'

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

Expand Down

0 comments on commit f5ae856

Please sign in to comment.