Commit Graph

14 Commits

Author SHA1 Message Date
Martin Weinelt
c12dedfe6f
kanidm: update to latest rc.16 commit
Fixes an administrator triggered thread crash in oauth2 claim maps.
2024-03-26 03:49:46 +01:00
sinavir
5b882503cf kanidm: 1.1.0-rc.16 backports 2024-03-14 15:50:07 +01:00
Tom Hubrecht
ad67485526 kanidm: 1.1.0-rc.15 -> 1.1.0-rc.16
Release notes: https://github.com/kanidm/kanidm/releases/tag/v1.1.0-rc.16
2024-02-07 14:14:39 +01:00
Ilan Joselevich
6a0afae6c2
kanidm: fix build for rust v1.75 2024-01-15 22:40:56 +02:00
Adam Stephens
650e516931
kanidm: 1.1.0-beta.13 -> 1.1.0-rc.15 2023-11-02 22:16:10 -04:00
Yureka
799fff889b tree-wide: make rust jemalloc-sys use nixpkgs jemalloc build 2023-10-20 14:26:07 +02:00
Martin Weinelt
184d15cc06
kanidm: 1.1.0-alpha.12 -> 1.1.0-beta.13
https://github.com/kanidm/kanidm/releases/tag/v1.1.0-beta.13

The kanidmd process now creates a unix socket, over which admin tasks
can be done, without having to shut kanidm down first.

The kanidm_unixd process now wants access to /etc/shadow and /etc/group,
so it can rule out collisions with the host system.
2023-08-01 17:13:58 +02:00
Martin Weinelt
0896ea435b
kanidm: apply migration fixes
It was noticed, that on a direct upgrade from alpha10 to beta12 a
partial migration would take place, which would fail, but not rollback
completely.

This would then prevent an upgrade from alpha10 to alpha11 and leave you
in an unusable state, requiring you to restore from a backup.

Upstream now quickly provided a maintenance branch for beta12, to which
we are forwarding here.
2023-07-03 14:08:13 +02:00
Bjørn Forsman
ed99bd0fb9
kanidm: 1.1.0-alpha.11 -> 1.1.0-alpha.12
* Update Cargo.lock from upstream.
* Adapt expression to upstream source tree layout changes.
* Apply patch to restore x86_64 v1 support

Co-Authored-By: Martin Weinelt <hexa@darmstadt.ccc.de>

Also updates the NixOS test:

* Stop kanidm to recover the idm_admin account
* Group all tests into subtest blocks
* Add TODO to wait for unix socket on unixd for the next release

Co-Authored-By: Raito Bezarius <masterancpp@gmail.com>
Co-Authored-By: Martin Weinelt <hexa@darmstadt.ccc.de>
2023-06-01 15:28:11 +02:00
Yureka
f8cbc3c281 tree-wide: convert rust with git deps to importCargoLock 2023-03-26 01:52:04 +01:00
Adam Stephens
4d0e7f46f2
kanidm: 1.1.0-alpha.10 -> 1.1.0-alpha.11 2023-03-15 10:47:53 -04:00
Martin Weinelt
72779c7b0f kanidm: 1.1.0-alpha.9 -> 1.1.0-alpha.10
https://github.com/kanidm/kanidm/releases/tag/v1.1.0-alpha.10
2022-11-26 21:42:35 +01:00
Martin Weinelt
b6f5b81920 kanidm: 1.1.0-alpha.8 -> 1.1.0-alpha.9
https://github.com/kanidm/kanidm/releases/tag/v1.1.0-alpha.9

Uses a concrete rev, because it relies on additional commits from the
release branch that provide build fixes.
2022-09-05 17:13:10 +02:00
Kerstin Humm
3b5fc1fde1 kanidm: init at 1.1.0-alpha.8
Co-Authored-By:  Martin Weinelt <mweinelt@users.noreply.github.com>
Co-Authored-By:  Flakebi <flakebi@t-online.de>
2022-05-05 19:06:13 +02:00