Skip to content

Commit

Permalink
Merge pull request #3512 from magda-io/release/v3.0.1-alpha.0
Browse files Browse the repository at this point in the history
#3511 fixed Map Preview doesn't select the default feature layer correctly when it's supplied via query parameter
  • Loading branch information
t83714 authored Apr 3, 2024
2 parents 922f6a8 + de7d7f9 commit 73f1763
Show file tree
Hide file tree
Showing 121 changed files with 310 additions and 306 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v3.0.1

- #3511 fixed Map Preview doesn't select the default feature layer correctly when it's supplied via query parameter

## v3.0.0

- #3472, #3484 Node.js 18 & React 18 Upgrade
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/internal-charts/admin-api/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: A Helm chart for Kubernetes
name: admin-api
version: 3.0.0
version: 3.0.1-alpha.0
kubeVersion: ">= 1.14.0-0"
annotations:
magdaModuleType: "core"
2 changes: 1 addition & 1 deletion deploy/helm/internal-charts/admin-api/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# admin-api

![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square)
![Version: 3.0.1-alpha.0](https://img.shields.io/badge/Version-3.0.1--alpha.0-informational?style=flat-square)

A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/internal-charts/apidocs-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: A Helm chart for Kubernetes
name: apidocs-server
version: 3.0.0
version: 3.0.1-alpha.0
kubeVersion: ">= 1.14.0-0"
annotations:
magdaModuleType: "core"
2 changes: 1 addition & 1 deletion deploy/helm/internal-charts/apidocs-server/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# apidocs-server

![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square)
![Version: 3.0.1-alpha.0](https://img.shields.io/badge/Version-3.0.1--alpha.0-informational?style=flat-square)

A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/internal-charts/authorization-api/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: A Helm chart for Kubernetes
name: authorization-api
version: 3.0.0
version: 3.0.1-alpha.0
kubeVersion: ">= 1.14.0-0"
annotations:
magdaModuleType: "core"
2 changes: 1 addition & 1 deletion deploy/helm/internal-charts/authorization-api/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# authorization-api

![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square)
![Version: 3.0.1-alpha.0](https://img.shields.io/badge/Version-3.0.1--alpha.0-informational?style=flat-square)

A Helm chart for Kubernetes

Expand Down
6 changes: 3 additions & 3 deletions deploy/helm/internal-charts/authorization-db/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: magda-postgres
repository: file://../magda-postgres
version: 3.0.0
digest: sha256:10ec3711c066e0e20db651c92baac2fecc09af0d63fab2137d9952990507f4d5
generated: "2024-03-18T02:56:13.01232078Z"
version: 3.0.1-alpha.0
digest: sha256:b0198fc84858935067a48ecacc3b3b845b338c9c7c1c8279501dc33272eccde6
generated: "2024-03-26T03:55:37.250319574Z"
4 changes: 2 additions & 2 deletions deploy/helm/internal-charts/authorization-db/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apiVersion: v2
description: A Helm chart for Kubernetes
name: authorization-db
version: 3.0.0
version: 3.0.1-alpha.0
kubeVersion: ">= 1.14.0-0"
annotations:
magdaModuleType: "core"
dependencies:
- name: magda-postgres
version: "3.0.0"
version: "3.0.1-alpha.0"
repository: "file://../magda-postgres"
condition: global.useInK8sDbInstance.authorization-db
4 changes: 2 additions & 2 deletions deploy/helm/internal-charts/authorization-db/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# authorization-db

![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square)
![Version: 3.0.1-alpha.0](https://img.shields.io/badge/Version-3.0.1--alpha.0-informational?style=flat-square)

A Helm chart for Kubernetes

Expand All @@ -10,7 +10,7 @@ Kubernetes: `>= 1.14.0-0`

| Repository | Name | Version |
|------------|------|---------|
| file://../magda-postgres | magda-postgres | 3.0.0 |
| file://../magda-postgres | magda-postgres | 3.0.1-alpha.0 |

## Values

Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/internal-charts/cloud-sql-proxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: A Helm chart for Kubernetes
name: cloud-sql-proxy
version: 3.0.0
version: 3.0.1-alpha.0
appVersion: "1.11"
kubeVersion: ">= 1.14.0-0"
annotations:
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/internal-charts/cloud-sql-proxy/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cloud-sql-proxy

![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square) ![AppVersion: 1.11](https://img.shields.io/badge/AppVersion-1.11-informational?style=flat-square)
![Version: 3.0.1-alpha.0](https://img.shields.io/badge/Version-3.0.1--alpha.0-informational?style=flat-square) ![AppVersion: 1.11](https://img.shields.io/badge/AppVersion-1.11-informational?style=flat-square)

A Helm chart for Kubernetes

Expand Down
6 changes: 3 additions & 3 deletions deploy/helm/internal-charts/combined-db/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: magda-postgres
repository: file://../magda-postgres
version: 3.0.0
digest: sha256:2119b38d24d816ef7e54bb1698cf54bfd4b10754c373f3a2e77e6fee9030ab4e
generated: "2024-03-18T02:56:13.115600008Z"
version: 3.0.1-alpha.0
digest: sha256:820ff0513bcc74314560d94947849b6ecef86795063bed212f24f94a8fb646d7
generated: "2024-03-26T03:55:37.337351701Z"
4 changes: 2 additions & 2 deletions deploy/helm/internal-charts/combined-db/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ description: |
Unless you attempt to run logical DBs over seperate physical DBs (via `global.useInK8sDbInstance.xxx`),
you should always enable this module (even when you use cloud based DB service e.g. AWS RDS or Google Cloud SQL).
name: combined-db
version: 3.0.0
version: 3.0.1-alpha.0
kubeVersion: ">= 1.14.0-0"
annotations:
magdaModuleType: "core"
dependencies:
- name: magda-postgres
version: "3.0.0"
version: "3.0.1-alpha.0"
repository: "file://../magda-postgres"
condition: global.useCombinedDb
4 changes: 2 additions & 2 deletions deploy/helm/internal-charts/combined-db/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# combined-db

![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square)
![Version: 3.0.1-alpha.0](https://img.shields.io/badge/Version-3.0.1--alpha.0-informational?style=flat-square)

The combined database target module for Magda.
Unless you attempt to run logical DBs over seperate physical DBs (via `global.useInK8sDbInstance.xxx`),
Expand All @@ -12,7 +12,7 @@ Kubernetes: `>= 1.14.0-0`

| Repository | Name | Version |
|------------|------|---------|
| file://../magda-postgres | magda-postgres | 3.0.0 |
| file://../magda-postgres | magda-postgres | 3.0.1-alpha.0 |

## Values

Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/internal-charts/content-api/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: A Helm chart for Kubernetes
name: content-api
version: 3.0.0
version: 3.0.1-alpha.0
kubeVersion: ">= 1.14.0-0"
annotations:
magdaModuleType: "core"
2 changes: 1 addition & 1 deletion deploy/helm/internal-charts/content-api/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# content-api

![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square)
![Version: 3.0.1-alpha.0](https://img.shields.io/badge/Version-3.0.1--alpha.0-informational?style=flat-square)

A Helm chart for Kubernetes

Expand Down
6 changes: 3 additions & 3 deletions deploy/helm/internal-charts/content-db/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: magda-postgres
repository: file://../magda-postgres
version: 3.0.0
digest: sha256:781768193474b55e93beb9a3be74d540b28ff8325c1311c9f71e9d7883c08865
generated: "2024-03-18T02:56:13.217693075Z"
version: 3.0.1-alpha.0
digest: sha256:4acb6cc5cb48ecf5fdab698abd02d342dbebe4a4a9d567ed6d2efc690477959a
generated: "2024-03-26T03:55:37.431099994Z"
4 changes: 2 additions & 2 deletions deploy/helm/internal-charts/content-db/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apiVersion: v2
description: A Helm chart for Kubernetes
name: content-db
version: 3.0.0
version: 3.0.1-alpha.0
kubeVersion: ">= 1.14.0-0"
annotations:
magdaModuleType: "core"
dependencies:
- name: magda-postgres
version: "3.0.0"
version: "3.0.1-alpha.0"
repository: "file://../magda-postgres"
condition: global.useInK8sDbInstance.content-db
4 changes: 2 additions & 2 deletions deploy/helm/internal-charts/content-db/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# content-db

![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square)
![Version: 3.0.1-alpha.0](https://img.shields.io/badge/Version-3.0.1--alpha.0-informational?style=flat-square)

A Helm chart for Kubernetes

Expand All @@ -10,7 +10,7 @@ Kubernetes: `>= 1.14.0-0`

| Repository | Name | Version |
|------------|------|---------|
| file://../magda-postgres | magda-postgres | 3.0.0 |
| file://../magda-postgres | magda-postgres | 3.0.1-alpha.0 |

## Values

Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/internal-charts/correspondence-api/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: A Helm chart for Kubernetes
name: correspondence-api
version: 3.0.0
version: 3.0.1-alpha.0
kubeVersion: ">= 1.14.0-0"
annotations:
magdaModuleType: "core"
2 changes: 1 addition & 1 deletion deploy/helm/internal-charts/correspondence-api/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# correspondence-api

![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square)
![Version: 3.0.1-alpha.0](https://img.shields.io/badge/Version-3.0.1--alpha.0-informational?style=flat-square)

A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/internal-charts/elasticsearch/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: A Helm chart for Kubernetes
name: elasticsearch
version: 3.0.0
version: 3.0.1-alpha.0
kubeVersion: ">= 1.14.0-0"
annotations:
magdaModuleType: "core"
2 changes: 1 addition & 1 deletion deploy/helm/internal-charts/elasticsearch/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# elasticsearch

![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square)
![Version: 3.0.1-alpha.0](https://img.shields.io/badge/Version-3.0.1--alpha.0-informational?style=flat-square)

A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/internal-charts/gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
description: The Gateway Component of Magda that routes incoming requets to
other magda components.
name: gateway
version: 3.0.0
version: 3.0.1-alpha.0
kubeVersion: ">= 1.14.0-0"
annotations:
magdaModuleType: "core"
2 changes: 1 addition & 1 deletion deploy/helm/internal-charts/gateway/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gateway

![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square)
![Version: 3.0.1-alpha.0](https://img.shields.io/badge/Version-3.0.1--alpha.0-informational?style=flat-square)

The Gateway Component of Magda that routes incoming requets to other magda components.

Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/internal-charts/indexer/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: A Helm chart for Kubernetes
name: indexer
version: 3.0.0
version: 3.0.1-alpha.0
kubeVersion: ">= 1.21.0"
annotations:
magdaModuleType: "core"
2 changes: 1 addition & 1 deletion deploy/helm/internal-charts/indexer/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# indexer

![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square)
![Version: 3.0.1-alpha.0](https://img.shields.io/badge/Version-3.0.1--alpha.0-informational?style=flat-square)

A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/internal-charts/ingress/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: A Helm chart for Kubernetes
name: ingress
version: 3.0.0
version: 3.0.1-alpha.0
kubeVersion: ">= 1.19.0-0"
annotations:
magdaModuleType: "core"
2 changes: 1 addition & 1 deletion deploy/helm/internal-charts/ingress/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ingress

![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square)
![Version: 3.0.1-alpha.0](https://img.shields.io/badge/Version-3.0.1--alpha.0-informational?style=flat-square)

A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/internal-charts/magda-postgres/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: magda-postgres
description: "A helm wrapper chart that provides in-kubernetes postgreSQL for Magda."
type: application
kubeVersion: ">= 1.21.0"
version: "3.0.0"
version: "3.0.1-alpha.0"
annotations:
magdaModuleType: "core"
dependencies:
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/internal-charts/magda-postgres/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# magda-postgres

![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 3.0.1-alpha.0](https://img.shields.io/badge/Version-3.0.1--alpha.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

A helm wrapper chart that provides in-kubernetes postgreSQL for Magda.

Expand Down Expand Up @@ -52,7 +52,7 @@ More config postgreSQL related options, please refer to: https://github.com/bitn
| postgresql.extraEnvVarsCM | string | `"{{ .Values.fullnameOverride }}-extra-env-vars"` | the name of config map contains extra env vars for postgresql pod. You should not change this value as this configMap is auto-generated. If you want to add extra env vars, you should add vars to `.Values.envVars` field of `magda-postgres` chart. Please note: For this field, you can use template string e.g. "{{ .Values.fullnameOverride }}" to reference any values passed to subchat `postgresql`. See more: https://helm.sh/docs/howto/charts_tips_and_tricks/#using-the-tpl-function |
| postgresql.fullnameOverride | string | `"default-db-postgresql"` | Set `fullnameOverride` & `nameOverride` to fixed value so it's easier to manage the naming pattern. And point k8s service to DB instance. |
| postgresql.image.repository | string | `"data61/magda-postgres"` | |
| postgresql.image.tag | string | `"3.0.0"` | the default docker image tag/version used by the postgresql chart. When dump the magda version using `yarn set-version` (at magda repo root), this default version will be auto-replaced with the new chart version number. |
| postgresql.image.tag | string | `"3.0.1-alpha.0"` | the default docker image tag/version used by the postgresql chart. When dump the magda version using `yarn set-version` (at magda repo root), this default version will be auto-replaced with the new chart version number. |
| postgresql.livenessProbe.enabled | bool | `false` | `customLivenessProbe` will only be used when `enabled`=`false` Otherwise, default livenessProbe will be used. |
| postgresql.nameOverride | string | `"default-db-postgresql"` | Set `fullnameOverride` & `nameOverride` to fixed value so it's easier to manage the naming pattern. And point k8s service to DB instance. |
| postgresql.persistence.size | string | `"50Gi"` | set the persistence volume size of the postgresql statefulset |
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/internal-charts/magda-postgres/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ postgresql:
image:
# -- the default docker image tag/version used by the postgresql chart.
# When dump the magda version using `yarn set-version` (at magda repo root), this default version will be auto-replaced with the new chart version number.
tag: "3.0.0"
tag: "3.0.1-alpha.0"
repository: "data61/magda-postgres"

# -- the name of config map contains entended postgresql config options.
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/internal-charts/priorities/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: A Helm chart for Kubernetes
name: priorities
version: 3.0.0
version: 3.0.1-alpha.0
kubeVersion: ">= 1.14.0-0"
annotations:
magdaModuleType: "core"
2 changes: 1 addition & 1 deletion deploy/helm/internal-charts/rds-dev-proxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: rds-dev-proxy
description: A RDS proxy for dev / debugging purpose
version: 3.0.0
version: 3.0.1-alpha.0
kubeVersion: ">= 1.14.0-0"
annotations:
magdaModuleType: "core"
2 changes: 1 addition & 1 deletion deploy/helm/internal-charts/rds-dev-proxy/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rds-dev-proxy

![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square)
![Version: 3.0.1-alpha.0](https://img.shields.io/badge/Version-3.0.1--alpha.0-informational?style=flat-square)

A RDS proxy for dev / debugging purpose

Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/internal-charts/registry-api/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: A Helm chart for Kubernetes
name: registry-api
version: 3.0.0
version: 3.0.1-alpha.0
kubeVersion: ">= 1.14.0-0"
annotations:
magdaModuleType: "core"
2 changes: 1 addition & 1 deletion deploy/helm/internal-charts/registry-api/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# registry-api

![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square)
![Version: 3.0.1-alpha.0](https://img.shields.io/badge/Version-3.0.1--alpha.0-informational?style=flat-square)

A Helm chart for Kubernetes

Expand Down
6 changes: 3 additions & 3 deletions deploy/helm/internal-charts/registry-db/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: magda-postgres
repository: file://../magda-postgres
version: 3.0.0
digest: sha256:bffa8902bd5a647470ae70116f17fe714034bea2c63137f036a10b629883f7d7
generated: "2024-03-18T02:56:21.02753127Z"
version: 3.0.1-alpha.0
digest: sha256:581281b7724e528d6c0380b0a95a79876c39a64fa97c14f5976edb64f73f0492
generated: "2024-03-26T03:55:43.883008615Z"
Loading

0 comments on commit 73f1763

Please sign in to comment.