Skip to content

Commit 151e472

Browse files
committed
Cut a release in CHANGES.md
1 parent 6b8c75c commit 151e472

File tree

2 files changed

+61
-47
lines changed

2 files changed

+61
-47
lines changed

CHANGES.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,60 @@
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+
158
# v1.11.0
259

360
External contributions:

CHANGES.next.md

Lines changed: 4 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,11 @@
11
Breaking changes:
2-
- Azure CLI updated to 2.0 (GH-1359)
3-
- Update gflags to version 3.1.1 (GH-1322)
2+
-
43

54
New features:
6-
- Azure container service (GH-1361)
7-
- Add Reboot() method to BaseOsMixin (GH-1356)
8-
- Add container cluster classes (GH-1355)
9-
- Optional `--completion_status_file` flag to write the completion status of every config to a json file (GH-1349)
10-
- Add `--gcp_min_cpu_platform` flag (GH-1336)
11-
- Add GCP sole tenancy support (GH-1333)
12-
- Add SHOC package (GH-1332)
13-
- Add Stencil2D benchmark (GH-1332)
14-
- Managed memcache service abstraction and a backend for AWS ElastiCache (GH-1235)
15-
- Add Apache Beam benchmark (GH-1324)
16-
- Add `image_project` to GCP YAML config options (GH-1319)
17-
- Add support for AWS i3 (GH-1308)
18-
- Optionally create failed run samples with --create_failed_run_samples (GH-1363)
19-
- Add --storage_size flag for mysql_service benchmark (GH-1360 from @sspano)
5+
-
206

217
Enhancements:
22-
- Add optional step parameter to IntegerList (GH-1330)
23-
- Upgrade to NVIDIA's latest version of CUDA Toolkit 8 (GH-1304)
24-
- Add ID attribute to GCE VMs (GH-1318)
25-
- Add ability to install netperf from local tar file (GH-1364)
8+
-
269

2710
Bug fixes and maintenance updates:
28-
- Fix up README.md - incorrect command line example and added note on Amazon ES publisher (GH-1350 from @Lirt)
29-
- Fix up README.md - remove outdated comments about GCP requirements (GH-1354 from @sspano)
30-
- Fix creating instance with local SSD using NVMe interface (GH-1287)
31-
- Make flag values consistent with gcloud CLI "SCSI" and "NVME" (GH-1287)
32-
- Store os types in list instead of tuple so that it can be extended by third parties (GH-1348)
33-
- Don't create host during VM Create if `num_vms_per_host` is specified (GH-1352)
34-
- Fix up kubernetes provider (GH-1351)
35-
- Add `--region` to describe/cancel spot-instance-request commands (GH-1347)
36-
- Install sysbench05plus package in a separate path from sysbench (GH-1338)
37-
- Change `--openstack_additional_flags` to be a list flag (GH-1340)
38-
- Move gflags installation from netperf benchmark to a package (GH-1341)
39-
- Move package installation of netperf from benchmark to a package (GH-1341)
40-
- Use snake_case gflags APIs (GH-1328)
41-
- Check if apt-update has been called in InstallPackages, and call it if it has not been (GH-1334)
42-
- Fix broken regular expression in blazemark benchmark (GH-1311)
43-
- Fix CloudSuite license page link (GH-1323)
44-
- Update hadoop version (GH-1327)
45-
- Use regional storage class for GCS buckets instead of DRA (GH-1326)
46-
- Fix gflags FLAGS object initialization in tests (GH-1313)
47-
- Fix bug with exception name in `azure_network.py` (GH-1314)
48-
- Always set GPU clock speed in cuda toolkit installation (GH-1321)
49-
- Specify `image_project` in `gpu_pcie_bandwidth` benchmark config (GH-1321)
50-
- Move gpu clock speed logic to `cuda_toolkit_8` module (GH-1279)
51-
- Add timeout to netperf remote script (GH-1306)
52-
- Don't assume that gcloud is in PATH in providers.gcp.util.GetDefaultProject (GH-1366)
53-
- Make AWS S3 bucket deletion retryable (GH-1343)
54-
- Empty bucket at the end of the Run stage of the object_storage_service benchmark (GH-1343)
11+
-

0 commit comments

Comments
 (0)