Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t83714 committed Oct 12, 2021
1 parent ba6fb7e commit 51b7205
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions deploy/magda-minion-ckan-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: v2
name: magda-minion-ckan-exporter
description: A Helm chart for Magda CKAN Exporter Minion
version: "0.0.57-0"
version: "1.0.0"
kubeVersion: ">= 1.14.0-0"
home: "https://github.com/magda-io/magda-minion-ckan-exporter"
sources: ["https://github.com/magda-io/magda-minion-ckan-exporter"]
sources: [ "https://github.com/magda-io/magda-minion-ckan-exporter" ]
annotations:
magdaModuleType: "minion"
dependencies:
- name: magda-common
version: "1.0.0-alpha.4"
repository: "https://charts.magda.io"
repository: "https://charts.magda.io"
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@magda/magda-minion-ckan-exporter",
"description": "MAGDA Minion for pushing to Ckan",
"version": "0.0.57-0",
"version": "1.0.0",
"scripts": {
"prebuild": "rimraf dist tsconfig.tsbuildinfo",
"build": "yarn run compile",
Expand All @@ -27,12 +27,12 @@
"@magda/ci-utils": "^1.0.2",
"@magda/docker-utils": "^0.0.60",
"@types/chai": "^4.0.4",
"@types/isomorphic-fetch": "^0.0.35",
"@types/lodash": "^4.14.74",
"@types/mocha": "^2.2.42",
"@types/nock": "^8.2.1",
"@types/sinon": "^2.3.3",
"@types/isomorphic-fetch": "^0.0.35",
"@types/shortid": "^0.0.29",
"@types/sinon": "^2.3.3",
"@types/uuid": "^7.0.2",
"chai": "^4.1.1",
"mocha": "^3.5.0",
Expand All @@ -47,10 +47,10 @@
"@magda/minion-sdk": "^0.0.60",
"@magda/registry-aspects": "^0.0.60",
"isomorphic-fetch": "^2.2.1",
"uuid": "^3.4.0",
"lodash": "^4.17.4",
"shortid": "^2.2.15",
"urijs": "^1.19.2"
"urijs": "^1.19.2",
"uuid": "^3.4.0"
},
"config": {
"registryUrl": "http://localhost:6101/v0",
Expand Down

0 comments on commit 51b7205

Please sign in to comment.