Skip to content

Commit

Permalink
Bumped to v0.0.47
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGilleran committed Sep 12, 2018
1 parent 41e5661 commit 0599bb1
Show file tree
Hide file tree
Showing 41 changed files with 108 additions and 108 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/magda/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: "magda"
description: "A complete solution for managing, publishing and discovering government data, private and open."
version: "0.0.47-RC4"
version: "0.0.47"
home: "https://github.com/TerriaJS/magda"
sources: ["https://github.com/TerriaJS/magda"]
2 changes: 1 addition & 1 deletion deploy/helm/magda/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ global:
maxUnavailable: 0
exposeNodePorts: false
image:
tag: 0.0.47-RC4
tag: 0.0.47
repository: "data61"
pullPolicy: IfNotPresent
defaultAdminUserId: "00000000-0000-4000-8000-000000000000"
Expand Down
4 changes: 2 additions & 2 deletions deploy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magda/deploy",
"version": "0.0.47-RC4",
"version": "0.0.47",
"description": "MAGDA deployment configuration.",
"scripts": {
"create-connector-configmap": "kubectl delete configmap connector-config --ignore-not-found && kubectl create configmap connector-config --from-file ./connector-config/",
Expand All @@ -13,7 +13,7 @@
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@magda/scripts": "^0.0.47-RC4",
"@magda/scripts": "^0.0.47",
"fs-extra": "^2.1.2",
"klaw-sync": "^2.1.0",
"tmp": "0.0.31",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["deploy/", "magda-*", "scripts/"],
"version": "0.0.47-RC4",
"version": "0.0.47",
"hoist": [
"tsmonad",
"urijs",
Expand Down
6 changes: 3 additions & 3 deletions magda-admin-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magda/admin-api",
"version": "0.0.47-RC4",
"version": "0.0.47",
"scripts": {
"build": "yarn run compile",
"compile": "tsc -p tsconfig-build.json",
Expand All @@ -12,7 +12,7 @@
"test": "mocha --compilers ts:ts-node/register,tsx:ts-node/register --require tsconfig-paths/register \"src/test/**/*.spec.ts\""
},
"dependencies": {
"@magda/typescript-common": "^0.0.47-RC4",
"@magda/typescript-common": "^0.0.47",
"body-parser": "^1.13.2",
"express": "^4.13.1",
"http-proxy": "^1.16.2",
Expand All @@ -23,7 +23,7 @@
"yargs": "^8.0.2"
},
"devDependencies": {
"@magda/scripts": "^0.0.47-RC4",
"@magda/scripts": "^0.0.47",
"@types/chai": "^4.0.4",
"@types/config": "0.0.32",
"@types/express": "^4.0.35",
Expand Down
4 changes: 2 additions & 2 deletions magda-apidocs-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@magda/apidocs-server",
"description": "The MAGDA in-browser api documentation.",
"version": "0.0.47-RC4",
"version": "0.0.47",
"license": "Apache-2.0",
"scripts": {
"build": "generate-api-documentation --config $PWD/apidoc.json --output $PWD/build",
Expand All @@ -10,7 +10,7 @@
"retag-and-push": "retag-and-push"
},
"devDependencies": {
"@magda/scripts": "^0.0.47-RC4"
"@magda/scripts": "^0.0.47"
},
"proxy": {
"/server-config.js": {
Expand Down
6 changes: 3 additions & 3 deletions magda-authorization-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magda/authorization-api",
"version": "0.0.47-RC4",
"version": "0.0.47",
"scripts": {
"build": "yarn run compile",
"compile": "tsc -p tsconfig-build.json",
Expand All @@ -13,7 +13,7 @@
"retag-and-push": "retag-and-push"
},
"dependencies": {
"@magda/typescript-common": "^0.0.47-RC4",
"@magda/typescript-common": "^0.0.47",
"body-parser": "^1.13.2",
"express": "^4.13.1",
"jsonwebtoken": "^7.4.1",
Expand All @@ -22,7 +22,7 @@
"yargs": "^8.0.2"
},
"devDependencies": {
"@magda/scripts": "^0.0.47-RC4",
"@magda/scripts": "^0.0.47",
"@types/chai": "^4.1.2",
"@types/express": "^4.0.35",
"@types/lodash": "^4.14.96",
Expand Down
6 changes: 3 additions & 3 deletions magda-builder-docker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magda/builder-docker",
"version": "0.0.47-RC4",
"version": "0.0.47",
"description": "Builder image for nodejs magda projects",
"scripts": {
"docker-build-prod": "create-docker-context-for-node-component --build --push",
Expand All @@ -16,8 +16,8 @@
}
},
"devDependencies": {
"@magda/builder-nodejs": "^0.0.47-RC4",
"@magda/scripts": "^0.0.47-RC4"
"@magda/builder-nodejs": "^0.0.47",
"@magda/scripts": "^0.0.47"
},
"magda": {
"categories": {
Expand Down
4 changes: 2 additions & 2 deletions magda-builder-nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magda/builder-nodejs",
"version": "0.0.47-RC4",
"version": "0.0.47",
"description": "Builder image for nodejs magda projects",
"scripts": {
"docker-build-prod": "create-docker-context-for-node-component --build --push",
Expand All @@ -16,7 +16,7 @@
}
},
"devDependencies": {
"@magda/scripts": "^0.0.47-RC4"
"@magda/scripts": "^0.0.47"
},
"magda": {
"categories": {
Expand Down
6 changes: 3 additions & 3 deletions magda-builder-scala/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magda/builder-scala",
"version": "0.0.47-RC4",
"version": "0.0.47",
"description": "Builder image for scala magda projects",
"scripts": {
"docker-build-prod": "create-docker-context-for-node-component --build --push",
Expand All @@ -16,8 +16,8 @@
}
},
"devDependencies": {
"@magda/builder-docker": "^0.0.47-RC4",
"@magda/scripts": "^0.0.47-RC4"
"@magda/builder-docker": "^0.0.47",
"@magda/scripts": "^0.0.47"
},
"magda": {
"categories": {
Expand Down
8 changes: 4 additions & 4 deletions magda-ckan-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@magda/ckan-connector",
"description": "MAGDA CKAN Connector",
"version": "0.0.47-RC4",
"version": "0.0.47",
"scripts": {
"build": "yarn run compile",
"compile": "yarn run compile-node && yarn run compile-browser",
Expand All @@ -17,7 +17,7 @@
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@magda/scripts": "^0.0.47-RC4",
"@magda/scripts": "^0.0.47",
"@types/express": "^4.0.37",
"@types/node": "^8.0.14",
"@types/request": "^2.0.0",
Expand All @@ -32,8 +32,8 @@
"webpack": "^3.6.0"
},
"dependencies": {
"@magda/registry-aspects": "^0.0.47-RC4",
"@magda/typescript-common": "^0.0.47-RC4",
"@magda/registry-aspects": "^0.0.47",
"@magda/typescript-common": "^0.0.47",
"body-parser": "^1.18.1",
"express": "^4.15.4",
"moment": "^2.17.1",
Expand Down
6 changes: 3 additions & 3 deletions magda-content-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magda/content-api",
"version": "0.0.47-RC4",
"version": "0.0.47",
"scripts": {
"build": "yarn run compile",
"compile": "tsc -p tsconfig-build.json",
Expand All @@ -13,7 +13,7 @@
"retag-and-push": "retag-and-push"
},
"dependencies": {
"@magda/typescript-common": "^0.0.47-RC4",
"@magda/typescript-common": "^0.0.47",
"body-parser": "^1.13.2",
"express": "^4.13.1",
"jsonwebtoken": "^7.4.1",
Expand All @@ -22,7 +22,7 @@
"yargs": "^8.0.2"
},
"devDependencies": {
"@magda/scripts": "^0.0.47-RC4",
"@magda/scripts": "^0.0.47",
"@types/chai": "^4.1.2",
"@types/express": "^4.0.35",
"@types/lodash": "^4.14.96",
Expand Down
6 changes: 3 additions & 3 deletions magda-correspondence-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@magda/correspondence-api",
"description": "MAGDA correspondence API",
"version": "0.0.47-RC4",
"version": "0.0.47",
"license": "Apache-2.0",
"scripts": {
"build": "yarn run compile",
Expand All @@ -15,7 +15,7 @@
"retag-and-push": "retag-and-push"
},
"dependencies": {
"@magda/typescript-common": "^0.0.47-RC4",
"@magda/typescript-common": "^0.0.47",
"body-parser": "^1.13.2",
"email-validator": "^2.0.3",
"express": "^4.13.1",
Expand All @@ -29,7 +29,7 @@
"yargs": "^8.0.2"
},
"devDependencies": {
"@magda/scripts": "^0.0.47-RC4",
"@magda/scripts": "^0.0.47",
"@types/chai": "^4.1.3",
"@types/email-validator": "^1.0.6",
"@types/express": "^4.0.35",
Expand Down
8 changes: 4 additions & 4 deletions magda-csw-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@magda/csw-connector",
"description": "MAGDA OGC Catalogue Service for the Web (CSW) Connector",
"version": "0.0.47-RC4",
"version": "0.0.47",
"scripts": {
"build": "yarn run compile",
"compile": "yarn run compile-node && yarn run compile-browser",
Expand All @@ -16,7 +16,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@magda/scripts": "^0.0.47-RC4",
"@magda/scripts": "^0.0.47",
"@types/jsonpath": "^0.1.29",
"@types/lodash": "^4.14.66",
"@types/node": "^8.0.14",
Expand All @@ -30,8 +30,8 @@
"webpack": "^3.6.0"
},
"dependencies": {
"@magda/registry-aspects": "^0.0.47-RC4",
"@magda/typescript-common": "^0.0.47-RC4",
"@magda/registry-aspects": "^0.0.47",
"@magda/typescript-common": "^0.0.47",
"jsonpath": "^0.2.11",
"lodash": "^4.17.4",
"moment": "^2.17.1",
Expand Down
8 changes: 4 additions & 4 deletions magda-dap-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@magda/dap-connector",
"description": "MAGDA DAP Connector",
"version": "0.0.47-RC4",
"version": "0.0.47",
"scripts": {
"build": "yarn run compile",
"compile": "yarn run compile-node && yarn run compile-browser",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@magda/scripts": "^0.0.47-RC4",
"@magda/scripts": "^0.0.47",
"@types/express": "^4.0.37",
"@types/node": "^8.0.14",
"@types/request": "^2.0.0",
Expand All @@ -31,8 +31,8 @@
"webpack": "^3.6.0"
},
"dependencies": {
"@magda/registry-aspects": "^0.0.47-RC4",
"@magda/typescript-common": "^0.0.47-RC4",
"@magda/registry-aspects": "^0.0.47",
"@magda/typescript-common": "^0.0.47",
"body-parser": "^1.18.1",
"express": "^4.15.4",
"moment": "^2.17.1",
Expand Down
4 changes: 2 additions & 2 deletions magda-db-migrator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magda/db-migrator",
"version": "0.0.47-RC4",
"version": "0.0.47",
"description": "A base Docker image for PostgreSQL with Flyway for schema migrations.",
"scripts": {
"docker-build-prod": "create-docker-context-for-node-component --build --push --tag auto",
Expand All @@ -17,7 +17,7 @@
}
},
"devDependencies": {
"@magda/scripts": "^0.0.47-RC4"
"@magda/scripts": "^0.0.47"
},
"magda": {
"categories": {
Expand Down
4 changes: 2 additions & 2 deletions magda-elastic-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magda/elastic-search",
"version": "0.0.47-RC4",
"version": "0.0.47",
"description": "MAGDA's custom elasticsearch docker image.",
"scripts": {
"dev": "create-pod-and-forward --configuration ../deploy/kubernetes/local/base/elasticsearch.yml --selector component=elasticsearch --port 9300",
Expand All @@ -17,7 +17,7 @@
}
},
"devDependencies": {
"@magda/scripts": "^0.0.47-RC4"
"@magda/scripts": "^0.0.47"
},
"magda": {
"categories": {
Expand Down
6 changes: 3 additions & 3 deletions magda-gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@magda/gateway",
"description": "The public gateway to all of MAGDA, including the API and web front end.",
"version": "0.0.47-RC4",
"version": "0.0.47",
"license": "Apache-2.0",
"scripts": {
"build": "yarn run compile",
Expand All @@ -15,7 +15,7 @@
"test": "mocha --compilers ts:ts-node/register,tsx:ts-node/register --require tsconfig-paths/register \"src/test/**/*.spec.ts\""
},
"dependencies": {
"@magda/typescript-common": "^0.0.47-RC4",
"@magda/typescript-common": "^0.0.47",
"body-parser": "^1.13.2",
"cheerio": "^0.22.0",
"compression": "^1.7.2",
Expand Down Expand Up @@ -45,7 +45,7 @@
"yargs": "^8.0.2"
},
"devDependencies": {
"@magda/scripts": "^0.0.47-RC4",
"@magda/scripts": "^0.0.47",
"@types/chai": "^4.0.1",
"@types/compression": "^0.0.36",
"@types/cors": "^2.8.1",
Expand Down
2 changes: 1 addition & 1 deletion magda-indexer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magda/indexer",
"version": "0.0.47-RC4",
"version": "0.0.47",
"description": "Indexes the registry for searching.",
"scripts": {
"build": "yarn run compile",
Expand Down
2 changes: 1 addition & 1 deletion magda-int-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magda/int-test",
"version": "0.0.47-RC4",
"version": "0.0.47",
"description": "Integration tests",
"scripts": {
"build": "yarn run compile",
Expand Down
Loading

0 comments on commit 0599bb1

Please sign in to comment.