Skip to content

Commit

Permalink
Wayfinder v2.8.6 (#66)
Browse files Browse the repository at this point in the history
* chore: update Wayfinder to version 2.8.1 (#61)

* chore: update Wayfinder to version 2.8.1
* chore: update kube version to 1.30

* feat: update to Wayfinder v2.8.6 (#65)

---------

Co-authored-by: Lewis Marshall <[email protected]>
  • Loading branch information
KashifSaadat and lewismarshall authored Sep 9, 2024
1 parent 00628bc commit 4150de2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ The `terraform-docs` utility is used to generate this README. Follow the below s
| <a name="input_wayfinder_instance_id"></a> [wayfinder\_instance\_id](#input\_wayfinder\_instance\_id) | The instance ID to use for Wayfinder. | `string` | n/a | yes |
| <a name="input_wayfinder_licence_key"></a> [wayfinder\_licence\_key](#input\_wayfinder\_licence\_key) | The licence key to use for Wayfinder | `string` | n/a | yes |
| <a name="input_wayfinder_release_channel"></a> [wayfinder\_release\_channel](#input\_wayfinder\_release\_channel) | The release channel to use for Wayfinder | `string` | `"wayfinder-releases"` | no |
| <a name="input_wayfinder_version"></a> [wayfinder\_version](#input\_wayfinder\_version) | The version to use for Wayfinder | `string` | `"v2.8.3"` | no |
| <a name="input_wayfinder_version"></a> [wayfinder\_version](#input\_wayfinder\_version) | The version to use for Wayfinder | `string` | `"v2.8.6"` | no |

## Outputs

Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -330,5 +330,5 @@ variable "wayfinder_release_channel" {
variable "wayfinder_version" {
description = "The version to use for Wayfinder"
type = string
default = "v2.8.3"
default = "v2.8.6"
}

0 comments on commit 4150de2

Please sign in to comment.