Skip to content

Commit 3236715

Browse files
committed
Update patch version
Signed-off-by: Nicolas Belouin <nicolas.belouin@suse.com>
1 parent caa99ba commit 3236715

File tree

17 files changed

+31
-31
lines changed

17 files changed

+31
-31
lines changed

Cargo.lock

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agent/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agent"
3-
version = "0.10.16"
3+
version = "0.10.17"
44
authors = ["Kate Goldenring <kate.goldenring@microsoft.com>", "<bfjelds@microsoft.com>"]
55
edition = "2018"
66
rust-version = "1.68.1"

controller/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "controller"
3-
version = "0.10.16"
3+
version = "0.10.17"
44
authors = ["<bfjelds@microsoft.com>", "<kagold@microsoft.com>"]
55
edition = "2018"
66
rust-version = "1.68.1"

deployment/helm/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ type: application
1616
# This is the chart version. This version number should be incremented each time you make changes
1717
# to the chart and its templates, including the app version.
1818
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19-
version: 0.10.16
19+
version: 0.10.17
2020

2121
# This is the version number of the application being deployed. This version number should be
2222
# incremented each time you make changes to the application. Versions are not expected to
2323
# follow Semantic Versioning. They should reflect the version the application is using.
24-
appVersion: 0.10.16
24+
appVersion: 0.10.17

discovery-handler-modules/debug-echo-discovery-handler/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "debug-echo-discovery-handler"
3-
version = "0.10.16"
3+
version = "0.10.17"
44
authors = ["Kate Goldenring <kate.goldenring@microsoft.com>"]
55
edition = "2018"
66
rust-version = "1.68.1"

discovery-handler-modules/onvif-discovery-handler/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "onvif-discovery-handler"
3-
version = "0.10.16"
3+
version = "0.10.17"
44
authors = ["Kate Goldenring <kate.goldenring@microsoft.com>"]
55
edition = "2018"
66
rust-version = "1.68.1"

discovery-handler-modules/opcua-discovery-handler/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "opcua-discovery-handler"
3-
version = "0.10.16"
3+
version = "0.10.17"
44
authors = ["Kate Goldenring <kate.goldenring@microsoft.com>"]
55
edition = "2018"
66
rust-version = "1.68.1"

discovery-handler-modules/udev-discovery-handler/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "udev-discovery-handler"
3-
version = "0.10.16"
3+
version = "0.10.17"
44
authors = ["Kate Goldenring <kate.goldenring@microsoft.com>"]
55
edition = "2018"
66
rust-version = "1.68.1"

discovery-handlers/debug-echo/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "akri-debug-echo"
3-
version = "0.10.16"
3+
version = "0.10.17"
44
authors = ["Kate Goldenring <kate.goldenring@microsoft.com>"]
55
edition = "2018"
66
rust-version = "1.68.1"

discovery-handlers/onvif/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "akri-onvif"
3-
version = "0.10.16"
3+
version = "0.10.17"
44
authors = ["Kate Goldenring <kate.goldenring@microsoft.com>"]
55
edition = "2018"
66
rust-version = "1.68.1"

discovery-handlers/opcua/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "akri-opcua"
3-
version = "0.10.16"
3+
version = "0.10.17"
44
authors = ["Kate Goldenring <kate.goldenring@microsoft.com>"]
55
edition = "2018"
66
rust-version = "1.68.1"

discovery-handlers/udev/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "akri-udev"
3-
version = "0.10.16"
3+
version = "0.10.17"
44
authors = ["Kate Goldenring <kate.goldenring@microsoft.com>"]
55
edition = "2018"
66
rust-version = "1.68.1"

discovery-utils/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "akri-discovery-utils"
3-
version = "0.10.16"
3+
version = "0.10.17"
44
authors = ["Kate Goldenring <kate.goldenring@microsoft.com>"]
55
edition = "2018"
66
rust-version = "1.68.1"

samples/brokers/udev-video-broker/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "udev-video-broker"
3-
version = "0.10.16"
3+
version = "0.10.17"
44
authors = ["Kate Goldenring <kate.goldenring@microsoft.com>", "<bfjelds@microsoft.com>"]
55
edition = "2018"
66
rust-version = "1.68.1"

shared/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "akri-shared"
3-
version = "0.10.16"
3+
version = "0.10.17"
44
authors = ["<bfjelds@microsoft.com>"]
55
edition = "2018"
66
rust-version = "1.68.1"

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.16
1+
0.10.17

webhooks/validating/configuration/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "webhook-configuration"
3-
version = "0.10.16"
3+
version = "0.10.17"
44
authors = ["DazWilkin <daz.wilkin@gmail.com>"]
55
edition = "2018"
66
rust-version = "1.68.1"

0 commit comments

Comments
 (0)