From b17204280bafb2d5e92c4f8fc381a1900b1f6073 Mon Sep 17 00:00:00 2001 From: Kashif Saadat Date: Fri, 3 Jan 2025 14:18:11 +0000 Subject: [PATCH] feat: wayfinder v2.9.8 (#84) --- README.md | 2 +- variables.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c57d1a..b69e410 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ The `terraform-docs` utility is used to generate this README. Follow the below s | [wayfinder\_idp\_details](#input\_wayfinder\_idp\_details) | The IDP details to use for Wayfinder to enable SSO |
object({
type = string
clientId = optional(string)
clientSecret = optional(string)
serverUrl = optional(string)
azureTenantId = optional(string)
})
|
{
"azureTenantId": "",
"clientId": null,
"clientSecret": null,
"serverUrl": "",
"type": "none"
}
| no | | [wayfinder\_no\_defaults](#input\_wayfinder\_no\_defaults) | Set to true to stop Wayfinder from applying compiled-in defaults (e.g. default roles, cluster plans, etc). | `bool` | `true` | no | | [wayfinder\_release\_channel](#input\_wayfinder\_release\_channel) | The release channel to use for Wayfinder | `string` | `"wayfinder-releases"` | no | -| [wayfinder\_version](#input\_wayfinder\_version) | The version to use for Wayfinder | `string` | `"v2.9.7"` | no | +| [wayfinder\_version](#input\_wayfinder\_version) | The version to use for Wayfinder | `string` | `"v2.9.8"` | no | ## Outputs diff --git a/variables.tf b/variables.tf index 7f5543c..ec00d1a 100644 --- a/variables.tf +++ b/variables.tf @@ -342,5 +342,5 @@ variable "wayfinder_release_channel" { variable "wayfinder_version" { description = "The version to use for Wayfinder" type = string - default = "v2.9.7" + default = "v2.9.8" }