From c721e1b62805b1e4c60bce6f835d1eb4bd8203b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Mon, 18 Jul 2022 17:50:38 +0200 Subject: [PATCH] Release version 0.8.0 --- CITATION.cff | 2 +- codemeta.json | 4 ++-- docs/index.yaml | 38 +++++++++++++++++++++++++++++++++++++- helm/Chart.yaml | 4 ++-- theodolite/README.md | 2 +- theodolite/build.gradle | 2 +- 6 files changed, 44 insertions(+), 8 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 160146c84..0ebea8019 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,7 +8,7 @@ authors: given-names: Wilhelm orcid: "https://orcid.org/0000-0001-6625-4335" title: Theodolite -version: "0.7.0" +version: "0.8.0" repository-code: "https://github.com/cau-se/theodolite" license: "Apache-2.0" doi: "10.1016/j.bdr.2021.100209" diff --git a/codemeta.json b/codemeta.json index fa2eb23a9..5a4c6e8bc 100644 --- a/codemeta.json +++ b/codemeta.json @@ -5,10 +5,10 @@ "codeRepository": "https://github.com/cau-se/theodolite", "dateCreated": "2020-03-13", "datePublished": "2020-07-27", - "dateModified": "2022-05-11", + "dateModified": "2022-07-18", "downloadUrl": "https://github.com/cau-se/theodolite/releases", "name": "Theodolite", - "version": "0.7.0", + "version": "0.8.0", "description": "Theodolite is a framework for benchmarking the horizontal and vertical scalability of cloud-native applications.", "developmentStatus": "active", "relatedLink": [ diff --git a/docs/index.yaml b/docs/index.yaml index 956bb83b1..34c688185 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -1,6 +1,42 @@ apiVersion: v1 entries: theodolite: + - apiVersion: v2 + appVersion: 0.8.0 + created: "2022-07-18T17:48:21.205921939+02:00" + dependencies: + - condition: grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.17.5 + - condition: kube-prometheus-stack.enabled + name: kube-prometheus-stack + repository: https://prometheus-community.github.io/helm-charts + version: 20.0.1 + - condition: cp-helm-charts.enabled + name: cp-helm-charts + repository: https://soerenhenning.github.io/cp-helm-charts + version: 0.6.0 + - condition: strimzi.enabled + name: strimzi-kafka-operator + repository: https://strimzi.io/charts/ + version: 0.28.0 + description: Theodolite is a framework for benchmarking the horizontal and vertical + scalability of cloud-native applications. + digest: 2537d37ae9467a967f50d9231040ee7babb1a05cf55cb8ca216162f91299730a + home: https://www.theodolite.rocks + icon: https://www.theodolite.rocks/assets/logo/theodolite-stacked-transparent.svg + maintainers: + - email: soeren.henning@email.uni-kiel.de + name: Sören Henning + url: https://www.se.informatik.uni-kiel.de/en/team/soeren-henning-m-sc + name: theodolite + sources: + - https://github.com/cau-se/theodolite + type: application + urls: + - https://github.com/cau-se/theodolite/releases/download/v0.8.0/theodolite-0.8.0.tgz + version: 0.8.0 - apiVersion: v2 appVersion: 0.7.0 created: "2022-05-11T13:49:02.491041789+02:00" @@ -351,4 +387,4 @@ entries: urls: - https://github.com/cau-se/theodolite/releases/download/v0.4.0/theodolite-0.4.0.tgz version: 0.4.0 -generated: "2022-05-11T13:49:02.423487026+02:00" +generated: "2022-07-18T17:48:21.163757427+02:00" diff --git a/helm/Chart.yaml b/helm/Chart.yaml index d890cf351..f78629b36 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -31,6 +31,6 @@ dependencies: condition: strimzi.enabled -version: 0.8.0-SNAPSHOT +version: 0.9.0-SNAPSHOT -appVersion: 0.8.0-SNAPSHOT +appVersion: 0.9.0-SNAPSHOT diff --git a/theodolite/README.md b/theodolite/README.md index 49019813c..de46ff615 100644 --- a/theodolite/README.md +++ b/theodolite/README.md @@ -51,7 +51,7 @@ Or, if you don't have GraalVM installed, you can run the native executable build ``` You can then execute your native executable with: -```./build/theodolite-0.8.0-SNAPSHOT-runner``` +```./build/theodolite-0.9.0-SNAPSHOT-runner``` If you want to learn more about building native executables, please consult https://quarkus.io/guides/gradle-tooling. diff --git a/theodolite/build.gradle b/theodolite/build.gradle index 2ca866416..fec37943d 100644 --- a/theodolite/build.gradle +++ b/theodolite/build.gradle @@ -38,7 +38,7 @@ dependencies { } group 'theodolite' -version '0.8.0-SNAPSHOT' +version '0.9.0-SNAPSHOT' java { sourceCompatibility = JavaVersion.VERSION_11 -- GitLab