⚠️ This is a Alpha
Warning: This is a pre-release version intended for testing purposes only.
Do not use in production environments.
Docker Images
This pre-release includes the following Docker images:
# Pull images
docker pull ghcr.io/LeslieLeung/glean-backend:v0.2.3-alpha.1
docker pull ghcr.io/LeslieLeung/glean-web:v0.2.3-alpha.1
docker pull ghcr.io/LeslieLeung/glean-admin:v0.2.3-alpha.1Testing with Docker Compose
Create a docker-compose.override.yml file:
version: '3.8'
services:
backend:
image: ghcr.io/LeslieLeung/glean-backend:v0.2.3-alpha.1
web:
image: ghcr.io/LeslieLeung/glean-web:v0.2.3-alpha.1
admin:
image: ghcr.io/LeslieLeung/glean-admin:v0.2.3-alpha.1Then run:
docker compose up -dDesktop Apps
Download the desktop application for your platform from the assets below.
Note: Desktop apps for pre-release versions will NOT auto-update.
Feedback
Found an issue? Please report it at:
https://github.com/LeslieLeung/glean/issues
Changelog
What's Changed
- chore(deps): update actions/checkout action to v6 by @renovate[bot] in #50
- chore(deps): update actions/setup-node action to v6 by @renovate[bot] in #51
- chore(deps): update dependency pnpm to v10 by @renovate[bot] in #54
- chore(deps): update softprops/action-gh-release action to v2 by @renovate[bot] in #62
- chore(deps): update dependency node to v24 by @renovate[bot] in #53
- chore(deps): update pnpm/action-setup action to v4 by @renovate[bot] in #55
- chore(deps): update actions/cache action to v5 by @renovate[bot] in #49
- fix(deps): update dependency i18next-browser-languagedetector to v8 by @renovate[bot] in #65
- fix: milvus connection; collection not found due to race conditions by @LeslieLeung in #67
- fix(deps): update dependency date-fns to v4 by @renovate[bot] in #63
- fix(deps): update dependency i18next to v25 by @renovate[bot] in #64
- fix(deps): update dependency react-i18next to v16 by @renovate[bot] in #66
- chore(deps): update dependency zod to v4.2.1 by @renovate[bot] in #69
- feat: add pre release workflow by @LeslieLeung in #70
Full Changelog: v0.2.2...v0.2.3-alpha.1