Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

v1.0.0

Compare
Choose a tag to compare
@f0rmiga f0rmiga released this 16 Sep 01:50
· 15 commits to master since this release
4018e66

It's turning 1!
πŸŽ‰ πŸŽ‰ πŸŽ‰

What's new

  • Switched the internals from Helm 2 to 3.
  • Support for asynchronous operations.
  • RabbitMQ service class.
  • Platform operators deploying Minibroker can set override provisioning parameters that replace what the user provides. Useful for enforcing strict parameters.
  • Minibroker final image is assembled from scratch, resulting in a both smaller and more secure image.
  • Improved testing coverage.
  • Many improvements and bug fixes across the codebase.

You can check the full diff here: v0.3.1...v1.0.0.

Installation instructions

⚠️ IMPORTANT ⚠️ Upgrading from previous releases is not supported (unless you are doing from a 1.0.0 release candidate).

  1. Make sure you have service catalog installed, if not:
helm repo add svc-cat https://svc-catalog-charts.storage.googleapis.com
kubectl create namespace svc-cat
helm install catalog --namespace svc-cat svc-cat/catalog
  1. Add the Minibroker Helm repository:
helm repo add minibroker https://minibroker.blob.core.windows.net/charts
helm repo update
  1. Install!
kubectl create namespace minibroker
helm install minibroker --namespace minibroker minibroker/minibroker