Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/release_notes_byol_4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_label: '4.0'
---
## Release 4.0.0

**Release Date:** Jan 14, 2025
**Release Date:** Jan 14, 2026

#### New Features and Improvements

Expand Down
23 changes: 23 additions & 0 deletions docs/release_notes_byol_5.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: Bring Your Own License (BYOL)
sidebar_label: '5.0'
---
## Release 5.0.0

**Release Date:** May 1, 2026

#### New Features and Improvements

- **I95-54268 GCP BYOL Image**
Official support for BYOL image in GCP. Includes Terraform templates.

- **I95-64310 Add Proxy to Templates**
Adds Management Proxy parameters to the Mist-managed templates


### Resolved Issues

- **I95-64660 Mist Proxy not working on BYOL without DNS**

_**Resolution:**_ Mist management proxy is now properly configured to install SSR image when DNS is unaccessable.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mist management proxy is now properly configured to install the SSR image when DNS is inaccessible.


1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ module.exports = {
"type": "category",
"label": "BYOL Cloud Images",
"items": [
"release_notes_byol_5.0",
"release_notes_byol_4.0",
"release_notes_byol_3.0",
"release_notes_byol_2.0",
Expand Down