Skip to content

Commit

Permalink
Update for release 2019.04.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtheturtle committed Apr 18, 2019
1 parent 02cd7a7 commit 5f85b02
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 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.18.2
------------

2019.04.18.1
------------

Expand Down
2 changes: 1 addition & 1 deletion 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.18.1"
url "https://codeload.github.com/dcos/dcos-e2e/legacy.tar.gz/2019.04.18.2"
head "https://github.com/dcos/dcos-e2e.git"
homepage "http://minidcos.readthedocs.io/en/latest/"
depends_on "python3"
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.18.1'
DEFAULT_DCOS_E2E_REF = '2019.04.18.2'

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

Expand Down

0 comments on commit 5f85b02

Please sign in to comment.