Tim Bruijnzeels
7e57922f73
Remove surplus text
v0.8.0-rc1
2020-10-09 16:47:03 +02:00
ximon18 and GitHub
2cf859d161
See if strange CI failures also happen in newer Ubuntu
2020-10-09 16:35:34 +02:00
Tim Bruijnzeels and GitHub
fa608944e7
Update ci.yml
...
Show me the goods
2020-10-09 16:12:12 +02:00
Tim Bruijnzeels
0d7e86e79d
Cargo update.
2020-10-09 15:56:58 +02:00
Tim Bruijnzeels and GitHub
cd3ad415c3
Merge pull request #328 from NLnetLabs/0.8.0-RC-dev
...
0.8.0-rc1
2020-10-09 15:06:41 +02:00
Tim Bruijnzeels
fbca83798c
Merge branch 'master' into 0.8.0-RC-dev
2020-10-09 15:05:21 +02:00
ximon18 and Tim Bruijnzeels
786dd87490
Bump the Docker image to use newer Alpine (3.11 -> 3.12) and thus newer Rust (1.39 -> 1.44), needed for rpki-rs 0.9.2-bis to compile using the krillbuildbase image which is built from the master Dockerfile.
2020-10-09 15:04:04 +02:00
ximon18 and Tim Bruijnzeels
6dcbf2f5cc
Update the pkg workflow to match improvements and fixes made in the Routinator project. ( #318 )
...
- Switch to O/S name based jobs instead of O/S numeric version to support Debian bullseye (which doesn't yet have a numeric Docker image tag and so cannot be run in a container by number, only by name).
- Switch to official cargo-deb release that has the required systemd unit functionality.
- Drop usage of empty 'job.container.image' cache key component.
- Work around lack of support for `date --rfc-email` in older O/S versions.
- Use a simpler and more consistent approach for waiting for network up in LXC containers.
- Ensure sudo is available.
2020-10-09 15:04:04 +02:00
Tim Bruijnzeels
fcd38dd168
Upgrade lagosta before 0.8.0-rc1
2020-10-09 13:06:45 +02:00
Tim Bruijnzeels
f98de9286e
Update changelog for release 0.8.0-rc1
2020-10-09 12:46:59 +02:00
Tim Bruijnzeels
3b06113f4d
Update version for 0.8.0-rc1 release
2020-10-09 11:51:40 +02:00
Tim Bruijnzeels
0cea717326
Don't archive old commands on start up as it takes too long. ( #326 )
2020-10-09 11:50:47 +02:00
Tim Bruijnzeels
6692efa446
Update KeyStoreVersion to have 0.8.0-rc1.
2020-10-09 11:00:41 +02:00
Tim Bruijnzeels
5f21de171a
Also check aggregated ROA changes when publishing!!! ( fixes : #327 )
2020-10-09 10:18:27 +02:00
Tim Bruijnzeels
3ad42f6b12
Update lagosta with 'add parent errors'
2020-10-08 21:31:54 +02:00
Tim Bruijnzeels
fb85f21122
Fix clippy for Rust 1.47 warnings.
2020-10-08 16:46:04 +02:00
Tim Bruijnzeels
e9d01c6b08
Reject parent XML if it is already in use. ( #325 )
2020-10-08 15:37:47 +02:00
Tim Bruijnzeels
86b12bd399
Update lagosta text.
2020-10-08 14:47:06 +02:00
Tim Bruijnzeels
363e40008e
Update lagosta
2020-10-08 09:08:22 +02:00
Tim Bruijnzeels
c8a35279c9
Update to rpki-rs 0.10.0
2020-10-07 18:17:05 +02:00
Tim Bruijnzeels
79cb188e57
Remove date and version from man pages as they are poorly maintainable, and not interesting here.
2020-10-07 18:13:10 +02:00
Tim Bruijnzeels
60574f6e91
Only log that Krill is upgraded if it is.
2020-10-07 18:09:19 +02:00
Tim Bruijnzeels
6090cc4e06
Archive *all* eligible commands (not just the first 100).
2020-10-07 18:07:24 +02:00
Tim Bruijnzeels
61c720acd8
Various fixes following test upgrade ( #326 )
2020-10-07 16:34:14 +02:00
Tim Bruijnzeels
2a59646a2d
Don't expect 'rtas' to be present. Don't include it if it's empty.
2020-10-06 21:25:36 +02:00
Tim Bruijnzeels
f4c15ae3e5
Fix setting the last event corretly when applying a command + events.
2020-10-06 21:21:07 +02:00
Tim Bruijnzeels
2788373048
Archive old commands at startup, just before stopping if KRILL_UPGRADE_ONLY is set.
2020-10-06 20:23:16 +02:00
Tim Bruijnzeels
7c2ce9eb1d
Fix off-by-one error when updating aggregate.
2020-10-06 16:02:51 +02:00
Tim Bruijnzeels
ce978dc2e2
Silence tracing::span under trace logging.
2020-10-06 16:02:12 +02:00
Tim Bruijnzeels
ad8dddaf41
Use signed RTA (not just its content) when co-signing an RTA.
2020-10-06 14:58:49 +02:00
Tim Bruijnzeels
98aea3b743
Add build.rs which is used to check the Rust version before building.
2020-10-06 14:06:15 +02:00
Tim Bruijnzeels
096978912c
Fix name of keystore version file. ( #324 )
2020-10-06 14:03:18 +02:00
Tim Bruijnzeels
07697a4c80
Add check for minimum Rust version. (Inspired by routinator)
2020-10-06 13:33:00 +02:00
Tim Bruijnzeels
764a963b54
Update lagosta UI.
2020-10-06 13:18:21 +02:00
Tim Bruijnzeels
c8a728c4b8
Cargo update (latest rpki-rs master).
2020-10-06 13:17:39 +02:00
Tim Bruijnzeels
7a5919f3e4
Simplify AggregateStore and have simple KeyValueStore for storage concerns only. ( #324 )
2020-10-06 12:15:36 +02:00
Tim Bruijnzeels
61374949e5
Let StatusStore use simple Key Value store. ( #324 )
2020-10-02 14:40:26 +02:00
Tim Bruijnzeels
6f9c1b8d89
Remove trait layer for AggregateStore ( #324 )
2020-10-02 10:20:16 +02:00
Tim Bruijnzeels
7bc6e9eb1c
Fix clippy warning.
2020-10-02 09:53:44 +02:00
Tim Bruijnzeels
ce8ded8cea
Remove old snapshots and dirs after they have become unreferenced for 10 minutes. ( #320 )
2020-09-30 16:13:21 +02:00
ximon18 and GitHub
c62d60fc1e
Bump the Docker image to use newer Alpine (3.11 -> 3.12) and thus newer Rust (1.39 -> 1.44), needed for rpki-rs 0.9.2-bis to compile using the krillbuildbase image which is built from the master Dockerfile.
2020-09-29 14:06:06 +02:00
Tim Bruijnzeels
5934882982
Let Krill crash if it can't save its state. ( #322 )
2020-09-29 11:15:01 +02:00
Tim Bruijnzeels
2217b00a2c
Optionally archive old events ( #307 )
2020-09-29 09:05:46 +02:00
Tim Bruijnzeels
37fe7df9ef
Do not include list of excess authorized announcements since it can get huge. ( #282 )
2020-09-28 09:05:26 +02:00
Tim Bruijnzeels
8a5c7fa76a
Update changelog wrt #314
2020-09-25 16:31:10 +02:00
Tim Bruijnzeels
8fb6e3a651
Improve logging about warmup/recover. ( #314 )
2020-09-25 16:27:32 +02:00
Tim Bruijnzeels
4251ed3aaa
Archive surplus events when recovering. ( #314 )
2020-09-25 16:22:14 +02:00
Tim Bruijnzeels
5737c34de3
Archive surplus commands on recover ( #314 )
2020-09-25 14:36:22 +02:00
Tim Bruijnzeels
c49f5277a5
Update lagosta.
2020-09-25 10:12:51 +02:00
Tim Bruijnzeels
17f17202c9
Do a filesystem move when moving keystore keys. ( #314 )
2020-09-25 10:07:30 +02:00