Skip to content
Snippets Groups Projects
Commit 7efc37c7 authored by Sören Henning's avatar Sören Henning
Browse files

Prepare v0.6.2 release

parent 05d3784a
No related branches found
No related tags found
1 merge request!242Draft: Feature/346 use strimzi kafka
Pipeline #6192 passed
Showing
with 29 additions and 26 deletions
......@@ -8,7 +8,7 @@ authors:
given-names: Wilhelm
orcid: "https://orcid.org/0000-0001-6625-4335"
title: Theodolite
version: "0.6.1"
version: "0.6.2"
repository-code: "https://github.com/cau-se/theodolite"
license: "Apache-2.0"
doi: "10.1016/j.bdr.2021.100209"
......
......@@ -5,10 +5,10 @@
"codeRepository": "https://github.com/cau-se/theodolite",
"dateCreated": "2020-03-13",
"datePublished": "2020-07-27",
"dateModified": "2022-01-17",
"dateModified": "2022-01-23",
"downloadUrl": "https://github.com/cau-se/theodolite/releases",
"name": "Theodolite",
"version": "0.6.1",
"version": "0.6.2",
"description": "Theodolite is a framework for benchmarking the horizontal and vertical scalability of cloud-native applications.",
"developmentStatus": "active",
"relatedLink": [
......
......@@ -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.6.1
image: ghcr.io/cau-se/theodolite-slo-checker-lag-trend:v0.6.2
ports:
- containerPort: 80
name: analysis
- name: theodolite
image: ghcr.io/cau-se/theodolite:v0.6.1
image: ghcr.io/cau-se/theodolite:v0.6.2
imagePullPolicy: Always
env:
- name: NAMESPACE
......
......@@ -29,6 +29,6 @@ dependencies:
repository: https://lightbend.github.io/kafka-lag-exporter/repo/
condition: kafka-lag-exporter.enabled
version: 0.6.1
version: 0.6.2
appVersion: 0.6.1
appVersion: 0.6.2
......@@ -8,5 +8,8 @@ cp-helm-charts:
offsets.topic.replication.factor: "1"
operator:
sloChecker:
droppedRecordsKStreams:
enabled: false
resultsVolume:
enabled: false
......@@ -250,7 +250,7 @@ operator:
enabled: true
image: ghcr.io/cau-se/theodolite
imageTag: v0.6.1
imageTag: v0.6.2
imagePullPolicy: IfNotPresent
nodeSelector: {}
......@@ -259,17 +259,17 @@ operator:
generic:
enabled: true
image: ghcr.io/cau-se/theodolite-slo-checker-generic
imageTag: v0.6.1
imageTag: v0.6.2
imagePullPolicy: IfNotPresent
lagTrend:
enabled: true
image: ghcr.io/cau-se/theodolite-slo-checker-lag-trend
imageTag: v0.6.1
imageTag: v0.6.2
imagePullPolicy: IfNotPresent
droppedRecordsKStreams:
enabled: true
image: ghcr.io/cau-se/theodolite-slo-checker-dropped-records-kstreams
imageTag: v0.6.1
imageTag: v0.6.2
imagePullPolicy: IfNotPresent
resultsVolume:
......@@ -319,7 +319,7 @@ rbac:
randomScheduler:
enabled: true
image: ghcr.io/cau-se/theodolite-random-scheduler
imageTag: v0.6.1
imageTag: v0.6.2
imagePullPolicy: IfNotPresent
rbac:
create: true
......
......@@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: jobmanager
image: ghcr.io/cau-se/theodolite-uc1-flink:v0.6.1
image: ghcr.io/cau-se/theodolite-uc1-flink:v0.6.2
env:
- name: KAFKA_BOOTSTRAP_SERVERS
value: "theodolite-cp-kafka:9092"
......
......@@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: taskmanager
image: ghcr.io/cau-se/theodolite-uc1-flink:v0.6.1
image: ghcr.io/cau-se/theodolite-uc1-flink:v0.6.2
env:
- name: KAFKA_BOOTSTRAP_SERVERS
value: "theodolite-cp-kafka:9092"
......
......@@ -15,7 +15,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: uc-application
image: ghcr.io/cau-se/theodolite-uc1-kstreams-app:v0.6.1
image: ghcr.io/cau-se/theodolite-uc1-kstreams-app:v0.6.2
ports:
- containerPort: 5555
name: jmx
......
......@@ -15,7 +15,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: workload-generator
image: ghcr.io/cau-se/theodolite-uc1-workload-generator:v0.6.1
image: ghcr.io/cau-se/theodolite-uc1-workload-generator:v0.6.2
ports:
- containerPort: 5701
name: coordination
......
......@@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: jobmanager
image: ghcr.io/cau-se/theodolite-uc2-flink:v0.6.1
image: ghcr.io/cau-se/theodolite-uc2-flink:v0.6.2
env:
- name: KAFKA_BOOTSTRAP_SERVERS
value: "theodolite-cp-kafka:9092"
......
......@@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: taskmanager
image: ghcr.io/cau-se/theodolite-uc2-flink:v0.6.1
image: ghcr.io/cau-se/theodolite-uc2-flink:v0.6.2
env:
- name: KAFKA_BOOTSTRAP_SERVERS
value: "theodolite-cp-kafka:9092"
......
......@@ -15,7 +15,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: uc-application
image: ghcr.io/cau-se/theodolite-uc2-kstreams-app:v0.6.1
image: ghcr.io/cau-se/theodolite-uc2-kstreams-app:v0.6.2
ports:
- containerPort: 5555
name: jmx
......
......@@ -15,7 +15,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: workload-generator
image: ghcr.io/cau-se/theodolite-uc2-workload-generator:v0.6.1
image: ghcr.io/cau-se/theodolite-uc2-workload-generator:v0.6.2
ports:
- containerPort: 5701
name: coordination
......
......@@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: jobmanager
image: ghcr.io/cau-se/theodolite-uc3-flink:v0.6.1
image: ghcr.io/cau-se/theodolite-uc3-flink:v0.6.2
env:
- name: KAFKA_BOOTSTRAP_SERVERS
value: "theodolite-cp-kafka:9092"
......
......@@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: taskmanager
image: ghcr.io/cau-se/theodolite-uc3-flink:v0.6.1
image: ghcr.io/cau-se/theodolite-uc3-flink:v0.6.2
env:
- name: KAFKA_BOOTSTRAP_SERVERS
value: "theodolite-cp-kafka:9092"
......
......@@ -15,7 +15,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: uc-application
image: ghcr.io/cau-se/theodolite-uc3-kstreams-app:v0.6.1
image: ghcr.io/cau-se/theodolite-uc3-kstreams-app:v0.6.2
ports:
- containerPort: 5555
name: jmx
......
......@@ -15,7 +15,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: workload-generator
image: ghcr.io/cau-se/theodolite-uc3-workload-generator:v0.6.1
image: ghcr.io/cau-se/theodolite-uc3-workload-generator:v0.6.2
ports:
- containerPort: 5701
name: coordination
......
......@@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: jobmanager
image: ghcr.io/cau-se/theodolite-uc4-flink:v0.6.1
image: ghcr.io/cau-se/theodolite-uc4-flink:v0.6.2
env:
- name: KAFKA_BOOTSTRAP_SERVERS
value: "theodolite-cp-kafka:9092"
......
......@@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: taskmanager
image: ghcr.io/cau-se/theodolite-uc4-flink:v0.6.1
image: ghcr.io/cau-se/theodolite-uc4-flink:v0.6.2
env:
- name: KAFKA_BOOTSTRAP_SERVERS
value: "theodolite-cp-kafka:9092"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment