diff --git a/CITATION.cff b/CITATION.cff index 160146c844b1d128299617ae8d93ac4af77e4ca0..0ebea8019c94aea0c294396f7430e38e81ceef6a 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 fa2eb23a956d9ad2525beee1b5ca343845c38d2d..5a4c6e8bcb11191e1d5b775cb30f889817d73c69 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 956bb83b19ebbae4cddc4da6f07a0d937cf3dc2d..34c68818579e8cf4a486b0a8e49712e1281fa4c7 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 d890cf35119294faac3590b8beacbe18c61859b1..f78629b3674cfda290f97b48c8cc183476b1e891 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 49019813c43e0b19e32e35703ca294b2b5c54cb0..de46ff6152027402f2ea56986ad6e4dd8d393a2d 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 2ca866416674985194135def55b782102505f3c7..fec37943df2546a4b675085db2f064bf54585cd2 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