Skip to content

Release v0.1.4

Choose a tag to compare

@github-actions github-actions released this 24 Sep 09:26
· 47 commits to main since this release

πŸš€ What's Changed

✨ Features

  • No new features

πŸ› Bug Fixes

  • fix: remove bash parameter expansion from secret.yaml (83de23a)

πŸ“š Documentation

  • No documentation changes

πŸ”§ Other Changes

  • No other changes

🐳 Docker Image

Pull the image:

docker pull ghcr.io/open-service-portal/app-portal:0.1.4

🚒 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.1.4

# Run the deployment script
./kubernetes-deploy.sh

Full Changelog: v0.1.3...v0.1.4