Skip to content
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

bump to pulsar 2.8.1.3 #288

Merged
merged 1 commit into from
Oct 1, 2021
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
2 changes: 1 addition & 1 deletion .ci/clusters/compute_v1alpha1_function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: function-sample
namespace: default
spec:
image: streamnative/pulsar-functions-java-sample:2.8.0.14
image: streamnative/pulsar-functions-java-sample:2.8.1.3
className: org.apache.pulsar.functions.api.examples.ExclamationFunction
forwardSourceMessageProperty: true
MaxPendingAsyncRequests: 1000
Expand Down
2 changes: 1 addition & 1 deletion .ci/clusters/compute_v1alpha1_function_builtin_hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: function-builtin-hpa-sample
namespace: default
spec:
image: streamnative/pulsar-functions-java-sample:2.8.0.14
image: streamnative/pulsar-functions-java-sample:2.8.1.3
className: org.apache.pulsar.functions.api.examples.ExclamationFunction
forwardSourceMessageProperty: true
MaxPendingAsyncRequests: 1000
Expand Down
2 changes: 1 addition & 1 deletion .ci/clusters/compute_v1alpha1_function_hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: function-hpa-sample
namespace: default
spec:
image: streamnative/pulsar-functions-java-sample:2.8.0.14
image: streamnative/pulsar-functions-java-sample:2.8.1.3
className: org.apache.pulsar.functions.api.examples.ExclamationFunction
forwardSourceMessageProperty: true
MaxPendingAsyncRequests: 1000
Expand Down
6 changes: 3 additions & 3 deletions .ci/clusters/compute_v1alpha1_functionmesh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
functions:
- name: java-function
image: streamnative/pulsar-functions-java-sample:2.8.0.14
image: streamnative/pulsar-functions-java-sample:2.8.1.3
className: org.apache.pulsar.functions.api.examples.ExclamationFunction
replicas: 1
maxReplicas: 1
Expand All @@ -31,7 +31,7 @@ spec:
memory: 1.1G
clusterName: test
- name: golang-function
image: streamnative/pulsar-functions-go-sample:2.8.0.14
image: streamnative/pulsar-functions-go-sample:2.8.1.3
replicas: 1
maxReplicas: 1
input:
Expand All @@ -56,7 +56,7 @@ spec:
memory: 1.1G
clusterName: test
- name: python-function
image: streamnative/pulsar-functions-python-sample:2.8.0.14
image: streamnative/pulsar-functions-python-sample:2.8.1.3
className: exclamation_function.ExclamationFunction
replicas: 1
maxReplicas: 1
Expand Down
2 changes: 1 addition & 1 deletion .ci/clusters/compute_v1alpha1_go_function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: go-function-sample
namespace: default
spec:
image: streamnative/pulsar-functions-go-sample:2.8.0.14
image: streamnative/pulsar-functions-go-sample:2.8.1.3
forwardSourceMessageProperty: true
MaxPendingAsyncRequests: 1000
replicas: 1
Expand Down
2 changes: 1 addition & 1 deletion .ci/clusters/compute_v1alpha1_py_function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: py-function-sample
namespace: default
spec:
image: streamnative/pulsar-functions-python-sample:2.8.0.14
image: streamnative/pulsar-functions-python-sample:2.8.1.3
className: exclamation_function.ExclamationFunction
forwardSourceMessageProperty: true
MaxPendingAsyncRequests: 1000
Expand Down
16 changes: 8 additions & 8 deletions .ci/clusters/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,22 @@ monitoring:
images:
zookeeper:
repository: streamnative/pulsar-all
tag: 2.8.0.14
tag: 2.8.1.3
bookie:
repository: streamnative/pulsar-all
tag: 2.8.0.14
tag: 2.8.1.3
autorecovery:
repository: streamnative/pulsar-all
tag: 2.8.0.14
tag: 2.8.1.3
broker:
repository: streamnative/pulsar-all
tag: 2.8.0.14
tag: 2.8.1.3
functions:
repository: streamnative/pulsar-all
tag: 2.8.0.14
tag: 2.8.1.3
proxy:
repository: streamnative/pulsar-all
tag: 2.8.0.14
tag: 2.8.1.3

zookeeper:
replicaCount: 1
Expand All @@ -67,7 +67,7 @@ bookkeeper:
metadata:
image:
repository: streamnative/pulsar-all
tag: 2.8.0.14
tag: 2.8.1.3
configData:
# `BOOKIE_MEM` is used for `bookie shell`
BOOKIE_MEM: >
Expand Down Expand Up @@ -97,7 +97,7 @@ bookkeeper:
pulsar_metadata:
image:
repository: streamnative/pulsar-all
tag: 2.8.0.14
tag: 2.8.1.3

