Skip to content

Commit c866581

Browse files
committed
Prepare release of Theodolite 0.8.3
1 parent 848cb8a commit c866581

60 files changed

Lines changed: 131 additions & 95 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors:
88
given-names: Wilhelm
99
orcid: "https://orcid.org/0000-0001-6625-4335"
1010
title: Theodolite
11-
version: "0.8.2"
11+
version: "0.8.3"
1212
repository-code: "https://github.com/cau-se/theodolite"
1313
license: "Apache-2.0"
1414
doi: "10.1016/j.bdr.2021.100209"

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"codeRepository": "https://github.com/cau-se/theodolite",
66
"dateCreated": "2020-03-13",
77
"datePublished": "2020-07-27",
8-
"dateModified": "2022-11-19",
8+
"dateModified": "2023-01-31",
99
"downloadUrl": "https://github.com/cau-se/theodolite/releases",
1010
"name": "Theodolite",
11-
"version": "0.8.2",
11+
"version": "0.8.3",
1212
"description": "Theodolite is a framework for benchmarking the horizontal and vertical scalability of cloud-native applications.",
1313
"developmentStatus": "active",
1414
"relatedLink": [

docs/index.yaml

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,42 @@
11
apiVersion: v1
22
entries:
33
theodolite:
4+
- apiVersion: v2
5+
appVersion: 0.8.3
6+
created: "2023-01-31T18:20:17.875026518+01:00"
7+
dependencies:
8+
- condition: grafana.enabled
9+
name: grafana
10+
repository: https://grafana.github.io/helm-charts
11+
version: 6.17.*
12+
- condition: kube-prometheus-stack.enabled
13+
name: kube-prometheus-stack
14+
repository: https://prometheus-community.github.io/helm-charts
15+
version: 41.7.*
16+
- condition: cp-helm-charts.enabled
17+
name: cp-helm-charts
18+
repository: https://soerenhenning.github.io/cp-helm-charts
19+
version: 0.6.0
20+
- condition: strimzi.enabled
21+
name: strimzi-kafka-operator
22+
repository: https://strimzi.io/charts/
23+
version: 0.29.*
24+
description: Theodolite is a framework for benchmarking the horizontal and vertical
25+
scalability of cloud-native applications.
26+
digest: f0b3ce50db9dec094993073cd8aebf548929e529d399710dda0235d1ea185546
27+
home: https://www.theodolite.rocks
28+
icon: https://www.theodolite.rocks/assets/logo/theodolite-stacked-transparent.svg
29+
maintainers:
30+
- email: soeren.henning@email.uni-kiel.de
31+
name: Sören Henning
32+
url: https://www.se.informatik.uni-kiel.de/en/team/soeren-henning-m-sc
33+
name: theodolite
34+
sources:
35+
- https://github.com/cau-se/theodolite
36+
type: application
37+
urls:
38+
- https://github.com/cau-se/theodolite/releases/download/v0.8.3/theodolite-0.8.3.tgz
39+
version: 0.8.3
440
- apiVersion: v2
541
appVersion: 0.8.2
642
created: "2022-11-19T14:22:34.354747292+01:00"
@@ -459,4 +495,4 @@ entries:
459495
urls:
460496
- https://github.com/cau-se/theodolite/releases/download/v0.4.0/theodolite-0.4.0.tgz
461497
version: 0.4.0
462-
generated: "2022-11-19T14:22:34.271277139+01:00"
498+
generated: "2023-01-31T18:20:17.824934704+01:00"

execution/theodolite.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ spec:
99
runAsUser: 0 # Set the permissions for write access to the volumes.
1010
containers:
1111
- name: lag-analysis
12-
image: ghcr.io/cau-se/theodolite-slo-checker-lag-trend:v0.8.2
12+
image: ghcr.io/cau-se/theodolite-slo-checker-lag-trend:v0.8.3
1313
ports:
1414
- containerPort: 80
1515
name: analysis
1616
- name: theodolite
17-
image: ghcr.io/cau-se/theodolite:v0.8.2
17+
image: ghcr.io/cau-se/theodolite:v0.8.3
1818
imagePullPolicy: Always
1919
env:
2020
- name: NAMESPACE

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ dependencies:
3131
condition: strimzi.enabled
3232

3333

34-
version: 0.8.2
34+
version: 0.8.3
3535

36-
appVersion: 0.8.2
36+
appVersion: 0.8.3

helm/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ operator:
302302
enabled: true
303303

304304
image: ghcr.io/cau-se/theodolite
305-
imageTag: v0.8.2
305+
imageTag: v0.8.3
306306
imagePullPolicy: IfNotPresent
307307

308308
nodeSelector: {}
@@ -311,17 +311,17 @@ operator:
311311
generic:
312312
enabled: true
313313
image: ghcr.io/cau-se/theodolite-slo-checker-generic
314-
imageTag: v0.8.2
314+
imageTag: v0.8.3
315315
imagePullPolicy: IfNotPresent
316316
lagTrend:
317317
enabled: true
318318
image: ghcr.io/cau-se/theodolite-slo-checker-lag-trend
319-
imageTag: v0.8.2
319+
imageTag: v0.8.3
320320
imagePullPolicy: IfNotPresent
321321
droppedRecordsKStreams:
322322
enabled: false
323323
image: ghcr.io/cau-se/theodolite-slo-checker-dropped-records-kstreams
324-
imageTag: v0.8.2
324+
imageTag: v0.8.3
325325
imagePullPolicy: IfNotPresent
326326

327327
resultsVolume:
@@ -388,7 +388,7 @@ rbac:
388388
randomScheduler:
389389
enabled: false
390390
image: ghcr.io/cau-se/theodolite-random-scheduler
391-
imageTag: v0.8.2
391+
imageTag: v0.8.3
392392
imagePullPolicy: IfNotPresent
393393
rbac:
394394
create: true

theodolite-benchmarks/definitions/uc1-beam-flink/resources/jobmanager-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
terminationGracePeriodSeconds: 0
1818
containers:
1919
- name: jobmanager
20-
image: ghcr.io/cau-se/theodolite-uc1-beam-flink:v0.8.2
20+
image: ghcr.io/cau-se/theodolite-uc1-beam-flink:v0.8.3
2121
args: ["standalone-job", "--job-classname", "rocks.theodolite.benchmarks.uc1.beam.flink.Uc1BeamFlink",
2222
"--parallelism=$(PARALLELISM)",
2323
"--disableMetrics=true",

theodolite-benchmarks/definitions/uc1-beam-flink/resources/taskmanager-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
terminationGracePeriodSeconds: 0
1818
containers:
1919
- name: taskmanager
20-
image: ghcr.io/cau-se/theodolite-uc1-beam-flink:v0.8.2
20+
image: ghcr.io/cau-se/theodolite-uc1-beam-flink:v0.8.3
2121
args: ["taskmanager"]
2222
env:
2323
- name: KAFKA_BOOTSTRAP_SERVERS

theodolite-benchmarks/definitions/uc1-beam-samza/resources/uc1-beam-samza-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
terminationGracePeriodSeconds: 0
1616
containers:
1717
- name: uc1-beam-samza
18-
image: ghcr.io/cau-se/theodolite-uc1-beam-samza:v0.8.2
18+
image: ghcr.io/cau-se/theodolite-uc1-beam-samza:v0.8.3
1919
env:
2020
- name: SAMZA_JOB_COORDINATOR_ZK_CONNECT
2121
value: "theodolite-kafka-zoo-entrance:2181"

theodolite-benchmarks/definitions/uc1-flink/resources/jobmanager-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
terminationGracePeriodSeconds: 0
1818
containers:
1919
- name: jobmanager
20-
image: ghcr.io/cau-se/theodolite-uc1-flink:v0.8.2
20+
image: ghcr.io/cau-se/theodolite-uc1-flink:v0.8.3
2121
env:
2222
- name: KAFKA_BOOTSTRAP_SERVERS
2323
value: "theodolite-kafka-kafka-bootstrap:9092"

0 commit comments

Comments
 (0)