Skip to content

Release v0.2.0

Choose a tag to compare

@github-actions github-actions released this 24 Sep 13:15
· 13 commits to main since this release
cded9b6

πŸš€ 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_call event
  • 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.sh

Full Changelog: v0.1.4...v0.2.0