Skip to content

Releases: open-service-portal/app-portal

Release v0.2.1

24 Sep 14:10
5e1c311

Choose a tag to compare

🚀 What's Changed

✨ Features

  • No new features

🐛 Bug Fixes

  • fix: add environment scope to smoke-test job (9a0949d)
  • fix: load production config in production mode (4fc90ba)

📚 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.1

🚢 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.1

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

Full Changelog: v0.2.0...v0.2.1

Release v0.2.0

24 Sep 13:15
cded9b6

Choose a tag to compare

🚀 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

Release v0.1.4

24 Sep 09:26

Choose a tag to compare

🚀 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

Release v0.1.3

24 Sep 08:39

Choose a tag to compare

🚀 What's Changed

✨ Features

  • No new features

🐛 Bug Fixes

  • fix: add Docker Buildx setup for cache support (be81a5a)

📚 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.3

🚢 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.3

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

Full Changelog: v0.1.2...v0.1.3