Skip to content

Commit

Permalink
Update for release 2018.12.01.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtheturtle committed Dec 1, 2018
1 parent b51cf47 commit c54b3d4
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
----

2018.12.01.1
------------

2018.12.01.0
------------

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/2018.12.01.0"
url "https://codeload.github.com/dcos/dcos-e2e/legacy.tar.gz/2018.12.01.1"
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 = '2018.12.01.0'
DEFAULT_DCOS_E2E_REF = '2018.12.01.1'

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

Expand Down

0 comments on commit c54b3d4

Please sign in to comment.