Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-04 | frr: T6250: add pending upstream patch | Christian Breunig | |
2024-05-04 | frr: T6283: add pending upstream patch | Christian Breunig | |
2024-05-04 | Docker: T6283: T6250: no need to include rtrlib and libyang in general | Christian Breunig | |
FRR build tracks the rtrlib and libyang version, so only one place is needed to build to sources. | |||
2024-05-03 | container: T5867: podman depends on libgpgme11t64 from trixie | Christian Breunig | |
2024-05-03 | Merge pull request #585 from jestabro/clone-repo-raw-flavors | Christian Breunig | |
build: T3664: clone vyos-1x under build dir instead of as submodule | |||
2024-05-02 | build: T3664: clone vyos-1x under build dir instead of as submodule | John Estabrook | |
2024-05-02 | Kernel: T5887: update Linux Kernel to v6.6.30 | Christian Breunig | |
2024-05-01 | Merge pull request #579 from zdc/T6286-circinus | Christian Breunig | |
kernel: T6286: Enable Generic driver for Hyper-V VMBus | |||
2024-04-30 | kernel: T6286: Enable Generic driver for Hyper-V VMBus | zsdc | |
Generic driver for Hyper-V VMBus is required in Hyper-V environments for direct access to network devices from userspace. | |||
2024-04-29 | ixgbe: T5619: update driver version to 5.20.3 | Christian Breunig | |
2024-04-29 | Merge pull request #540 from ErnyTech/current | Christian Breunig | |
ixgbe: T6162: Add 1000BASE-BX support | |||
2024-04-29 | Merge pull request #576 from dmbaturin/T3664-fixes | John Estabrook | |
build: T3664: typo fixes and small refactoring | |||
2024-04-29 | build: T3664: fail the build on external command errors | Daniil Baturin | |
2024-04-28 | Kernel: T5887: update Linux Kernel to v6.6.29 | Christian Breunig | |
2024-04-25 | build: T3664: typo fixes and small refactoring | Daniil Baturin | |
2024-04-23 | Merge pull request #575 from dmbaturin/T6262-circinus-boot-splash | John Estabrook | |
iso: T6262: update the boot splash for 1.5/Circinus | |||
2024-04-23 | iso: T6262: update the boot splash for 1.5/Circinus | Daniil Baturin | |
Picture courtesy of Oleg Gorobets | |||
2024-04-22 | Merge pull request #574 from dmbaturin/T3664-submodule-move | John Estabrook | |
build: T3664: move the vyos-1x submodule to packages | |||
2024-04-22 | build: T3664: adjust the vyos-1x submodule path in scripts | Daniil Baturin | |
2024-04-22 | build: T3664: add vyos-1x repo as packages/vyos-1x submodule | Daniil Baturin | |
2024-04-22 | build: T3664: remove the vyos-1x submodule from the root | Daniil Baturin | |
to prepare to move it to a subdirectory | |||
2024-04-20 | Kernel: T5887: update Linux Kernel to v6.6.28 | Christian Breunig | |
2024-04-20 | Merge pull request #550 from dmbaturin/T3664-raw-flavors | Christian Breunig | |
build: T3664: add support for building non-ISO flavors | |||
2024-04-17 | Merge pull request #569 from jestabro/confirm-pass | Viacheslav Hletenko | |
image-tools: T6154: installer prompts to confirm password | |||
2024-04-16 | image-tools: T6154: installer prompts to confirm non-default password | John Estabrook | |
2024-04-16 | build: T3664: move sudo out of the make target | Daniil Baturin | |
to avoid permission problems | |||
2024-04-16 | Merge pull request #568 from sever-sever/T6238 | Daniil Baturin | |
T6238: Fix title check commit message for f-string | |||
2024-04-16 | T6238: Fix title check commit message should for f-string | Viacheslav Hletenko | |
Fix ``` Commit title '{title}' does not match the required format! ``` | |||
2024-04-15 | build: T3664: correct the parameterized make rule | Daniil Baturin | |
2024-04-15 | build: T3664: initialize git vyos-1x submodule before imports | John Estabrook | |
Signed-off-by: Daniil Baturin <daniil@vyos.io> | |||
2024-04-15 | build: T3664: add a parameterized make rule for build targets | Daniil Baturin | |
to simplify the now-rather-tricky build script invocation | |||
2024-04-15 | docker: T3664: add dependencies for raw disk building | Daniil Baturin | |
2024-04-14 | fix path to versions file | John Estabrook | |
Signed-off-by: Daniil Baturin <daniil@vyos.io> | |||
2024-04-14 | Kernel: T5887: update Linux Kernel to v6.6.27 | Christian Breunig | |
2024-04-14 | Merge pull request #559 from Giggum/vyos-build_T5694-6123 | Daniil Baturin | |
ntp: T6080: T6123: restrict config.boot.default NTP settings to RFC1918 and fe80::/10, fc00::/7 only | |||
2024-04-13 | build: T3664: add a sanity check for image_format | Daniil Baturin | |
and normalize it to a list if only one format is specified | |||
2024-04-13 | build: T3664: filter out non-TOML files from the build flavor dir | Daniil Baturin | |
to avoid mistakenly listing auixilliary files like README as flavors | |||
2024-04-13 | Account for the working dir below the root in git invocation | John Estabrook | |
Signed-off-by: Daniil Baturin <daniil@vyos.io> | |||
2024-04-13 | Merge pull request #565 from c-po/T6173-fix | Christian Breunig | |
T6173: fix TypeError: 'NoneType' object is not iterable | |||
2024-04-13 | T6173: fix TypeError: 'NoneType' object is not iterable | Christian Breunig | |
Commit 611cfc85c531 ("T6173: validate allowed characters in ISO image name") missed the probability that version is a dict member bot empty. | |||
2024-04-13 | Merge pull request #560 from sever-sever/T6238 | Christian Breunig | |
T6238: Check pull request title action requires the python script | |||
2024-04-13 | Merge pull request #561 from sever-sever/T6235-build | Christian Breunig | |
T6235: Git update actions-label-merge-conflict version | |||
2024-04-13 | T6235: Git update actions-label-merge-conflict version | Viacheslav Hletenko | |
Update `actions-label-merge-conflict` due to `Node.js 16 actions are deprecated.` | |||
2024-04-13 | T6238: Check poll request title action requires the python script | Viacheslav Hletenko | |
The `check-pr-title-and-commit-messages.py` that used for the action is not exists. Add this script. | |||
2024-04-11 | Enhance config.boot.default NTP allow-clients for T5694 and T6123 | Ginko | |
Adds ipv4/ipv6 localhost, link-local and private address as allowed-clients to NTP service. | |||
2024-04-11 | Kernel: T5887: update Linux Kernel to v6.6.26 | Christian Breunig | |
2024-04-11 | Merge pull request #556 from sever-sever/T6228 | Christian Breunig | |
T6228: Cleanup of not existing systemd units | |||
2024-04-11 | Merge pull request #555 from sever-sever/T1797-disable-service | Christian Breunig | |
T1797: Delete not exist disable vpp service | |||
2024-04-11 | T6228: Cleanup of not existing systemd units | Viacheslav Hletenko | |
Delete not existing units: ``` 06:12:51 Failed to disable unit, unit logd.service does not exist. 06:12:51 Failed to disable unit, unit heartbeat.service does not exist. ``` | |||
2024-04-11 | T1797: Delete not exist disable vpp service | Viacheslav Hletenko | |
The builder log: ``` 06:12:53 Failed to disable unit, unit vpp.service does not exist. ``` |