Tim Bruijnzeels
28b56d5805
Update version and readme for release 0.14.0-rc3
2023-10-23 12:00:46 +02:00
Tim Bruijnzeels
04cbfdadea
Depend on latest rpki-rs with ASPA v1.
2023-10-23 12:00:46 +02:00
Tim Bruijnzeels
f29d490652
Update to expected version for release.
2023-10-23 12:00:46 +02:00
Tim Bruijnzeels
8dcec56557
Update version and readme for release 0.14.0-rc2
2023-10-18 09:33:04 +02:00
Tim Bruijnzeels
38ee1e8686
Upgrade to kvx that uses locks outside of scope dir. ( #1134 )
2023-10-17 15:31:11 +02:00
Tim Bruijnzeels
4f4eafdfd3
Crash Krill if a fatal error is encountered by the task scheduler. ( #1132 )
...
* Crash Krill if a fatal error is encountered by the task scheduler.
* Do not finish running task when just adding a new task.
2023-10-17 15:31:11 +02:00
Tim Bruijnzeels
1d7c424f74
Remove library that is no longer used.
2023-10-17 15:31:11 +02:00
Tim Bruijnzeels
d03022f495
Use kvx based transactional task queue #1090
2023-10-17 15:31:11 +02:00
Tim Bruijnzeels
a5249fd185
Use transactions/locks (kvx::execute) for AggregateStore. ( #1104 )
2023-10-17 15:31:11 +02:00
dependabot[bot] and Tim Bruijnzeels
e6a6563ec6
Bump bcder from 0.7.1 to 0.7.3
...
Bumps [bcder](https://github.com/nlnetlabs/bcder ) from 0.7.1 to 0.7.3.
- [Release notes](https://github.com/nlnetlabs/bcder/releases )
- [Changelog](https://github.com/NLnetLabs/bcder/blob/main/Changelog.md )
- [Commits](https://github.com/nlnetlabs/bcder/compare/v0.7.1...v0.7.3 )
---
updated-dependencies:
- dependency-name: bcder
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-17 15:31:11 +02:00
dependabot[bot] and Tim Bruijnzeels
3663cef411
Bump openssl from 0.10.51 to 0.10.55
...
Bumps [openssl](https://github.com/sfackler/rust-openssl ) from 0.10.51 to 0.10.55.
- [Release notes](https://github.com/sfackler/rust-openssl/releases )
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.51...openssl-v0.10.55 )
---
updated-dependencies:
- dependency-name: openssl
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-17 15:31:11 +02:00
Tim Bruijnzeels
b9e66dcbec
Migrate data store ( #1100 )
...
* Use kvx with explicit namespace type.
* Do not depend on a data dir for storage.
* Add support for data migration.
* Add command line option to migrate data to krillup.
2023-10-17 15:31:11 +02:00
Tim Bruijnzeels
263d870ca8
Support migrations using non-disk storage #1094
...
* Use kvx with explicit namespace type.
* Do not depend on a data dir for storage.
* Fix upgrade code.
2023-10-17 15:31:11 +02:00
Tim Bruijnzeels and Arjen
dd037c7e70
Kvx storage 1067 ( #1069 )
...
* Depend on kvx 0.6.0
* Update minimum rust version to 1.65 (required by kvx)
---------
Co-authored-by: Arjen <4867268+arjentz@users.noreply.github.com >
2023-10-17 15:31:11 +02:00
Tim Bruijnzeels
c16a1f7e5b
Update version to release candidate 0.14.0-rc1
2023-10-17 15:31:11 +02:00
Tim Bruijnzeels
2037d8e4fd
Update version and readme for release 0.13.1
2023-06-01 16:27:08 +02:00
Tim Bruijnzeels
a03cedc777
Update version for release 0.13.0
2023-05-22 15:59:13 +02:00
Tim Bruijnzeels
fcd6071da2
Update version for release candidate 0.13.0-rc7
2023-05-18 12:59:55 +02:00
Tim Bruijnzeels
b74389e576
Update version for 0.13.0-rc6 release
2023-05-12 13:28:59 +02:00
Tim Bruijnzeels
fae1586080
Update version for release candidate 0.13.0-rc5
2023-05-11 15:31:59 +02:00
Tim Bruijnzeels
69a25a6140
Update version for release 0.13.0-rc4
2023-05-05 16:42:06 +02:00
Tim Bruijnzeels
8d2c6c2068
Update version for release 0.13.0-rc3
2023-05-03 11:22:51 +02:00
Tim Bruijnzeels
e875828a3f
Pin cryptoki-sys to 0.1.4 #1045
2023-05-03 11:22:51 +02:00
Tim Bruijnzeels and GitHub
d168ff5125
Prep 0.13.0 rc2 ( #1041 )
...
* Do not migrate migrate non-existing 0.12.x publication server (#1040 )
* Updgrade rpki-rs, downgrade minimal Rust version to 1.63
* Upgrade to docker apline 3.17 because of Rust 1.63
* Update readme and version for 0.13.0-rc2
2023-04-26 14:35:55 +02:00
Tim Bruijnzeels
d661baed4f
Update version for 0.13.0-rc1 release
2023-04-24 12:08:31 +02:00
Tim Bruijnzeels
c0763f142f
Update libs
2023-04-21 15:57:51 +02:00
Ximon Eighteen and GitHub
b22beb3fa3
Remove Cypress based UI tests ( #1035 )
2023-04-20 13:28:48 +02:00
Tim Bruijnzeels and GitHub
cae0c3842a
Enforce that id-ad-caRepository uses a trailing slash. ( #1030 ) ( #1034 )
2023-04-20 13:21:32 +02:00
Tim Bruijnzeels and GitHub
c24776194f
Update openssl dependency ( #1032 )
2023-04-20 13:12:11 +02:00
36f6c923ba
Bump h2 from 0.3.13 to 0.3.17 ( #1037 )
...
Bumps [h2](https://github.com/hyperium/h2 ) from 0.3.13 to 0.3.17.
- [Release notes](https://github.com/hyperium/h2/releases )
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hyperium/h2/compare/v0.3.13...v0.3.17 )
---
updated-dependencies:
- dependency-name: h2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-17 11:10:07 +02:00
Tim Bruijnzeels
bcc5ac8b0b
Merge release 0.12.2 'main' into prep-0.13.0
2023-02-21 11:59:15 +01:00
5a61b751e7
Bump openssl-src from 111.22.0+1.1.1q to 111.25.0+1.1.1t ( #1010 )
...
Bumps [openssl-src](https://github.com/alexcrichton/openssl-src-rs ) from 111.22.0+1.1.1q to 111.25.0+1.1.1t.
- [Release notes](https://github.com/alexcrichton/openssl-src-rs/releases )
- [Commits](https://github.com/alexcrichton/openssl-src-rs/commits )
---
updated-dependencies:
- dependency-name: openssl-src
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-21 11:56:07 +01:00
8872514e6d
Bump tokio from 1.20.0 to 1.20.4 ( #1009 )
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.20.0 to 1.20.4.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.20.0...tokio-1.20.4 )
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-21 11:56:07 +01:00
Tim Bruijnzeels
ea09af95fe
Prepare release 0.12.2
2023-02-21 11:56:07 +01:00
dependabot[bot] and Tim Bruijnzeels
bfb5a53e77
Bump bumpalo from 3.10.0 to 3.12.0
...
Bumps [bumpalo](https://github.com/fitzgen/bumpalo ) from 3.10.0 to 3.12.0.
- [Release notes](https://github.com/fitzgen/bumpalo/releases )
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md )
- [Commits](https://github.com/fitzgen/bumpalo/compare/3.10.0...3.12.0 )
---
updated-dependencies:
- dependency-name: bumpalo
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-23 09:41:22 +01:00
Tim Bruijnzeels
f6589882fb
Update to rpki-rs 0.15.9
2023-01-18 11:31:46 +01:00
Tim Bruijnzeels
ce05d186d8
Update version for release
2023-01-17 15:42:40 +01:00
Tim Bruijnzeels
0176be6e08
Start branch for 0.13.0 development.
2022-11-15 16:42:13 +01:00
Tim Bruijnzeels
d181e41b7e
Update version and readme for release 0.12.0
2022-10-31 14:43:45 +01:00
Tim Bruijnzeels
bd08718b78
Update version and readme for release 0.12.0-RC3
2022-10-19 15:27:18 +02:00
Tim Bruijnzeels and GitHub
c7757dbafd
Merge release 0.12.0 rc2 - fix pubd_objects migration issue. ( #960 )
2022-10-18 22:52:42 +02:00
Tim Bruijnzeels
dc62406e11
Update version and readme for release 0.12.0-rc1
2022-10-18 13:26:27 +02:00
Tim Bruijnzeels and GitHub
92e901423a
Support listening on multiple IP addresses. ( #955 )
2022-10-18 12:04:36 +02:00
Tim Bruijnzeels and GitHub
6d68eac6b3
Fix RFC 6492 interop issues wrt AKI format ( #948 )
...
Depend on rpki-rs 0.15.8 which has the actual fix for this.
2022-10-14 09:30:11 +02:00
Tim Bruijnzeels and GitHub
1c5c7ed82f
Combine RRDP deltas if configured to do so ( #693 )
2022-10-13 17:05:28 +02:00
Tim Bruijnzeels
feff136567
Update version for 0.12.0-rc1 development
2022-09-20 13:30:14 +02:00
Tim Bruijnzeels
e203aa4056
Update version for release 0.11.0-rc1
2022-09-20 10:50:07 +02:00
Tim Bruijnzeels
d4c2beb969
Merge branch 'main' into prep-0.11.0-rc1
2022-09-15 10:12:56 +02:00
Tim Bruijnzeels
96851b2367
Prepare release 0.10.3 with fix for issue #933 .
2022-09-14 13:53:01 +02:00
Tim Bruijnzeels
373a7aab24
Merge branch 'main' into prep-0.11.0-rc1
2022-09-12 16:36:49 +02:00