mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
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,
29 lines
607 B
Markdown
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
|
|
|
|
|