Table of Contents

Release Notes 1.1.4.1

Metadata

This release documentation version 1.0.

Release 1.1.4.1
Release date 2024-05-10
Release type Full release
Future Main branch release
Server version 1.1.4.1+1.1.4.1-11730aab
Log Server version 1.1.4.1+1.1.4.1-18e68458
HostScreen Server version 1.1.4.1+1.1.4.1-e52f9c32
Web Terminal Hub version 1.1.4.1+1.1.4.1-f632df86
Web Terminal Client version 1.1.4.1+1.1.4.1-139b62da
Management Console 1.1.4.1+1.1.4.1-ff5f4f5d
Log Viewer 1.1.4.1+1.1.4.1-dd17df53

Web Terminal Client Renderer File Names (checksum)

Location: Program Files\Flynet\Jubilant\WebTerminal\web

renderer.2b40fffc4614a3bfab13.js renderer.4a6333d2c56e553c9733.js
renderer.4b7269853ded7ff1a8af.js renderer.6de4dcfc18d8e189ec9e.js
renderer.7b60e0ba28d5470bdbc8.js renderer.8e1c52fae1486d84b902.js
renderer.26bde444bdc0b84ba505.js renderer.26bde444bdc0b84ba505.js.LICENSE.txt
renderer.854e846020ff37bd1c2d.js renderer.854e846020ff37bd1c2d.js.LICENSE.txt
renderer.978ba985dba414cac7f7.js renderer.b6e91dce7ab74396b284.js

In this Release

New

ID Protocols Description
WTH.21 All Outbound OpenID Connect request may go via a configured proxy.

Fix

No new fixes in this release.

Change Notes

New

WTH.21 - Outbound OpenID Connect request may go via a configured proxy

The OpenID Connect protocol often requires that the Jubilant server contacts the Authority (URL) to obtain required metadata. This is usually {authority}/.well-known/openid-configuration, for example https://test/.well-known/openid-configuration.

If the Jubilant server must use an outgoing web proxy, it can be configured in OpenIdConnect section of the \ProgramData\Flynet\Jubilant\WebTerminal\web\hub\WebTerminalSettings.json settings file.

{
      "OpenIdConnect": {
            "ProxySettings": {
                  "Address": "http://10.211.55.6:8080",
                  "BypassLocal": false,
                  "Password": "proxyuser",
                  "UseProxy": true,
                  "Username": "proxyuser"
            }
      }
}
  • Address (URI): URL of proxy server.
  • BypassLocal (boolean): Bypass local IP addresses. As the proxy will only be used for outgoing OpenID Connect connections from Jubilant, it is recommended that this is set to false.
  • Password (text): If the web proxy requires a password, set it here. A username must be provided for the password to be used.
  • UseProxy (boolean): This must be set to true if the proxy is to be used.
  • Username (text): If the web proxy requires a username, set it here.

IIS must be restarted for this change to take affect. Do this by running an Admin elevated Command Prompt and typing in the command below followed by the return key.

iisreset

Please note that this is a destructive command. Any user sessions will be disconnected.

Installation

Fresh Install

Please see the Jubilant Admin Manual for Fresh Install Instructions.

Upgrade

Note

Please note the specials steps below if upgrading from a 1.0.x build to a 1.1.x or later build.

If upgrading from Jubilant 1.0.x to 1.1.x extra steps must be carried out before and after the install steps below.

Upgrade is carried out using Jubilant scripts.

  1. Unzip the installer into a folder.
  2. Close any web browsers.
  3. Close any Services windows.
  4. Open PowerShell ISE as Administrator.
  5. In the PowerShell ISE open the Jubilant PowerShell script: "JubilantUpdate.ps1".
  6. Run the required script by pressing the green play / run script button on the toolbar.
  7. The upgrade of Jubilant is complete.

If this is an upgrade from Jubilant 1.0.x to 1.1.x, make sure the after install steps are also completed.

Version Validation

Find out how to validate the installed version.