Skip to content

Commit

Permalink
docs: DOC-1385
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Sep 23, 2024
1 parent 5bd3347 commit 5d3546b
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions docs/docs-content/release-notes/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,48 @@ tags: ["release-notes"]

<ReleaseNotesVersions />

## Sept 25, 2024 - Release 4.4.20

### Improvements

- Palette's message communication channel between clusters and the management plane has been updated to support gRPC
over websockets. Palette agents will automatically fall back to web sockets if the gRPC connection cannot be
established using the default HTTP/2 protocol. This change improves the reliability of the communication channel
between the agent and the management plane. Environments with network proxies that reject HTTP/2 connections can now
connect as the connection is transcoded to the HTTP/1.1 protocol.

- Local UI now supports selecting network interfaces by name.

- Local UI has improved validation when assigning static IP addresses to network interfaces.

- The heartbeat mechanism for Palette deployed clusters has been improved to improve performance and reliability.

#### Bug Fixes

- Fixed an issue where imported cluster profiles defaulted to incorrect registry type.

- Fixed an issue where Local UI TUI was not displaying network interfaces that had no IP addresses assigned.

- Resolved an issue where the Local UI took a long time to load after application deployment.

- Fixed an issue where the Edge CLI could not download Helm charts from private registries.

- Fix an issue with the Edge CLI that was silently failing when unable to create the build artifact. The Edge CLI now
provides a clear error message when the build artifact creation fails.

- Fixed a Palette UI message incorrectly stating to check the new issue date for SSL certificate renewal. The message
now correctly states to check the new expiration date.

- Resolved an issue where the Palette UI was erroring out when reviewing pack layers during a PCG upgrade.

- Resolved an issue where the Local UI username and password field validation was not working as expected.

- Fixed an issue with updating the node port for the Edge Harbor pack. The node port is now correctly updated when
changing the value in the Harbor pack.

- Resolved an issue where kubeadm based Kubernetes distributions were unable to initialize on clusters with multiple
Network Interfaces (NIC).

## Sept 18, 2024 - Release 4.4.19

#### Bug Fixes
Expand Down

0 comments on commit 5d3546b

Please sign in to comment.