release: 7.0.1

master 7.0.1
Mirco 9 months ago
parent 6837a99cdf
commit 43ebd230e4

@ -6,7 +6,7 @@ from ddadevops import *
name = "c4k-cloud" name = "c4k-cloud"
MODULE = "backup" MODULE = "backup"
PROJECT_ROOT_PATH = "../.." PROJECT_ROOT_PATH = "../.."
version = "7.0.1-SNAPSHOT" version = "7.0.1"
@init @init

@ -6,7 +6,7 @@ from ddadevops import *
name = 'c4k-cloud' name = 'c4k-cloud'
MODULE = 'not_set' MODULE = 'not_set'
PROJECT_ROOT_PATH = '../..' PROJECT_ROOT_PATH = '../..'
version = "7.0.1-SNAPSHOT" version = "7.0.1"
@init @init
def initialize(project): def initialize(project):

@ -1,33 +1,33 @@
{ {
"name": "c4k-nextcloud", "name": "c4k-nextcloud",
"description": "Generate c4k yaml for a nextcloud deployment.", "description": "Generate c4k yaml for a nextcloud deployment.",
"author": "meissa GmbH", "author": "meissa GmbH",
"version": "7.0.1-SNAPSHOT", "version": "7.0.1",
"homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-nextcloud#readme", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-nextcloud#readme",
"repository": "https://www.npmjs.com/package/c4k-nextcloud", "repository": "https://www.npmjs.com/package/c4k-nextcloud",
"license": "APACHE2", "license": "APACHE2",
"main": "c4k-nextcloud.js", "main": "c4k-nextcloud.js",
"bin": { "bin": {
"c4k-nextcloud": "./c4k-nextcloud.js" "c4k-nextcloud": "./c4k-nextcloud.js"
}, },
"keywords": [ "keywords": [
"cljs", "cljs",
"nextcloud", "nextcloud",
"k8s", "k8s",
"c4k", "c4k",
"deployment", "deployment",
"yaml", "yaml",
"convention4kubernetes" "convention4kubernetes"
], ],
"bugs": { "bugs": {
"url": "https://gitlab.com/domaindrivenarchitecture/c4k-nextcloud/issues" "url": "https://gitlab.com/domaindrivenarchitecture/c4k-nextcloud/issues"
}, },
"dependencies": { "dependencies": {
"js-base64": "^3.6.1", "js-base64": "^3.6.1",
"js-yaml": "^4.0.0" "js-yaml": "^4.0.0"
}, },
"devDependencies": { "devDependencies": {
"shadow-cljs": "^2.11.18", "shadow-cljs": "^2.11.18",
"source-map-support": "^0.5.19" "source-map-support": "^0.5.19"
} }
} }

@ -1,4 +1,4 @@
(defproject org.domaindrivenarchitecture/c4k-nextcloud "7.0.1-SNAPSHOT" (defproject org.domaindrivenarchitecture/c4k-nextcloud "7.0.1"
:description "nextcloud c4k-installation package" :description "nextcloud c4k-installation package"
:url "https://domaindrivenarchitecture.org" :url "https://domaindrivenarchitecture.org"
:license {:name "Apache License, Version 2.0" :license {:name "Apache License, Version 2.0"

Loading…
Cancel
Save