From 2596ec9b3363847a2960637c8bf19033d7f00109 Mon Sep 17 00:00:00 2001 From: Shai Katz Date: Mon, 29 Mar 2021 16:28:14 +0300 Subject: [PATCH] Bump version --- src/crd-controller/HostedServices/V1Alpha2Controller.cs | 1 + src/crd-controller/crd-controller.csproj | 2 +- src/crd-controller/utils/KubernetesExtensions.cs | 1 - src/decrypt-api/decrypt-api.csproj | 2 +- src/encrypt-api/encrypt-api.csproj | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/crd-controller/HostedServices/V1Alpha2Controller.cs b/src/crd-controller/HostedServices/V1Alpha2Controller.cs index da1de6a2..030c6a4d 100644 --- a/src/crd-controller/HostedServices/V1Alpha2Controller.cs +++ b/src/crd-controller/HostedServices/V1Alpha2Controller.cs @@ -70,6 +70,7 @@ private IDisposable ObserveKamusSecret(CancellationToken token) Environment.Exit(0); }); } + public Task StartAsync(CancellationToken token) { mSubscription = ObserveKamusSecret(token); diff --git a/src/crd-controller/crd-controller.csproj b/src/crd-controller/crd-controller.csproj index df194490..05c6e25f 100644 --- a/src/crd-controller/crd-controller.csproj +++ b/src/crd-controller/crd-controller.csproj @@ -7,7 +7,7 @@ - 0.9.0.7 + 0.9.0.8 diff --git a/src/crd-controller/utils/KubernetesExtensions.cs b/src/crd-controller/utils/KubernetesExtensions.cs index d829392c..f36ae9ac 100644 --- a/src/crd-controller/utils/KubernetesExtensions.cs +++ b/src/crd-controller/utils/KubernetesExtensions.cs @@ -2,7 +2,6 @@ using System.Reactive.Linq; using System.Threading; using k8s; -using Microsoft.VisualBasic; namespace CustomResourceDescriptorController.utils { diff --git a/src/decrypt-api/decrypt-api.csproj b/src/decrypt-api/decrypt-api.csproj index 9d81760a..aa2ae7c7 100644 --- a/src/decrypt-api/decrypt-api.csproj +++ b/src/decrypt-api/decrypt-api.csproj @@ -3,7 +3,7 @@ netcoreapp3.1 - 0.9.0.7 + 0.9.0.8 diff --git a/src/encrypt-api/encrypt-api.csproj b/src/encrypt-api/encrypt-api.csproj index 8e1eba6f..e789e663 100644 --- a/src/encrypt-api/encrypt-api.csproj +++ b/src/encrypt-api/encrypt-api.csproj @@ -3,7 +3,7 @@ netcoreapp3.1 - 0.9.0.7 + 0.9.0.8