Skip to content

Commit

Permalink
Update for release 2018.12.05.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtheturtle committed Dec 5, 2018
1 parent 8a64663 commit da37010
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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.05.0
------------

- Limit UUID in the cluster ID to 5 characters to avoid problems with Docker.

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

resource "PyJWT" do
url "https://files.pythonhosted.org/packages/00/5e/b358c9bb24421e6155799d995b4aa3aa3307ffc7ecae4ad9d29fd7e07a73/PyJWT-1.6.4.tar.gz"
sha256 "4ee413b357d53fd3fb44704577afac88e72e878716116270d722723d65b42176"
url "https://files.pythonhosted.org/packages/6c/91/195c34ea8ff93f1b43c5d944598b853b2e8056703aab7bc95767d233ed92/PyJWT-1.7.0.tar.gz"
sha256 "ddec8409c57e9d371c6006e388f91daf3b0b43bdf9fcbf99451fb7cf5ce0a86d"
end

resource "PyNaCl" 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 = '2018.12.01.1'
DEFAULT_DCOS_E2E_REF = '2018.12.05.0'

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

Expand Down

0 comments on commit da37010

Please sign in to comment.