Skip to content

Commit fb41de8

Browse files
Set Confluent to 7.5.0, Kafka to 7.5.0.
1 parent 85f571f commit fb41de8

File tree

12 files changed

+21
-21
lines changed

12 files changed

+21
-21
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You can find the documentation and instructions for all Confluent Cloud demos at
3838
| [Clients in Various Languages to Cloud](clients/cloud/README.md) | [Y](clients/cloud/README.md) | N | Client applications, showcasing producers and consumers, in various programming languages connecting to [Confluent Cloud](https://www.confluent.io/confluent-cloud/?utm_source=github&utm_medium=demo&utm_campaign=ch.examples_type.community_content.top) <br><img src="clients/cloud/images/clients-all.png" width="450">
3939
| [Cloud ETL](cloud-etl/README.md) | [Y](cloud-etl/README.md) | N | Fully automated cloud ETL solution using Confluent Cloud connectors (AWS Kinesis, Postgres with AWS RDS, GCP GCS, AWS S3, Azure Blob) and fully-managed ksqlDB <br><img src="cloud-etl/docs/images/topology.png" width="450">
4040
| [ccloud-stack](ccloud/ccloud-stack/README.md) | Y | N | Creates a fully-managed stack in Confluent Cloud, including a new environment, service account, Kafka cluster, KSQL app, Schema Registry, and ACLs. The demo also generates a config file for use with client applications.<br><img src="https://github.com/confluentinc/cp-all-in-one/blob/latest/images/ccloud-stack-resources.png" width="300">
41-
| [On-Prem Kafka to Cloud](https://docs.confluent.io/current/tutorials/cp-demo/docs/index.html?utm_source=github&utm_medium=demo&utm_campaign=ch.examples_type.community_content.top) | N | [Y](https://docs.confluent.io/current/tutorials/cp-demo/docs/index.html?utm_source=github&utm_medium=demo&utm_campaign=ch.examples_type.community_content.top) | Module 2 of [Confluent Platform demo](https://docs.confluent.io/current/tutorials/cp-demo/docs/index.html?utm_source=github&utm_medium=demo&utm_campaign=ch.examples_type.community_content.top) (`cp-demo`) with a playbook for copying data between the on-prem and Confluent Cloud clusters <br><img src="https://github.com/confluentinc/cp-demo/blob/7.5.x/docs/images/cp-demo-overview-with-ccloud.jpg" width="450">
41+
| [On-Prem Kafka to Cloud](https://docs.confluent.io/current/tutorials/cp-demo/docs/index.html?utm_source=github&utm_medium=demo&utm_campaign=ch.examples_type.community_content.top) | N | [Y](https://docs.confluent.io/current/tutorials/cp-demo/docs/index.html?utm_source=github&utm_medium=demo&utm_campaign=ch.examples_type.community_content.top) | Module 2 of [Confluent Platform demo](https://docs.confluent.io/current/tutorials/cp-demo/docs/index.html?utm_source=github&utm_medium=demo&utm_campaign=ch.examples_type.community_content.top) (`cp-demo`) with a playbook for copying data between the on-prem and Confluent Cloud clusters <br><img src="https://github.com/confluentinc/cp-demo/blob/7.5.0-post/docs/images/cp-demo-overview-with-ccloud.jpg" width="450">
4242
| [DevOps for Apache Kafka® with Kubernetes and GitOps](https://docs.confluent.io/platform/current/tutorials/streaming-ops/index.html) | N | N | Simulated production environment running a streaming application targeting Apache Kafka on Confluent Cloud using Kubernetes and GitOps <br><img src="images/github-flux-kubernetes-600x105.png">
4343

4444

@@ -63,7 +63,7 @@ You can find the documentation and instructions for all Confluent Cloud demos at
6363
| Demo | Local | Docker | Description
6464
| ------------------------------------------ | ----- | ------ | ---------------------------------------------------------------------------
6565
| [Avro](clients/README.md) | [Y](clients/README.md) | N | Client applications using Avro and Confluent Schema Registry <br><img src="https://www.confluent.io/wp-content/uploads/dwg_SchemaReg_howitworks.png" width="420">
66-
| [CP Demo](https://github.com/confluentinc/cp-demo) | N | [Y](https://github.com/confluentinc/cp-demo) | [Confluent Platform demo](https://docs.confluent.io/platform/current/tutorials/cp-demo/docs/index.html?utm_source=github&utm_medium=demo&utm_campaign=ch.examples_type.community_content.top) (`cp-demo`) with a playbook for Kafka event streaming ETL deployments <br><img src="https://github.com/confluentinc/cp-demo/blob/7.5.x/docs/images/cp-demo-overview.jpg" width="420">
66+
| [CP Demo](https://github.com/confluentinc/cp-demo) | N | [Y](https://github.com/confluentinc/cp-demo) | [Confluent Platform demo](https://docs.confluent.io/platform/current/tutorials/cp-demo/docs/index.html?utm_source=github&utm_medium=demo&utm_campaign=ch.examples_type.community_content.top) (`cp-demo`) with a playbook for Kafka event streaming ETL deployments <br><img src="https://github.com/confluentinc/cp-demo/blob/7.5.0-post/docs/images/cp-demo-overview.jpg" width="420">
6767
| [Kubernetes](kubernetes/README.md) | N | [Y](kubernetes/README.md) | Demonstrations of Confluent Platform deployments using the [Confluent Operator](https://docs.confluent.io/operator/current/overview.html?utm_source=github&utm_medium=demo&utm_campaign=ch.examples_type.community_content.top) <br><img src="kubernetes/docs/images/operator.png" width="420">
6868
| [Multi Datacenter](multi-datacenter/README.md) | N | [Y](multi-datacenter/README.md) | Active-active multi-datacenter design with two instances of Confluent Replicator copying data bidirectionally between the datacenters <br><img src="https://docs.confluent.io/platform/current/_images/mdc-level-1.png" width="420">
6969
| [Multi-Region Clusters](multiregion/README.md) | N | [Y](multiregion/README.md) | Multi-Region clusters (MRC) with follower fetching, observers, and replica placement<br><img src="multiregion/docs/images/multi-region-topic-replicas-v2.png" width="420">

ccloud-observability/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.confluent</groupId>
99
<artifactId>rest-utils-parent</artifactId>
10-
<version>7.5.0-0</version>
10+
<version>7.5.0</version>
1111
</parent>
1212

1313
<artifactId>clients-example</artifactId>

ccloud/docs/config/backed-to-destination/docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '2'
33
services:
44

55
connect-destination:
6-
image: confluentinc/cp-enterprise-replicator:7.5.x-latest
6+
image: confluentinc/cp-enterprise-replicator:7.5.0
77
hostname: connect-destination
88
container_name: connect-destination
99
ports:
@@ -33,7 +33,7 @@ services:
3333
CONNECT_PLUGIN_PATH: "/usr/share/java,/usr/share/confluent-hub-components"
3434
CONNECT_LOG4J_ROOT_LOGLEVEL: INFO
3535
CONNECT_LOG4J_LOGGERS: org.reflections=ERROR
36-
CLASSPATH: "/usr/share/java/kafka-connect-replicator/replicator-rest-extension-7.5.0-0.jar:/usr/share/java/monitoring-interceptors/monitoring-interceptors-7.5.0-0.jar"
36+
CLASSPATH: "/usr/share/java/kafka-connect-replicator/replicator-rest-extension-7.5.0.jar:/usr/share/java/monitoring-interceptors/monitoring-interceptors-7.5.0.jar"
3737

3838
# Connect worker
3939
CONNECT_SECURITY_PROTOCOL: SASL_SSL

ccloud/docs/config/backed-to-origin/docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '2'
33
services:
44

55
connect-origin:
6-
image: confluentinc/cp-enterprise-replicator:7.5.x-latest
6+
image: confluentinc/cp-enterprise-replicator:7.5.0
77
hostname: connect-origin
88
container_name: connect-origin
99
ports:
@@ -34,7 +34,7 @@ services:
3434
CONNECT_PLUGIN_PATH: "/usr/share/java,/usr/share/confluent-hub-components"
3535
CONNECT_LOG4J_ROOT_LOGLEVEL: INFO
3636
CONNECT_LOG4J_LOGGERS: org.reflections=ERROR
37-
CLASSPATH: "/usr/share/java/kafka-connect-replicator/replicator-rest-extension-7.5.0-0.jar:/usr/share/java/monitoring-interceptors/monitoring-interceptors-7.5.0-0.jar"
37+
CLASSPATH: "/usr/share/java/kafka-connect-replicator/replicator-rest-extension-7.5.0.jar:/usr/share/java/monitoring-interceptors/monitoring-interceptors-7.5.0.jar"
3838

3939
# Connect worker
4040
CONNECT_SECURITY_PROTOCOL: SASL_SSL

clients/avro/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
77
<parent>
88
<groupId>io.confluent</groupId>
99
<artifactId>rest-utils-parent</artifactId>
10-
<version>[7.5.0-0, 7.5.1-0)</version>
10+
<version>7.5.0</version>
1111
</parent>
1212

1313
<artifactId>java-client-avro-examples</artifactId>
1414
<packaging>jar</packaging>
15-
<version>7.5.0-0</version>
15+
<version>7.5.0</version>
1616

1717
<organization>
1818
<name>Confluent, Inc.</name>

clients/cloud/java/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<groupId>io.confluent</groupId>
99
<artifactId>rest-utils-parent</artifactId>
10-
<version>[7.5.0-0, 7.5.1-0)</version>
10+
<version>7.5.0</version>
1111
</parent>
1212

1313
<artifactId>clients-example</artifactId>
1414
<packaging>jar</packaging>
15-
<version>7.5.0-0</version>
15+
<version>7.5.0</version>
1616

1717
<organization>
1818
<name>Confluent, Inc.</name>

clients/cloud/nodejs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "confluent-examples-nodejs",
33
"private": true,
4-
"version": "7.5.0-0",
4+
"version": "7.5.0",
55
"engines": {
66
"node": ">=8.6"
77
},

connect-streams-pipeline/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
77
<parent>
88
<groupId>io.confluent</groupId>
99
<artifactId>rest-utils-parent</artifactId>
10-
<version>[7.5.0-0, 7.5.1-0)</version>
10+
<version>7.5.0</version>
1111
</parent>
1212

1313
<artifactId>connect-streams-examples</artifactId>
1414
<packaging>jar</packaging>
15-
<version>7.5.0-0</version>
15+
<version>7.5.0</version>
1616

1717
<organization>
1818
<name>Confluent, Inc.</name>

microservices-orders/docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def setup(app):
5959
# The short X.Y version.
6060
version = '7.5'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '7.5.0-0'
62+
release = '7.5.0'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

multi-datacenter/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
77
<parent>
88
<groupId>io.confluent</groupId>
99
<artifactId>rest-utils-parent</artifactId>
10-
<version>[7.5.0-0, 7.5.1-0)</version>
10+
<version>7.5.0</version>
1111
</parent>
1212

1313
<artifactId>java-client-avro-examples</artifactId>
1414
<packaging>jar</packaging>
15-
<version>7.5.0-0</version>
15+
<version>7.5.0</version>
1616

1717
<organization>
1818
<name>Confluent, Inc.</name>

replicator-schema-translation/docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def setup(app):
5959
# The short X.Y version.
6060
version = '7.5'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '7.5.0-0'
62+
release = '7.5.0'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

utils/config.env

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
# over time to construct other
66
# values required by this repository
77
#####################################################
8-
CONFLUENT=7.5.0-0
9-
CONFLUENT_DOCKER_TAG=7.5.x-latest
8+
CONFLUENT=7.5.0
9+
CONFLUENT_DOCKER_TAG=7.5.0
1010
CONFLUENT_SHORT=7.5
1111
CONFLUENT_PREVIOUS=""
12-
CONFLUENT_RELEASE_TAG_OR_BRANCH=7.5.x
12+
CONFLUENT_RELEASE_TAG_OR_BRANCH=7.5.0-post
1313
CONFLUENT_MAJOR=7
1414
CONFLUENT_MINOR=5
1515
CONFLUENT_PATCH=0

0 commit comments

Comments
 (0)