Skip to content

Commit

Permalink
Prepare 0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SoerenHenning committed Nov 12, 2021
1 parent fcbda9f commit a52b6f7
Show file tree
Hide file tree
Showing 30 changed files with 82 additions and 47 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors:
given-names: Wilhelm
orcid: "https://orcid.org/0000-0001-6625-4335"
title: Theodolite
version: "0.5.0"
version: "0.5.1"
repository-code: "https://github.com/cau-se/theodolite"
license: "Apache-2.0"
doi: "10.1016/j.bdr.2021.100209"
Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"codeRepository": "https://github.com/cau-se/theodolite",
"dateCreated": "2020-03-13",
"datePublished": "2020-07-27",
"dateModified": "2021-11-04",
"dateModified": "2021-11-12",
"downloadUrl": "https://github.com/cau-se/theodolite/releases",
"name": "Theodolite",
"version": "0.5.0",
"version": "0.5.1",
"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",
Expand Down
37 changes: 36 additions & 1 deletion docs/index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
apiVersion: v1
entries:
theodolite:
- apiVersion: v2
appVersion: 0.5.1
created: "2021-11-12T14:25:01.997237144+01: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: 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: a67374c4cb2b0e8b2d711468364c6b4a486a910bd1c667dbf3c5614e36e0680c
home: https://cau-se.github.io/theodolite
maintainers:
- email: [email protected]
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.1/theodolite-0.5.1.tgz
version: 0.5.1
- apiVersion: v2
appVersion: 0.5.0
created: "2021-11-04T17:14:06.790837778+01:00"
Expand Down Expand Up @@ -71,4 +106,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-11-04T17:14:06.758902939+01:00"
generated: "2021-11-12T14:25:01.959301702+01:00"
4 changes: 2 additions & 2 deletions execution/theodolite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ spec:
runAsUser: 0 # Set the permissions for write access to the volumes.
containers:
- name: lag-analysis
image: ghcr.io/cau-se/theodolite-slo-checker-lag-trend:v0.5.0
image: ghcr.io/cau-se/theodolite-slo-checker-lag-trend:v0.5.1
ports:
- containerPort: 80
name: analysis
- name: theodolite
image: ghcr.io/cau-se/theodolite:v0.5.0
image: ghcr.io/cau-se/theodolite:v0.5.1
env:
- name: NAMESPACE
valueFrom:
Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ dependencies:
repository: https://lightbend.github.io/kafka-lag-exporter/repo/
condition: kafka-lag-exporter.enabled

version: 0.5.0
version: 0.5.1

appVersion: 0.5.0
appVersion: 0.5.1
6 changes: 3 additions & 3 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -247,14 +247,14 @@ operator:
enabled: true

image: ghcr.io/cau-se/theodolite
imageTag: v0.5.0
imageTag: v0.5.1
imagePullPolicy: IfNotPresent

sloChecker:
lagTrend:
enabled: true
image: ghcr.io/cau-se/theodolite-slo-checker-lag-trend
imageTag: v0.5.0
imageTag: v0.5.1
imagePullPolicy: IfNotPresent

