From a9195f8b0a63626dfaa853365cfbaf3c4096c54a Mon Sep 17 00:00:00 2001 From: Kate Goldenring Date: Tue, 31 May 2022 21:41:11 -0700 Subject: [PATCH] Enable setting broker env vars, configMaps, and volumes in Configuration Helm templates (#478) --- Cargo.lock | 28 ++++----- agent/Cargo.toml | 2 +- controller/Cargo.toml | 2 +- deployment/helm/Chart.yaml | 4 +- .../helm/templates/custom-configuration.yaml | 52 +++++++++++++++++ .../templates/debug-echo-configuration.yaml | 52 +++++++++++++++++ .../helm/templates/onvif-configuration.yaml | 52 +++++++++++++++++ .../helm/templates/opcua-configuration.yaml | 58 ++++++++++++++++++- .../helm/templates/udev-configuration.yaml | 19 ++++++ .../debug-echo-discovery-handler/Cargo.toml | 2 +- .../onvif-discovery-handler/Cargo.toml | 2 +- .../opcua-discovery-handler/Cargo.toml | 2 +- .../udev-discovery-handler/Cargo.toml | 2 +- discovery-handlers/debug-echo/Cargo.toml | 2 +- discovery-handlers/onvif/Cargo.toml | 2 +- discovery-handlers/opcua/Cargo.toml | 2 +- discovery-handlers/udev/Cargo.toml | 2 +- discovery-utils/Cargo.toml | 2 +- samples/brokers/udev-video-broker/Cargo.toml | 2 +- shared/Cargo.toml | 2 +- version.txt | 2 +- webhooks/validating/configuration/Cargo.toml | 2 +- 22 files changed, 262 insertions(+), 33 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c8c582d13..a2521ddc5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -333,7 +333,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "agent" -version = "0.8.9" +version = "0.8.10" dependencies = [ "akri-debug-echo", "akri-discovery-utils", @@ -401,7 +401,7 @@ dependencies = [ [[package]] name = "akri-debug-echo" -version = "0.8.9" +version = "0.8.10" dependencies = [ "akri-discovery-utils", "akri-shared", @@ -421,7 +421,7 @@ dependencies = [ [[package]] name = "akri-discovery-utils" -version = "0.8.9" +version = "0.8.10" dependencies = [ "akri-shared", "anyhow", @@ -443,7 +443,7 @@ dependencies = [ [[package]] name = "akri-onvif" -version = "0.8.9" +version = "0.8.10" dependencies = [ "akri-discovery-utils", "akri-shared", @@ -472,7 +472,7 @@ dependencies = [ [[package]] name = "akri-opcua" -version = "0.8.9" +version = "0.8.10" dependencies = [ "akri-discovery-utils", "akri-shared", @@ -496,7 +496,7 @@ dependencies = [ [[package]] name = "akri-shared" -version = "0.8.9" +version = "0.8.10" dependencies = [ "anyhow", "async-trait", @@ -525,7 +525,7 @@ dependencies = [ [[package]] name = "akri-udev" -version = "0.8.9" +version = "0.8.10" dependencies = [ "akri-discovery-utils", "anyhow", @@ -1027,7 +1027,7 @@ checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935" [[package]] name = "controller" -version = "0.8.9" +version = "0.8.10" dependencies = [ "akri-shared", "anyhow", @@ -1242,7 +1242,7 @@ dependencies = [ [[package]] name = "debug-echo-discovery-handler" -version = "0.8.9" +version = "0.8.10" dependencies = [ "akri-debug-echo", "akri-discovery-utils", @@ -2493,7 +2493,7 @@ checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9" [[package]] name = "onvif-discovery-handler" -version = "0.8.9" +version = "0.8.10" dependencies = [ "akri-discovery-utils", "akri-onvif", @@ -2577,7 +2577,7 @@ dependencies = [ [[package]] name = "opcua-discovery-handler" -version = "0.8.9" +version = "0.8.10" dependencies = [ "akri-discovery-utils", "akri-opcua", @@ -4422,7 +4422,7 @@ dependencies = [ [[package]] name = "udev-discovery-handler" -version = "0.8.9" +version = "0.8.10" dependencies = [ "akri-discovery-utils", "akri-udev", @@ -4433,7 +4433,7 @@ dependencies = [ [[package]] name = "udev-video-broker" -version = "0.8.9" +version = "0.8.10" dependencies = [ "akri-shared", "env_logger", @@ -4703,7 +4703,7 @@ dependencies = [ [[package]] name = "webhook-configuration" -version = "0.8.9" +version = "0.8.10" dependencies = [ "actix", "actix-rt 2.7.0", diff --git a/agent/Cargo.toml b/agent/Cargo.toml index 8784d766c..d0d7a8ba7 100644 --- a/agent/Cargo.toml +++ b/agent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent" -version = "0.8.9" +version = "0.8.10" authors = ["Kate Goldenring ", ""] edition = "2018" rust-version = "1.58.1" diff --git a/controller/Cargo.toml b/controller/Cargo.toml index 0aefa2bdb..ab900a2a8 100644 --- a/controller/Cargo.toml +++ b/controller/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "controller" -version = "0.8.9" +version = "0.8.10" authors = ["", ""] edition = "2018" rust-version = "1.58.1" diff --git a/deployment/helm/Chart.yaml b/deployment/helm/Chart.yaml index 8af332c83..ac8899083 100644 --- a/deployment/helm/Chart.yaml +++ b/deployment/helm/Chart.yaml @@ -15,9 +15,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.8.9 +version: 0.8.10 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 0.8.9 +appVersion: 0.8.10 diff --git a/deployment/helm/templates/custom-configuration.yaml b/deployment/helm/templates/custom-configuration.yaml index 68e5d5b07..62dcaa002 100644 --- a/deployment/helm/templates/custom-configuration.yaml +++ b/deployment/helm/templates/custom-configuration.yaml @@ -18,6 +18,24 @@ spec: {{- with .Values.custom.configuration.pullPolicy }} imagePullPolicy: {{ . }} {{- end }} + {{- if .Values.custom.configuration.brokerPod.env }} + env: + {{- range $key, $val := .Values.custom.configuration.brokerPod.env }} + - name: {{ $key }} + value: {{ $val | quote }} + {{- end }} + {{- end }} + {{- if .Values.custom.configuration.brokerPod.envFrom }} + envFrom: + {{- range $val := .Values.custom.configuration.brokerPod.envFrom.secretRef }} + - secretRef: + name: {{ $val | quote }} + {{- end }} + {{- range $val := .Values.custom.configuration.brokerPod.envFrom.configMapRef }} + - configMapRef: + name: {{ $val | quote }} + {{- end }} + {{- end }} resources: requests: {{`"{{PLACEHOLDER}}"`}} : "1" @@ -27,6 +45,14 @@ spec: {{`"{{PLACEHOLDER}}"`}} : "1" memory: {{ .Values.custom.configuration.brokerPod.resources.memoryLimit }} cpu: {{ .Values.custom.configuration.brokerPod.resources.cpuLimit }} + {{- with .Values.custom.configuration.brokerPod.volumeMounts}} + volumeMounts: + {{- toYaml . | nindent 8 }} + {{- end }} + {{- with .Values.custom.configuration.brokerPod.volumes}} + volumes: + {{- toYaml . | nindent 6 }} + {{- end }} {{- with .Values.imagePullSecrets }} imagePullSecrets: {{- toYaml . | nindent 6 }} @@ -45,6 +71,24 @@ spec: {{- with .Values.custom.configuration.pullPolicy }} imagePullPolicy: {{ . }} {{- end }} + {{- if .Values.custom.configuration.brokerJob.env }} + env: + {{- range $key, $val := .Values.custom.configuration.brokerJob.env }} + - name: {{ $key }} + value: {{ $val | quote }} + {{- end }} + {{- end }} + {{- if .Values.custom.configuration.brokerJob.envFrom }} + envFrom: + {{- range $val := .Values.custom.configuration.brokerJob.envFrom.secretRef }} + - secretRef: + name: {{ $val | quote }} + {{- end }} + {{- range $val := .Values.custom.configuration.brokerJob.envFrom.configMapRef }} + - configMapRef: + name: {{ $val | quote }} + {{- end }} + {{- end }} resources: requests: {{`"{{PLACEHOLDER}}"`}} : "1" @@ -54,6 +98,14 @@ spec: {{`"{{PLACEHOLDER}}"`}} : "1" memory: {{ .Values.custom.configuration.brokerJob.resources.memoryLimit }} cpu: {{ .Values.custom.configuration.brokerJob.resources.cpuLimit }} + {{- with .Values.custom.configuration.brokerJob.volumeMounts}} + volumeMounts: + {{- toYaml . | nindent 12 }} + {{- end }} + {{- with .Values.custom.configuration.brokerJob.volumes}} + volumes: + {{- toYaml . | nindent 10 }} + {{- end }} restartPolicy: {{ .Values.custom.configuration.brokerJob.restartPolicy }} {{- with .Values.imagePullSecrets }} imagePullSecrets: diff --git a/deployment/helm/templates/debug-echo-configuration.yaml b/deployment/helm/templates/debug-echo-configuration.yaml index 4b54d0f72..616d03a9e 100644 --- a/deployment/helm/templates/debug-echo-configuration.yaml +++ b/deployment/helm/templates/debug-echo-configuration.yaml @@ -24,6 +24,24 @@ spec: {{- with .Values.debugEcho.configuration.pullPolicy }} imagePullPolicy: {{ . }} {{- end }} + {{- if .Values.debugEcho.configuration.brokerPod.env }} + env: + {{- range $key, $val := .Values.debugEcho.configuration.brokerPod.env }} + - name: {{ $key }} + value: {{ $val | quote }} + {{- end }} + {{- end }} + {{- if .Values.debugEcho.configuration.brokerPod.envFrom }} + envFrom: + {{- range $val := .Values.debugEcho.configuration.brokerPod.envFrom.secretRef }} + - secretRef: + name: {{ $val | quote }} + {{- end }} + {{- range $val := .Values.debugEcho.configuration.brokerPod.envFrom.configMapRef }} + - configMapRef: + name: {{ $val | quote }} + {{- end }} + {{- end }} resources: requests: {{`"{{PLACEHOLDER}}"`}} : "1" @@ -33,6 +51,14 @@ spec: {{`"{{PLACEHOLDER}}"`}} : "1" memory: {{ .Values.debugEcho.configuration.brokerPod.resources.memoryLimit }} cpu: {{ .Values.debugEcho.configuration.brokerPod.resources.cpuLimit }} + {{- with .Values.debugEcho.configuration.brokerPod.volumeMounts}} + volumeMounts: + {{- toYaml . | nindent 8 }} + {{- end }} + {{- with .Values.debugEcho.configuration.brokerPod.volumes}} + volumes: + {{- toYaml . | nindent 6 }} + {{- end }} {{- with .Values.imagePullSecrets }} imagePullSecrets: {{- toYaml . | nindent 6 }} @@ -51,6 +77,24 @@ spec: {{- with .Values.debugEcho.configuration.pullPolicy }} imagePullPolicy: {{ . }} {{- end }} + {{- if .Values.debugEcho.configuration.brokerJob.env }} + env: + {{- range $key, $val := .Values.debugEcho.configuration.brokerJob.env }} + - name: {{ $key }} + value: {{ $val | quote }} + {{- end }} + {{- end }} + {{- if .Values.debugEcho.configuration.brokerJob.envFrom }} + envFrom: + {{- range $val := .Values.debugEcho.configuration.brokerJob.envFrom.secretRef }} + - secretRef: + name: {{ $val | quote }} + {{- end }} + {{- range $val := .Values.debugEcho.configuration.brokerJob.envFrom.configMapRef }} + - configMapRef: + name: {{ $val | quote }} + {{- end }} + {{- end }} resources: requests: {{`"{{PLACEHOLDER}}"`}} : "1" @@ -60,6 +104,14 @@ spec: {{`"{{PLACEHOLDER}}"`}} : "1" memory: {{ .Values.debugEcho.configuration.brokerJob.resources.memoryLimit }} cpu: {{ .Values.debugEcho.configuration.brokerJob.resources.cpuLimit }} + {{- with .Values.debugEcho.configuration.brokerJob.volumeMounts}} + volumeMounts: + {{- toYaml . | nindent 12 }} + {{- end }} + {{- with .Values.debugEcho.configuration.brokerJob.volumes}} + volumes: + {{- toYaml . | nindent 10 }} + {{- end }} restartPolicy: {{ .Values.debugEcho.configuration.brokerJob.restartPolicy }} {{- with .Values.imagePullSecrets }} imagePullSecrets: diff --git a/deployment/helm/templates/onvif-configuration.yaml b/deployment/helm/templates/onvif-configuration.yaml index 885c6ad27..c018de01b 100644 --- a/deployment/helm/templates/onvif-configuration.yaml +++ b/deployment/helm/templates/onvif-configuration.yaml @@ -50,6 +50,24 @@ spec: value: {{ $val | quote }} {{- end }} {{- end }} + {{- if .Values.onvif.configuration.brokerPod.env }} + env: + {{- range $key, $val := .Values.onvif.configuration.brokerPod.env }} + - name: {{ $key }} + value: {{ $val | quote }} + {{- end }} + {{- end }} + {{- if .Values.onvif.configuration.brokerPod.envFrom }} + envFrom: + {{- range $val := .Values.onvif.configuration.brokerPod.envFrom.secretRef }} + - secretRef: + name: {{ $val | quote }} + {{- end }} + {{- range $val := .Values.onvif.configuration.brokerPod.envFrom.configMapRef }} + - configMapRef: + name: {{ $val | quote }} + {{- end }} + {{- end }} resources: requests: {{`"{{PLACEHOLDER}}"`}} : "1" @@ -59,6 +77,14 @@ spec: {{`"{{PLACEHOLDER}}"`}} : "1" memory: {{ .Values.onvif.configuration.brokerPod.resources.memoryLimit }} cpu: {{ .Values.onvif.configuration.brokerPod.resources.cpuLimit }} + {{- with .Values.onvif.configuration.brokerPod.volumeMounts}} + volumeMounts: + {{- toYaml . | nindent 8 }} + {{- end }} + {{- with .Values.onvif.configuration.brokerPod.volumes}} + volumes: + {{- toYaml . | nindent 6 }} + {{- end }} {{- with .Values.imagePullSecrets }} imagePullSecrets: {{- toYaml . | nindent 6 }} @@ -77,6 +103,24 @@ spec: {{- with .Values.onvif.configuration.pullPolicy }} imagePullPolicy: {{ . }} {{- end }} + {{- if .Values.onvif.configuration.brokerJob.env }} + env: + {{- range $key, $val := .Values.onvif.configuration.brokerJob.env }} + - name: {{ $key }} + value: {{ $val | quote }} + {{- end }} + {{- end }} + {{- if .Values.onvif.configuration.brokerJob.envFrom }} + envFrom: + {{- range $val := .Values.onvif.configuration.brokerJob.envFrom.secretRef }} + - secretRef: + name: {{ $val | quote }} + {{- end }} + {{- range $val := .Values.onvif.configuration.brokerJob.envFrom.configMapRef }} + - configMapRef: + name: {{ $val | quote }} + {{- end }} + {{- end }} resources: requests: {{`"{{PLACEHOLDER}}"`}} : "1" @@ -86,6 +130,14 @@ spec: {{`"{{PLACEHOLDER}}"`}} : "1" memory: {{ .Values.onvif.configuration.brokerJob.resources.memoryLimit }} cpu: {{ .Values.onvif.configuration.brokerJob.resources.cpuLimit }} + {{- with .Values.onvif.configuration.brokerJob.volumeMounts}} + volumeMounts: + {{- toYaml . | nindent 12 }} + {{- end }} + {{- with .Values.onvif.configuration.brokerJob.volumes}} + volumes: + {{- toYaml . | nindent 10 }} + {{- end }} restartPolicy: {{ .Values.onvif.configuration.brokerJob.restartPolicy }} {{- with .Values.imagePullSecrets }} imagePullSecrets: diff --git a/deployment/helm/templates/opcua-configuration.yaml b/deployment/helm/templates/opcua-configuration.yaml index db6b915f7..150dd7e49 100644 --- a/deployment/helm/templates/opcua-configuration.yaml +++ b/deployment/helm/templates/opcua-configuration.yaml @@ -38,6 +38,24 @@ spec: value: {{ $val | quote }} {{- end }} {{- end }} + {{- if .Values.opcua.configuration.brokerPod.envFrom }} + envFrom: + {{- range $val := .Values.opcua.configuration.brokerPod.envFrom.secretRef }} + - secretRef: + name: {{ $val | quote }} + {{- end }} + {{- range $val := .Values.opcua.configuration.brokerPod.envFrom.configMapRef }} + - configMapRef: + name: {{ $val | quote }} + {{- end }} + {{- end }} + {{- if .Values.opcua.configuration.brokerPod.env }} + env: + {{- range $key, $val := .Values.opcua.configuration.brokerPod.env }} + - name: {{ $key }} + value: {{ $val | quote }} + {{- end }} + {{- end }} resources: requests: {{`"{{PLACEHOLDER}}"`}} : "1" @@ -47,18 +65,27 @@ spec: {{`"{{PLACEHOLDER}}"`}} : "1" memory: {{ .Values.opcua.configuration.brokerPod.resources.memoryLimit }} cpu: {{ .Values.opcua.configuration.brokerPod.resources.cpuLimit }} - {{- if .Values.opcua.configuration.mountCertificates}} + {{- if or .Values.opcua.configuration.brokerPod.volumeMounts .Values.opcua.configuration.mountCertificates }} volumeMounts: + {{- with .Values.opcua.configuration.brokerPod.volumeMounts}} + {{- toYaml . | nindent 8 }} + {{- end }} + {{- if .Values.opcua.configuration.mountCertificates}} - name: credentials mountPath: "/etc/opcua-certs/client-pki" readOnly: false {{- end }} + {{- end }} {{- with .Values.imagePullSecrets }} imagePullSecrets: {{- toYaml . | nindent 6 }} {{- end }} - {{- if .Values.opcua.configuration.mountCertificates }} + {{- if or .Values.opcua.configuration.brokerPod.volumeMounts .Values.opcua.configuration.mountCertificates }} volumes: + {{- with .Values.opcua.configuration.brokerPod.volumes}} + {{- toYaml . | nindent 6 }} + {{- end }} + {{- if .Values.opcua.configuration.mountCertificates }} - name: credentials secret: secretName: opcua-broker-credentials @@ -72,6 +99,7 @@ spec: - key: ca_crl path: trusted/crl/SomeCA.crl {{- end }} + {{- end }} {{- else }} brokerJobSpec: template: @@ -86,6 +114,24 @@ spec: {{- with .Values.opcua.configuration.pullPolicy }} imagePullPolicy: {{ . }} {{- end }} + {{- if .Values.opcua.configuration.brokerJob.env }} + env: + {{- range $key, $val := .Values.opcua.configuration.brokerJob.env }} + - name: {{ $key }} + value: {{ $val | quote }} + {{- end }} + {{- end }} + {{- if .Values.opcua.configuration.brokerJob.envFrom }} + envFrom: + {{- range $val := .Values.opcua.configuration.brokerJob.envFrom.secretRef }} + - secretRef: + name: {{ $val | quote }} + {{- end }} + {{- range $val := .Values.opcua.configuration.brokerJob.envFrom.configMapRef }} + - configMapRef: + name: {{ $val | quote }} + {{- end }} + {{- end }} resources: requests: {{`"{{PLACEHOLDER}}"`}} : "1" @@ -95,6 +141,14 @@ spec: {{`"{{PLACEHOLDER}}"`}} : "1" memory: {{ .Values.opcua.configuration.brokerJob.resources.memoryLimit }} cpu: {{ .Values.opcua.configuration.brokerJob.resources.cpuLimit }} + {{- with .Values.opcua.configuration.brokerJob.volumeMounts}} + volumeMounts: + {{- toYaml . | nindent 12 }} + {{- end }} + {{- with .Values.opcua.configuration.brokerJob.volumes}} + volumes: + {{- toYaml . | nindent 10 }} + {{- end }} restartPolicy: {{ .Values.opcua.configuration.brokerJob.restartPolicy }} {{- with .Values.imagePullSecrets }} imagePullSecrets: diff --git a/deployment/helm/templates/udev-configuration.yaml b/deployment/helm/templates/udev-configuration.yaml index 9d6e83b30..e0230ef92 100644 --- a/deployment/helm/templates/udev-configuration.yaml +++ b/deployment/helm/templates/udev-configuration.yaml @@ -27,6 +27,17 @@ spec: value: {{ $val | quote }} {{- end }} {{- end }} + {{- if .Values.udev.configuration.brokerPod.envFrom }} + envFrom: + {{- range $val := .Values.udev.configuration.brokerPod.envFrom.secretRef }} + - secretRef: + name: {{ $val | quote }} + {{- end }} + {{- range $val := .Values.udev.configuration.brokerPod.envFrom.configMapRef }} + - configMapRef: + name: {{ $val | quote }} + {{- end }} + {{- end }} securityContext: {{- if .Values.udev.configuration.brokerPod.securityContext }} {{- toYaml .Values.udev.configuration.brokerPod.securityContext | nindent 8 }} @@ -42,6 +53,14 @@ spec: {{`"{{PLACEHOLDER}}"`}} : "1" memory: {{ .Values.udev.configuration.brokerPod.resources.memoryLimit }} cpu: {{ .Values.udev.configuration.brokerPod.resources.cpuLimit }} + {{- with .Values.udev.configuration.brokerPod.volumeMounts}} + volumeMounts: + {{- toYaml . | nindent 8 }} + {{- end }} + {{- with .Values.udev.configuration.brokerPod.volumes}} + volumes: + {{- toYaml . | nindent 6 }} + {{- end }} {{- with .Values.imagePullSecrets }} imagePullSecrets: {{- toYaml . | nindent 6 }} diff --git a/discovery-handler-modules/debug-echo-discovery-handler/Cargo.toml b/discovery-handler-modules/debug-echo-discovery-handler/Cargo.toml index 727e6980c..24d99f3ec 100644 --- a/discovery-handler-modules/debug-echo-discovery-handler/Cargo.toml +++ b/discovery-handler-modules/debug-echo-discovery-handler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "debug-echo-discovery-handler" -version = "0.8.9" +version = "0.8.10" authors = ["Kate Goldenring "] edition = "2018" rust-version = "1.58.1" diff --git a/discovery-handler-modules/onvif-discovery-handler/Cargo.toml b/discovery-handler-modules/onvif-discovery-handler/Cargo.toml index 6a3ccc189..64975ed0d 100644 --- a/discovery-handler-modules/onvif-discovery-handler/Cargo.toml +++ b/discovery-handler-modules/onvif-discovery-handler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "onvif-discovery-handler" -version = "0.8.9" +version = "0.8.10" authors = ["Kate Goldenring "] edition = "2018" rust-version = "1.58.1" diff --git a/discovery-handler-modules/opcua-discovery-handler/Cargo.toml b/discovery-handler-modules/opcua-discovery-handler/Cargo.toml index dbaf7777a..b7155c365 100644 --- a/discovery-handler-modules/opcua-discovery-handler/Cargo.toml +++ b/discovery-handler-modules/opcua-discovery-handler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opcua-discovery-handler" -version = "0.8.9" +version = "0.8.10" authors = ["Kate Goldenring "] edition = "2018" rust-version = "1.58.1" diff --git a/discovery-handler-modules/udev-discovery-handler/Cargo.toml b/discovery-handler-modules/udev-discovery-handler/Cargo.toml index bdbd73af8..ed87ceaea 100644 --- a/discovery-handler-modules/udev-discovery-handler/Cargo.toml +++ b/discovery-handler-modules/udev-discovery-handler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "udev-discovery-handler" -version = "0.8.9" +version = "0.8.10" authors = ["Kate Goldenring "] edition = "2018" rust-version = "1.58.1" diff --git a/discovery-handlers/debug-echo/Cargo.toml b/discovery-handlers/debug-echo/Cargo.toml index d64006fa7..67173377f 100644 --- a/discovery-handlers/debug-echo/Cargo.toml +++ b/discovery-handlers/debug-echo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akri-debug-echo" -version = "0.8.9" +version = "0.8.10" authors = ["Kate Goldenring "] edition = "2018" rust-version = "1.58.1" diff --git a/discovery-handlers/onvif/Cargo.toml b/discovery-handlers/onvif/Cargo.toml index fbc479e4d..c01ef2586 100644 --- a/discovery-handlers/onvif/Cargo.toml +++ b/discovery-handlers/onvif/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akri-onvif" -version = "0.8.9" +version = "0.8.10" authors = ["Kate Goldenring "] edition = "2018" rust-version = "1.58.1" diff --git a/discovery-handlers/opcua/Cargo.toml b/discovery-handlers/opcua/Cargo.toml index 97083f450..b3887f03e 100644 --- a/discovery-handlers/opcua/Cargo.toml +++ b/discovery-handlers/opcua/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akri-opcua" -version = "0.8.9" +version = "0.8.10" authors = ["Kate Goldenring "] edition = "2018" rust-version = "1.58.1" diff --git a/discovery-handlers/udev/Cargo.toml b/discovery-handlers/udev/Cargo.toml index 394d38b15..2bc0de2dd 100644 --- a/discovery-handlers/udev/Cargo.toml +++ b/discovery-handlers/udev/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akri-udev" -version = "0.8.9" +version = "0.8.10" authors = ["Kate Goldenring "] edition = "2018" rust-version = "1.58.1" diff --git a/discovery-utils/Cargo.toml b/discovery-utils/Cargo.toml index ce8d6db0c..92611b549 100644 --- a/discovery-utils/Cargo.toml +++ b/discovery-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akri-discovery-utils" -version = "0.8.9" +version = "0.8.10" authors = ["Kate Goldenring "] edition = "2018" rust-version = "1.58.1" diff --git a/samples/brokers/udev-video-broker/Cargo.toml b/samples/brokers/udev-video-broker/Cargo.toml index 85711a2cd..bd7a0a0d8 100644 --- a/samples/brokers/udev-video-broker/Cargo.toml +++ b/samples/brokers/udev-video-broker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "udev-video-broker" -version = "0.8.9" +version = "0.8.10" authors = ["Kate Goldenring ", ""] edition = "2018" rust-version = "1.58.1" diff --git a/shared/Cargo.toml b/shared/Cargo.toml index 5adb1a704..da90c2416 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akri-shared" -version = "0.8.9" +version = "0.8.10" authors = [""] edition = "2018" rust-version = "1.58.1" diff --git a/version.txt b/version.txt index 55485e179..ef5056161 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.8.9 +0.8.10 diff --git a/webhooks/validating/configuration/Cargo.toml b/webhooks/validating/configuration/Cargo.toml index f9a3058ad..cfd84a06a 100644 --- a/webhooks/validating/configuration/Cargo.toml +++ b/webhooks/validating/configuration/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webhook-configuration" -version = "0.8.9" +version = "0.8.10" authors = ["DazWilkin "] edition = "2018" rust-version = "1.58.1"