Skip to content

Add support for version 3.5.2, 3.6.1 #664

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

Merged
merged 2 commits into from
Feb 15, 2024
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: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@ All notable changes to this project will be documented in this file.

- Various documentation of the CRD ([#645]).
- Helm: support labels in values.yaml ([#657]).
- Support new versions `3.5.2`, `3.6.1` ([#664]).

### Removed

- Support for versions `2.8.2`, `3.4.0`, `3.5.1` ([#664]).

[#645]: https://github.com/stackabletech/kafka-operator/pull/645
[#657]: https://github.com/stackabletech/kafka-operator/pull/657
[#664]: https://github.com/stackabletech/kafka-operator/pull/664

## [23.11.0] - 2023-11-24

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/kafka/examples/getting_started/kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: simple-kafka
spec:
image:
productVersion: 3.5.1
productVersion: 3.6.1
clusterConfig:
tls:
serverSecretClass: null
Expand Down
8 changes: 4 additions & 4 deletions docs/modules/kafka/pages/usage-guide/security.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ metadata:
name: simple-kafka
spec:
image:
productVersion: 3.4.0
productVersion: 3.6.1
clusterConfig:
zookeeperConfigMapName: simple-kafka-znode
tls:
Expand Down Expand Up @@ -87,7 +87,7 @@ metadata:
name: simple-kafka
spec:
image:
productVersion: 3.4.0
productVersion: 3.6.1
clusterConfig:
authentication:
- authenticationClass: kafka-client-tls # <1>
Expand Down Expand Up @@ -118,7 +118,7 @@ metadata:
name: simple-kafka
spec:
image:
productVersion: 3.4.0
productVersion: 3.6.1
clusterConfig:
authorization:
opa:
Expand All @@ -142,7 +142,7 @@ metadata:
name: simple-kafka
spec:
image:
productVersion: 3.4.0
productVersion: 3.6.1
clusterConfig:
authorization:
opa:
Expand Down
8 changes: 3 additions & 5 deletions docs/modules/kafka/partials/supported-versions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
// This is a separate file, since it is used by both the direct Kafka documentation, and the overarching
// Stackable Platform documentation.

- 3.5.1
- 3.4.1
- 3.4.0 (deprecated)
- 2.8.2
- 2.8.1 (deprecated)
- 3.6.1
- 3.5.2 (deprecated)
- 3.4.1 (LTS)
4 changes: 2 additions & 2 deletions examples/logging/simple-kafka-cluster-opa-log4j.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ metadata:
name: simple-opa
spec:
image:
productVersion: 0.57.0
productVersion: 0.61.0
servers:
roleGroups:
default: {}
Expand All @@ -50,7 +50,7 @@ metadata:
name: simple-kafka
spec:
image:
productVersion: 3.5.1
productVersion: 3.6.1
clusterConfig:
authorization:
opa:
Expand Down
4 changes: 2 additions & 2 deletions examples/opa/simple-kafka-cluster-opa-allow-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ metadata:
name: simple-opa
spec:
image:
productVersion: 0.57.0
productVersion: 0.61.0
servers:
roleGroups:
default: {}
Expand All @@ -50,7 +50,7 @@ metadata:
name: simple-kafka
spec:
image:
productVersion: 3.5.1
productVersion: 3.6.1
clusterConfig:
authorization:
opa:
Expand Down
2 changes: 1 addition & 1 deletion examples/tls/simple-kafka-cluster-tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ metadata:
name: simple-kafka
spec:
image:
productVersion: 3.5.1
productVersion: 3.6.1
clusterConfig:
authentication:
- authenticationClass: kafka-client-auth-tls
Expand Down
2 changes: 1 addition & 1 deletion rust/crd/src/affinity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ mod tests {
name: simple-kafka
spec:
image:
productVersion: 3.4.0
productVersion: 3.6.1
clusterConfig:
zookeeperConfigMapName: xyz
brokers:
Expand Down
14 changes: 7 additions & 7 deletions rust/crd/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ mod tests {
name: simple-kafka
spec:
image:
productVersion: 3.4.0
productVersion: 3.6.1
clusterConfig:
zookeeperConfigMapName: xyz
"#;
Expand All @@ -545,7 +545,7 @@ mod tests {
name: simple-kafka
spec:
image:
productVersion: 3.4.0
productVersion: 3.6.1
clusterConfig:
tls:
serverSecretClass: simple-kafka-server-tls
Expand All @@ -569,7 +569,7 @@ mod tests {
name: simple-kafka
spec:
image:
productVersion: 3.4.0
productVersion: 3.6.1
clusterConfig:
tls:
serverSecretClass: null
Expand All @@ -589,7 +589,7 @@ mod tests {
name: simple-kafka
spec:
image:
productVersion: 3.4.0
productVersion: 3.6.1
zookeeperConfigMapName: xyz
clusterConfig:
tls:
Expand All @@ -613,7 +613,7 @@ mod tests {
name: simple-kafka
spec:
image:
productVersion: 3.4.0
productVersion: 3.6.1
clusterConfig:
zookeeperConfigMapName: xyz
"#;
Expand All @@ -631,7 +631,7 @@ mod tests {
name: simple-kafka
spec:
image:
productVersion: 3.4.0
productVersion: 3.6.1
clusterConfig:
tls:
internalSecretClass: simple-kafka-internal-tls
Expand All @@ -651,7 +651,7 @@ mod tests {
name: simple-kafka
spec:
image:
productVersion: 3.4.0
productVersion: 3.6.1
clusterConfig:
tls:
serverSecretClass: simple-kafka-server-tls
Expand Down
6 changes: 3 additions & 3 deletions rust/crd/src/listener.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ mod tests {
namespace: default
spec:
image:
productVersion: 3.4.0
productVersion: 3.6.1
clusterConfig:
authentication:
- authenticationClass: kafka-client-tls
Expand Down Expand Up @@ -284,7 +284,7 @@ mod tests {
namespace: default
spec:
image:
productVersion: 3.4.0
productVersion: 3.6.1
clusterConfig:
tls:
serverSecretClass: tls
Expand Down Expand Up @@ -343,7 +343,7 @@ mod tests {
namespace: default
spec:
image:
productVersion: 3.4.0
productVersion: 3.6.1
zookeeperConfigMapName: xyz
clusterConfig:
tls:
Expand Down
12 changes: 6 additions & 6 deletions tests/test-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@
dimensions:
- name: kafka
values:
- 2.8.2
- 3.4.1
- 3.5.1
- 3.5.2
- 3.6.1
- name: kafka-latest
values:
- 3.5.1
- 3.6.1
- name: zookeeper
values:
- 3.8.3
- name: zookeeper-latest
values:
- 3.8.3
- 3.9.1
- name: upgrade_old
values:
- 2.8.2
- 3.4.1
- 3.5.2
- name: upgrade_new
values:
- 3.5.1
- 3.6.1
- name: use-client-tls
values:
- "true"
Expand Down