Release v0.2.0
π What's Changed
β¨ Features
- No new features
π Bug Fixes
- fix: use absolute paths for GitHub App private key (4812241)
- fix: make start.js work in production containers (81b2eb1)
- fix: align Docker with development and improve build script (6a34c5f)
π Documentation
- No documentation changes
π§ Other Changes
- No other changes
π³ Docker Image
Pull the image:
docker pull ghcr.io/open-service-portal/app-portal:0.2.0π’ Deployment
The deployment workflow can be triggered:
- Automatically via the
workflow_callevent - Manually from the Actions tab
- From another repository using a GitHub token
To manually deploy this version:
# Update your .env.kubernetes with the new image
export DOCKER_IMAGE=ghcr.io/open-service-portal/app-portal:0.2.0
# Run the deployment script
./kubernetes-deploy.shFull Changelog: v0.1.4...v0.2.0