- Upgrade to node14
- Upgrade to typescript 4, webpack 5
- Use
node-fetch
for all network requests - Added test cases
- Set webhook config
dereference
= false - Release all artifacts to GitHub Container Registry (instead of docker.io & https://charts.magda.io)
Please note: from v2.0.0, we release Helm Charts to GitHub Container Registry (oci://ghcr.io/magda-io/charts
)
To add magda-minion-visualization
as a dependency of your deployment chart, you can add the following to Chart.yaml
:
dependencies:
- name: magda-minion-visualization
version: "2.0.0"
repository: "oci://ghcr.io/magda-io/charts"