Skip to content

Commit dabf3d8

Browse files
committed
v0.0.49
1 parent 69dbb6c commit dabf3d8

File tree

43 files changed

+116
-116
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+116
-116
lines changed

deploy/helm/magda/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
name: "magda"
33
description: "A complete solution for managing, publishing and discovering government data, private and open."
4-
version: "0.0.49-RC3"
4+
version: "0.0.49"
55
home: "https://github.com/TerriaJS/magda"
66
sources: ["https://github.com/TerriaJS/magda"]

deploy/helm/magda/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ global:
66
maxUnavailable: 0
77
exposeNodePorts: false
88
image:
9-
tag: 0.0.49-RC3
9+
tag: 0.0.49
1010
repository: "data61"
1111
pullPolicy: IfNotPresent
1212
defaultAdminUserId: "00000000-0000-4000-8000-000000000000"

deploy/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magda/deploy",
3-
"version": "0.0.49-RC3",
3+
"version": "0.0.49",
44
"description": "MAGDA deployment configuration.",
55
"scripts": {
66
"create-connector-configmap": "kubectl delete configmap connector-config --ignore-not-found && kubectl create configmap connector-config --from-file ./connector-config/",
@@ -13,7 +13,7 @@
1313
"author": "",
1414
"license": "Apache-2.0",
1515
"devDependencies": {
16-
"@magda/scripts": "^0.0.49-RC3",
16+
"@magda/scripts": "^0.0.49",
1717
"fs-extra": "^2.1.2",
1818
"klaw-sync": "^2.1.0",
1919
"tmp": "0.0.31",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"packages": ["deploy/", "magda-*", "scripts/"],
6-
"version": "0.0.49-RC3",
6+
"version": "0.0.49",
77
"hoist": [
88
"tsmonad",
99
"urijs",

magda-admin-api/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magda/admin-api",
3-
"version": "0.0.49-RC3",
3+
"version": "0.0.49",
44
"scripts": {
55
"build": "yarn run compile",
66
"compile": "tsc -p tsconfig-build.json",
@@ -13,7 +13,7 @@
1313
"retag-and-push": "retag-and-push"
1414
},
1515
"dependencies": {
16-
"@magda/typescript-common": "^0.0.49-RC3",
16+
"@magda/typescript-common": "^0.0.49",
1717
"body-parser": "^1.13.2",
1818
"express": "^4.13.1",
1919
"http-proxy": "^1.16.2",
@@ -24,7 +24,7 @@
2424
"yargs": "^8.0.2"
2525
},
2626
"devDependencies": {
27-
"@magda/scripts": "^0.0.49-RC3",
27+
"@magda/scripts": "^0.0.49",
2828
"@types/chai": "^4.0.4",
2929
"@types/config": "0.0.32",
3030
"@types/express": "^4.0.35",

magda-apidocs-server/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@magda/apidocs-server",
33
"description": "The MAGDA in-browser api documentation.",
4-
"version": "0.0.49-RC3",
4+
"version": "0.0.49",
55
"license": "Apache-2.0",
66
"scripts": {
77
"build": "generate-api-documentation --config $PWD/apidoc.json --output $PWD/build",
@@ -10,7 +10,7 @@
1010
"retag-and-push": "retag-and-push"
1111
},
1212
"devDependencies": {
13-
"@magda/scripts": "^0.0.49-RC3"
13+
"@magda/scripts": "^0.0.49"
1414
},
1515
"config": {
1616
"docker": {

magda-authorization-api/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magda/authorization-api",
3-
"version": "0.0.49-RC3",
3+
"version": "0.0.49",
44
"scripts": {
55
"build": "yarn run compile",
66
"compile": "tsc -p tsconfig-build.json",
@@ -13,7 +13,7 @@
1313
"retag-and-push": "retag-and-push"
1414
},
1515
"dependencies": {
16-
"@magda/typescript-common": "^0.0.49-RC3",
16+
"@magda/typescript-common": "^0.0.49",
1717
"body-parser": "^1.13.2",
1818
"express": "^4.13.1",
1919
"jsonwebtoken": "^7.4.1",
@@ -22,7 +22,7 @@
2222
"yargs": "^8.0.2"
2323
},
2424
"devDependencies": {
25-
"@magda/scripts": "^0.0.49-RC3",
25+
"@magda/scripts": "^0.0.49",
2626
"@types/chai": "^4.1.2",
2727
"@types/express": "^4.0.35",
2828
"@types/lodash": "^4.14.96",

magda-builder-docker/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magda/builder-docker",
3-
"version": "0.0.49-RC3",
3+
"version": "0.0.49",
44
"description": "Builder image for nodejs magda projects",
55
"scripts": {
66
"docker-build-prod": "create-docker-context-for-node-component --build --push",
@@ -16,8 +16,8 @@
1616
}
1717
},
1818
"devDependencies": {
19-
"@magda/builder-nodejs": "^0.0.49-RC3",
20-
"@magda/scripts": "^0.0.49-RC3"
19+
"@magda/builder-nodejs": "^0.0.49",
20+
"@magda/scripts": "^0.0.49"
2121
},
2222
"magda": {
2323
"categories": {

magda-builder-nodejs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magda/builder-nodejs",
3-
"version": "0.0.49-RC3",
3+
"version": "0.0.49",
44
"description": "Builder image for nodejs magda projects",
55
"scripts": {
66
"docker-build-prod": "create-docker-context-for-node-component --build --push",
@@ -16,7 +16,7 @@
1616
}
1717
},
1818
"devDependencies": {
19-
"@magda/scripts": "^0.0.49-RC3"
19+
"@magda/scripts": "^0.0.49"
2020
},
2121
"magda": {
2222
"categories": {

magda-builder-scala/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magda/builder-scala",
3-
"version": "0.0.49-RC3",
3+
"version": "0.0.49",
44
"description": "Builder image for scala magda projects",
55
"scripts": {
66
"docker-build-prod": "create-docker-context-for-node-component --build --push",
@@ -16,8 +16,8 @@
1616
}
1717
},
1818
"devDependencies": {
19-
"@magda/builder-docker": "^0.0.49-RC3",
20-
"@magda/scripts": "^0.0.49-RC3"
19+
"@magda/builder-docker": "^0.0.49",
20+
"@magda/scripts": "^0.0.49"
2121
},
2222
"magda": {
2323
"categories": {

magda-ckan-connector/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@magda/ckan-connector",
33
"description": "MAGDA CKAN Connector",
4-
"version": "0.0.49-RC3",
4+
"version": "0.0.49",
55
"scripts": {
66
"build": "yarn run compile",
77
"compile": "yarn run compile-node && yarn run compile-browser",
@@ -17,7 +17,7 @@
1717
"author": "",
1818
"license": "Apache-2.0",
1919
"devDependencies": {
20-
"@magda/scripts": "^0.0.49-RC3",
20+
"@magda/scripts": "^0.0.49",
2121
"@types/express": "^4.0.37",
2222
"@types/node": "^8.0.14",
2323
"@types/request": "^2.0.0",
@@ -32,8 +32,8 @@
3232
"webpack": "^3.6.0"
3333
},
3434
"dependencies": {
35-
"@magda/registry-aspects": "^0.0.49-RC3",
36-
"@magda/typescript-common": "^0.0.49-RC3",
35+
"@magda/registry-aspects": "^0.0.49",
36+
"@magda/typescript-common": "^0.0.49",
3737
"body-parser": "^1.18.1",
3838
"express": "^4.15.4",
3939
"moment": "^2.17.1",

magda-content-api/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magda/content-api",
3-
"version": "0.0.49-RC3",
3+
"version": "0.0.49",
44
"scripts": {
55
"build": "yarn run compile",
66
"compile": "tsc -p tsconfig-build.json",
@@ -13,7 +13,7 @@
1313
"retag-and-push": "retag-and-push"
1414
},
1515
"dependencies": {
16-
"@magda/typescript-common": "^0.0.49-RC3",
16+
"@magda/typescript-common": "^0.0.49",
1717
"body-parser": "^1.13.2",
1818
"express": "^4.13.1",
1919
"jsonwebtoken": "^7.4.1",
@@ -23,7 +23,7 @@
2323
"yargs": "^8.0.2"
2424
},
2525
"devDependencies": {
26-
"@magda/scripts": "^0.0.49-RC3",
26+
"@magda/scripts": "^0.0.49",
2727
"@types/chai": "^4.1.2",
2828
"@types/express": "^4.0.35",
2929
"@types/lodash": "^4.14.96",

magda-correspondence-api/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@magda/correspondence-api",
33
"description": "MAGDA correspondence API",
4-
"version": "0.0.49-RC3",
4+
"version": "0.0.49",
55
"license": "Apache-2.0",
66
"scripts": {
77
"build": "yarn run compile",
@@ -15,7 +15,7 @@
1515
"retag-and-push": "retag-and-push"
1616
},
1717
"dependencies": {
18-
"@magda/typescript-common": "^0.0.49-RC3",
18+
"@magda/typescript-common": "^0.0.49",
1919
"body-parser": "^1.13.2",
2020
"email-validator": "^2.0.3",
2121
"express": "^4.13.1",
@@ -29,7 +29,7 @@
2929
"yargs": "^8.0.2"
3030
},
3131
"devDependencies": {
32-
"@magda/scripts": "^0.0.49-RC3",
32+
"@magda/scripts": "^0.0.49",
3333
"@types/chai": "^4.1.3",
3434
"@types/email-validator": "^1.0.6",
3535
"@types/express": "^4.0.35",

magda-csv-connector/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@magda/csv-connector",
33
"description": "MAGDA Csv/Xlsx/Ods etc data catalog Connector",
4-
"version": "0.0.49-RC3",
4+
"version": "0.0.49",
55
"scripts": {
66
"build": "yarn run compile",
77
"compile": "yarn run compile-node && yarn run compile-browser",
@@ -17,7 +17,7 @@
1717
},
1818
"license": "Apache-2.0",
1919
"devDependencies": {
20-
"@magda/scripts": "^0.0.49-RC3",
20+
"@magda/scripts": "^0.0.49",
2121
"@types/jsonpath": "^0.1.29",
2222
"@types/lodash": "^4.14.66",
2323
"@types/node": "^8.0.14",
@@ -31,8 +31,8 @@
3131
"webpack": "^3.6.0"
3232
},
3333
"dependencies": {
34-
"@magda/registry-aspects": "^0.0.49-RC3",
35-
"@magda/typescript-common": "^0.0.49-RC3",
34+
"@magda/registry-aspects": "^0.0.49",
35+
"@magda/typescript-common": "^0.0.49",
3636
"escape-html": "^1.0.3",
3737
"jsonpath": "^0.2.11",
3838
"request": "^2.79.0",

magda-csw-connector/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@magda/csw-connector",
33
"description": "MAGDA OGC Catalogue Service for the Web (CSW) Connector",
4-
"version": "0.0.49-RC3",
4+
"version": "0.0.49",
55
"scripts": {
66
"build": "yarn run compile",
77
"compile": "yarn run compile-node && yarn run compile-browser",
@@ -17,7 +17,7 @@
1717
},
1818
"license": "Apache-2.0",
1919
"devDependencies": {
20-
"@magda/scripts": "^0.0.49-RC3",
20+
"@magda/scripts": "^0.0.49",
2121
"@types/jsonpath": "^0.1.29",
2222
"@types/lodash": "^4.14.66",
2323
"@types/nock": "^9.3.0",
@@ -33,8 +33,8 @@
3333
"webpack": "^3.6.0"
3434
},
3535
"dependencies": {
36-
"@magda/registry-aspects": "^0.0.49-RC3",
37-
"@magda/typescript-common": "^0.0.49-RC3",
36+
"@magda/registry-aspects": "^0.0.49",
37+
"@magda/typescript-common": "^0.0.49",
3838
"jsonpath": "^0.2.11",
3939
"lodash": "^4.17.4",
4040
"moment": "^2.17.1",

magda-dap-connector/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@magda/dap-connector",
33
"description": "MAGDA DAP Connector",
4-
"version": "0.0.49-RC3",
4+
"version": "0.0.49",
55
"scripts": {
66
"build": "yarn run compile",
77
"compile": "yarn run compile-node && yarn run compile-browser",
@@ -16,7 +16,7 @@
1616
"author": "",
1717
"license": "Apache-2.0",
1818
"devDependencies": {
19-
"@magda/scripts": "^0.0.49-RC3",
19+
"@magda/scripts": "^0.0.49",
2020
"@types/express": "^4.0.37",
2121
"@types/node": "^8.0.14",
2222
"@types/request": "^2.0.0",
@@ -31,8 +31,8 @@
3131
"webpack": "^3.6.0"
3232
},
3333
"dependencies": {
34-
"@magda/registry-aspects": "^0.0.49-RC3",
35-
"@magda/typescript-common": "^0.0.49-RC3",
34+
"@magda/registry-aspects": "^0.0.49",
35+
"@magda/typescript-common": "^0.0.49",
3636
"body-parser": "^1.18.1",
3737
"express": "^4.15.4",
3838
"moment": "^2.17.1",

magda-db-migrator/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magda/db-migrator",
3-
"version": "0.0.49-RC3",
3+
"version": "0.0.49",
44
"description": "A base Docker image for PostgreSQL with Flyway for schema migrations.",
55
"scripts": {
66
"docker-build-prod": "create-docker-context-for-node-component --build --push --tag auto",
@@ -17,7 +17,7 @@
1717
}
1818
},
1919
"devDependencies": {
20-
"@magda/scripts": "^0.0.49-RC3"
20+
"@magda/scripts": "^0.0.49"
2121
},
2222
"magda": {
2323
"categories": {

magda-elastic-search/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magda/elastic-search",
3-
"version": "0.0.49-RC3",
3+
"version": "0.0.49",
44
"description": "MAGDA's custom elasticsearch docker image.",
55
"scripts": {
66
"dev": "create-pod-and-forward --configuration ../deploy/kubernetes/local/base/elasticsearch.yml --selector component=elasticsearch --port 9300",
@@ -17,7 +17,7 @@
1717
}
1818
},
1919
"devDependencies": {
20-
"@magda/scripts": "^0.0.49-RC3"
20+
"@magda/scripts": "^0.0.49"
2121
},
2222
"magda": {
2323
"categories": {

magda-gateway/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@magda/gateway",
33
"description": "The public gateway to all of MAGDA, including the API and web front end.",
4-
"version": "0.0.49-RC3",
4+
"version": "0.0.49",
55
"license": "Apache-2.0",
66
"scripts": {
77
"build": "yarn run compile",
@@ -15,7 +15,7 @@
1515
"test": "mocha --compilers ts:ts-node/register,tsx:ts-node/register --require tsconfig-paths/register \"src/test/**/*.spec.ts\""
1616
},
1717
"dependencies": {
18-
"@magda/typescript-common": "^0.0.49-RC3",
18+
"@magda/typescript-common": "^0.0.49",
1919
"body-parser": "^1.13.2",
2020
"cheerio": "^0.22.0",
2121
"compression": "^1.7.2",
@@ -46,7 +46,7 @@
4646
"yargs": "^8.0.2"
4747
},
4848
"devDependencies": {
49-
"@magda/scripts": "^0.0.49-RC3",
49+
"@magda/scripts": "^0.0.49",
5050
"@types/chai": "^4.0.1",
5151
"@types/compression": "^0.0.36",
5252
"@types/cors": "^2.8.1",

0 commit comments

Comments
 (0)