Skip to content

Commit 8a46e47

Browse files
Prepare 0.10.0 Release
1 parent 1183776 commit 8a46e47

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ body:
3434
* Any special circumstances, like self-signed TLS certificates, or similar?
3535
placeholder: |-
3636
* Traefik v3.3.2
37-
* plugin version v0.9.0
37+
* plugin version v0.10.0
3838
* IDP: Dex v2.41.0
3939
All running on Docker.
4040
Dex is fronted by Traefik on a dedicated subdomain, using a LetsEncrypt cert.

traefik-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ experimental:
2222
#plugins:
2323
# traefik-oidc-auth:
2424
# moduleName: "github.com/sevensolutions/traefik-oidc-auth"
25-
# version: v0.9.0
25+
# version: v0.10.0
2626

2727
providers:
2828
file:

website/docs/getting-started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ experimental:
1616
plugins:
1717
traefik-oidc-auth:
1818
moduleName: "github.com/sevensolutions/traefik-oidc-auth"
19-
version: "v0.9.0"
19+
version: "v0.10.0"
2020
```
2121
2222
## Configure Middleware

0 commit comments

Comments
 (0)