diff --git a/CITATION.cff b/CITATION.cff index 52e6e13286c0ba0aca34005a4d245d73b9869874..4ec1e6c14d466c84478208ecff81e0f24629af0f 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.4.0" +version: "0.5.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 5696996592f63bf8ece23239d8204e0f25b9cce1..fd2fbe137fc4f8e854452998c62ee988829693fb 100644 --- a/codemeta.json +++ b/codemeta.json @@ -8,7 +8,7 @@ "dateModified": "2021-03-18", "downloadUrl": "https://github.com/cau-se/theodolite/releases", "name": "Theodolite", - "version": "0.4.0", + "version": "0.5.0", "description": "Theodolite is a framework for benchmarking the horizontal and vertical scalability of stream processing engines.", "developmentStatus": "active", "referencePublication": "https://doi.org/10.1016/j.bdr.2021.100209", diff --git a/docs/index.yaml b/docs/index.yaml index 087124d158794e1b48dfc880e26da2c91d78808f..635cf8e5fe879cd89927b1b7d87ae621187b3e94 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -1,6 +1,41 @@ apiVersion: v1 entries: theodolite: + - apiVersion: v2 + appVersion: 0.5.0 + created: "2021-11-04T17:45:14.153231798+01:00" + dependencies: + - condition: grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.0.0 + - condition: kube-prometheus-stack.enabled + name: kube-prometheus-stack + repository: https://prometheus-community.github.io/helm-charts + version: 12.0.0 + - condition: cp-helm-charts.enabled + name: cp-helm-charts + repository: https://soerenhenning.github.io/cp-helm-charts + version: 0.6.0 + - condition: kafka-lag-exporter.enabled + name: kafka-lag-exporter + repository: https://lightbend.github.io/kafka-lag-exporter/repo/ + version: 0.6.6 + description: Theodolite is a framework for benchmarking the scalability stream + processing engines. + digest: 8a4f218e44341eb8fb09ddc58c6aaa0a14aded685f3423088c21fe0ffc112281 + home: https://cau-se.github.io/theodolite + 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.5.0/theodolite-0.5.0.tgz + version: 0.5.0 - apiVersion: v2 appVersion: 0.4.0 created: "2021-03-18T15:50:50.930902088+01:00" @@ -36,4 +71,4 @@ entries: urls: - https://github.com/cau-se/theodolite/releases/download/v0.4.0/theodolite-0.4.0.tgz version: 0.4.0 -generated: "2021-03-18T15:50:50.897801281+01:00" +generated: "2021-11-04T17:45:14.120866992+01:00" diff --git a/helm/Chart.yaml b/helm/Chart.yaml index b09b4022d6727029311815b3b2b1bfcf4b4d2bd1..ed003b9295ef0cd2cfc6d1660d21311e5d32a806 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -29,6 +29,6 @@ dependencies: repository: https://lightbend.github.io/kafka-lag-exporter/repo/ condition: kafka-lag-exporter.enabled -version: 0.5.0-SNAPSHOT +version: 0.6.0-SNAPSHOT -appVersion: 0.5.0-SNAPSHOT +appVersion: 0.6.0-SNAPSHOT