From 685962545a1bdf51a0ae5245050bae3d1e2801a6 Mon Sep 17 00:00:00 2001 From: mpl Date: Wed, 25 May 2022 18:14:08 +0200 Subject: [PATCH] docs: fix traefik version s/2.6/2.7/ --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- docs/content/getting-started/install-traefik.md | 4 ++-- docs/content/migration/v1-to-v2.md | 2 +- docs/content/providers/kubernetes-ingress.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 578bd7b4c..8763f6799 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,11 +3,11 @@ PLEASE READ THIS MESSAGE. Documentation fixes or enhancements: - for Traefik v1: use branch v1.7 -- for Traefik v2: use branch v2.6 +- for Traefik v2: use branch v2.7 Bug fixes: - for Traefik v1: use branch v1.7 -- for Traefik v2: use branch v2.6 +- for Traefik v2: use branch v2.7 Enhancements: - for Traefik v1: we only accept bug fixes diff --git a/docs/content/getting-started/install-traefik.md b/docs/content/getting-started/install-traefik.md index eaaf88e65..8b67f5e22 100644 --- a/docs/content/getting-started/install-traefik.md +++ b/docs/content/getting-started/install-traefik.md @@ -16,8 +16,8 @@ You can install Traefik with the following flavors: Choose one of the [official Docker images](https://hub.docker.com/_/traefik) and run it with one sample configuration file: -* [YAML](https://raw.githubusercontent.com/traefik/traefik/v2.6/traefik.sample.yml) -* [TOML](https://raw.githubusercontent.com/traefik/traefik/v2.6/traefik.sample.toml) +* [YAML](https://raw.githubusercontent.com/traefik/traefik/v2.7/traefik.sample.yml) +* [TOML](https://raw.githubusercontent.com/traefik/traefik/v2.7/traefik.sample.toml) ```bash docker run -d -p 8080:8080 -p 80:80 \ diff --git a/docs/content/migration/v1-to-v2.md b/docs/content/migration/v1-to-v2.md index 873b95ae9..1e7bcdf91 100644 --- a/docs/content/migration/v1-to-v2.md +++ b/docs/content/migration/v1-to-v2.md @@ -109,7 +109,7 @@ Then any router can refer to an instance of the wanted middleware. ```yaml tab="K8s IngressRoute" # The definitions below require the definitions for the Middleware and IngressRoute kinds. - # https://doc.traefik.io/traefik/v2.6/reference/dynamic-configuration/kubernetes-crd/#definitions + # https://doc.traefik.io/traefik/v2.7/reference/dynamic-configuration/kubernetes-crd/#definitions apiVersion: traefik.containo.us/v1alpha1 kind: Middleware metadata: diff --git a/docs/content/providers/kubernetes-ingress.md b/docs/content/providers/kubernetes-ingress.md index f80f54562..cf4ccf9bd 100644 --- a/docs/content/providers/kubernetes-ingress.md +++ b/docs/content/providers/kubernetes-ingress.md @@ -500,4 +500,4 @@ providers: ### Further To learn more about the various aspects of the Ingress specification that Traefik supports, -many examples of Ingresses definitions are located in the test [examples](https://github.com/traefik/traefik/tree/v2.6/pkg/provider/kubernetes/ingress/fixtures) of the Traefik repository. +many examples of Ingresses definitions are located in the test [examples](https://github.com/traefik/traefik/tree/v2.7/pkg/provider/kubernetes/ingress/fixtures) of the Traefik repository.