|
| 1 | +# v1.12.0 |
| 2 | + |
| 3 | +Breaking changes: |
| 4 | +- Azure CLI updated to 2.0 (GH-1359) |
| 5 | +- Update gflags to version 3.1.1 (GH-1322) |
| 6 | + |
| 7 | +New features: |
| 8 | +- Azure container service (GH-1361) |
| 9 | +- Add Reboot() method to BaseOsMixin (GH-1356) |
| 10 | +- Add container cluster classes (GH-1355) |
| 11 | +- Optional `--completion_status_file` flag to write the completion status of every config to a json file (GH-1349) |
| 12 | +- Add `--gcp_min_cpu_platform` flag (GH-1336) |
| 13 | +- Add GCP sole tenancy support (GH-1333) |
| 14 | +- Add SHOC package (GH-1332) |
| 15 | +- Add Stencil2D benchmark (GH-1332) |
| 16 | +- Managed memcache service abstraction and a backend for AWS ElastiCache (GH-1235) |
| 17 | +- Add Apache Beam benchmark (GH-1324) |
| 18 | +- Add `image_project` to GCP YAML config options (GH-1319) |
| 19 | +- Add support for AWS i3 (GH-1308) |
| 20 | +- Optionally create failed run samples with --create_failed_run_samples (GH-1363) |
| 21 | +- Add --storage_size flag for mysql_service benchmark (GH-1360 from @sspano) |
| 22 | + |
| 23 | +Enhancements: |
| 24 | +- Add optional step parameter to IntegerList (GH-1330) |
| 25 | +- Upgrade to NVIDIA's latest version of CUDA Toolkit 8 (GH-1304) |
| 26 | +- Add ID attribute to GCE VMs (GH-1318) |
| 27 | +- Add ability to install netperf from local tar file (GH-1364) |
| 28 | + |
| 29 | +Bug fixes and maintenance updates: |
| 30 | +- Fix up README.md - incorrect command line example and added note on Amazon ES publisher (GH-1350 from @Lirt) |
| 31 | +- Fix up README.md - remove outdated comments about GCP requirements (GH-1354 from @sspano) |
| 32 | +- Fix creating instance with local SSD using NVMe interface (GH-1287) |
| 33 | +- Make flag values consistent with gcloud CLI "SCSI" and "NVME" (GH-1287) |
| 34 | +- Store os types in list instead of tuple so that it can be extended by third parties (GH-1348) |
| 35 | +- Don't create host during VM Create if `num_vms_per_host` is specified (GH-1352) |
| 36 | +- Fix up kubernetes provider (GH-1351) |
| 37 | +- Add `--region` to describe/cancel spot-instance-request commands (GH-1347) |
| 38 | +- Install sysbench05plus package in a separate path from sysbench (GH-1338) |
| 39 | +- Change `--openstack_additional_flags` to be a list flag (GH-1340) |
| 40 | +- Move gflags installation from netperf benchmark to a package (GH-1341) |
| 41 | +- Move package installation of netperf from benchmark to a package (GH-1341) |
| 42 | +- Use snake_case gflags APIs (GH-1328) |
| 43 | +- Check if apt-update has been called in InstallPackages, and call it if it has not been (GH-1334) |
| 44 | +- Fix broken regular expression in blazemark benchmark (GH-1311) |
| 45 | +- Fix CloudSuite license page link (GH-1323) |
| 46 | +- Update hadoop version (GH-1327) |
| 47 | +- Use regional storage class for GCS buckets instead of DRA (GH-1326) |
| 48 | +- Fix gflags FLAGS object initialization in tests (GH-1313) |
| 49 | +- Fix bug with exception name in `azure_network.py` (GH-1314) |
| 50 | +- Always set GPU clock speed in cuda toolkit installation (GH-1321) |
| 51 | +- Specify `image_project` in `gpu_pcie_bandwidth` benchmark config (GH-1321) |
| 52 | +- Move gpu clock speed logic to `cuda_toolkit_8` module (GH-1279) |
| 53 | +- Add timeout to netperf remote script (GH-1306) |
| 54 | +- Don't assume that gcloud is in PATH in providers.gcp.util.GetDefaultProject (GH-1366) |
| 55 | +- Make AWS S3 bucket deletion retryable (GH-1343) |
| 56 | +- Empty bucket at the end of the Run stage of the object_storage_service benchmark (GH-1343) |
| 57 | + |
1 | 58 | # v1.11.0 |
2 | 59 |
|
3 | 60 | External contributions: |
|
0 commit comments