Skip to content

Commit a8ace4f

Browse files
committed
Update for release 2019.03.22.1
1 parent d990fc0 commit a8ace4f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Changelog
66
Next
77
----
88

9+
2019.03.22.1
10+
------------
11+
912
2019.03.22.0
1013
------------
1114

minidcos.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class Minidcos < Formula
22
include Language::Python::Virtualenv
33

4-
url "https://codeload.github.com/dcos/dcos-e2e/legacy.tar.gz/2019.03.22.0"
4+
url "https://codeload.github.com/dcos/dcos-e2e/legacy.tar.gz/2019.03.22.1"
55
head "https://github.com/dcos/dcos-e2e.git"
66
homepage "http://minidcos.readthedocs.io/en/latest/"
77
depends_on "python3"

vagrant/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# vi: set ft=ruby :
33

44
# The next line is managed by `admin/release.py` - check there before modifying
5-
DEFAULT_DCOS_E2E_REF = '2019.03.22.0'
5+
DEFAULT_DCOS_E2E_REF = '2019.03.22.1'
66

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

0 commit comments

Comments
 (0)