From dbef379aabdbfc3ce7bd010b5584d98541fa1eaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Hudy?= Date: Fri, 6 Dec 2019 13:20:16 +0100 Subject: [PATCH] Bump Kyma to version 1.8.0 (#37) --- .ci/scripts/test-GC-manifest.sh | 2 +- KYMA_VERSION | 2 +- google-cloud/schema.yaml | 7 +++---- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.ci/scripts/test-GC-manifest.sh b/.ci/scripts/test-GC-manifest.sh index f4a4ab0..d5335dc 100755 --- a/.ci/scripts/test-GC-manifest.sh +++ b/.ci/scripts/test-GC-manifest.sh @@ -154,7 +154,7 @@ function finalize() { if [[ ${CLUSTER_PROVISIONED} = "true" ]]; then log::info "Exporting cluster logs to ${ARTIFACTS_DIR}" 2>&1 | junit::test_output - kind::export_logs "${CLUSTER_NAME}" 2>&1 | junit::test_output || finalization_failed="true" + kind::export_logs "${CLUSTER_NAME}" "${ARTIFACTS_DIR}" 2>&1 | junit::test_output || finalization_failed="true" log::info "Deleting cluster" 2>&1 | junit::test_output kind::delete_cluster "${CLUSTER_NAME}" 2>&1 | junit::test_output || finalization_failed="true" diff --git a/KYMA_VERSION b/KYMA_VERSION index bd8bf88..27f9cd3 100644 --- a/KYMA_VERSION +++ b/KYMA_VERSION @@ -1 +1 @@ -1.7.0 +1.8.0 diff --git a/google-cloud/schema.yaml b/google-cloud/schema.yaml index 3c02ac3..8da876e 100644 --- a/google-cloud/schema.yaml +++ b/google-cloud/schema.yaml @@ -17,9 +17,8 @@ properties: type: string title: Cluster Admin Service Account description: >- - Name of a service account in the target namespace that - has cluster-admin permissions. This is needed for the operator - to create Spark CRD and jobs. + Name of a service account in the target Namespace that + has cluster-admin permissions. Required to install Kyma. x-google-marketplace: type: SERVICE_ACCOUNT serviceAccount: @@ -43,4 +42,4 @@ x-google-marketplace: memory: 11.45Gi affinity: simpleNodeAffinity: - type: REQUIRE_ONE_NODE_PER_REPLICA \ No newline at end of file + type: REQUIRE_ONE_NODE_PER_REPLICA