From 5cabb28b3b5bcf5fdc28bee2c6d6254eee0ef2b4 Mon Sep 17 00:00:00 2001 From: Adam Dangoor <adamdangoor@gmail.com> Date: Mon, 8 Apr 2019 16:36:14 +0000 Subject: [PATCH] Update for release 2019.04.08.0 --- CHANGELOG.rst | 3 +++ minidcos.rb | 2 +- vagrant/Vagrantfile | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 196f81ef0..3e5ad1d94 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,9 @@ Changelog Next ---- +2019.04.08.0 +------------ + * Allow multiple ``--node`` options on ``run`` commands to run a command on multiple nodes. * ``minidcos vagrant list`` will now not show clusters with aborted VMs. A VM is aborted for example if the host is shut down. diff --git a/minidcos.rb b/minidcos.rb index f56667b8c..90c438caf 100644 --- a/minidcos.rb +++ b/minidcos.rb @@ -1,7 +1,7 @@ class Minidcos < Formula include Language::Python::Virtualenv - url "https://codeload.github.com/dcos/dcos-e2e/legacy.tar.gz/2019.04.02.1" + url "https://codeload.github.com/dcos/dcos-e2e/legacy.tar.gz/2019.04.08.0" head "https://github.com/dcos/dcos-e2e.git" homepage "http://minidcos.readthedocs.io/en/latest/" depends_on "python3" diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile index bebd35f3a..7df4525aa 100644 --- a/vagrant/Vagrantfile +++ b/vagrant/Vagrantfile @@ -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.02.1' +DEFAULT_DCOS_E2E_REF = '2019.04.08.0' dcos_e2e_git_ref = ENV.fetch('DCOS_E2E_REF', DEFAULT_DCOS_E2E_REF)