Skip to content

Commit

Permalink
DCOS-53914 - DC/OS 1.11.11 Update DC/OS version string for OSS and EE.
Browse files Browse the repository at this point in the history
  • Loading branch information
orsenthil committed May 23, 2019
1 parent 3ca106a commit 6e09ec3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Please follow the [`CHANGES.md` modification guidelines](https://github.com/dcos/dcos/wiki/CHANGES.md-guidelines). Thank you!


## DC/OS 1.11.11 (in development)
## DC/OS 1.11.11

### Notable changes

Expand Down
2 changes: 1 addition & 1 deletion dcos_installer/test_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def test_version(monkeypatch):
monkeypatch.setenv('BOOTSTRAP_VARIANT', 'some-variant')
version_data = subprocess.check_output(['dcos_installer', '--version']).decode()
assert json.loads(version_data) == {
'version': '1.11.11-dev',
'version': '1.11.11',
'variant': 'some-variant'
}

Expand Down
2 changes: 1 addition & 1 deletion gen/calc.py
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@ def calculate_fault_domain_detect_contents(fault_domain_detect_filename):
'mesos_agent_log_file': '/var/log/mesos/mesos-agent.log',
'mesos_master_log_file': '/var/lib/dcos/mesos/log/mesos-master.log',
'marathon_port': '8080',
'dcos_version': '1.11.11-dev',
'dcos_version': '1.11.11',
'dcos_gen_resolvconf_search_str': calculate_gen_resolvconf_search,
'curly_pound': '{#',
'exhibitor_static_ensemble': calculate_exhibitor_static_ensemble,
Expand Down

0 comments on commit 6e09ec3

Please sign in to comment.