@magda/scripts 2.1.0-alpha.0 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -168,7 +168,7 @@ files.forEach(function (connectorConfigFile) {
168
168
  );
169
169
 
170
170
  const cron = {
171
- apiVersion: "batch/v1beta1",
171
+ apiVersion: "batch/v1",
172
172
  kind: "CronJob",
173
173
  metadata: {
174
174
  name: "connector-" + basename
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magda/scripts",
3
- "version": "2.1.0-alpha.0",
3
+ "version": "2.1.0",
4
4
  "description": "Scripts for building, running, and deploying MAGDA",
5
5
  "license": "Apache-2.0",
6
6
  "bin": {