Releases: dcos/dcos-e2e
Releases · dcos/dcos-e2e
2017.12.11.0
- Replace the extended
wait_for_dcos_eetimeout with a preceding dcos-diagnostics check.
2017.12.08.0
- Extend
wait_for_dcos_eetimeout for waiting until the DC/OS CA cert can be fetched.
2017.11.29.0
- Backwards incompatible change: Introduce separate
wait_for_dcos_ossandwait_for_dcos_eemethods.
Both methods improve the boot process waiting time for the corresponding DC/OS version. - Backwards incompatible change:
run_integration_testsnow requires to callwait_for_dcos_ossorwait_for_dcos_eebeforehand.
2017.11.21.0
- Remove
ExistingClusterbackend and replaced it with simplerCluster.from_nodesmethod. - Simplified the default configuration for the Docker backend.
Notably this no longer contains a defaultsuperuser_usernameorsuperuser_password_hash. - Support
custom_agent_mountsandcustom_public_agent_mountson the Docker backend.
2017.11.15.0
- Remove
destroy_on_erroranddestroy_on_successfromCluster.
Instead, avoid usingClusteras a context manager to keep the cluster alive.
2017.11.14.0
- Backwards incompatible change: Rename
DCOS_Dockerbackend toDockerbackend. - Backwards incompatible change: Replace
generate_config_pathwithbuild_artifactthat can either be apathlib.Pathor a HTTP(S) URL string. - Backwards incompatible change: Remove
run_as_root. Instead require adefault_ssh_userfor backends to run commands over SSH on any clusterNodecreated with this backend. - Backwards incompatible change: Split the DC/OS installation from the
ClusterManager's__init__procedure. - Backwards incompatible change: Explicit distinction of installation methods by providing separate methods for
install_dcos_from_pathandinstall_dcos_from_urlinstead of inspecting the type ofbuild_artifact. - Backwards incompatible change:
log_output_liveis no longer an attribute of theClusterclass. It may now be passed separately as a parameter for each output-generating operation.
2017.11.02.0
- Added
Node.send_fileto allow files to be copied to nodes. - Added
custom_master_mountsto the DC/OS Docker backend. - Backwards incompatible change: Removed
files_to_copy_to_masters.
Instead, usecustom_master_mountsorNode.send_file.
2017.10.04.0
- Added Apache2 license.
- Repository moved to
https://github.com/mesosphere/dcos-e2e. - Added
run, which is similar torun_as_rootbut takes auserargument. - Added
popen, which can be used for running commands asynchronously.
2017.08.11.0
Fixed an issue preventing integration tests from working in some situations.
2017.08.08.0
- Fixed issue which prevented
files_to_copy_to_installerfrom working.