From c702add0b23ecdfa09a59ac879b782e2a8b6f159 Mon Sep 17 00:00:00 2001 From: Buddhi Date: Fri, 8 Nov 2019 21:54:58 +0530 Subject: [PATCH 1/2] Bump 5.1.0->5.1.1-rc1 --- deploy/examples/example-stateful-distributed-email-app.yaml | 2 +- deploy/examples/example-stateful-distributed-log-app.yaml | 2 +- deploy/examples/example-stateful-distributed-nats-app.yaml | 2 +- deploy/examples/example-stateful-monolithic-log-app.yaml | 2 +- deploy/examples/example-stateful-tcp-nats-app.yaml | 2 +- deploy/examples/example-stateless-email-app.yaml | 2 +- deploy/examples/example-stateless-log-app.yaml | 2 +- deploy/operator.yaml | 2 +- pkg/controller/siddhiprocess/siddhicontroller/constants.go | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/deploy/examples/example-stateful-distributed-email-app.yaml b/deploy/examples/example-stateful-distributed-email-app.yaml index 1c24a1a..342bcec 100644 --- a/deploy/examples/example-stateful-distributed-email-app.yaml +++ b/deploy/examples/example-stateful-distributed-email-app.yaml @@ -51,7 +51,7 @@ spec: - name: BASIC_AUTH_ENABLED value: "false" - image: "siddhiio/siddhi-runner-ubuntu:5.1.0" + image: "siddhiio/siddhi-runner-ubuntu:5.1.1-rc1" messagingSystem: type: nats diff --git a/deploy/examples/example-stateful-distributed-log-app.yaml b/deploy/examples/example-stateful-distributed-log-app.yaml index b508f96..e0a6779 100644 --- a/deploy/examples/example-stateful-distributed-log-app.yaml +++ b/deploy/examples/example-stateful-distributed-log-app.yaml @@ -41,7 +41,7 @@ spec: - name: BASIC_AUTH_ENABLED value: "false" - image: "siddhiio/siddhi-runner-ubuntu:5.1.0" + image: "siddhiio/siddhi-runner-ubuntu:5.1.1-rc1" messagingSystem: type: nats diff --git a/deploy/examples/example-stateful-distributed-nats-app.yaml b/deploy/examples/example-stateful-distributed-nats-app.yaml index ada3877..81dcdb1 100644 --- a/deploy/examples/example-stateful-distributed-nats-app.yaml +++ b/deploy/examples/example-stateful-distributed-nats-app.yaml @@ -41,7 +41,7 @@ spec: - name: BASIC_AUTH_ENABLED value: "false" - image: "siddhiio/siddhi-runner-ubuntu:5.1.0" + image: "siddhiio/siddhi-runner-ubuntu:5.1.1-rc1" messagingSystem: type: nats diff --git a/deploy/examples/example-stateful-monolithic-log-app.yaml b/deploy/examples/example-stateful-monolithic-log-app.yaml index 154f993..c0e59ff 100644 --- a/deploy/examples/example-stateful-monolithic-log-app.yaml +++ b/deploy/examples/example-stateful-monolithic-log-app.yaml @@ -41,7 +41,7 @@ spec: - name: BASIC_AUTH_ENABLED value: "false" - image: "siddhiio/siddhi-runner-ubuntu:5.1.0" + image: "siddhiio/siddhi-runner-ubuntu:5.1.1-rc1" persistentVolumeClaim: accessModes: diff --git a/deploy/examples/example-stateful-tcp-nats-app.yaml b/deploy/examples/example-stateful-tcp-nats-app.yaml index 2ad8d62..f5a4b46 100644 --- a/deploy/examples/example-stateful-tcp-nats-app.yaml +++ b/deploy/examples/example-stateful-tcp-nats-app.yaml @@ -35,7 +35,7 @@ spec: insert into PowerSurgeAlertStream; container: - image: "siddhiio/siddhi-runner-ubuntu:5.1.0" + image: "siddhiio/siddhi-runner-ubuntu:5.1.1-rc1" persistentVolumeClaim: accessModes: diff --git a/deploy/examples/example-stateless-email-app.yaml b/deploy/examples/example-stateless-email-app.yaml index 2055c34..bf1e194 100644 --- a/deploy/examples/example-stateless-email-app.yaml +++ b/deploy/examples/example-stateless-email-app.yaml @@ -47,4 +47,4 @@ spec: - name: BASIC_AUTH_ENABLED value: "false" - image: "siddhiio/siddhi-runner-ubuntu:5.1.0" + image: "siddhiio/siddhi-runner-ubuntu:5.1.1-rc1" diff --git a/deploy/examples/example-stateless-log-app.yaml b/deploy/examples/example-stateless-log-app.yaml index 0cc03ed..793692b 100644 --- a/deploy/examples/example-stateless-log-app.yaml +++ b/deploy/examples/example-stateless-log-app.yaml @@ -37,4 +37,4 @@ spec: - name: BASIC_AUTH_ENABLED value: "false" - image: "siddhiio/siddhi-runner-ubuntu:5.1.0" + image: "siddhiio/siddhi-runner-ubuntu:5.1.1-rc1" diff --git a/deploy/operator.yaml b/deploy/operator.yaml index f5dd744..a26b152 100644 --- a/deploy/operator.yaml +++ b/deploy/operator.yaml @@ -7,7 +7,7 @@ metadata: data: siddhiHome: /home/siddhi_user/siddhi-runner/ siddhiProfile: runner - siddhiImage: siddhiio/siddhi-runner-alpine:5.1.0 + siddhiImage: siddhiio/siddhi-runner-alpine:5.1.1-rc1 autoIngressCreation: "true" # siddhiImageSecret: siddhiio # ingressTLS: siddhi-tls diff --git a/pkg/controller/siddhiprocess/siddhicontroller/constants.go b/pkg/controller/siddhiprocess/siddhicontroller/constants.go index 63fb4d1..93196f7 100644 --- a/pkg/controller/siddhiprocess/siddhicontroller/constants.go +++ b/pkg/controller/siddhiprocess/siddhicontroller/constants.go @@ -22,7 +22,7 @@ package siddhicontroller const ( OperatorCMName string = "siddhi-operator-config" SiddhiHome string = "/home/siddhi_user/siddhi-runner/" - SiddhiImage string = "siddhiio/siddhi-runner-alpine:5.1.0" + SiddhiImage string = "siddhiio/siddhi-runner-alpine:5.1.1-rc1" SiddhiProfile string = "runner" AutoCreateIngress bool = true ) From 6e54a9f50587a48310e6975c412a6607accbcbff Mon Sep 17 00:00:00 2001 From: Buddhi Date: Fri, 8 Nov 2019 22:02:50 +0530 Subject: [PATCH 2/2] Bump operator version to 0.2.1-rc1 --- deploy/operator.yaml | 4 ++-- pkg/controller/siddhiprocess/artifact/artifacts_test.go | 2 +- pkg/controller/siddhiprocess/deploymanager/constants.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/operator.yaml b/deploy/operator.yaml index a26b152..0d0a14d 100644 --- a/deploy/operator.yaml +++ b/deploy/operator.yaml @@ -31,7 +31,7 @@ spec: serviceAccountName: siddhi-operator containers: - name: siddhi-operator - image: siddhiio/siddhi-operator:0.2.0 + image: siddhiio/siddhi-operator:0.2.1-rc1 command: - siddhi-operator imagePullPolicy: Always @@ -47,6 +47,6 @@ spec: - name: OPERATOR_NAME value: siddhi-operator - name: OPERATOR_VERSION - value: 0.2.0 + value: 0.2.1-rc1 - name: OPERATOR_CONFIGMAP value: siddhi-operator-config diff --git a/pkg/controller/siddhiprocess/artifact/artifacts_test.go b/pkg/controller/siddhiprocess/artifact/artifacts_test.go index 438068d..902e20f 100644 --- a/pkg/controller/siddhiprocess/artifact/artifacts_test.go +++ b/pkg/controller/siddhiprocess/artifact/artifacts_test.go @@ -217,7 +217,7 @@ func TestCreateOrUpdateDeployment(t *testing.T) { "app": "sample", "version": "0.1.0", } - image := "siddhiio/siddhi-operator:0.2.0" + image := "siddhiio/siddhi-operator:0.2.1-rc1" _, err := kubeClient.CreateOrUpdateDeployment( name, namespace, diff --git a/pkg/controller/siddhiprocess/deploymanager/constants.go b/pkg/controller/siddhiprocess/deploymanager/constants.go index 03ee2c0..55081cb 100644 --- a/pkg/controller/siddhiprocess/deploymanager/constants.go +++ b/pkg/controller/siddhiprocess/deploymanager/constants.go @@ -21,7 +21,7 @@ package deploymanager // Constants for the DeployManager const ( OperatorName string = "siddhi-operator" - OperatorVersion string = "0.2.0" + OperatorVersion string = "0.2.1-rc1" CRDName string = "SiddhiProcess" PVCExtension string = "-pvc" DepCMExtension string = "-depyml"