Skip to content

Commit

Permalink
Merge branch 'v1.4' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
jspdown committed Oct 23, 2020
2 parents 8a1a716 + a7fc986 commit 4565759
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/content/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@ Traefik Mesh supports, [similar to Kubernetes](https://kubernetes.io/docs/setup/
* 1.19

General functionality cannot be guaranteed for versions older than that. However, we expect it to work with Kubernetes down to 1.11 currently.

## SMI Specification support

Traefik Mesh is based on the latest version of the SMI specification:

| API Group | API Version |
|--------------------|-------------------------------------------------------------------------------------------------------------------------|
| access.smi-spec.io | [v1alpha2](https://github.com/servicemeshinterface/smi-spec/blob/master/apis/traffic-access/v1alpha2/traffic-access.md) |
| specs.smi-spec.io | [v1alpha3](https://github.com/servicemeshinterface/smi-spec/blob/master/apis/traffic-specs/v1alpha3/traffic-specs.md) |
| split.smi-spec.io | [v1alpha3](https://github.com/servicemeshinterface/smi-spec/blob/master/apis/traffic-split/v1alpha3/traffic-split.md) |
15 changes: 14 additions & 1 deletion docs/theme/partials/product-switcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<div class="nav-dropdown-menu nav-dropdown-menu--products">
<div class="nav-dropdown-menu-wrapper">
<div class="dm-header">Product Documentations</div>
<div class="dm-header">Product Documentation</div>
<div class="dm-items">

<div class="dm-item dm-item--traefik">
Expand Down Expand Up @@ -44,6 +44,19 @@
</a>
</div>

<div class="dm-item dm-item--pilot">
<div class="dmi-image pilot">
<img src="{{ 'assets/images/traefik-pilot-logo.svg' | url }}" alt="Traefik Pilot Documentation" />
</div>
<a class="dmi-details" href="https://doc.traefik.io/traefik-pilot/">
<div class="dmi-title">Traefik Pilot</div>
<div class="dmi-description">
Monitor and Manage your Traefik Instances
<br>&nbsp;
</div>
</a>
</div>

</div>
</div>
</div>
Expand Down

0 comments on commit 4565759

Please sign in to comment.