Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Redpanda to v23.2.13 and Console to v2.3.5 #879

Merged
merged 2 commits into from
Oct 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ services:
restart: unless-stopped

redpanda:
image: docker.redpanda.com/vectorized/redpanda:v23.2.8
image: docker.redpanda.com/vectorized/redpanda:v23.2.13
container_name: dt-redpanda
command:
- redpanda
Expand Down Expand Up @@ -181,7 +181,7 @@ services:
restart: unless-stopped

redpanda-init:
image: docker.redpanda.com/vectorized/redpanda:v23.2.8
image: docker.redpanda.com/vectorized/redpanda:v23.2.13
container_name: dt-redpanda-init
depends_on:
- redpanda
Expand All @@ -206,7 +206,7 @@ services:
restart: on-failure

redpanda-console:
image: docker.redpanda.com/vectorized/console:v2.3.0
image: docker.redpanda.com/vectorized/console:v2.3.5
container_name: dt-redpanda-console
entrypoint: "/bin/sh"
command: "-c 'echo \"$$CONSOLE_CONFIG_FILE\" > \"$$CONFIG_FILEPATH\"; /app/console'"
Expand Down
2 changes: 1 addition & 1 deletion e2e/src/test/java/org/hyades/e2e/AbstractE2ET.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
public class AbstractE2ET {

protected static String POSTGRES_IMAGE = "postgres:15-alpine";
protected static String REDPANDA_IMAGE = "docker.redpanda.com/vectorized/redpanda:v23.2.8";
protected static String REDPANDA_IMAGE = "docker.redpanda.com/vectorized/redpanda:v23.2.13";
protected static String API_SERVER_IMAGE = "ghcr.io/dependencytrack/hyades-apiserver:snapshot";
protected static String NOTIFICATION_PUBLISHER_IMAGE = "ghcr.io/dependencytrack/hyades-notification-publisher:snapshot";
protected static String REPO_META_ANALYZER_IMAGE = "ghcr.io/dependencytrack/hyades-repository-meta-analyzer:snapshot";
Expand Down
2 changes: 1 addition & 1 deletion mirror-service/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ kafka-streams.exception.thresholds.production.interval=PT30M

## Dev Services for Kafka
#
quarkus.kafka.devservices.image-name=docker.redpanda.com/vectorized/redpanda:v23.2.8
quarkus.kafka.devservices.image-name=docker.redpanda.com/vectorized/redpanda:v23.2.13
quarkus.kafka.devservices.topic-partitions."dtrack.vulnerability.mirror.command"=1
quarkus.kafka.devservices.topic-partitions."dtrack.vulnerability.mirror.state"=1
quarkus.kafka.devservices.topic-partitions."dtrack.vulnerability.digest"=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ api.topic.prefix=

## Dev Services for Kafka
#
quarkus.kafka.devservices.image-name=docker.redpanda.com/vectorized/redpanda:v23.2.8
quarkus.kafka.devservices.image-name=docker.redpanda.com/vectorized/redpanda:v23.2.13
quarkus.kafka.devservices.topic-partitions."dtrack.notification.new-vulnerability"=1

##quarkus hibernate properties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ kafka-streams.exception.thresholds.production.interval=PT30M

## Dev Services for Kafka
#
quarkus.kafka.devservices.image-name=docker.redpanda.com/vectorized/redpanda:v23.2.8
quarkus.kafka.devservices.image-name=docker.redpanda.com/vectorized/redpanda:v23.2.13
quarkus.kafka.devservices.topic-partitions."dtrack.repo-meta-analysis.component"=3
quarkus.kafka.devservices.topic-partitions."dtrack.repo-meta-analysis.result"=3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ state-store.type=in_memory
# state-store.rocks-db.compression-type=
## Dev Services for Kafka
#
quarkus.kafka.devservices.image-name=docker.redpanda.com/vectorized/redpanda:v23.2.8
quarkus.kafka.devservices.image-name=docker.redpanda.com/vectorized/redpanda:v23.2.13
quarkus.kafka.devservices.topic-partitions."dtrack.vuln-analysis.component"=3
quarkus.kafka.devservices.topic-partitions."dtrack.vuln-analysis.scanner.result"=3
quarkus.kafka.devservices.topic-partitions."dtrack.vuln-analysis.result"=3
Expand Down