Releases: magda-io/magda
v0.0.52-RC2
Bumped to 0.0.52-RC2
v0.0.52-RC1
Bumped version to 0.0.52-RC1
v0.0.51
Accessibility
Australia’s Digital Transformation Agency recently commissioned a full accessibility audit of Magda’s web interface — as of v0.0.51, all the critical and high problems found have been resolved. This includes:
- Various issues with the Suggest Dataset form
- Titles of landing page stories not being read out by screen readers
- The “Skip to Navigation” skiplink actually skipping to navigation
- Making the Data Quality Tooltip able to be read by screen readers
- Making the Data Quality stars read out “x out of 5 stars” instead of reading “image, image, image, image, image”
Operations
We’ve also done a lot of work to make Magda run better. We’ve now added readiness and liveness checks to all our services, and added the ability to check the status of all of them outside of Kubernetes by GETting /status/ready. We’ve added priority classes to all our pods, so that more important pods (like Elasticsearch, databases and the Gateway) can kick other less important pods (like minions) off nodes if necessary, resulting in a more resilient solution. We’ve also made a few improvements to the create-secrets script, including fixing a bug that stopped databases from starting unless the secret was manually edited.
Other New Features
- For greater security, Magda is now able to automatically upgrade users who connect to it via HTTP to HTTPS.
- The search now automatically detects region names in the search text and boosts results falling in that region.
Migration Notes
Most readiness/liveness checks have now moved from /v0/healthz to /status/live and /status/ready — make sure to update any external health checks when you upgrade, especially if you’re using a GCE ingress, which doesn’t automatically update its health check URL.
v0.0.51-RC5
Bumped to v0.0.51-RC5
v0.0.51-RC4
Bumping to 0.0.51-RC4
v0.0.51-RC3
Bumping version to 0.0.51-RC3
v0.0.51-RC2
Bumped version to 0.0.51-RC2
v0.0.51-RC1
Bumped version to 0.0.51-RC1
v0.0.50
Releasing v0.0.50
v0.0.50-RC3
Fixed default config.