Skip to content

Commit

Permalink
chore: upgrade to cp-6.1.2
Browse files Browse the repository at this point in the history
Whilst this isn't a new kafka version, it does bundle a number of fixes
that are probably worth tracking, so bump up to it.

https://docs.confluent.io/platform/6.1.2/release-notes/changelog.html
  • Loading branch information
dnwe committed Sep 13, 2021
1 parent ce4d8e1 commit 3f06438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functional_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func prepareDockerTestEnvironment(ctx context.Context, env *testEnvironment) err
if version, ok := os.LookupEnv("KAFKA_VERSION"); ok {
env.KafkaVersion = version
} else {
// We have cp-6.1.1 as the default in the docker-compose file, so that's kafka 2.7.1.
// We have cp-6.1.2 as the default in the docker-compose file, so that's kafka 2.7.1.
env.KafkaVersion = "2.7.1"
}

Expand All @@ -123,7 +123,7 @@ func prepareDockerTestEnvironment(ctx context.Context, env *testEnvironment) err
case "2.8.0":
confluentPlatformVersion = "6.2.0"
case "2.7.1":
confluentPlatformVersion = "6.1.1"
confluentPlatformVersion = "6.1.2"
default:
return fmt.Errorf("don't know what confluent platform version to use for kafka %s", env.KafkaVersion)
}
Expand Down

0 comments on commit 3f06438

Please sign in to comment.