broker:
replicaCount: 1
Expand Down
16 changes: 8 additions & 8 deletions .ci/clusters/values_cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,22 @@ monitoring:
images:
zookeeper:
repository: streamnative/pulsar-all
tag: 2.8.0.14
tag: 2.8.1.3
bookie:
repository: streamnative/pulsar-all
tag: 2.8.0.14
tag: 2.8.1.3
autorecovery:
repository: streamnative/pulsar-all
tag: 2.8.0.14
tag: 2.8.1.3
broker:
repository: streamnative/pulsar-all
tag: 2.8.0.14
tag: 2.8.1.3
functions:
repository: streamnative/pulsar-all
tag: 2.8.0.14
tag: 2.8.1.3
proxy:
repository: streamnative/pulsar-all
tag: 2.8.0.14
tag: 2.8.1.3

zookeeper:
replicaCount: 1
Expand All @@ -67,7 +67,7 @@ bookkeeper:
metadata:
image:
repository: streamnative/pulsar-all
tag: 2.8.0.14
tag: 2.8.1.3
configData:
# `BOOKIE_MEM` is used for `bookie shell`
BOOKIE_MEM: >
Expand Down Expand Up @@ -97,7 +97,7 @@ bookkeeper:
pulsar_metadata:
image:
repository: streamnative/pulsar-all
tag: 2.8.0.14
tag: 2.8.1.3

broker:
replicaCount: 1
Expand Down
24 changes: 12 additions & 12 deletions .ci/clusters/values_custom_runner_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,27 +41,27 @@ monitoring:
images:
zookeeper:
repository: streamnative/pulsar-all
tag: 2.8.0.14
tag: 2.8.1.3
pullPolicy: IfNotPresent
bookie:
repository: streamnative/pulsar-all
tag: 2.8.0.14
tag: 2.8.1.3
pullPolicy: IfNotPresent
autorecovery:
repository: streamnative/pulsar-all
tag: 2.8.0.14
tag: 2.8.1.3
pullPolicy: IfNotPresent
broker:
repository: streamnative/pulsar-all
tag: 2.8.0.14
tag: 2.8.1.3
pullPolicy: IfNotPresent
proxy:
repository: streamnative/pulsar-all
tag: 2.8.0.14
tag: 2.8.1.3
pullPolicy: IfNotPresent
functions:
repository: streamnative/pulsar-all
tag: 2.8.0.14
tag: 2.8.1.3
pullPolicy: IfNotPresent

zookeeper:
Expand All @@ -71,8 +71,8 @@ bookkeeper:
replicaCount: 1
metadata:
image:
repository: freeznet/fm-pulsar-all
tag: 2.8.0-rc-202106012229
repository: streamnative/pulsar-all
tag: 2.8.1.3
configData:
# `BOOKIE_MEM` is used for `bookie shell`
BOOKIE_MEM: >
Expand Down Expand Up @@ -102,7 +102,7 @@ bookkeeper:
pulsar_metadata:
image:
repository: streamnative/pulsar-all
tag: 2.8.0.14
tag: 2.8.1.3
pullPolicy: IfNotPresent

broker:
Expand Down Expand Up @@ -148,9 +148,9 @@ functions:
narExtractionDirectory: ""
functionRuntimeFactoryConfigs:
functionDockerImages:
JAVA: "streamnative/pulsar-functions-java-runner:2.8.0.14"
PYTHON: "streamnative/pulsar-functions-python-runner:2.8.0.14"
GO: "streamnative/pulsar-functions-go-runner:2.8.0.14"
JAVA: "streamnative/pulsar-functions-java-runner:2.8.1.3"
PYTHON: "streamnative/pulsar-functions-python-runner:2.8.1.3"
GO: "streamnative/pulsar-functions-go-runner:2.8.1.3"

proxy:
replicaCount: 1
24 changes: 12 additions & 12 deletions .ci/clusters/values_runner_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,27 +40,27 @@ monitoring:
images:
zookeeper:
repository: streamnative/pulsar-all
tag: 2.8.0.14
tag: 2.8.1.3
pullPolicy: IfNotPresent
bookie:
repository: streamnative/pulsar-all
tag: 2.8.0.14
tag: 2.8.1.3
pullPolicy: IfNotPresent
autorecovery:
repository: streamnative/pulsar-all
tag: 2.8.0.14
tag: 2.8.1.3
pullPolicy: IfNotPresent
broker:
repository: streamnative/pulsar-all
tag: 2.8.0.14
tag: 2.8.1.3
pullPolicy: IfNotPresent
proxy:
repository: streamnative/pulsar-all
tag: 2.8.0.14
tag: 2.8.1.3
pullPolicy: IfNotPresent
functions:
repository: streamnative/pulsar-all
tag: 2.8.0.14
tag: 2.8.1.3
pullPolicy: IfNotPresent

zookeeper:
Expand All @@ -70,8 +70,8 @@ bookkeeper:
replicaCount: 1
metadata:
image:
repository: freeznet/fm-pulsar-all
tag: 2.8.0-rc-202106012229
repository: streamnative/pulsar-all
tag: 2.8.1.3
configData:
# `BOOKIE_MEM` is used for `bookie shell`
BOOKIE_MEM: >
Expand Down Expand Up @@ -101,7 +101,7 @@ bookkeeper:
pulsar_metadata:
image:
repository: streamnative/pulsar-all
tag: 2.8.0.14
tag: 2.8.1.3
pullPolicy: IfNotPresent

