Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge branch v1.4 into master #771

Merged
merged 3 commits into from
Oct 23, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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