Releases: magda-io/magda
v4.0.0
What's Changed
- #3261 Upgrade Elasticsearch to OSS OpenSearch 2.14.0
- OpenSearch is a fork of open-source Elasticsearch 7.10. As such, it provides backward REST APIs for ingest, search, and management. The query syntax and responses are also the same.
- #3337 Move to Github Container Registry
- Allow supply extra K8s manifests to deploy via
magda-core
.Values.extraObjects
- add "magda.toYamlWithNindent" to address yaml template formating when {} value
For upgrade/migration, please refer to the migration document.
Please note: By default, the included OpenSearch Dashboards is not accessible externally and can only be accessed via port-forward. To make it accessible externally and manage the user access to it, please refer to this document.
Please note: Since this release, we have stopped releasing helm charts & docker images to our HTTP-based helm chart registry:
https://charts.magda.io/index.yaml
and Docker hub. Please access our released helm charts & docker images from the GitHub container registry (https://github.com/orgs/magda-io/packages). We have started to release both Helm charts & docker images to the GitHub container registry since v2.0.0. Popular older versions can also be found there: v0.60.0, v1.0.0 & v1.3.1
Full Changelog: v3.0.4...v4.0.0
v4.0.0-alpha.5
What's Changed
Since v4.0.0-alpha.4:
- Fixed magda-postgres chart default registry docker value
Full Changelog: v4.0.0-alpha.4...v4.0.0-alpha.5
v4.0.0-alpha.4
What's Changed
Since v4.0.0-alpha.3:
- #3337 Stop releasing helm charts to charts.magda.io. Since v2, we started to release charts to Github container OCI registry
- #3337 Make all helm charts use github container registry
ghcr.io/magda-io
Included changes from v3.0.3:
- #3527 correspondence API might reset the preset email resources to the default data unexpectedly during the service restart
Full Changelog: v4.0.0-alpha.3...v4.0.0-alpha.4
v3.0.4
v4.0.0-alpha.3
What's Changed
- #3193 auto-remove Null byte from JSON input so it won't be rejected by registry
Full Changelog: v4.0.0-alpha.2...v4.0.0-alpha.3
v3.0.3
v4.0.0-alpha.2
What's Changed
-add default init container resources
- turn on masterTerminationFix by default
- add "magda.toYamlWithNindent" to address yaml template formating when {} value
- Upgrade opensearch to 2.14.0
- Clear up opensearch building files
- other fixes
Full Changelog: v4.0.0-alpha.1...v4.0.0-alpha.2
v4.0.0-alpha.1
What's New
- Fixed magda.opensearch.endpoints named tpl
- replace
sysctl.setViaInitContainer
&sysctl.setViaSecurityContext
withsysctl.method
option - set default method to
initContainer
- add
sysctl.enabled
option - Will not set bootstrap.memory_lock = true
- Fixed: unwanted \n generate for master node "master" role
- Update v4 migration docs
- Avoid using deprecate non-inclusive terms and use cluster_manager node instead: https://opensearch.org/docs/latest/breaking-changes/#deprecate-non-inclusive-terms
- Set trackTotalHits to make sure always return accurate count
- Adjust probes to avoid cluster downtime during interruption or re-deployment
- Other bug fixes
Please note: since this release, we will stop releasing helm charts to https://charts.magda.io/index.yaml. Please access our helm charts from our github container OCI registry that has been available since v2.0.0: https://github.com/orgs/magda-io/packages?tab=packages&q=charts
Full Changelog: v4.0.0-alpha.0...v4.0.0-alpha.1
v4.0.0-alpha.0
What's Changed
- Use OpenSearch v2.13 as the main search engine
- Allow supply extra K8s manifests to deploy via
magda-core
.Values.extraObjects
This is a test pre-release for testing purposes only.
To try it out, please check the migration docs: https://github.com/magda-io/magda/blob/190dd91e3b5afae1a0e58d1f36080a1c8d44a6dd/docs/docs/migration/4.0.0.md
Full Changelog: v3.0.2...v4.0.0-alpha.0
v3.0.2
What's Changed
- #3513 Fixed Indexer reindex trigger job doesn't start
- #3516 Fixed released @magda NPM package esbuild commonjs bundle issue
- Added the API document for the sitemap endpoint
- Make getStorageApiResourceAccessUrl available via @magda/typescript-common & @magda/utils
- Fixed: update node engines requirements to all SDKs to 18.19.0
- Upgraded the broken link minion in
magda
chart to v3.0.0
Full Changelog: v3.0.1...v3.0.2