Releases: mintproject/mint
Releases · mintproject/mint
9.0.0-beta.2
Fix model-catalog Hasura admin secret reference
(#104)
9.0.0-beta.1
Highlights
- Migrate model-catalog Helm chart to Hasura v2 backend (Node API on port 3000,
/healthprobes,HASURA_GRAPHQL_URL/HASURA_ADMIN_SECRET) - Drop Fuseki init container, Redis sidecar, RDF-era env vars
- Disable deprecated
data_catalogandmodel_catalog_endpoint(Fuseki) components by default - Switch Hasura readiness probe from
pg_isreadyexec to HTTP/healthz - Switch Hasura auth to webhook (
portals.tapis.io) - Wire ensemble-manager
tapis_webhook_base_urlinto ConfigMap; drop stalemodel_catalog_apientry - Set
pullPolicy: Alwaysfor all MINT images
Breaking changes
- Fuseki-backed model-catalog removed from default deployment
- model-catalog container port changed: 8080 -> 3000
- Hasura auth mode changed: JWT -> webhook
- Existing values overrides referencing
data_catalog/model_catalog_endpointno longer take effect unless re-enabled explicitly
Install
helm repo add mint https://mintproject.github.io/mint/
helm repo update
helm install mint mint/MINT --version 9.0.0-beta.1
PR: #103
3.4.3
3.4.2
Full Changelog: 3.4.1...3.4.2
3.4.1
What's Changed
- K8s minor fix by @mosoriob in #61
- add: allow custom name pvc ensemble manager by @mosoriob in #63
- fix: separate ensemble manager api and files service by @mosoriob in #65
- add: strategy recreate for ensemble manager by @mosoriob in #67
- fix: remove duplicated ckan api key by @mosoriob in #69
- fix: github add values by @mosoriob in #72
- fix: migrate docs to this repository by @mosoriob in #74
Full Changelog: 3.3.2...3.4.1
3.3.2
What's Changed
- Test tapis ensemble manager by @mosoriob in #47
- fix: improve tests hasura by @mosoriob in #49
- fix: model catalog waits the endpoint by @mosoriob in #51
- fix: wait model endpoint by @mosoriob in #52
- Change seeds from file to url by @mosoriob in #53
- Add default resources by @mosoriob in #54
- add test without limits by @mosoriob in #57
- add: support ckan by @mosoriob in #58
- Ckan-minor-changes by @mosoriob in #59
- fix: wrong key configmaps by @mosoriob in #60
Full Changelog: 3.3.0...3.3.2
Support CKAN
43 add support ckan (#44) * add: required data catalog * add: config requiredb by ui * add: data server s3 * fix: ct config * release: 3.3.0
3.2.0
Improve installation. Add TAPIS
Support tapis
What's Changed
- Post hooks: create database and populate it by @mosoriob in #19
- add: support arm64 by @mosoriob in #22
- Ingress by default by @mosoriob in #23
- add: linter to avoid silly issues by @mosoriob in #27
- rename: charts to releases by @mosoriob in #28
- add: support tapis by @mosoriob in #25
Full Changelog: 2.2.0...2.3.1