Commit Graph
1095 Commits
Author SHA1 Message Date
Ximon EighteenandGitHub 011a4e541e Remove branch restrictions for CI eun. 2021-01-12 19:49:23 +01:00
Ximon Eighteen dcd7e6d991 Remove temp GH actions hack
Renaming the workflow file still didn't cause the run workflow button to appear for the CI workflow.
2021-01-08 12:58:33 +01:00
Ximon Eighteen a9d800279e GH actions temporary hack.
Per https://github.community/t/cant-trigger-workflow-manually/121740/48.
2021-01-08 12:56:28 +01:00
Ximon EighteenandGitHub dafb8a456a Remove temp GH Actions hack
The new action showed the run workflow button but the CI workflow still did not...
2021-01-08 12:46:04 +01:00
Ximon EighteenandGitHub bb31d8099f GH actions temporary hack
Per https://github.community/t/cant-trigger-workflow-manually/121740/53 and https://github.community/t/workflow-dispatch-workflow-not-showing-in-actions-tab/130088/15
2021-01-08 12:44:59 +01:00
Ximon EighteenandGitHub e3bb1120e8 Try out the new manual workflow invocation feature of GitHub Actions
Must be committed to the master branch according to the docs.
2021-01-08 12:13:56 +01:00
Tim Bruijnzeels 2e15ba47cc Skip cleanup of redundant ROAs - release 0.8.2 v0.8.2 2020-12-14 14:35:02 +01:00
Tim BruijnzeelsandGitHub 9b584372a2 Update Cargo.toml 2020-11-24 10:43:22 +01:00
ximon18andGitHub 463c12ec85 FIX: use official Terraform GH Action instead of deprecated community action
Hopefully also addresses the failure with the community plugin due to the GH Actions security patch which discontinued the GH Actions add-path functionality.
2020-11-24 10:18:03 +01:00
Ximon Eighteen 2d0c603e89 Bump master to v0.8.1-bis both to make master distinct from the last release and to fix the pkg workflow which fails due to attempting to installing the same version number as the latest release. 2020-11-24 10:07:04 +01:00
Alex BandandGitHub 63f86ee8b4 Add sudo 2020-11-23 11:40:07 +01:00
Ximon Eighteen 4e02065d04 FIX: Use new GH Actions mechanisms for managing $PATH and environment variables, due to deprecation by GH. 2020-11-18 16:44:45 +01:00
Tim Bruijnzeels 271d263180 Update Changelog for 0.8.1 release. v0.8.1 2020-11-16 16:05:41 +01:00
Tim Bruijnzeels 07dc36b9b9 Update versions. 2020-11-16 16:05:41 +01:00
Tim Bruijnzeels 876dd30bb4 Update translations. 2020-11-16 16:05:41 +01:00
Tim Bruijnzeels 865171e1f8 Update version for development. 2020-11-16 16:05:41 +01:00
Tim Bruijnzeels 1acea63eda Update portuguese translations. 2020-11-16 16:05:41 +01:00
Tim BruijnzeelsandGitHub c5c78cf3ad Merge pull request #346 from NLnetLabs/v0.8.0-bis
V0.8.1-rc1
v0.8.1-rc1
2020-11-10 09:52:31 +01:00
Tim Bruijnzeels e57bcad61e Fix ROA (without BGP Info) view. 2020-11-10 09:23:54 +01:00
Tim Bruijnzeels a74bd158fa Update Changelog and versions for 0.8.1-rc1 release. 2020-11-10 09:23:09 +01:00
Tim Bruijnzeels aef4188de9 Use a single line for the ROA suggestions warning and link. 2020-11-09 15:48:01 +01:00
Tim Bruijnzeels b056eb1ebd Reset session if publication server needed to recover. (#339) 2020-11-09 15:46:52 +01:00
Tim Bruijnzeels e966991e2c Fix tests. 2020-11-09 12:31:05 +01:00
Tim Bruijnzeels ef52d96af1 Use locking to force sequential writing to rsync repository folders (#343) 2020-11-09 09:56:54 +01:00
Tim Bruijnzeels 671756201b Fix typo in example config. 2020-11-09 09:17:13 +01:00
Tim Bruijnzeels f18751fd31 Add reason column to the ROA analysis dialog 2020-11-08 21:59:02 +01:00
Tim Bruijnzeels 4b312e98cc UI fixes for 0.8.1-rc1 2020-11-08 16:50:08 +01:00
Tim Bruijnzeels 3d237a2285 Support new ROA BGP analyis statuses in text report. 2020-11-06 12:09:35 +01:00
Tim Bruijnzeels adf9b561f8 Resport which announcements are authorized/disallowed for redundant ROAs as well. 2020-11-06 11:58:45 +01:00
Tim Bruijnzeels fb90cf8837 Update KeyStoreVersion to reflect releases. 2020-11-06 10:23:33 +01:00
Tim Bruijnzeels ef71416381 Add clear status for ROAs that only disallow announcements (#344) 2020-11-06 09:30:20 +01:00
Tim Bruijnzeels 3bb70bdbe3 Allow creating redundant ROAs (#341) 2020-11-05 16:15:49 +01:00
Tim Bruijnzeels 3c85407c1e Allow overlapping AS0 ROAs, suggest to remove redundant AS0 ROAs. (#342) 2020-11-04 10:45:19 +01:00
Tim BruijnzeelsandGitHub 68e6ccc037 Merge pull request #340 from NLnetLabs/package-disclaimer
Add a Debian package disclaimer to the README.
2020-10-28 13:04:38 +01:00
ximon18andGitHub e51d6f10ab Add a Debian package disclaimer to the README. 2020-10-28 11:39:21 +01:00
Tim Bruijnzeels d10f65535f Update dependency versions. 2020-10-27 14:33:00 +01:00
Tim Bruijnzeels 8203eade74 Remove unnecessary dependency. 2020-10-27 10:51:32 +01:00
Tim Bruijnzeels e90acaa3d9 Remove unnecessary dependency. 2020-10-27 10:42:47 +01:00
Tim Bruijnzeels db0d34e23f Give a clear error in case Krill cannot bind to server address and port (#337) 2020-10-27 09:33:24 +01:00
Tim Bruijnzeels 0ac153f4e2 Add changelog section for new release. 2020-10-27 09:00:44 +01:00
Tim Bruijnzeels a318328a06 Update development version. 2020-10-27 09:00:12 +01:00
Tim BruijnzeelsandGitHub cdb5d80bda Merge pull request #336 from NLnetLabs/v0.8.0-release
V0.8.0 release
v0.8.0
2020-10-26 16:26:27 +01:00
Tim Bruijnzeels 7686072c01 Always use testbed mode for testing. 2020-10-26 16:09:42 +01:00
Tim Bruijnzeels 1ed4b04675 Update changelog for 0.8.0 2020-10-26 15:38:46 +01:00
Tim Bruijnzeels 8103e6a8af Upgrade to Lagosta 0.8.0 2020-10-26 15:36:17 +01:00
Tim Bruijnzeels fbc17548a0 Update version for release. 2020-10-26 15:14:42 +01:00
Tim BruijnzeelsandGitHub 3a270eb222 Merge pull request #334 from NLnetLabs/0.8.0-rc2-dev
0.8.0 rc2 dev
v0.8.0-rc2
2020-10-19 15:05:23 +02:00
Tim Bruijnzeels 0aea4a451c Update changelog for 0.8.0-rc2 2020-10-19 15:04:29 +02:00
Tim Bruijnzeels 30042a4abd Let Krill abort (crash) on panics. 2020-10-19 15:03:41 +02:00
Tim Bruijnzeels f845882235 Include new translations for 0.8.0-rc2 2020-10-19 14:07:17 +02:00