From 748881d37ded36ddee5b234a406bfb75a307e3d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Tue, 26 Sep 2017 21:55:09 +0200 Subject: [PATCH] Add a fancy table! --- docs/index.html | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/docs/index.html b/docs/index.html index fb4df308..c8a40903 100644 --- a/docs/index.html +++ b/docs/index.html @@ -101,6 +101,11 @@ background-position: 99.5% 1%; background-size: 4%; } + /* This is used only for the history slide (the only table in this doc) */ + td { + padding: 0.1em 0.5em; + background: #eee; + } @@ -687,19 +692,21 @@ class: pic --- -## Recent Timeline of Ops Features +## What was added when? -- 2015 1.9 Overlay (multi-host) networking, network/IPAM plugins -- 2016 1.10 Distributed DNS -- 2016 1.11 DNS round robin load balancing -- 2016 1.12 Swarm mode, routing mesh, encrypted networking, healthchecks -- 2017 1.13 Stacks, attachable overlays, image squash and compress -- 2017 1.13 Windows Server 2016 Swarm mode -- 2017 17.03 Secrets -- 2017 17.04 Update rollback, placement preferences (soft constraints) -- 2017 17.05 multi-stage image builds, service logs -- 2017 17.06 Swarm configs, node/service events -- 2017 17.06 Windows Server 2016 Swarm overlay networks, secrets +|||| +| ---- | ----- | --- | +| 2015 | 1.9 | Overlay (multi-host) networking, network/IPAM plugins +| 2016 | 1.10 | Embedded dynamic DNS +| 2016 | 1.11 | DNS round robin load balancing +| 2016 | 1.12 | Swarm mode, routing mesh, encrypted networking, healthchecks +| 2017 | 1.13 | Stacks, attachable overlays, image squash and compress +| 2017 | 1.13 | Windows Server 2016 Swarm mode +| 2017 | 17.03 | Secrets +| 2017 | 17.04 | Update rollback, placement preferences (soft constraints) +| 2017 | 17.05 | Multi-stage image builds, service logs +| 2017 | 17.06 | Swarm configs, node/service events +| 2017 | 17.06 | Windows Server 2016 Swarm overlay networks, secrets ---