Skip to content

Releases: magda-io/magda

v0.0.46-RC1

15 Aug 04:31
Compare
Choose a tag to compare
v0.0.46-RC1 Pre-release
Pre-release
Bumped version to 0.0.46-RC1

v0.0.45

15 Aug 04:30
Compare
Choose a tag to compare
Bumped to 0.0.45

v0.0.45-RC1

10 Aug 04:14
Compare
Choose a tag to compare
v0.0.45-RC1 Pre-release
Pre-release
Put missing / in the sitemap url.

v0.0.44

10 Aug 04:14
Compare
Choose a tag to compare
Bumped version to 0.0.44

v0.0.43

30 Jul 01:18
Compare
Choose a tag to compare
Bumped version to 0.0.43

v0.0.44-RC1

30 Jul 01:17
6a3193d
Compare
Choose a tag to compare
v0.0.44-RC1 Pre-release
Pre-release

This release upgrades ElasticSearch from version 5 to 6, so there's a bit of extra work that needs to be done during deployment:

Delete the kibana deployment:

  • delete deployment kibana
    Connect to the es client web interface
  • kubectl port-forward <es-client> 9200
    Delete the kibana index:
  • DELETE http://localhost:9200/.kibana
    Check what other indices exist - delete everything that's not datasets or regions
  • GET /_cat/indices
  • Upgrade using helm as usual

v0.0.42

20 Jul 07:33
Compare
Choose a tag to compare
Bumped version.

v0.0.43-RC1

16 Jul 05:24
a8e5771
Compare
Choose a tag to compare
v0.0.43-RC1 Pre-release
Pre-release
Merge pull request #1379 from magda-io/loading-bug

Loading bug

v0.0.42-RC1

29 Jun 07:30
Compare
Choose a tag to compare
v0.0.42-RC1 Pre-release
Pre-release
Disable "redirect old CKAN URL slugs and UUIDs"

v0.0.41

02 Jul 00:51
Compare
Choose a tag to compare
Bumped version to 0.0.41