summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-07-04snmp: T6290: add custom package buildChristian Breunig
(cherry picked from commit 56bc5a517c266fe15e9b331852826dfdd6f97b00)
2024-06-27Merge pull request #659 from vyos/mergify/bp/sagitta/pr-656Christian Breunig
T6484: Smoketest: Increase KVM memory limit (backport #656)
2024-06-27Merge pull request #671 from vyos/mergify/bp/sagitta/pr-668Christian Breunig
T6508: pr workflows updated for branch and target (backport #668)
2024-06-24T6508: pr workflows updated for branch and targetVijayakumar A
(cherry picked from commit 4300ed36ef6006c15130234344d321c032a8b271)
2024-06-22Merge pull request #663 from vyos/mergify/bp/sagitta/pr-660Christian Breunig
Kernel: T5887: update Linux Kernel to v6.6.35 (backport #660)
2024-06-22Kernel: T5887: update Linux Kernel to v6.6.35Christian Breunig
(cherry picked from commit 0c8ffe63e1af322b3fc023c9f2c393844a4fad80)
2024-06-19Kernel: T5887: update Linux Kernel to v6.6.34Christian Breunig
(cherry picked from commit 41771586bd7cef98cd8151e9b36e3d045baa7622)
2024-06-14T6484: Smoketest: Increase KVM memory limitMatthew Kobayashi
(cherry picked from commit 893a90fa6016b58c8f5802265599d9d19cd4f0dc)
2024-06-13Kernel: T5887: update Linux Kernel to v6.6.33Christian Breunig
(cherry picked from commit f2154b4252535eaaf4feddc08f3568a51b1f64ef)
2024-06-05Merge pull request #650 from vyos/mergify/bp/sagitta/pr-649Christian Breunig
build: T6446: include support URL in the version data file (backport #649)
2024-06-05build: T6446: include support URL in the version dataDaniil Baturin
(cherry picked from commit 4112d47e33d7ae87e21a47d33a4e2e6112ccfd8f)
2024-05-28Merge pull request #647 from vyos/mergify/bp/sagitta/pr-6451.4.0Christian Breunig
T6406: enables CONFIG_CFS_BANDWIDTH for cpu cgroup limits (backport #645)
2024-05-28T6406: enables CONFIG_CFS_BANDWIDTH for cpu cgroup limitsNicolas Vollmar
(cherry picked from commit 707c073f7ce5edab02d71f36c38f44bb39d8d6fa)
2024-05-27Merge pull request #644 from vyos/mergify/bp/sagitta/pr-643Christian Breunig
T6406: enables container cpu limits (backport #643)
2024-05-27Kernel: T6406: enables CONFIG_CGROUP_CPUACCTNicolas Vollmar
(cherry picked from commit b809886538eaad66b8756be8f5e758584f88e6a6)
2024-05-27Merge pull request #642 from vyos/mergify/bp/sagitta/pr-641Daniil Baturin
T6404: update vyos1x-config commit reference (backport #641)
2024-05-27T6404: update vyos1x-config commit referenceChristian Breunig
(cherry picked from commit ab06c1a41a0fd0d7024e2014a46946a3e5db172f)
2024-05-25Merge pull request #639 from vyos/mergify/bp/sagitta/pr-638Christian Breunig
kernel: T6395: Enabled VFIO_NOIOMMU support (backport #638)
2024-05-25Merge pull request #637 from vyos/feature/T6386-sagitta-add-caller-wfViacheslav Hletenko
T6386: added reusable workflows and codeowners (sagitta)
2024-05-25T6386: codeowners correctedfeature/T6386-sagitta-add-caller-wfVijayakumar A
2024-05-25Kernel: T6395: Enabled VFIO_NOIOMMU supportzsdc
VFIO No-IOMMU support is required for environments where IOMMU is not available but we still want to use VFIO. (cherry picked from commit db1bdb656bcb9206d8f50efce2aed415eb9be5cc)
2024-05-25Kernel: T5887: update Linux Kernel to v6.6.32feature/T6399-codeowner-correction-sagittaChristian Breunig
(cherry picked from commit f3cde18f6f4854234bf7cbf35ea6d4c6f12a194a)
2024-05-24T6386: remove unused importkumvijaya
2024-05-24T6386: added reusable workflows and codeownerskumvijaya
2024-05-19Merge pull request #632 from vyos/mergify/bp/sagitta/pr-631Christian Breunig
frr: T6250: T6283: revert local patches merged upstream (backport #631)
2024-05-19Docker: add missing dependency on cmake to build accel-pppChristian Breunig
(cherry picked from commit fad55b3e9790f663b35c9d8a77d7899fc69b2d35)
2024-05-19Merge pull request #630 from vyos/mergify/bp/sagitta/pr-629Christian Breunig
Kernel: T5887: update Linux Kernel to v6.6.31 (backport #629)
2024-05-19Revert "frr: T6283: add pending upstream patch"Christian Breunig
This reverts commit 1b61973b9143aa8a04cc7c857ec567fa962e4e43. Upstream Patch merged (cherry picked from commit e7fad572baf472acd12d9b53e27365904072f485)
2024-05-19Revert "frr: T6250: add pending upstream patch"Christian Breunig
This reverts commit 38cae97177191ad6876a4ce7afb4f53b21bf746c. Upstream patch merged (cherry picked from commit 2d6b51e13a7b329d710f811b50c7a18544c96312)
2024-05-19Kernel: T5887: update Linux Kernel to v6.6.31Christian Breunig
(cherry picked from commit 20b42272c56e5cd006f7f5096fe90520f4b2da00)
2024-05-17Merge pull request #628 from vyos/mergify/bp/sagitta/pr-622zdc
build-script: T3664: Allowed all options in both config file and comm… (backport #622)
2024-05-17build-script: T3664: Allowed all options in both config file and command argszsdc
Moved defaults away from argparser to `defaults.py`. This unlocks the ability to pass values that can be defined as command line arguments via a config file. With this change logic looks like this (in order of overrides). Pre-build config: `data/defaults.toml` -> `build-flavors/<flavor>.toml` -> `--<command line argument>` Build config: `defaults.py` -> `data/defaults.toml` -> `build-types/<type>.toml` -> `architectures/<architecture>.toml` -> `build-flavors/<flavor>.toml` -> `--<command line argument>` (cherry picked from commit 8186e82024cdeee9c6fd09bdd0603f4571842f42)
2024-05-17Merge pull request #627 from vyos/mergify/bp/sagitta/pr-626Daniil Baturin
T6356: normalize '.., ntp, server' path syntax in config.boot.default (backport #626)
2024-05-17T6356: normalize '.., ntp, server' path syntax in config.boot.defaultJohn Estabrook
(cherry picked from commit 04948aa983878e3edfca10e33fa620a4bc9303a2)
2024-05-16Merge pull request #623 from vyos/mergify/bp/sagitta/pr-614Christian Breunig
T6333 non-free-firmware to trixie (backport #614)
2024-05-16Merge pull request #625 from vyos/mergify/bp/sagitta/pr-624Daniil Baturin
hooks: T6346: set default boot target to multi-user.target (backport #624)
2024-05-16hooks: T6346: set default boot target to multi-user.targetChristian Breunig
(cherry picked from commit ca31af2cc33e965c4ebf98fd6f71f7a10c7f5032)
2024-05-16T6333: drop reference to non-free of trixie as it's not usedAidan Gibson
(cherry picked from commit 7f82191abea18bd3c789dabc4d815ea647fbee01)
2024-05-15Merge pull request #621 from vyos/mergify/bp/sagitta/pr-620zdc
build-script: T3664: Add flavor and architecture to image name (rework) (backport #620)
2024-05-15build-script: T3664: Add flavor and architecture to image name (rework)zsdc
The previous version did not work for all flavor types. This one should be universal. (cherry picked from commit 31b720b8f100670f0e933dfbf9993a5315f5a904)
2024-05-14Merge pull request #619 from vyos/mergify/bp/sagitta/pr-618Christian Breunig
T3420: Remove service upnp (backport #618)
2024-05-14T3420: Remove service upnpViacheslav Hletenko
(cherry picked from commit 618b1379b710d72e85833d17b8d4eede25dea973)
2024-05-14Merge pull request #617 from vyos/mergify/bp/sagitta/pr-616John Estabrook
build-script: T3664: Added flavor name to a target file name (backport #616)
2024-05-14build-script: T3664: Added flavor name to a target file namezsdc
Mark artifacts with a flavor name for better clarity. (cherry picked from commit 5cbd14cc0f9a55e427d4bc13f036ea32da9a06aa)
2024-05-12Merge pull request #613 from vyos/mergify/bp/sagitta/pr-612Christian Breunig
build: T6330: fix indention of autogenerated release.pref.chroot (backport #612)
2024-05-12build: T6330: fix indention of autogenerated release.pref.chrootChristian Breunig
(cherry picked from commit 81be4c7f617f2ae450397495e46a91ed15cd7d2b)
2024-05-10Merge pull request #610 from vyos/mergify/bp/sagitta/pr-609Christian Breunig
build: T3664: include the architecture field in version data (backport #609)
2024-05-10build: T3664: include the architecture field in version dataDaniil Baturin
(cherry picked from commit e832811c7978dffe7b40955778caa44e960f3a74)
2024-05-09Merge pull request #607 from vyos/mergify/bp/sagitta/pr-606Daniil Baturin
build: T3664: use explicit defaults argument in the dict merging function (backport #606)
2024-05-09Merge pull request #608 from vyos/mergify/bp/sagitta/pr-605Daniil Baturin
build: T3664: include build flavor name in the version file (backport #605)