Skip to content

Commit

Permalink
Prepare v0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SoerenHenning committed Jul 18, 2023
1 parent 21eb67a commit ded78e6
Show file tree
Hide file tree
Showing 60 changed files with 130 additions and 98 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.8.6"
version: "0.9.0"
repository-code: "https://github.com/cau-se/theodolite"
license: "Apache-2.0"
doi: "10.1007/s10664-022-10162-1"
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": "2023-04-14",
"dateModified": "2023-07-18",
"downloadUrl": "https://github.com/cau-se/theodolite/releases",
"name": "Theodolite",
"version": "0.8.6",
"version": "0.9.0",
"description": "Theodolite is a framework for benchmarking the horizontal and vertical scalability of cloud-native applications.",
"developmentStatus": "active",
"relatedLink": [
Expand Down
34 changes: 33 additions & 1 deletion docs/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,38 @@ entries:
- https://github.com/cau-se/theodolite/releases/download/v0.8.6/charts/strimzi-kafka-operator-helm-3-chart-0.29.0.tgz
version: 0.29.0
theodolite:
- apiVersion: v2
appVersion: 0.9.0
created: "2023-07-18T12:42:43.429351126+02:00"
dependencies:
- condition: grafana.enabled
name: grafana
repository: https://grafana.github.io/helm-charts
version: 6.17.*
- condition: kube-prometheus-stack.enabled
name: kube-prometheus-stack
repository: https://prometheus-community.github.io/helm-charts
version: 41.7.*
- condition: strimzi.enabled
name: strimzi-kafka-operator
repository: https://strimzi.io/charts/
version: 0.29.*
description: Theodolite is a framework for benchmarking the horizontal and vertical
scalability of cloud-native applications.
digest: d23f73c4b9c838d45be659cd27e6003b16ae22da52706d4d7111709389ffc9c2
home: https://www.theodolite.rocks
icon: https://www.theodolite.rocks/assets/logo/theodolite-stacked-transparent.svg
maintainers:
- email: [email protected]
name: Sören Henning
url: https://www.jku.at/lit-cyber-physical-systems-lab/ueber-uns/team/dr-ing-soeren-henning/
name: theodolite
sources:
- https://github.com/cau-se/theodolite
type: application
urls:
- https://github.com/cau-se/theodolite/releases/download/v0.9.0/theodolite-0.9.0.tgz
version: 0.9.0
- apiVersion: v2
appVersion: 0.8.6
created: "2023-04-14T16:35:13.691461495+02:00"
Expand Down Expand Up @@ -755,4 +787,4 @@ entries:
urls:
- https://github.com/cau-se/theodolite/releases/download/v0.4.0/theodolite-0.4.0.tgz
version: 0.4.0
generated: "2023-04-14T16:35:13.657392381+02:00"
generated: "2023-07-18T12:42:43.405516762+02:00"
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ dependencies:
condition: strimzi.enabled


version: 0.9.0-SNAPSHOT
version: 0.9.0

appVersion: 0.9.0-SNAPSHOT
appVersion: 0.9.0
16 changes: 8 additions & 8 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ operator:
enabled: true

image: ghcr.io/cau-se/theodolite
imageTag: latest
imagePullPolicy: Always
imageTag: v0.9.0
imagePullPolicy: IfNotPresent

nodeSelector: {}

Expand All @@ -234,8 +234,8 @@ operator:
generic:
enabled: true
image: ghcr.io/cau-se/theodolite-slo-checker-generic
imageTag: latest
imagePullPolicy: Always
imageTag: v0.9.0
imagePullPolicy: IfNotPresent
resources:
requests:
memory: "64Mi"
Expand All @@ -246,8 +246,8 @@ operator:
lagTrend:
enabled: true
image: ghcr.io/cau-se/theodolite-slo-checker-lag-trend
imageTag: latest
imagePullPolicy: Always
imageTag: v0.9.0
imagePullPolicy: IfNotPresent
resources:
requests:
memory: "64Mi"
Expand Down Expand Up @@ -329,8 +329,8 @@ rbac:
randomScheduler:
enabled: false
image: ghcr.io/cau-se/theodolite-random-scheduler
imageTag: latest
imagePullPolicy: Always
imageTag: v0.9.0
imagePullPolicy: IfNotPresent
rbac:
create: true
serviceAccount:
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-beam-flink:latest
image: ghcr.io/cau-se/theodolite-uc1-beam-flink:v0.9.0
args: ["standalone-job", "--job-classname", "rocks.theodolite.benchmarks.uc1.beam.flink.Uc1BeamFlink",
"--parallelism=$(PARALLELISM)",
"--disableMetrics=$(DISABLE_METRICS)",
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-beam-flink:latest
image: ghcr.io/cau-se/theodolite-uc1-beam-flink:v0.9.0
args: ["taskmanager"]
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: uc1-beam-samza
image: ghcr.io/cau-se/theodolite-uc1-beam-samza:latest
image: ghcr.io/cau-se/theodolite-uc1-beam-samza:v0.9.0
env:
- name: SAMZA_JOB_COORDINATOR_ZK_CONNECT
value: "theodolite-kafka-zoo-entrance:2181"
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:latest
image: ghcr.io/cau-se/theodolite-uc1-flink:v0.9.0
env:
- name: KAFKA_BOOTSTRAP_SERVERS
value: "theodolite-kafka-kafka-bootstrap: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:latest
image: ghcr.io/cau-se/theodolite-uc1-flink:v0.9.0
resources:
limits:
memory: 4Gi
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-hazelcastjet:latest
image: ghcr.io/cau-se/theodolite-uc1-hazelcastjet:v0.9.0
ports:
- containerPort: 5701
env:
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:latest
image: ghcr.io/cau-se/theodolite-uc1-kstreams-app:v0.9.0
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:latest
image: ghcr.io/cau-se/theodolite-uc1-workload-generator:v0.9.0
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-beam-flink:latest
image: ghcr.io/cau-se/theodolite-uc2-beam-flink:v0.9.0
args: ["standalone-job", "--job-classname", "rocks.theodolite.benchmarks.uc2.beam.flink.Uc2BeamFlink",
"--parallelism=$(PARALLELISM)",
"--disableMetrics=$(DISABLE_METRICS)",
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-beam-flink:latest
image: ghcr.io/cau-se/theodolite-uc2-beam-flink:v0.9.0
args: ["taskmanager"]
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: uc2-beam-samza
image: ghcr.io/cau-se/theodolite-uc2-beam-samza:latest
image: ghcr.io/cau-se/theodolite-uc2-beam-samza:v0.9.0
env:
- name: SAMZA_JOB_COORDINATOR_ZK_CONNECT
value: "theodolite-kafka-zoo-entrance:2181"
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:latest
image: ghcr.io/cau-se/theodolite-uc2-flink:v0.9.0
env:
- name: KAFKA_BOOTSTRAP_SERVERS
value: "theodolite-kafka-kafka-bootstrap: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:latest
image: ghcr.io/cau-se/theodolite-uc2-flink:v0.9.0
resources:
limits:
memory: 4Gi
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-hazelcastjet:latest
image: ghcr.io/cau-se/theodolite-uc2-hazelcastjet:v0.9.0
ports:
- containerPort: 5701
env:
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:latest
image: ghcr.io/cau-se/theodolite-uc2-kstreams-app:v0.9.0
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:latest
image: ghcr.io/cau-se/theodolite-uc2-workload-generator:v0.9.0
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-beam-flink:latest
image: ghcr.io/cau-se/theodolite-uc3-beam-flink:v0.9.0
args: ["standalone-job", "--job-classname", "rocks.theodolite.benchmarks.uc3.beam.flink.Uc3BeamFlink",
"--parallelism=$(PARALLELISM)",
"--disableMetrics=$(DISABLE_METRICS)",
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-beam-flink:latest
image: ghcr.io/cau-se/theodolite-uc3-beam-flink:v0.9.0
args: ["taskmanager"]
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: uc3-beam-samza
image: ghcr.io/cau-se/theodolite-uc3-beam-samza:latest
image: ghcr.io/cau-se/theodolite-uc3-beam-samza:v0.9.0
env:
- name: SAMZA_JOB_COORDINATOR_ZK_CONNECT
value: "theodolite-kafka-zoo-entrance:2181"
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:latest
image: ghcr.io/cau-se/theodolite-uc3-flink:v0.9.0
env:
- name: KAFKA_BOOTSTRAP_SERVERS
value: "theodolite-kafka-kafka-bootstrap: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:latest
image: ghcr.io/cau-se/theodolite-uc3-flink:v0.9.0
resources:
limits:
memory: 4Gi
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-hazelcastjet:latest
image: ghcr.io/cau-se/theodolite-uc3-hazelcastjet:v0.9.0
ports:
- containerPort: 5701
env:
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:latest
image: ghcr.io/cau-se/theodolite-uc3-kstreams-app:v0.9.0
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:latest
image: ghcr.io/cau-se/theodolite-uc3-workload-generator:v0.9.0
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-beam-flink:latest
image: ghcr.io/cau-se/theodolite-uc4-beam-flink:v0.9.0
args: ["standalone-job", "--job-classname", "rocks.theodolite.benchmarks.uc4.beam.flink.Uc4BeamFlink",
"--parallelism=$(PARALLELISM)",
"--disableMetrics=$(DISABLE_METRICS)",
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-beam-flink:latest
image: ghcr.io/cau-se/theodolite-uc4-beam-flink:v0.9.0
args: ["taskmanager"]
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: uc4-beam-samza
image: ghcr.io/cau-se/theodolite-uc4-beam-samza:latest
image: ghcr.io/cau-se/theodolite-uc4-beam-samza:v0.9.0
env:
- name: SAMZA_JOB_COORDINATOR_ZK_CONNECT
value: "theodolite-kafka-zoo-entrance:2181"
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:latest
image: ghcr.io/cau-se/theodolite-uc4-flink:v0.9.0
env:
- name: KAFKA_BOOTSTRAP_SERVERS
value: "theodolite-kafka-kafka-bootstrap: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:latest
image: ghcr.io/cau-se/theodolite-uc4-flink:v0.9.0
resources:
limits:
memory: 4Gi
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-hazelcastjet:latest
image: ghcr.io/cau-se/theodolite-uc4-hazelcastjet:v0.9.0
ports:
- containerPort: 5701
env:
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:latest
image: ghcr.io/cau-se/theodolite-uc4-kstreams-app:v0.9.0
ports:
- containerPort: 5555
name: jmx
Expand Down
Loading

0 comments on commit ded78e6

Please sign in to comment.