Merge "Bazel: New and noteworthy"
diff --git a/schedule.md b/schedule.md
index 77e1f81..e03aafe 100644
--- a/schedule.md
+++ b/schedule.md
@@ -11,7 +11,8 @@
 |  8:30 | Registration Opens, Breakfast, Networking                                                    |
 |  9:00 | Welcome introduction                                                                         |
 |  9:15 | [Upgrading to Gerrit 2.15: real-life story on GerritHub](sessions/gerrithub-2.15-upgrade.md) |
-| 10:00 | [What's new in 2.14](sessions/new-in-2.14.md)                                                |
+| 10:00 | [What's new in 2.14](sessions/new-in-2.14.md)
+| 10:20 | [Bazel new and noteworthy](sessions/bazel-new-and-noteworthy.md)
 | 10:45 | Break & Networking                                                                           |
 | 11:30 | [Different change workflows in Gerrit](sessions/different-change-workflows-in-gerrit.md)     |
 | 12:15 | Lunch & Networking                                                                           |
diff --git a/sessions/bazel-new-and-noteworthy.md b/sessions/bazel-new-and-noteworthy.md
new file mode 100644
index 0000000..05d3e0e
--- /dev/null
+++ b/sessions/bazel-new-and-noteworthy.md
@@ -0,0 +1,11 @@
+# Bazel new and noteworthy
+
+Overview of the recent enhancements in Gerrit build tool chain:
+
+* Gerrit project from build perspective
+* Extract ElasticSearch Server from Gerrit core
+* Manage dockerized external dependencies with TestContainers library
+* Support recent Java versions 9, 10 and 11
+* Track minimal supported Bazel version in Gerrit tree
+
+*[David Ostrovsky, Gerrit Maintainer](../speakers.md#davido)*