kanidm/RELEASE_CHECKLIST.md
Firstyear 0b15477ef4
212 262 db idl fixes (#269)
Fixes #212 and Fixes #262. This is largely a performance improvement and security improvement to how the databases are handled. The major cases are create/modify/reindex performance,
2020-06-19 10:00:54 +10:00

29 lines
607 B
Markdown

// cargo install cargo-audit
// cargo install carga-outdated
* cargo audit
* cargo outdated
* bump all cargo.toml versions
find kani* -name Cargo.toml -exec cat '{}' \; | grep -e '^version ='
* bump index version in constants
* check for breaking db entry changes.
* release kanidm_proto
* release kanidmd/kanidm
* release kanidm_client
* release kanidm_tools
* build kanidmd docker
* build kanidm_radisud docker
* vendor and release to build.opensuse.org
make vendor-prep
git tag v1.0.0rc7
// git archive --format=tar --prefix=kanidm-1.0.0rc7/ HEAD | gzip >kanidm-1.0.0rc7.tar.gz