resultsVolume:
Expand All @@ -277,7 +277,7 @@ rbac:
randomScheduler:
enabled: true
image: ghcr.io/cau-se/theodolite-random-scheduler
imageTag: v0.5.0
imageTag: v0.5.1
imagePullPolicy: IfNotPresent
rbac:
create: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: jobmanager
image: ghcr.io/cau-se/theodolite-uc1-flink:v0.5.0
image: ghcr.io/cau-se/theodolite-uc1-flink:v0.5.1
env:
- name: KAFKA_BOOTSTRAP_SERVERS
value: "theodolite-cp-kafka:9092"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: taskmanager
image: ghcr.io/cau-se/theodolite-uc1-flink:v0.5.0
image: ghcr.io/cau-se/theodolite-uc1-flink:v0.5.1
env:
- name: KAFKA_BOOTSTRAP_SERVERS
value: "theodolite-cp-kafka:9092"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: uc-application
image: ghcr.io/cau-se/theodolite-uc1-kstreams-app:v0.5.0
image: ghcr.io/cau-se/theodolite-uc1-kstreams-app:v0.5.1
ports:
- containerPort: 5555
name: jmx
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: workload-generator
image: ghcr.io/cau-se/theodolite-uc1-workload-generator:v0.5.0
image: ghcr.io/cau-se/theodolite-uc1-workload-generator:v0.5.1
ports:
- containerPort: 5701
name: coordination
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: jobmanager
image: ghcr.io/cau-se/theodolite-uc2-flink:v0.5.0
image: ghcr.io/cau-se/theodolite-uc2-flink:v0.5.1
env:
- name: KAFKA_BOOTSTRAP_SERVERS
value: "theodolite-cp-kafka:9092"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: taskmanager
image: ghcr.io/cau-se/theodolite-uc2-flink:v0.5.0
image: ghcr.io/cau-se/theodolite-uc2-flink:v0.5.1
env:
- name: KAFKA_BOOTSTRAP_SERVERS
value: "theodolite-cp-kafka:9092"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: uc-application
image: ghcr.io/cau-se/theodolite-uc2-kstreams-app:v0.5.0
image: ghcr.io/cau-se/theodolite-uc2-kstreams-app:v0.5.1
ports:
- containerPort: 5555
name: jmx
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: workload-generator
image: ghcr.io/cau-se/theodolite-uc2-workload-generator:v0.5.0
image: ghcr.io/cau-se/theodolite-uc2-workload-generator:v0.5.1
ports:
- containerPort: 5701
name: coordination
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: jobmanager
image: ghcr.io/cau-se/theodolite-uc3-flink:v0.5.0
image: ghcr.io/cau-se/theodolite-uc3-flink:v0.5.1
env:
- name: KAFKA_BOOTSTRAP_SERVERS
value: "theodolite-cp-kafka:9092"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: taskmanager
image: ghcr.io/cau-se/theodolite-uc3-flink:v0.5.0
image: ghcr.io/cau-se/theodolite-uc3-flink:v0.5.1
env:
- name: KAFKA_BOOTSTRAP_SERVERS
value: "theodolite-cp-kafka:9092"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: uc-application
image: ghcr.io/cau-se/theodolite-uc3-kstreams-app:v0.5.0
image: ghcr.io/cau-se/theodolite-uc3-kstreams-app:v0.5.1
ports:
- containerPort: 5555
name: jmx
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: workload-generator
image: ghcr.io/cau-se/theodolite-uc3-workload-generator:v0.5.0
image: ghcr.io/cau-se/theodolite-uc3-workload-generator:v0.5.1
ports:
- containerPort: 5701
name: coordination
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: jobmanager
image: ghcr.io/cau-se/theodolite-uc4-flink:v0.5.0
image: ghcr.io/cau-se/theodolite-uc4-flink:v0.5.1
env:
- name: KAFKA_BOOTSTRAP_SERVERS
value: "theodolite-cp-kafka:9092"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: taskmanager
image: ghcr.io/cau-se/theodolite-uc4-flink:v0.5.0
image: ghcr.io/cau-se/theodolite-uc4-flink:v0.5.1
env:
- name: KAFKA_BOOTSTRAP_SERVERS
value: "theodolite-cp-kafka:9092"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: uc-application
image: ghcr.io/cau-se/theodolite-uc4-kstreams-app:v0.5.0
image: ghcr.io/cau-se/theodolite-uc4-kstreams-app:v0.5.1
ports:
- containerPort: 5555
name: jmx
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: workload-generator
image: ghcr.io/cau-se/theodolite-uc4-workload-generator:v0.5.0
image: ghcr.io/cau-se/theodolite-uc4-workload-generator:v0.5.1
ports:
- containerPort: 5701
name: coordination
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
SCHEMA_REGISTRY_HOST_NAME: schema-registry
SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL: 'zookeeper:2181'
load-generator:
image: ghcr.io/cau-se/theodolite-uc1-workload-generator:v0.5.0
image: ghcr.io/cau-se/theodolite-uc1-workload-generator:v0.5.1
depends_on:
- schema-registry
- kafka
Expand All @@ -43,7 +43,7 @@ services:
SCHEMA_REGISTRY_URL: http://schema-registry:8081
NUM_SENSORS: 10
benchmark-jobmanager:
image: ghcr.io/cau-se/theodolite-uc1-flink:v0.5.0
image: ghcr.io/cau-se/theodolite-uc1-flink:v0.5.1
ports:
- "8080:8081"
command: standalone-job --job-classname theodolite.uc1.application.HistoryServiceFlinkJob
Expand All @@ -58,7 +58,7 @@ services:
- schema-registry
- kafka
benchmark-taskmanager:
image: ghcr.io/cau-se/theodolite-uc1-flink:v0.5.0
image: ghcr.io/cau-se/theodolite-uc1-flink:v0.5.1
command: taskmanager
environment:
- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ services:
SCHEMA_REGISTRY_HOST_NAME: schema-registry
SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL: 'zookeeper:2181'
benchmark:
image: ghcr.io/cau-se/theodolite-uc1-kstreams-app:v0.5.0
image: ghcr.io/cau-se/theodolite-uc1-kstreams-app:v0.5.1
depends_on:
- schema-registry
- kafka
environment:
KAFKA_BOOTSTRAP_SERVERS: kafka:9092
SCHEMA_REGISTRY_URL: http://schema-registry:8081
load-generator:
image: ghcr.io/cau-se/theodolite-uc1-workload-generator:v0.5.0
image: ghcr.io/cau-se/theodolite-uc1-workload-generator:v0.5.1
depends_on:
- schema-registry
- kafka
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
SCHEMA_REGISTRY_HOST_NAME: schema-registry
SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL: 'zookeeper:2181'
load-generator:
image: ghcr.io/cau-se/theodolite-uc2-workload-generator:v0.5.0
image: ghcr.io/cau-se/theodolite-uc2-workload-generator:v0.5.1
depends_on:
- schema-registry
- kafka
Expand All @@ -44,7 +44,7 @@ services:
SCHEMA_REGISTRY_URL: http://schema-registry:8081
NUM_SENSORS: 10
benchmark-jobmanager:
image: ghcr.io/cau-se/theodolite-uc2-flink:v0.5.0
image: ghcr.io/cau-se/theodolite-uc2-flink:v0.5.1
ports:
- "8080:8081"
command: standalone-job --job-classname theodolite.uc2.application.HistoryServiceFlinkJob
Expand All @@ -59,7 +59,7 @@ services:
- schema-registry
- kafka
benchmark-taskmanager:
image: ghcr.io/cau-se/theodolite-uc2-flink:v0.5.0
image: ghcr.io/cau-se/theodolite-uc2-flink:v0.5.1
command: taskmanager
environment:
- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
SCHEMA_REGISTRY_HOST_NAME: schema-registry
SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL: 'zookeeper:2181'
benchmark:
image: ghcr.io/cau-se/theodolite-uc2-kstreams-app:v0.5.0
image: ghcr.io/cau-se/theodolite-uc2-kstreams-app:v0.5.1
depends_on:
- schema-registry
- kafka
Expand All @@ -42,7 +42,7 @@ services:
SCHEMA_REGISTRY_URL: http://schema-registry:8081
KAFKA_WINDOW_DURATION_MINUTES: 60
load-generator:
image: ghcr.io/cau-se/theodolite-uc2-workload-generator:v0.5.0
image: ghcr.io/cau-se/theodolite-uc2-workload-generator:v0.5.1
depends_on:
- schema-registry
- kafka
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
SCHEMA_REGISTRY_HOST_NAME: schema-registry
SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL: 'zookeeper:2181'
load-generator:
image: ghcr.io/cau-se/theodolite-uc3-workload-generator:v0.5.0
image: ghcr.io/cau-se/theodolite-uc3-workload-generator:v0.5.1
depends_on:
- schema-registry
- kafka
Expand All @@ -44,7 +44,7 @@ services:
SCHEMA_REGISTRY_URL: http://schema-registry:8081
NUM_SENSORS: 10
benchmark-jobmanager:
image: ghcr.io/cau-se/theodolite-uc3-flink:v0.5.0
image: ghcr.io/cau-se/theodolite-uc3-flink:v0.5.1
ports:
- "8080:8081"
command: standalone-job --job-classname theodolite.uc3.application.HistoryServiceFlinkJob
Expand All @@ -59,7 +59,7 @@ services:
- schema-registry
- kafka
benchmark-taskmanager:
image: ghcr.io/cau-se/theodolite-uc3-flink:v0.5.0
image: ghcr.io/cau-se/theodolite-uc3-flink:v0.5.1
command: taskmanager
environment:
- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ services:
SCHEMA_REGISTRY_HOST_NAME: schema-registry
SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL: 'zookeeper:2181'
benchmark:
image: ghcr.io/cau-se/theodolite-uc3-kstreams-app:v0.5.0
image: ghcr.io/cau-se/theodolite-uc3-kstreams-app:v0.5.1
depends_on:
- schema-registry
- kafka
environment:
KAFKA_BOOTSTRAP_SERVERS: kafka:9092
SCHEMA_REGISTRY_URL: http://schema-registry:8081
load-generator:
image: ghcr.io/cau-se/theodolite-uc3-workload-generator:v0.5.0
image: ghcr.io/cau-se/theodolite-uc3-workload-generator:v0.5.1
depends_on:
- schema-registry
- kafka
Expand Down
Loading

0 comments on commit a52b6f7

Please sign in to comment.