Skip to content

Commit

Permalink
doc: bug fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Aug 7, 2023
1 parent 30da2eb commit f923b44
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
ports:
- 2181:2181
kafka:
image: bitnami/kafka:3.3
image: bitnami/kafka:3.3.2-debian-11-r175
env:
KAFKA_BROKER_ID: "1"
KAFKA_ENABLE_KRAFT: "no"
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ run tests:
services:
- name: bitnami/zookeeper:3.7
alias: zookeeper
- name: bitnami/kafka:3.3
- name: bitnami/kafka:3.3.2-debian-11-r175
alias: kafka
- name: bitnami/redis:7.0
alias: redis
Expand Down
8 changes: 8 additions & 0 deletions console/data/docs/99-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ identified with a specific icon:
- 🩹: bug fix
- 🌱: miscellaneous change

## 1.8.4 - 2023-08-07

This release only contains the change about the Docker image for Kafka and is
targeted for new installs. You don't need to upgrade. See
[#832](https://github.com/akvorado/akvorado/issues/832) for more details.

- 🩹 *docker*: pin Kafka Docker image

## 1.8.3 - 2023-04-28

- 🩹 *docker*: ensure Kafka is not using KRaft by default
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- ALLOW_ANONYMOUS_LOGIN=yes

kafka:
image: bitnami/kafka:3.3
image: bitnami/kafka:3.3.2-debian-11-r175
environment:
- KAFKA_ZOOKEEPER_CONNECT=zookeeper:2181
- KAFKA_BROKER_ID=1
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
volumes:
- akvorado-zookeeper:/bitnami/zookeeper
kafka:
image: bitnami/kafka:3.3
image: bitnami/kafka:3.3.2-debian-11-r175
environment:
- KAFKA_ZOOKEEPER_CONNECT=zookeeper:2181
- ALLOW_PLAINTEXT_LISTENER=yes
Expand Down

0 comments on commit f923b44

Please sign in to comment.