Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-26 | migration: T6007: convert all migration scripts to load as module | John Estabrook | |
2024-04-06 | T6199: remove unused Python imports from migration scripts | Christian Breunig | |
2023-12-10 | migration: T5413: re-sequence interfaces migration scripts | Christian Breunig | |
PR https://github.com/vyos/vyos-1x/pull/2540 backported a migration script from current to the equuleus LTS branch. As migration scripts are executed in order to adjust the CLI for necessary improvements in future LTS releases we need to change the versioning of the migration files to match the new "base" version from the previous LTS release. In theory this could break very ancient 1.4 rolling releases (from the early days of the OSPF refactoring) - but those versions are considered very much unstable. Now this is the last chance to sync up the migration scripts before the 1.4 LTS release. | |||
2023-12-07 | wireguard: T5413: fix missing check to migration script raising error | John Estabrook | |
2023-08-06 | T5195: move helpers from vyos.validate to vyos.utils package | Christian Breunig | |
2023-08-02 | wireguard: T5413: Blocked adding the peer with the router's public key | aapostoliuk | |
Disabeled adding the peer with the same public key as the router has. Added smoketest |