Add bazel new and noteworthy talk

Change-Id: Icfc5e66270bbad60b9f94c03924726b299cfd518
diff --git a/schedule-usa.md b/schedule-usa.md
index 15044f7..cbe2065 100644
--- a/schedule-usa.md
+++ b/schedule-usa.md
@@ -44,8 +44,9 @@
 | 11:45 | Break                                                                                        |
 | 12:00 | [Community Retrospective - Part 2](sessions/community-retrospective.md)                      |
 | 12:45 | Lunch & Networking                                                                           |
-| 14:00 | [Towards a lightning-fast Gerrit](sessions/performance.md)
-| 15:00 | [Gerrit load testing with Gatling](sessions/gerrit-load-testing.md)                          |
-| 16:00 | Break & Networking                                                                           |
-| 16:15 | Wrap-up and proposals for future Summits                                                     |
+| 14:00 | [Bazel, what's new and noteworthy](sessions/bazel-new-and-noteworthy.md)                     |
+| 14:45 | [Towards a lightning-fast Gerrit](sessions/performance.md)
+| 15:30 | [Gerrit load testing with Gatling](sessions/gerrit-load-testing.md)                          |
+| 16:15 | Break & Networking                                                                           |
+| 16:30 | Wrap-up and proposals for future Summits                                                     |
 | 17:00 | End of the Gerrit User Summit                                                                |
diff --git a/sessions/bazel-new-and-noteworthy.md b/sessions/bazel-new-and-noteworthy.md
new file mode 100644
index 0000000..230a8dc
--- /dev/null
+++ b/sessions/bazel-new-and-noteworthy.md
@@ -0,0 +1,13 @@
+# Bazel new and noteworthy
+
+Overview of the recent enhancements in Gerrit build tool chain:
+
+* Gerrit project from build perspective
+* Managing Gerrit dependencies
+* Support recent Java versions 11, 12 and beyond
+* Switching between supported Bazel versions using Bazelisk
+* Discontinue update of Bazel tool chain on older branches
+* Managing external dependencies for Gerrit plugins
+* Set up development environment for Gerrit
+
+*[David Ostrovsky, Gerrit Maintainer](../speakers.md#davido)*
diff --git a/speakers.md b/speakers.md
index 960fa61..827a42e 100644
--- a/speakers.md
+++ b/speakers.md
@@ -112,3 +112,9 @@
 maintainer of the Ansible modules for consuming OpenStack. Before his
 OpenStack days he was a core developer on Drizzle and was a Senior
 Consultant for MySQL, Inc.
+
+### David Ostrovsky - GerritForge {#davido}
+
+David is a contributor to Gerrit since 2013 and a maintainer/committer
+since 2016. David has been an open source and free software enthusiast
+for many years and has contribited to a number of open source projects.