diff --git a/RELEASE_CHECKLIST.md b/RELEASE_CHECKLIST.md index 0a96e423e..414603c3b 100644 --- a/RELEASE_CHECKLIST.md +++ b/RELEASE_CHECKLIST.md @@ -16,6 +16,7 @@ * vendor and release to build.opensuse.org make vendor-prep - git archive --format=tar --prefix=kanidm-1.0.0rc4/ HEAD | gzip >kanidm-1.0.0rc4.tar.gz + git tag v1.0.0rc7 + // git archive --format=tar --prefix=kanidm-1.0.0rc7/ HEAD | gzip >kanidm-1.0.0rc7.tar.gz diff --git a/kanidm_client/Cargo.toml b/kanidm_client/Cargo.toml index d8579dbe2..d548b061e 100644 --- a/kanidm_client/Cargo.toml +++ b/kanidm_client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kanidm_client" -version = "0.1.1" +version = "0.1.2" authors = ["William Brown "] edition = "2018" license = "MPL-2.0" diff --git a/kanidm_proto/Cargo.toml b/kanidm_proto/Cargo.toml index f00319e58..61f97a796 100644 --- a/kanidm_proto/Cargo.toml +++ b/kanidm_proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kanidm_proto" -version = "0.1.1" +version = "0.1.2" authors = ["William Brown "] edition = "2018" license = "MPL-2.0" diff --git a/kanidm_tools/Cargo.toml b/kanidm_tools/Cargo.toml index 43fbe44cc..27d857ebb 100644 --- a/kanidm_tools/Cargo.toml +++ b/kanidm_tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kanidm_tools" -version = "0.1.1" +version = "0.1.2" authors = ["William Brown "] edition = "2018" default-run = "kanidm" diff --git a/kanidm_unix_int/Cargo.toml b/kanidm_unix_int/Cargo.toml index 3299da510..c368998e5 100644 --- a/kanidm_unix_int/Cargo.toml +++ b/kanidm_unix_int/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kanidm_unix_int" -version = "0.1.1" +version = "0.1.2" authors = ["William Brown "] edition = "2018" license = "MPL-2.0" diff --git a/kanidm_unix_int/nss_kanidm/Cargo.toml b/kanidm_unix_int/nss_kanidm/Cargo.toml index 224216ddd..8d4ad6406 100644 --- a/kanidm_unix_int/nss_kanidm/Cargo.toml +++ b/kanidm_unix_int/nss_kanidm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nss_kanidm" -version = "0.1.1" +version = "0.1.2" authors = ["William Brown "] edition = "2018" diff --git a/kanidm_unix_int/pam_kanidm/Cargo.toml b/kanidm_unix_int/pam_kanidm/Cargo.toml index cca171971..8a7ce827f 100644 --- a/kanidm_unix_int/pam_kanidm/Cargo.toml +++ b/kanidm_unix_int/pam_kanidm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pam_kanidm" -version = "0.1.1" +version = "0.1.2" authors = ["William Brown "] edition = "2018" diff --git a/kanidm_unix_int/pam_tester/Cargo.toml b/kanidm_unix_int/pam_tester/Cargo.toml index dca7f3c69..46c3620d9 100644 --- a/kanidm_unix_int/pam_tester/Cargo.toml +++ b/kanidm_unix_int/pam_tester/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pam_tester" -version = "0.1.0" +version = "0.1.2" authors = ["William Brown "] edition = "2018" diff --git a/kanidmd/Cargo.toml b/kanidmd/Cargo.toml index eb1d3385f..759b41a32 100644 --- a/kanidmd/Cargo.toml +++ b/kanidmd/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "kanidm" -version = "0.1.1" +version = "0.1.2" authors = ["William Brown "] # default-run = "kanidm_core" edition = "2018" diff --git a/kanidmd/src/lib/constants/mod.rs b/kanidmd/src/lib/constants/mod.rs index c6347e22f..8a8ce5e68 100644 --- a/kanidmd/src/lib/constants/mod.rs +++ b/kanidmd/src/lib/constants/mod.rs @@ -13,7 +13,7 @@ pub use crate::constants::system_config::*; pub use crate::constants::uuids::*; // Increment this as we add new schema types and values!!! -pub static SYSTEM_INDEX_VERSION: i64 = 5; +pub static SYSTEM_INDEX_VERSION: i64 = 6; // On test builds, define to 60 seconds #[cfg(test)] pub static PURGE_FREQUENCY: u64 = 60;