Stardog Launchpad is distributed as a Docker image, which includes the Launchpad login web app together with the Stardog Applications (Studio, Explorer, and Designer). The Stardog Platform server is not included in the Launchpad Docker image.
The latest release of Launchpad is available from Stardog's Docker registry:
- Log in to the Docker registry:
docker login stardog-stardog-apps.jfrog.io
- Pull the latest image:
docker pull stardog-stardog-apps.jfrog.io/launchpad:current
Stardog Launchpad releases are versioned as vX.Y.Z
where:
X
represents the (minimum) version of the Stardog platform required to use all current Launchpad features; this value will increment when the minimum required version of Stardog changesY
represents the current version of Launchpad features; this value will increment when new features or bug fixes are added to the Launchpad login web appZ
represents the versions of the Stardog Applications included in the Docker image (see the table below); this value will increment when one or more of the Stardog Applications are updated
Release | Stardog Version | Designer Version | Explorer Version | Studio Version |
---|---|---|---|---|
2.0.0 | 9.1.0 | 2.24.0 | 1.26.3 | 4.1.1 |
2.1.1 | 9.1.0 | 2.28.0 | 1.28.0 | 4.3.3 |
2.2.2 | 9.1.0 | 2.30.1 | 1.32.0 | 4.4.0 |
2.2.3 | 9.1.0 | 2.32.1 | 2.3.0 | 5.2.0 |
2.3.4 | 9.1.0 | 2.33.0 | 2.5.1 | 5.4.2 |
2.4.5 | 9.1.0 | 2.35.0 | 2.6.3 | 5.6.5 |
2.5.5 | 9.1.0 | 2.35.0 | 2.6.3 | 5.6.5 |
- Launchpad: Added support for Azure US Government Cloud (#CLOUD-2520)
- Apps: Fix for expired access tokens not being refreshed (#VET-4525)
- Studio: Adjusted webpack chunk size to reduce GETs during load (#CLOUD-2403, #VET-4894)
- Launchpad: Added support for Geoaxis IDP
- Explorer: Show selected graphs first in list (#VET-4571)
- Remove unneeded messages logged to the Launchpad console (#VET-4771)
- Remove unused components to mitigate critical CVEs (#CLOUD-2322)
- Update Studio, Explorer and Designer to latest versions
- Fix for visualize disabled in Explorer for select queries (#VET-4291)
- Upgrade to Python 3.11 (#CLOUD-1463)
- Add option to show/hide password auth inputs (#CLOUD-1276); see config doc
- Ensure access token for AzureAD auth is refreshed (#CLOUD-1371)
- Support using a client certificate when authenticating to Azure (#CLOUD-1332); see config doc
- Support access token passthrough mode with Azure (#CLOUD-1278); see config doc
- Disable Django Admin (#CLOUD-1489)
- Stardog Platform version 9.1.0 (or later) is required to use the access token passthrough feature. Other Launchpad features require at least version 9.0.0 of Stardog.