Skip to content

Commit 7e66f3f

Browse files
Bazel Release Systemlaurentlb
Bazel Release System
authored andcommitted
Release 0.15.1 (2018-07-16)
Baseline: b93ae42 Cherry picks: + 4b80f24: Add option to enable Docker sandboxing. + 6b16352: Allow disabling the simple blob caches via CLI flag overrides. + 4ec0a75: Use BUILD.bazel instead of BUILD for external projects + 2ff8c5f: Release 0.15.0 (2018-06-26) + 8ff87c1: Fix autodetection of linker flags + c4622ac: Fix autodetection of -z linker flags + d3228b6: remote: limit number of open tcp connections by default. Fixes bazelbuild#5491 Important changes: - In remote caching we limit the number of open TCP connections to 100 by default. The number can be adjusted by specifying the --remote_max_connections flag.
1 parent 9d61fc6 commit 7e66f3f

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## Release 0.15.1 (2018-07-16)
2+
3+
```
4+
Baseline: b93ae42e8e693ccbcc387841a17f58259966fa38
5+
6+
Cherry picks:
7+
+ 4b80f2455e7e49a95f3a4c9102a67a57dad52207:
8+
Add option to enable Docker sandboxing.
9+
+ 6b1635279e8b33dc1ac505ac81825e38f8797a14:
10+
Allow disabling the simple blob caches via CLI flag overrides.
11+
+ 4ec0a7524913ab2c4641368e3f8c09b347351a08:
12+
Use BUILD.bazel instead of BUILD for external projects
13+
+ 2ff8c5fd919ad7316d06c6303e8d7b51315d4c61:
14+
Release 0.15.0 (2018-06-26)
15+
+ 8ff87c164f48dbabe3b20becd00dde90c50d46f5:
16+
Fix autodetection of linker flags
17+
+ c4622ac9205d2f1b42dac8c598e83113d39e7f11:
18+
Fix autodetection of -z linker flags
19+
+ d3228b61f633cdc5b3f740b641a0836f1bd79abd:
20+
remote: limit number of open tcp connections by default. Fixes
21+
#5491
22+
```
23+
24+
Important changes:
25+
26+
- In remote caching we limit the number of open
27+
TCP connections to 100 by default. The number can be adjusted
28+
by specifying the --remote_max_connections flag.
29+
130
## Release 0.15.0 (2018-06-26)
231

332
```
@@ -3001,5 +3030,6 @@ Initial release.
30013030

30023031

30033032

3033+
30043034

30053035

0 commit comments

Comments
 (0)