Skip to content

Releases: magda-io/magda-csw-connector

v2.0.2

05 May 04:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.2-alpha.0

01 May 05:51
Compare
Choose a tag to compare
v2.0.2-alpha.0 Pre-release
Pre-release

v2.0.1

18 Nov 08:13
3fe4525
Compare
Choose a tag to compare

What's Changed

  • #23 Fixed license capture issue for some Australian Ocean Data Network (AODN) datasets

Full Changelog: v2.0.0...v2.0.1

v2.0.0

31 Oct 04:08
Compare
Choose a tag to compare
  • Upgrade to node 14
  • Upgrade to typescript 4 & webpack 5
  • Upgrade @magda dependencies to v2
  • Release all artifacts to GitHub Container Registry (instead of docker.io & https://charts.magda.io)
  • Upgrade API version for CronJob to batch/v1 (for k8s v1.25 support)
  • Release multi-arch docker images

Please note: from v2.0.0, we release Helm Charts to GitHub Container Registry (oci://ghcr.io/magda-io/charts)
To add magda-csw-connector as a dependency of your deployment chart, you can add the following to Chart.yaml:

dependencies:
  - name:  magda-csw-connector
    version: "2.0.0"
    alias: connector-xxx
    repository: "oci://ghcr.io/magda-io/charts"
    tags:
      - connectors
      - connector-xxx

v2.0.0-alpha.0

17 Oct 05:44
Compare
Choose a tag to compare
v2.0.0-alpha.0 Pre-release
Pre-release
  • Upgrade to node 14
  • Upgrade to typescript 4 & webpack 5
  • Upgrade @magda dependencies to v2
  • Release all artifacts to GitHub Container Registry (instead of docker.io & https://charts.magda.io)
  • Upgrade API version for CronJob to batch/v1 (for k8s v1.25 support)
  • Release multi-arch docker images

v1.1.1

25 Feb 06:46
078e7e0
Compare
Choose a tag to compare
  • #21 Fixed: make sure license info is captured correctly for the AURIN CSW registry

v1.1.0

01 Dec 23:57
02a0e05
Compare
Choose a tag to compare
  • Add POST request support for getRecords endpoints
  • Add HTTP basic Auth Support
  • Try to locate metadata ID when codeSpace info for the id is not present
  • Upgrade to node 12
  • Allow basicAuth username & password to be supplied via k8s secret

v1.1.0-alpha.1

08 Nov 03:24
Compare
Choose a tag to compare
v1.1.0-alpha.1 Pre-release
Pre-release
  • Add POST request support for getRecords endpoints
  • Add HTTP basic Auth Support
  • Try to locate metadata ID when codeSpace info for the id is not present
  • Upgrade to node 12
  • Allow basicAuth username & password to be supplied via k8s secret

v1.1.0-alpha.0

04 Nov 23:42
Compare
Choose a tag to compare
v1.1.0-alpha.0 Pre-release
Pre-release
  • Add POST request support for getRecords endpoints
  • Add HTTP basic Auth Support
  • Try to locate metadata ID when codeSpace info for the id is not present
  • Upgrade to node 12

v1.0.0

11 Oct 07:42
f4fecd4
Compare
Choose a tag to compare
  • Upgrade dependencies
  • Upgrade CI scripts
  • Related to magda-io/magda#3229, Use magda-common for docker image related logic