From 7e1c5b0296032380392876245f9b063b24958a6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Sat, 10 Apr 2021 18:25:09 +1200 Subject: [PATCH] 0.2.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 e022c8c..9258ac7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Next (YYYY-MM-DD) +## v0.2.0 (2021-04-10) + - Remove WIP advertise plugin. - Add host-routes plugin. - Add host-neigh plugin. diff --git a/Cargo.lock b/Cargo.lock index 63fc59a..ab8116e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -346,7 +346,7 @@ dependencies = [ [[package]] name = "cni-plugin" -version = "0.1.0" +version = "0.2.0" dependencies = [ "async-process", "futures", @@ -759,7 +759,7 @@ dependencies = [ [[package]] name = "host-neigh" -version = "0.1.0" +version = "0.2.0" dependencies = [ "async-std", "cni-plugin", @@ -774,7 +774,7 @@ dependencies = [ [[package]] name = "host-routes" -version = "0.1.0" +version = "0.2.0" dependencies = [ "async-std", "cni-plugin", @@ -863,7 +863,7 @@ dependencies = [ [[package]] name = "ipam-da-consul" -version = "0.1.0" +version = "0.2.0" dependencies = [ "async-std", "base64", @@ -880,7 +880,7 @@ dependencies = [ [[package]] name = "ipam-delegated" -version = "0.1.0" +version = "0.2.0" dependencies = [ "async-std", "base64", @@ -896,7 +896,7 @@ dependencies = [ [[package]] name = "ipam-ds-nomad" -version = "0.1.0" +version = "0.2.0" dependencies = [ "async-std", "base64", @@ -913,7 +913,7 @@ dependencies = [ [[package]] name = "ipam-ds-static" -version = "0.1.0" +version = "0.2.0" dependencies = [ "async-std", "cni-plugin", diff --git a/host-neigh/Cargo.toml b/host-neigh/Cargo.toml index 769ade0..8559ad6 100644 --- a/host-neigh/Cargo.toml +++ b/host-neigh/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "host-neigh" -version = "0.1.0" +version = "0.2.0" publish = false authors = ["Félix Saparelli "] diff --git a/host-routes/Cargo.toml b/host-routes/Cargo.toml index ad3c9c5..90e260e 100644 --- a/host-routes/Cargo.toml +++ b/host-routes/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "host-routes" -version = "0.1.0" +version = "0.2.0" publish = false authors = ["Félix Saparelli "] diff --git a/ipam-da-consul/Cargo.toml b/ipam-da-consul/Cargo.toml index f17a1cb..059d388 100644 --- a/ipam-da-consul/Cargo.toml +++ b/ipam-da-consul/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipam-da-consul" -version = "0.1.0" +version = "0.2.0" publish = false authors = ["Félix Saparelli "] diff --git a/ipam-delegated/Cargo.toml b/ipam-delegated/Cargo.toml index 850d142..ff6e2a4 100644 --- a/ipam-delegated/Cargo.toml +++ b/ipam-delegated/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipam-delegated" -version = "0.1.0" +version = "0.2.0" publish = false authors = ["Félix Saparelli "] diff --git a/ipam-ds-nomad/Cargo.toml b/ipam-ds-nomad/Cargo.toml index fc37c0e..02e26ff 100644 --- a/ipam-ds-nomad/Cargo.toml +++ b/ipam-ds-nomad/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipam-ds-nomad" -version = "0.1.0" +version = "0.2.0" publish = false authors = ["Félix Saparelli "] diff --git a/ipam-ds-static/Cargo.toml b/ipam-ds-static/Cargo.toml index 68c853f..a8fc914 100644 --- a/ipam-ds-static/Cargo.toml +++ b/ipam-ds-static/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipam-ds-static" -version = "0.1.0" +version = "0.2.0" publish = false authors = ["Félix Saparelli "] diff --git a/plugin/Cargo.toml b/plugin/Cargo.toml index e27e2e4..39c1cd0 100644 --- a/plugin/Cargo.toml +++ b/plugin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cni-plugin" -version = "0.1.0" +version = "0.2.0" authors = ["Félix Saparelli "] license = "Apache-2.0 OR MIT"