diff --git a/Cargo.lock b/Cargo.lock index 8789da3e3..35c5c9c73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -215,7 +215,7 @@ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" [[package]] name = "agent" -version = "0.13.24" +version = "0.13.25" dependencies = [ "akri-debug-echo", "akri-discovery-utils", @@ -279,7 +279,7 @@ dependencies = [ [[package]] name = "akri-debug-echo" -version = "0.13.24" +version = "0.13.25" dependencies = [ "akri-discovery-utils", "akri-shared", @@ -297,7 +297,7 @@ dependencies = [ [[package]] name = "akri-discovery-utils" -version = "0.13.24" +version = "0.13.25" dependencies = [ "akri-shared", "anyhow", @@ -319,7 +319,7 @@ dependencies = [ [[package]] name = "akri-onvif" -version = "0.13.24" +version = "0.13.25" dependencies = [ "akri-discovery-utils", "anyhow", @@ -348,7 +348,7 @@ dependencies = [ [[package]] name = "akri-opcua" -version = "0.13.24" +version = "0.13.25" dependencies = [ "akri-discovery-utils", "anyhow", @@ -368,7 +368,7 @@ dependencies = [ [[package]] name = "akri-shared" -version = "0.13.24" +version = "0.13.25" dependencies = [ "anyhow", "async-trait", @@ -393,7 +393,7 @@ dependencies = [ [[package]] name = "akri-udev" -version = "0.13.24" +version = "0.13.25" dependencies = [ "akri-discovery-utils", "anyhow", @@ -938,7 +938,7 @@ checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c" [[package]] name = "controller" -version = "0.13.24" +version = "0.13.25" dependencies = [ "akri-shared", "anyhow", @@ -1107,7 +1107,7 @@ checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8" [[package]] name = "debug-echo-discovery-handler" -version = "0.13.24" +version = "0.13.25" dependencies = [ "akri-debug-echo", "akri-discovery-utils", @@ -2480,7 +2480,7 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" [[package]] name = "onvif-discovery-handler" -version = "0.13.24" +version = "0.13.25" dependencies = [ "akri-discovery-utils", "akri-onvif", @@ -2529,7 +2529,7 @@ dependencies = [ [[package]] name = "opcua-discovery-handler" -version = "0.13.24" +version = "0.13.25" dependencies = [ "akri-discovery-utils", "akri-opcua", @@ -4041,7 +4041,7 @@ dependencies = [ [[package]] name = "udev-discovery-handler" -version = "0.13.24" +version = "0.13.25" dependencies = [ "akri-discovery-utils", "akri-udev", @@ -4343,7 +4343,7 @@ dependencies = [ [[package]] name = "webhook-configuration" -version = "0.13.24" +version = "0.13.25" dependencies = [ "actix-rt", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index b25b05530..0cb0b1cd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.13.24" +version = "0.13.25" edition = "2024" license = "Apache-2.0" homepage = "https://docs.akri.sh/" diff --git a/deployment/helm/Chart.yaml b/deployment/helm/Chart.yaml index d234327e9..d18277c20 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.13.24 +version: 0.13.25 # 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.13.24 +appVersion: 0.13.25 diff --git a/version.txt b/version.txt index 9ad5d5ee7..841fbff34 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.13.24 +0.13.25