Add a fancy table!

This commit is contained in:
Jérôme Petazzoni
2017-09-26 21:55:09 +02:00
parent d29863a0e0
commit 748881d37d

View File

@@ -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;
}
</style>
</head>
<body>
@@ -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
---