From d4eba86ee2793e24a85e503933174c75ee98f29c Mon Sep 17 00:00:00 2001 From: Qi Date: Fri, 1 Apr 2022 14:25:34 +0800 Subject: [PATCH] chore(cassandra) upgrade to 3.11 (#269) --- README.md | 5 ++++- assets/docker-compose.yml | 2 +- assets/help/pongo.txt | 2 +- assets/help/up.txt | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 347b6efd..b33b730a 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Environment variables: set this variable with the Kong Enterprise license data POSTGRES the version of the Postgres dependency to use (default 9.5) - CASSANDRA the version of the Cassandra dependency to use (default 3.9) + CASSANDRA the version of the Cassandra dependency to use (default 3.11) REDIS the version of the Redis dependency to use (default 5.0.4) Example usage: @@ -777,6 +777,9 @@ The result should be a new PR on the Pongo repo. ### unreleased + * Upgrade cassandra image from 3.9 to 3.11 for M1 chip + [#269](https://github.com/Kong/kong-pongo/pull/269) + * Fix rock installation issue due to unauthenticated Git protocol [#266](https://github.com/Kong/kong-pongo/pull/266) diff --git a/assets/docker-compose.yml b/assets/docker-compose.yml index 5f991f15..88eebfe1 100644 --- a/assets/docker-compose.yml +++ b/assets/docker-compose.yml @@ -66,7 +66,7 @@ services: - ${SERVICE_NETWORK_NAME}-postgres.${SERVICE_NETWORK_NAME} cassandra: - image: ${CASSANDRA_IMAGE:-cassandra:3.9} + image: ${CASSANDRA_IMAGE:-cassandra:3.11} environment: MAX_HEAP_SIZE: 256M HEAP_NEWSIZE: 128M diff --git a/assets/help/pongo.txt b/assets/help/pongo.txt index df61c26d..1baf8743 100644 --- a/assets/help/pongo.txt +++ b/assets/help/pongo.txt @@ -57,7 +57,7 @@ Environment variables: set this variable with the Kong Enterprise license data POSTGRES_IMAGE the Postgres image to use (default postgres:9.5) - CASSANDRA_IMAGE the Cassandra image to use (default cassandra:3.9) + CASSANDRA_IMAGE the Cassandra image to use (default cassandra:3.11) REDIS_IMAGE the Redis dependency to use (default redis:5.0.4-alpine) SQUID_IMAGE the Squid dependency to use (default sameersbn/squid:3.5.27-2) GRPCBIN_IMAGE the Grpcbin dependency to use (default moul/grpcbin:latest) diff --git a/assets/help/up.txt b/assets/help/up.txt index 88673b8d..24508b24 100644 --- a/assets/help/up.txt +++ b/assets/help/up.txt @@ -28,7 +28,7 @@ Default available dependencies: Environment variables: POSTGRES_IMAGE the Postgres image to use (default postgres:9.5) - CASSANDRA_IMAGE the Cassandra image to use (default cassandra:3.9) + CASSANDRA_IMAGE the Cassandra image to use (default cassandra:3.11) REDIS_IMAGE the Redis dependency to use (default redis:5.0.4-alpine) SQUID_IMAGE the Squid dependency to use (default sameersbn/squid:3.5.27-2) GRPCBIN_IMAGE the Grpcbin dependency to use (default moul/grpcbin:latest)