2020-11-10 19:58:31 +00:00
|
|
|
|
|
|
|
[[redirects]]
|
|
|
|
from = "/latest/*"
|
2021-01-28 16:23:48 +00:00
|
|
|
to = "https://github.com/vmware-tanzu/pinniped/releases/download/v0.4.1/:splat"
|
2020-11-10 19:58:31 +00:00
|
|
|
status = 302
|
|
|
|
force = true
|
|
|
|
|
|
|
|
[[redirects]]
|
|
|
|
from = "/*"
|
|
|
|
to = "https://github.com/vmware-tanzu/pinniped/releases/download/:splat"
|
|
|
|
status = 302
|
|
|
|
force = true
|