From 77054fd4186a1f782d8bdef934968c54c6496b03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Mon, 12 Apr 2021 18:28:39 +1200 Subject: [PATCH] 0.3.0 --- CHANGELOG.md | 2 ++ Cargo.lock | 14 +++++++------- host-neigh/Cargo.toml | 2 +- host-routes/Cargo.toml | 2 +- ipam-da-consul/Cargo.toml | 2 +- ipam-delegated/Cargo.toml | 2 +- ipam-ds-nomad/Cargo.toml | 2 +- ipam-ds-static/Cargo.toml | 2 +- plugin/Cargo.toml | 2 +- 9 files changed, 16 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bce3e91..537e0d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Next (YYYY-MM-DD) +## v0.3.0 (2021-04-12) + - Host-Neigh: add ability to resolve an lladdr from a device. ## v0.2.0 (2021-04-10) diff --git a/Cargo.lock b/Cargo.lock index d715f73..efeb5e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -346,7 +346,7 @@ dependencies = [ [[package]] name = "cni-plugin" -version = "0.2.1" +version = "0.3.0" dependencies = [ "async-process", "futures", @@ -759,7 +759,7 @@ dependencies = [ [[package]] name = "host-neigh" -version = "0.2.0" +version = "0.3.0" dependencies = [ "async-std", "cni-plugin", @@ -775,7 +775,7 @@ dependencies = [ [[package]] name = "host-routes" -version = "0.2.0" +version = "0.3.0" dependencies = [ "async-std", "cni-plugin", @@ -864,7 +864,7 @@ dependencies = [ [[package]] name = "ipam-da-consul" -version = "0.2.0" +version = "0.3.0" dependencies = [ "async-std", "base64", @@ -881,7 +881,7 @@ dependencies = [ [[package]] name = "ipam-delegated" -version = "0.2.0" +version = "0.3.0" dependencies = [ "async-std", "base64", @@ -897,7 +897,7 @@ dependencies = [ [[package]] name = "ipam-ds-nomad" -version = "0.2.0" +version = "0.3.0" dependencies = [ "async-std", "base64", @@ -914,7 +914,7 @@ dependencies = [ [[package]] name = "ipam-ds-static" -version = "0.2.0" +version = "0.3.0" dependencies = [ "async-std", "cni-plugin", diff --git a/host-neigh/Cargo.toml b/host-neigh/Cargo.toml index 334af43..0971a2d 100644 --- a/host-neigh/Cargo.toml +++ b/host-neigh/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "host-neigh" -version = "0.2.0" +version = "0.3.0" publish = false authors = ["Félix Saparelli "] diff --git a/host-routes/Cargo.toml b/host-routes/Cargo.toml index 90e260e..c84549d 100644 --- a/host-routes/Cargo.toml +++ b/host-routes/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "host-routes" -version = "0.2.0" +version = "0.3.0" publish = false authors = ["Félix Saparelli "] diff --git a/ipam-da-consul/Cargo.toml b/ipam-da-consul/Cargo.toml index 059d388..8f5e21b 100644 --- a/ipam-da-consul/Cargo.toml +++ b/ipam-da-consul/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipam-da-consul" -version = "0.2.0" +version = "0.3.0" publish = false authors = ["Félix Saparelli "] diff --git a/ipam-delegated/Cargo.toml b/ipam-delegated/Cargo.toml index ff6e2a4..b1cbd60 100644 --- a/ipam-delegated/Cargo.toml +++ b/ipam-delegated/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipam-delegated" -version = "0.2.0" +version = "0.3.0" publish = false authors = ["Félix Saparelli "] diff --git a/ipam-ds-nomad/Cargo.toml b/ipam-ds-nomad/Cargo.toml index 02e26ff..4060065 100644 --- a/ipam-ds-nomad/Cargo.toml +++ b/ipam-ds-nomad/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipam-ds-nomad" -version = "0.2.0" +version = "0.3.0" publish = false authors = ["Félix Saparelli "] diff --git a/ipam-ds-static/Cargo.toml b/ipam-ds-static/Cargo.toml index a8fc914..51dfbb1 100644 --- a/ipam-ds-static/Cargo.toml +++ b/ipam-ds-static/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipam-ds-static" -version = "0.2.0" +version = "0.3.0" publish = false authors = ["Félix Saparelli "] diff --git a/plugin/Cargo.toml b/plugin/Cargo.toml index 39c1cd0..1ae7542 100644 --- a/plugin/Cargo.toml +++ b/plugin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cni-plugin" -version = "0.2.0" +version = "0.3.0" authors = ["Félix Saparelli "] license = "Apache-2.0 OR MIT"