diff --git a/Cargo.lock b/Cargo.lock index 335c5ad79..ac13d4964 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -222,7 +222,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "agent" -version = "0.12.20" +version = "0.12.21" dependencies = [ "akri-debug-echo", "akri-discovery-utils", @@ -283,7 +283,7 @@ dependencies = [ [[package]] name = "akri-debug-echo" -version = "0.12.20" +version = "0.12.21" dependencies = [ "akri-discovery-utils", "akri-shared", @@ -301,7 +301,7 @@ dependencies = [ [[package]] name = "akri-discovery-utils" -version = "0.12.20" +version = "0.12.21" dependencies = [ "akri-shared", "anyhow", @@ -323,7 +323,7 @@ dependencies = [ [[package]] name = "akri-onvif" -version = "0.12.20" +version = "0.12.21" dependencies = [ "akri-discovery-utils", "anyhow", @@ -352,7 +352,7 @@ dependencies = [ [[package]] name = "akri-opcua" -version = "0.12.20" +version = "0.12.21" dependencies = [ "akri-discovery-utils", "anyhow", @@ -371,7 +371,7 @@ dependencies = [ [[package]] name = "akri-shared" -version = "0.12.20" +version = "0.12.21" dependencies = [ "anyhow", "async-trait", @@ -396,7 +396,7 @@ dependencies = [ [[package]] name = "akri-udev" -version = "0.12.20" +version = "0.12.21" dependencies = [ "akri-discovery-utils", "anyhow", @@ -949,7 +949,7 @@ dependencies = [ [[package]] name = "controller" -version = "0.12.20" +version = "0.12.21" dependencies = [ "akri-shared", "anyhow", @@ -1088,7 +1088,7 @@ checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5" [[package]] name = "debug-echo-discovery-handler" -version = "0.12.20" +version = "0.12.21" dependencies = [ "akri-debug-echo", "akri-discovery-utils", @@ -2237,7 +2237,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "onvif-discovery-handler" -version = "0.12.20" +version = "0.12.21" dependencies = [ "akri-discovery-utils", "akri-onvif", @@ -2286,7 +2286,7 @@ dependencies = [ [[package]] name = "opcua-discovery-handler" -version = "0.12.20" +version = "0.12.21" dependencies = [ "akri-discovery-utils", "akri-opcua", @@ -3675,7 +3675,7 @@ dependencies = [ [[package]] name = "udev-discovery-handler" -version = "0.12.20" +version = "0.12.21" dependencies = [ "akri-discovery-utils", "akri-udev", @@ -3686,7 +3686,7 @@ dependencies = [ [[package]] name = "udev-video-broker" -version = "0.12.20" +version = "0.12.21" dependencies = [ "akri-shared", "env_logger", @@ -3949,7 +3949,7 @@ dependencies = [ [[package]] name = "webhook-configuration" -version = "0.12.20" +version = "0.12.21" dependencies = [ "actix-rt", "actix-web", diff --git a/agent/Cargo.toml b/agent/Cargo.toml index 68765f289..78e2865bf 100644 --- a/agent/Cargo.toml +++ b/agent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent" -version = "0.12.20" +version = "0.12.21" license = "Apache-2.0" authors = ["Kate Goldenring ", ""] edition = "2021" diff --git a/controller/Cargo.toml b/controller/Cargo.toml index b52716eec..a6a5f1572 100644 --- a/controller/Cargo.toml +++ b/controller/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "controller" -version = "0.12.20" +version = "0.12.21" license = "Apache-2.0" authors = ["", ""] edition = "2021" diff --git a/deployment/helm/Chart.yaml b/deployment/helm/Chart.yaml index 84fc0569a..9c76827a0 100644 --- a/deployment/helm/Chart.yaml +++ b/deployment/helm/Chart.yaml @@ -16,9 +16,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.12.20 +version: 0.12.21 # 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.12.20 +appVersion: 0.12.21 diff --git a/deployment/helm/templates/webhook-cert-autogen.yaml b/deployment/helm/templates/webhook-cert-autogen.yaml index e0c638347..f64a8cb92 100644 --- a/deployment/helm/templates/webhook-cert-autogen.yaml +++ b/deployment/helm/templates/webhook-cert-autogen.yaml @@ -108,7 +108,7 @@ metadata: {{- include "akri.labels" . | nindent 4 }} app.kubernetes.io/component: admission-webhook spec: - ttlSecondsAfterFinished: 0 + ttlSecondsAfterFinished: {{ .Values.webhookConfiguration.ttlSecondsAfterFinished }} template: metadata: name: {{ .Values.webhookConfiguration.name }}-create @@ -149,7 +149,7 @@ metadata: {{- include "akri.labels" . | nindent 4 }} app.kubernetes.io/component: admission-webhook spec: - ttlSecondsAfterFinished: 0 + ttlSecondsAfterFinished: {{ .Values.webhookConfiguration.ttlSecondsAfterFinished }} template: metadata: name: {{ .Values.webhookConfiguration.name }}-patch diff --git a/deployment/helm/values.yaml b/deployment/helm/values.yaml index ca462c08d..ca6437014 100644 --- a/deployment/helm/values.yaml +++ b/deployment/helm/values.yaml @@ -846,6 +846,10 @@ webhookConfiguration: # base64-encoded CA certificate (PEM) used by Kubernetes to validate the Webhook's certificate, if # unset, will generate a self-signed certificate valid for 100y caBundle: null + # ttlSecondsAfterFinished is the number of seconds to wait after the webhook has finished its job + # before the job is cleaned up. Set this to a non-zero value if your CD pipeline (e.g. ArgoCD) hangs and requires a longer + # TTL. + ttlSecondsAfterFinished: 0 image: # repository is the Akri Webhook for Configurations image reference repository: ghcr.io/project-akri/akri/webhook-configuration diff --git a/discovery-handler-modules/debug-echo-discovery-handler/Cargo.toml b/discovery-handler-modules/debug-echo-discovery-handler/Cargo.toml index 162e43801..7e3e771e0 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.12.20" +version = "0.12.21" license = "Apache-2.0" authors = ["Kate Goldenring "] edition = "2021" diff --git a/discovery-handler-modules/onvif-discovery-handler/Cargo.toml b/discovery-handler-modules/onvif-discovery-handler/Cargo.toml index 58bf17fc4..02efbf51c 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.12.20" +version = "0.12.21" license = "Apache-2.0" authors = ["Kate Goldenring "] edition = "2021" diff --git a/discovery-handler-modules/opcua-discovery-handler/Cargo.toml b/discovery-handler-modules/opcua-discovery-handler/Cargo.toml index 8fd8eb290..412aa60e5 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.12.20" +version = "0.12.21" license = "Apache-2.0" authors = ["Kate Goldenring "] edition = "2021" diff --git a/discovery-handler-modules/udev-discovery-handler/Cargo.toml b/discovery-handler-modules/udev-discovery-handler/Cargo.toml index 79d645d57..677027303 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.12.20" +version = "0.12.21" license = "Apache-2.0" authors = ["Kate Goldenring "] edition = "2021" diff --git a/discovery-handlers/debug-echo/Cargo.toml b/discovery-handlers/debug-echo/Cargo.toml index 996188ec7..0bf96b5de 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.12.20" +version = "0.12.21" license = "Apache-2.0" authors = ["Kate Goldenring "] edition = "2021" diff --git a/discovery-handlers/onvif/Cargo.toml b/discovery-handlers/onvif/Cargo.toml index 8ab6303d4..da3938ea2 100644 --- a/discovery-handlers/onvif/Cargo.toml +++ b/discovery-handlers/onvif/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akri-onvif" -version = "0.12.20" +version = "0.12.21" license = "Apache-2.0" authors = ["Kate Goldenring "] edition = "2021" diff --git a/discovery-handlers/opcua/Cargo.toml b/discovery-handlers/opcua/Cargo.toml index 56238db87..7ef21c55c 100644 --- a/discovery-handlers/opcua/Cargo.toml +++ b/discovery-handlers/opcua/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akri-opcua" -version = "0.12.20" +version = "0.12.21" license = "Apache-2.0" authors = ["Kate Goldenring "] edition = "2021" diff --git a/discovery-handlers/udev/Cargo.toml b/discovery-handlers/udev/Cargo.toml index 00b8af9cf..5b5c0efb3 100644 --- a/discovery-handlers/udev/Cargo.toml +++ b/discovery-handlers/udev/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akri-udev" -version = "0.12.20" +version = "0.12.21" license = "Apache-2.0" authors = ["Kate Goldenring "] edition = "2021" diff --git a/discovery-utils/Cargo.toml b/discovery-utils/Cargo.toml index 88fa43250..bceb4dc75 100644 --- a/discovery-utils/Cargo.toml +++ b/discovery-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akri-discovery-utils" -version = "0.12.20" +version = "0.12.21" license = "Apache-2.0" authors = ["Kate Goldenring "] edition = "2021" diff --git a/samples/brokers/udev-video-broker/Cargo.toml b/samples/brokers/udev-video-broker/Cargo.toml index c36abf86b..e47f79995 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.12.20" +version = "0.12.21" license = "Apache-2.0" authors = ["Kate Goldenring ", ""] edition = "2021" diff --git a/shared/Cargo.toml b/shared/Cargo.toml index 14335e44b..61fd5a098 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akri-shared" -version = "0.12.20" +version = "0.12.21" license = "Apache-2.0" authors = [""] edition = "2021" diff --git a/version.txt b/version.txt index c018e4506..330a1e9c1 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.12.20 +0.12.21 diff --git a/webhooks/validating/configuration/Cargo.toml b/webhooks/validating/configuration/Cargo.toml index 71c78b233..b6d20fdbe 100644 --- a/webhooks/validating/configuration/Cargo.toml +++ b/webhooks/validating/configuration/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webhook-configuration" -version = "0.12.20" +version = "0.12.21" license = "Apache-2.0" authors = ["DazWilkin "] edition = "2021"