broker:
Expand Down Expand Up @@ -161,9 +161,9 @@ functions:
disk: 1048576000
functionRuntimeFactoryConfigs:
functionDockerImages:
JAVA: "streamnative/pulsar-functions-java-runner:2.8.0.14"
PYTHON: "streamnative/pulsar-functions-python-runner:2.8.0.14"
GO: "streamnative/pulsar-functions-go-runner:2.8.0.14"
JAVA: "streamnative/pulsar-functions-java-runner:2.8.1.3"
PYTHON: "streamnative/pulsar-functions-python-runner:2.8.1.3"
GO: "streamnative/pulsar-functions-go-runner:2.8.1.3"
functionInstanceMinResources:
cpu: 0.1
ram: 10485760
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e-crypto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Build runner images
run: |
PULSAR_IMAGE_TAG=2.8.0.14 PULSAR_IMAGE=streamnative/pulsar-all KIND_PUSH=true images/build.sh
PULSAR_IMAGE_TAG=2.8.1.3 PULSAR_IMAGE=streamnative/pulsar-all KIND_PUSH=true images/build.sh

- name: Install operator-sdk
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-function-key-based-batcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Build runner images
run: |
PULSAR_IMAGE_TAG=2.8.0.14 PULSAR_IMAGE=streamnative/pulsar-all KIND_PUSH=true images/build.sh
PULSAR_IMAGE_TAG=2.8.1.3 PULSAR_IMAGE=streamnative/pulsar-all KIND_PUSH=true images/build.sh

- name: Install operator-sdk
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-function-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Build runner images
run: |
PULSAR_IMAGE_TAG=2.8.0.14 PULSAR_IMAGE=streamnative/pulsar-all KIND_PUSH=true images/build.sh
PULSAR_IMAGE_TAG=2.8.1.3 PULSAR_IMAGE=streamnative/pulsar-all KIND_PUSH=true images/build.sh

- name: Verify function runner
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-integration-kind-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:

- name: Build runner images
run: |
PULSAR_IMAGE_TAG=2.8.0.14 PULSAR_IMAGE=streamnative/pulsar-all KIND_PUSH=true images/build.sh
PULSAR_IMAGE_TAG=2.8.0.14 KIND_PUSH=true images/samples/build.sh
PULSAR_IMAGE_TAG=2.8.1.3 PULSAR_IMAGE=streamnative/pulsar-all KIND_PUSH=true images/build.sh
PULSAR_IMAGE_TAG=2.8.1.3 KIND_PUSH=true images/samples/build.sh

- name: Install operator-sdk
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

- name: Build runner images
run: |
PULSAR_IMAGE_TAG=2.8.0.14 PULSAR_IMAGE=streamnative/pulsar-all KIND_PUSH=true images/build.sh
PULSAR_IMAGE_TAG=2.8.1.3 PULSAR_IMAGE=streamnative/pulsar-all KIND_PUSH=true images/build.sh

- name: verify mesh-worker-service
run: |
Expand Down
2 changes: 1 addition & 1 deletion controllers/spec/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import (
const (
EnvShardID = "SHARD_ID"
FunctionsInstanceClasspath = "pulsar.functions.instance.classpath"
DefaultRunnerTag = "2.8.0.14"
DefaultRunnerTag = "2.8.1.3"
DefaultRunnerPrefix = "streamnative/"
DefaultRunnerImage = DefaultRunnerPrefix + "pulsar-all:" + DefaultRunnerTag
DefaultJavaRunnerImage = DefaultRunnerPrefix + "pulsar-functions-java-runner:" + DefaultRunnerTag
Expand Down
2 changes: 1 addition & 1 deletion mesh-worker-service/integration-tests/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# under the License.
#

FROM streamnative/pulsar:2.8.0.14
FROM streamnative/pulsar:2.8.1.3
COPY ./target/mesh-worker-service*.nar /pulsar/mesh-worker-service.nar
COPY ./integration-tests/docker/connectors.yaml /pulsar/conf/connectors.yaml
RUN mkdir -p /pulsar-nar
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
sourceConfigClass: org.apache.pulsar.io.datagenerator.DataGeneratorSourceConfig
sinkClass: org.apache.pulsar.io.datagenerator.DataGeneratorPrintSink
imageRepository: streamnative/pulsar-io-data-generator
version: 2.8.0.14
imageTag: 2.8.0.14
version: 2.8.1.3
imageTag: 2.8.1.3
typeClassName: org.apache.pulsar.client.impl.schema.JSONSchema
2 changes: 1 addition & 1 deletion mesh-worker-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<version>v0.1.7</version>

<properties>
<pulsar.version>2.8.0.14</pulsar.version>
<pulsar.version>2.8.1.3</pulsar.version>
<lombok.version>1.18.16</lombok.version>
<log4j2.version>2.14.0</log4j2.version>
<kubernetes-client.version>12.0.1</kubernetes-client.version>
Expand Down