Skip to content

Commit

Permalink
Bump Version: 6.0.1 → 6.1.0 (confluentinc#495)
Browse files Browse the repository at this point in the history
* Bump Version: 6.0.1 → 6.1.0

* Generated package and used cp-server

Cp-enterprise-kafka is deprecated

Co-authored-by: Viktor Gamov <[email protected]>
  • Loading branch information
andrewegel and gAmUssA authored Apr 12, 2021
1 parent 44b0818 commit f50a088
Show file tree
Hide file tree
Showing 21 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 6.0.1
current_version = 6.1.0
commit = true
message = Bump Version: {current_version} → {new_version}
tag = false
Expand Down
2 changes: 1 addition & 1 deletion charts/cp-control-center/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
## Image Info
## ref: https://hub.docker.com/r/confluentinc/cp-kafka/
image: confluentinc/cp-enterprise-control-center
imageTag: 6.0.1
imageTag: 6.1.0

## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
2 changes: 1 addition & 1 deletion charts/cp-kafka-connect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ The configuration parameters in this section control the resources requested and
| Parameter | Description | Default |
| --------- | ----------- | ------- |
| `image` | Docker Image of Confluent Kafka Connect. | `confluentinc/cp-kafka-connect` |
| `imageTag` | Docker Image Tag of Confluent Kafka Connect. | `6.0.1` |
| `imageTag` | Docker Image Tag of Confluent Kafka Connect. | `6.1.0` |
| `imagePullPolicy` | Docker Image Tag of Confluent Kafka Connect. | `IfNotPresent` |
| `imagePullSecrets` | Secrets to be used for private registries. | see [values.yaml](values.yaml) for details |

Expand Down
2 changes: 1 addition & 1 deletion charts/cp-kafka-connect/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
## Image Info
## ref: https://hub.docker.com/r/confluentinc/cp-kafka/
image: confluentinc/cp-kafka-connect
imageTag: 6.0.1
imageTag: 6.1.0

## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
2 changes: 1 addition & 1 deletion charts/cp-kafka-rest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The configuration parameters in this section control the resources requested and
| Parameter | Description | Default |
| --------- | ----------- | ------- |
| `image` | Docker Image of Confluent REST Proxy. | `confluentinc/cp-kafka-rest` |
| `imageTag` | Docker Image Tag of Confluent REST Proxy. | `6.0.1` |
| `imageTag` | Docker Image Tag of Confluent REST Proxy. | `6.1.0` |
| `imagePullPolicy` | Docker Image Tag of Confluent REST Proxy. | `IfNotPresent` |
| `imagePullSecrets` | Secrets to be used for private registries. | see [values.yaml](values.yaml) for details |

Expand Down
2 changes: 1 addition & 1 deletion charts/cp-kafka-rest/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
## Image Info
## ref: https://hub.docker.com/r/confluentinc/cp-kafka/
image: confluentinc/cp-kafka-rest
imageTag: 6.0.1
imageTag: 6.1.0

## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
2 changes: 1 addition & 1 deletion charts/cp-kafka/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ The configuration parameters in this section control the resources requested and
| Parameter | Description | Default |
| --------- | ----------- | ------- |
| `image` | Docker Image of Confluent Kafka. | `confluentinc/cp-enterprise-kafka` |
| `imageTag` | Docker Image Tag of Confluent Kafka. | `6.0.1` |
| `imageTag` | Docker Image Tag of Confluent Kafka. | `6.1.0` |
| `imagePullPolicy` | Docker Image Tag of Confluent Kafka. | `IfNotPresent` |
| `imagePullSecrets` | Secrets to be used for private registries. | see [values.yaml](values.yaml) for details |

Expand Down
4 changes: 2 additions & 2 deletions charts/cp-kafka/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ brokers: 3

## Image Info
## ref: https://hub.docker.com/r/confluentinc/cp-kafka/
image: confluentinc/cp-enterprise-kafka
imageTag: 6.0.1
image: confluentinc/cp-server
imageTag: 6.1.0

## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
2 changes: 1 addition & 1 deletion charts/cp-ksql-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ The configuration parameters in this section control the resources requested and
| Parameter | Description | Default |
| --------- | ----------- | ------- |
| `image` | Docker Image of Confluent KSQL Server. | `confluentinc/cp-ksql-server` |
| `imageTag` | Docker Image Tag of Confluent KSQL Server. | `6.0.1` |
| `imageTag` | Docker Image Tag of Confluent KSQL Server. | `6.1.0` |
| `imagePullPolicy` | Docker Image Tag of Confluent KSQL Server. | `IfNotPresent` |
| `imagePullSecrets` | Secrets to be used for private registries. | see [values.yaml](values.yaml) for details |

Expand Down
2 changes: 1 addition & 1 deletion charts/cp-ksql-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
## Image Info
## ref: https://hub.docker.com/r/confluentinc/cp-ksql-server/
image: confluentinc/cp-ksqldb-server
imageTag: 6.0.1
imageTag: 6.1.0

## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
2 changes: 1 addition & 1 deletion charts/cp-schema-registry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ The configuration parameters in this section control the resources requested and
| Parameter | Description | Default |
| --------- | ----------- | ------- |
| `image` | Docker Image of Confluent Schema Registry. | `confluentinc/cp-schema-registry` |
| `imageTag` | Docker Image Tag of Confluent Schema Registry. | `6.0.1` |
| `imageTag` | Docker Image Tag of Confluent Schema Registry. | `6.1.0` |
| `imagePullPolicy` | Docker Image Tag of Confluent Schema Registry. | `IfNotPresent` |
| `imagePullSecrets` | Secrets to be used for private registries. | see [values.yaml](values.yaml) for details |

Expand Down
2 changes: 1 addition & 1 deletion charts/cp-schema-registry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ replicaCount: 1
## Image Info
## ref: https://hub.docker.com/r/confluentinc/cp-schema-registry/
image: confluentinc/cp-schema-registry
imageTag: 6.0.1
imageTag: 6.1.0

## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
2 changes: 1 addition & 1 deletion charts/cp-zookeeper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ The configuration parameters in this section control the resources requested and
| Parameter | Description | Default |
| --------- | ----------- | ------- |
| `image` | Docker Image of Confluent Zookeeper. | `confluentinc/cp-zookeeper` |
| `imageTag` | Docker Image Tag of Confluent Zookeeper. | `6.0.1` |
| `imageTag` | Docker Image Tag of Confluent Zookeeper. | `6.1.0` |
| `imagePullPolicy` | Docker Image Tag of Confluent Zookeeper. | `IfNotPresent` |
| `imagePullSecrets` | Secrets to be used for private registries. | see [values.yaml](values.yaml) for details |

Expand Down
2 changes: 1 addition & 1 deletion charts/cp-zookeeper/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ servers: 3
## Images Info
## ref: https://hub.docker.com/r/confluentinc/cp-zookeeper/
image: confluentinc/cp-zookeeper
imageTag: 6.0.1
imageTag: 6.1.0

## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
Binary file modified docs/cp-helm-charts-0.6.0.tgz
Binary file not shown.
18 changes: 9 additions & 9 deletions docs/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@ entries:
cp-helm-charts:
- apiVersion: v1
appVersion: "1.0"
created: "2020-12-10T13:04:39.905555-05:00"
created: "2021-04-12T19:35:36.890939-04:00"
description: A Helm chart for Confluent Platform Community Edition
digest: 6adf7734ed23975318a57842e8cc612217a89bc427b9787c1725e0cb4a886c45
digest: 954f6accdcf14b3d27c9b22cb55c925f0592022b276fd659535fbb68354d0ed0
name: cp-helm-charts
urls:
- cp-helm-charts-0.6.0.tgz
version: 0.6.0
- apiVersion: v1
appVersion: "1.0"
created: "2020-12-10T13:04:39.917447-05:00"
created: "2021-04-12T19:35:36.905252-04:00"
description: A Helm chart for Confluent Platform Community Edition
digest: 9dfdaf5652878dcac62951662d409785251e368286d8a6372dbfdeb0f95f4328
digest: f6d45eb01ad59fe789677237b6884875bd5e480af3bdc6f2474a75e94994011a
name: cp-helm-charts
urls:
- cp-helm-charts-0.6.0.tgz
version: 0.6.0
- apiVersion: v1
appVersion: "1.0"
created: "2020-12-10T13:04:39.915074-05:00"
created: "2021-04-12T19:35:36.902269-04:00"
description: A Helm chart for Confluent Platform Community Edition
digest: e1785abbb11bab05a343ec33772e916c62397f76c41b09424387e6ee90c2ddb7
name: cp-helm-charts
Expand All @@ -30,7 +30,7 @@ entries:
version: 0.5.0
- apiVersion: v1
appVersion: "1.0"
created: "2020-12-10T13:04:39.912249-05:00"
created: "2021-04-12T19:35:36.899778-04:00"
description: A Helm chart for Confluent Platform Community Edition
digest: 2210faaef7bdc6db386710a92e355ca1bd49d823992a697418d026d2bbcfd97b
name: cp-helm-charts
Expand All @@ -39,7 +39,7 @@ entries:
version: 0.4.1
- apiVersion: v1
appVersion: "1.0"
created: "2020-12-10T13:04:39.909772-05:00"
created: "2021-04-12T19:35:36.896417-04:00"
description: A Helm chart for Confluent Platform Community Edition
digest: eca4c0272dea5683f12f427b64422f94604bec19f8a39826387eaf89f0fde16d
name: cp-helm-charts
Expand All @@ -48,11 +48,11 @@ entries:
version: 0.4.0
- apiVersion: v1
appVersion: "1.0"
created: "2020-12-10T13:04:39.907437-05:00"
created: "2021-04-12T19:35:36.89336-04:00"
description: A Helm chart for Confluent Open Source
digest: de1696d67b7388b958f1cd901e0bdc5d52c193e568e55e1ce4572dcfcbc4ef55
name: cp-helm-charts
urls:
- cp-helm-charts-0.1.0.tgz
version: 0.1.0
generated: "2020-12-10T13:04:39.90255-05:00"
generated: "2021-04-12T19:35:36.887162-04:00"
2 changes: 1 addition & 1 deletion examples/avro-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
containers:
- name: avro-client
image: confluentinc/cp-schema-registry:6.0.1
image: confluentinc/cp-schema-registry:6.1.0
command:
- sh
- -c
Expand Down
2 changes: 1 addition & 1 deletion examples/kafka-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
containers:
- name: kafka-client
image: confluentinc/cp-kafka:6.0.1
image: confluentinc/cp-kafka:6.1.0
command:
- sh
- -c
Expand Down
6 changes: 3 additions & 3 deletions examples/ksql-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ metadata:
spec:
containers:
- name: ksql-datagen-pageviews
image: confluentinc/ksqldb-examples:6.0.1
image: confluentinc/ksqldb-examples:6.1.0
command:
- sh
- -c
- "exec ksql-datagen quickstart=pageviews format=delimited topic=pageviews bootstrap-server=my-confluent-oss-cp-kafka:9092"
- name: ksql-datagen-users
image: confluentinc/ksqldb-examples:6.0.1
image: confluentinc/ksqldb-examples:6.1.0
command:
- sh
- -c
- "ksql-datagen quickstart=users format=json topic=users iterations=1000 bootstrap-server=my-confluent-oss-cp-kafka:9092"
- name: ksql
image: confluentinc/cp-ksqldb-cli:6.0.1
image: confluentinc/cp-ksqldb-cli:6.1.0
command:
- sh
- -c
Expand Down
2 changes: 1 addition & 1 deletion examples/zookeeper-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
containers:
- name: zookeeper-client
image: confluentinc/cp-zookeeper:6.0.1
image: confluentinc/cp-zookeeper:6.1.0
command:
- sh
- -c
Expand Down
14 changes: 7 additions & 7 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cp-zookeeper:
enabled: true
servers: 3
image: confluentinc/cp-zookeeper
imageTag: 6.0.1
imageTag: 6.1.0
## Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
## https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
imagePullSecrets:
Expand Down Expand Up @@ -44,7 +44,7 @@ cp-kafka:
enabled: true
brokers: 3
image: confluentinc/cp-enterprise-kafka
imageTag: 6.0.1
imageTag: 6.1.0
## Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
## https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
imagePullSecrets:
Expand Down Expand Up @@ -73,7 +73,7 @@ cp-kafka:
cp-schema-registry:
enabled: true
image: confluentinc/cp-schema-registry
imageTag: 6.0.1
imageTag: 6.1.0
## Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
## https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
imagePullSecrets:
Expand All @@ -95,7 +95,7 @@ cp-schema-registry:
cp-kafka-rest:
enabled: true
image: confluentinc/cp-kafka-rest
imageTag: 6.0.1
imageTag: 6.1.0
## Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
## https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
imagePullSecrets:
Expand All @@ -117,7 +117,7 @@ cp-kafka-rest:
cp-kafka-connect:
enabled: true
image: confluentinc/cp-kafka-connect
imageTag: 6.0.1
imageTag: 6.1.0
## Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
## https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
imagePullSecrets:
Expand All @@ -139,7 +139,7 @@ cp-kafka-connect:
cp-ksql-server:
enabled: true
image: confluentinc/cp-ksqldb-server
imageTag: 6.0.1
imageTag: 6.1.0
## Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
## https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
imagePullSecrets:
Expand All @@ -154,7 +154,7 @@ cp-ksql-server:
cp-control-center:
enabled: true
image: confluentinc/cp-enterprise-control-center
imageTag: 6.0.1
imageTag: 6.1.0
## Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
## https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
imagePullSecrets:
Expand Down

0 comments on commit f50a088

Please sign in to comment.