Refactoring files to make a distinction between EMT and Azure docs#87
Conversation
6dfc82d to
fc1b7d3
Compare
fc1b7d3 to
28a0c76
Compare
|
@sgolebiewski-intel sorry this has been hanging here for a while. Can you please resolve the conflicts and push the commits and we'll try to get this merged asap. |
|
@magerstam @sgolebiewski-intel |
Exactly. The existing links to published docs will stop working. |
28a0c76 to
1c97fcd
Compare
|
Ok, can we try to mitigate that risk and ensure the published docs will continue working? How frequently are we runnign the publish docs workflow? It doesn't seem like is automatic with a trigger whenever there has been a change to the /docs folder |
I doubt it will impact documentation experience on GitHub much. On the other hand, we don't have many options at the moment to prevent breaking existing links - we could create a set of redirecting html documents if we could push them directly to the server. Creating them in the repo would be counterproductive. I'm just not sure if the html redirects wouldn't be removed with the next update. We still don't know enough about the entire publishing setup. |
|
What are the next steps to get this closed? Are we merging the changes and as a second step fixing links (assuming this is from the published documentation) to correctly point to the EMT documentation? |
Since this is a direct product requirement, let's just merge it. |
|
@sgolebiewski-intel can you please rebase |
d6a0d67 to
828942b
Compare
|
@sgolebiewski-intel can you please pick this for -dev branch as well? |
…ge config (for launching SRIOV VMs) (#214) * Update hash reference in publish docs workflow (#55) - Updated to the latest `publish-docs` in `orch-ci` * Update sha publish docs (#56) * Update hash reference in publish docs workflow - Updated to the latest `publish-docs` in `orch-ci` * Update publish-docs.yml * Update permissions for publish-docs (#57) * Update hash reference in publish docs workflow - Updated to the latest `publish-docs` in `orch-ci` * Update publish-docs.yml * Update publish-docs.yml Updated permissions * Update publish-docs.yml Pin to latest SHA * Adds branch pattern 3.0 * Update publish-docs.yml * Change working dir * updated EMT-D overview documentation (#60) * updated EMT-D overview documentation * fixed typo * Update sb-howto.md (#58) * Update sb-howto.md * Update sb-howto.md * Update sb-howto.md * docs/overview: fix location of iso (#62) Point to the location where ISO is available. * Update pinned sha in publish docs (#64) * Update hash reference in publish docs workflow - Updated to the latest `publish-docs` in `orch-ci` * Update publish-docs.yml * Update publish-docs.yml Updated permissions * Update publish-docs.yml Pin to latest SHA * Adds branch pattern 3.0 * Update publish-docs.yml * Change working dir * Update publish-docs.yml * Update README.md (#74) Updated download links for standalone and developer versions * Zizmor report related fixes (#73) * permission fixes * workflow permission updates * Update .github/workflows/check-spec.yml * Update check-spec.yml --------- Co-authored-by: Anuj Mittal <anuj.mittal@intel.com> * ISO install guide language review (#94) * Updating instructions for building. (#95) * Updating instructions for building. * Adding instructions for building Co-authored-by: mpytlik-intel <mpytlik-intel@users.noreply.github.com> --------- Co-authored-by: mpytlik-intel <mpytlik-intel@users.noreply.github.com> * Updating the heading for the download section (#117) * readme + get started link improvements (#108) * readme + get started link improvements * Update docs/developer-guide/get-started.md * Update README.md --------- Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Fixing references to toolkit docs (#130) * Add QEMU instructions and fix typographical corrections (#127) Signed-off-by: Nick Ross <nick.ross@intel.com> * Updating the developer guide docs (#155) * Updating the developer guide docs * Update * Fix * Add workflow to scan GitHub actions using zizmor (#156) * added worfklow for zizmor scanning * fixed worfklow for zizmor scanning * fixed worfklow for zizmor scanning * Fix line endings * added license header * Fix license --------- Co-authored-by: Anuj Mittal <anuj.mittal@intel.com> * Refactoring files to make a distinction between EMT and Azure docs (#87) * Refactoring files to make a distinction between EMT and Azure docs * Fixing links * Fixing reference to EMF deployment guide (#169) * Fixing reference to EMF deployment guide * giremoved user-guide and fixed broken link (#159) * Fixing broken references in docs (#172) * Update README.md (#177) * Update README.md * Apply suggestions from code review --------- Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com> * Changing the file structure of documentation (#171) * Revert "Changing the file structure of documentation" (#191) * Revert "Changing the file structure of documentation (#171)" This reverts commit 7d03e73. * Update docs/developer-guide/index.rst * [DOCS] adjust contribution guide -dev (#193) (#198) * [DOCS] adjust contribution guide -dev * Update docs/developer-guide/emt-contribution.md * Update docs/developer-guide/emt-contribution.md * fix links * Update emt-contribution.md --------- Co-authored-by: Anuj Mittal <anuj.mittal@intel.com> Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com> * Add idv-services * Address review comments * caddy:fix CVE-2025-22872 (#212) Signed-off-by: Jing Hui Tham <jing.hui.tham@intel.com> * remove "iommu=pt" for desktop virtualizaton (#215) remove "iommu=pt" from kernel command line for desktop virtualizaton images Signed-off-by: Swee Yee Fonn <swee.yee.fonn@intel.com> * Enhanced emt-contribution.md (#216) * Enhanced emt-contribution.md More explicit references to the 3.0-dev branch, * Update CONTRIBUTION.md better formatting * lint * typos and suggestions Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> --------- Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Feat: Add reporting-agent spec (#205) * feat: add reporting-agent spec * feat: add reporting agent to cgmanifest * chore: remove license from files * fix: add reporting agent to agents package * fix: fix change to generate license... * fix: add changelog entry that license is verified * tab to spaces * add reporting agent signatures * change config file source to tarball * fix: move creation of user as first step of install * fix: remove direct mention of user in install script * use cp instead of copy for not owned paths * create cron.d directory first * require systemd rpm macros * global debug as empty * fix: move license before pre step * fix: remove license tag, see if it builds now * chore: adjust reporting agent to 0.0.4 which contains license * fix: remove .spec from signatures * fix: use `--short` for hourly cron * fix: require util-linux package for lsblk and lscpu * CVE 2025-29087 fluent bit (#213) * fluent-bit:fix CVE-2025-29087 Signed-off-by: Jing Hui Tham <jing.hui.tham@intel.com> * Update CVE-2025-29087.patch upstream reference * Update CVE-2025-29087.patch fix typo * Update CVE-2025-29087.patch --------- Signed-off-by: Jing Hui Tham <jing.hui.tham@intel.com> Co-authored-by: Anuj Mittal <anuj.mittal@intel.com> * Fixing references to the documentation website (#218) * feat: add k3s rpm build spec (#134) * feat: add k3s package add initial k3s spec using pre-build binary Signed-off-by: Eoghan Lawless <eoghan.lawless@intel.com> * chore: add k3s package to dev image remove k3s package from `edge-image.json` manifest add k3s package from `edge-image-dev.json` manifest increase dev image rootfs partition max size Signed-off-by: Eoghan Lawless <eoghan.lawless@intel.com> * feat: offline k3s binary building added yq package created vendor artifact added required build sources: k3s-root-amd64.tar runc-v1.2.5.tar.gz containerd-v2.0.4-k3s2.tar.gz traefik-crd-34.2.1+up34.2.0.tgz traefik-34.2.1+up34.2.0.tgz rancher-plugins-v1.6.0-k3s1.tar.gz flannel-v1.6.0-flannel1.tar.gz added required source patches Signed-off-by: Eoghan Lawless <eoghan.lawless@intel.com> * fix: remove source artifacts Signed-off-by: Eoghan Lawless <eoghan.lawless@intel.com> * chore: update manifest and licenses Signed-off-by: Eoghan Lawless <eoghan.lawless@intel.com> * chore: address comments Signed-off-by: Eoghan Lawless <eoghan.lawless@intel.com> * k3s/yq: update changelog Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> * edge-image/rt/rt-dev: add k3s Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> * spec_source_attributions.py update regex update regex for "source project" Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> * Update k3s.spec changelog --------- Signed-off-by: Eoghan Lawless <eoghan.lawless@intel.com> Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Co-authored-by: Lee Chee Yang <chee.yang.lee@intel.com> * Add K3s into ISO and Update wording on calamares (#220) Signed-off-by: Tan Jia Yong <jia.yong.tan@intel.com> * feat: k3s-standard addons (#222) * chore: k3s network-policy * fix: licenses * chore: use _sharedstatedir * merge k3s-standard into k3s Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> --------- Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Co-authored-by: Lee Chee Yang <chee.yang.lee@intel.com> * SPEC: upgrading linux firmware version to 20250509 (#225) i915 GuC needs 70.44.1 firmware, which is in 20250509, it is due to kernel upgrading. Signed-off-by: Junxiao Chang <junxiao.chang@intel.com> * cgmanifest update url (#226) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> * resolve issues in license * update image config json files * add deleted package * remove unwanted package * Change location of script folder and add preset file * Change location of script folder and add preset file * Update summary in spec file * remove display settings * Update comment in .spec file * Update additional config file * Update spec file * Address review comments * Address some more review comments * update signatures * Remove unwanted changes * Use macro for preset dir * Update changelog in spec file * Update tar file signature * Address review comments - remove preset file and helper script * remove additional script * Update intel-idv-services.spec for changelog * update LICENSES-AND-NOTICES Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> * amend signatures.json Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> --------- Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Nick Ross <nick.ross@intel.com> Signed-off-by: Jing Hui Tham <jing.hui.tham@intel.com> Signed-off-by: Swee Yee Fonn <swee.yee.fonn@intel.com> Signed-off-by: Eoghan Lawless <eoghan.lawless@intel.com> Signed-off-by: Tan Jia Yong <jia.yong.tan@intel.com> Signed-off-by: Junxiao Chang <junxiao.chang@intel.com> Co-authored-by: Lee Chee Yang <chee.yang.lee@intel.com> Co-authored-by: Anuj Mittal <anuj.mittal@intel.com> Co-authored-by: Ana Luisa Ponsirenas <ana.luisa.ponsirenas@intel.com> Co-authored-by: Mats Agerstam <mats.g.agerstam@intel.com> Co-authored-by: SupriyaPamulpati <120701079+SupriyaPamulpati@users.noreply.github.com> Co-authored-by: Ashutosh Kumar <amul1umt@users.noreply.github.com> Co-authored-by: Nirmal George <nirmal.j.george@intel.com> Co-authored-by: mpytlik-intel <mikolajx.pytlik@intel.com> Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com> Co-authored-by: mpytlik-intel <mpytlik-intel@users.noreply.github.com> Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> Co-authored-by: Nick Ross <nick.ross@intel.com> Co-authored-by: Krishnamurthy Jambur <krishna.j.murthy@intel.com> Co-authored-by: Tham Jing Hui <jing.hui.tham@intel.com> Co-authored-by: sfonn <swee.yee.fonn@intel.com> Co-authored-by: Andrea Campanella <andrea.campanella0@gmail.com> Co-authored-by: Jakub Sikorski <jakub.sikorski@intel.com> Co-authored-by: Eoghan Lawless <eoghan@lawless.dev> Co-authored-by: JiayongT <96096077+JiayongT@users.noreply.github.com> Co-authored-by: Julia Okuniewska <julia.okuniewska@intel.com> Co-authored-by: Junxiao Chang <junxiao.chang@intel.com>
* Update hash reference in publish docs workflow (#55) - Updated to the latest `publish-docs` in `orch-ci` * Update sha publish docs (#56) * Update hash reference in publish docs workflow - Updated to the latest `publish-docs` in `orch-ci` * Update publish-docs.yml * Update permissions for publish-docs (#57) * Update hash reference in publish docs workflow - Updated to the latest `publish-docs` in `orch-ci` * Update publish-docs.yml * Update publish-docs.yml Updated permissions * Update publish-docs.yml Pin to latest SHA * Adds branch pattern 3.0 * Update publish-docs.yml * Change working dir * updated EMT-D overview documentation (#60) * updated EMT-D overview documentation * fixed typo * Update sb-howto.md (#58) * Update sb-howto.md * Update sb-howto.md * Update sb-howto.md * docs/overview: fix location of iso (#62) Point to the location where ISO is available. * Update pinned sha in publish docs (#64) * Update hash reference in publish docs workflow - Updated to the latest `publish-docs` in `orch-ci` * Update publish-docs.yml * Update publish-docs.yml Updated permissions * Update publish-docs.yml Pin to latest SHA * Adds branch pattern 3.0 * Update publish-docs.yml * Change working dir * Update publish-docs.yml * Update README.md (#74) Updated download links for standalone and developer versions * Zizmor report related fixes (#73) * permission fixes * workflow permission updates * Update .github/workflows/check-spec.yml * Update check-spec.yml --------- Co-authored-by: Anuj Mittal <anuj.mittal@intel.com> * ISO install guide language review (#94) * Updating instructions for building. (#95) * Updating instructions for building. * Adding instructions for building Co-authored-by: mpytlik-intel <mpytlik-intel@users.noreply.github.com> --------- Co-authored-by: mpytlik-intel <mpytlik-intel@users.noreply.github.com> * Updating the heading for the download section (#117) * readme + get started link improvements (#108) * readme + get started link improvements * Update docs/developer-guide/get-started.md * Update README.md --------- Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Fixing references to toolkit docs (#130) * Add QEMU instructions and fix typographical corrections (#127) Signed-off-by: Nick Ross <nick.ross@intel.com> * Updating the developer guide docs (#155) * Updating the developer guide docs * Update * Fix * Add workflow to scan GitHub actions using zizmor (#156) * added worfklow for zizmor scanning * fixed worfklow for zizmor scanning * fixed worfklow for zizmor scanning * Fix line endings * added license header * Fix license --------- Co-authored-by: Anuj Mittal <anuj.mittal@intel.com> * Refactoring files to make a distinction between EMT and Azure docs (#87) * Refactoring files to make a distinction between EMT and Azure docs * Fixing links * Fixing reference to EMF deployment guide (#169) * Fixing reference to EMF deployment guide * giremoved user-guide and fixed broken link (#159) * Fixing broken references in docs (#172) * Update README.md (#177) * Update README.md * Apply suggestions from code review --------- Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com> * Changing the file structure of documentation (#171) * Revert "Changing the file structure of documentation" (#191) * Revert "Changing the file structure of documentation (#171)" This reverts commit 7d03e73. * Update docs/developer-guide/index.rst * [DOCS] adjust contribution guide -dev (#193) (#198) * [DOCS] adjust contribution guide -dev * Update docs/developer-guide/emt-contribution.md * Update docs/developer-guide/emt-contribution.md * fix links * Update emt-contribution.md --------- Co-authored-by: Anuj Mittal <anuj.mittal@intel.com> Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com> * Add idv-services * Address review comments * caddy:fix CVE-2025-22872 (#212) Signed-off-by: Jing Hui Tham <jing.hui.tham@intel.com> * remove "iommu=pt" for desktop virtualizaton (#215) remove "iommu=pt" from kernel command line for desktop virtualizaton images Signed-off-by: Swee Yee Fonn <swee.yee.fonn@intel.com> * Enhanced emt-contribution.md (#216) * Enhanced emt-contribution.md More explicit references to the 3.0-dev branch, * Update CONTRIBUTION.md better formatting * lint * typos and suggestions Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> --------- Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Feat: Add reporting-agent spec (#205) * feat: add reporting-agent spec * feat: add reporting agent to cgmanifest * chore: remove license from files * fix: add reporting agent to agents package * fix: fix change to generate license... * fix: add changelog entry that license is verified * tab to spaces * add reporting agent signatures * change config file source to tarball * fix: move creation of user as first step of install * fix: remove direct mention of user in install script * use cp instead of copy for not owned paths * create cron.d directory first * require systemd rpm macros * global debug as empty * fix: move license before pre step * fix: remove license tag, see if it builds now * chore: adjust reporting agent to 0.0.4 which contains license * fix: remove .spec from signatures * fix: use `--short` for hourly cron * fix: require util-linux package for lsblk and lscpu * CVE 2025-29087 fluent bit (#213) * fluent-bit:fix CVE-2025-29087 Signed-off-by: Jing Hui Tham <jing.hui.tham@intel.com> * Update CVE-2025-29087.patch upstream reference * Update CVE-2025-29087.patch fix typo * Update CVE-2025-29087.patch --------- Signed-off-by: Jing Hui Tham <jing.hui.tham@intel.com> Co-authored-by: Anuj Mittal <anuj.mittal@intel.com> * Fixing references to the documentation website (#218) * feat: add k3s rpm build spec (#134) * feat: add k3s package add initial k3s spec using pre-build binary Signed-off-by: Eoghan Lawless <eoghan.lawless@intel.com> * chore: add k3s package to dev image remove k3s package from `edge-image.json` manifest add k3s package from `edge-image-dev.json` manifest increase dev image rootfs partition max size Signed-off-by: Eoghan Lawless <eoghan.lawless@intel.com> * feat: offline k3s binary building added yq package created vendor artifact added required build sources: k3s-root-amd64.tar runc-v1.2.5.tar.gz containerd-v2.0.4-k3s2.tar.gz traefik-crd-34.2.1+up34.2.0.tgz traefik-34.2.1+up34.2.0.tgz rancher-plugins-v1.6.0-k3s1.tar.gz flannel-v1.6.0-flannel1.tar.gz added required source patches Signed-off-by: Eoghan Lawless <eoghan.lawless@intel.com> * fix: remove source artifacts Signed-off-by: Eoghan Lawless <eoghan.lawless@intel.com> * chore: update manifest and licenses Signed-off-by: Eoghan Lawless <eoghan.lawless@intel.com> * chore: address comments Signed-off-by: Eoghan Lawless <eoghan.lawless@intel.com> * k3s/yq: update changelog Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> * edge-image/rt/rt-dev: add k3s Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> * spec_source_attributions.py update regex update regex for "source project" Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> * Update k3s.spec changelog --------- Signed-off-by: Eoghan Lawless <eoghan.lawless@intel.com> Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Co-authored-by: Lee Chee Yang <chee.yang.lee@intel.com> * Add K3s into ISO and Update wording on calamares (#220) Signed-off-by: Tan Jia Yong <jia.yong.tan@intel.com> * feat: k3s-standard addons (#222) * chore: k3s network-policy * fix: licenses * chore: use _sharedstatedir * merge k3s-standard into k3s Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> --------- Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Co-authored-by: Lee Chee Yang <chee.yang.lee@intel.com> * SPEC: upgrading linux firmware version to 20250509 (#225) i915 GuC needs 70.44.1 firmware, which is in 20250509, it is due to kernel upgrading. Signed-off-by: Junxiao Chang <junxiao.chang@intel.com> * cgmanifest update url (#226) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> * resolve issues in license * update image config json files * add deleted package * remove unwanted package * Change location of script folder and add preset file * Change location of script folder and add preset file * Update summary in spec file * remove display settings * Update comment in .spec file * Update additional config file * Update spec file * Address review comments * Address some more review comments * update signatures * Remove unwanted changes * Use macro for preset dir * Update changelog in spec file * Update tar file signature * Address review comments - remove preset file and helper script * remove additional script * Update intel-idv-services.spec for changelog * update LICENSES-AND-NOTICES Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> * amend signatures.json Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> * Update source files and bump up version * Update signature files * Update cgmanifest * Update intel-idv-services.spec amend formatting --------- Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Nick Ross <nick.ross@intel.com> Signed-off-by: Jing Hui Tham <jing.hui.tham@intel.com> Signed-off-by: Swee Yee Fonn <swee.yee.fonn@intel.com> Signed-off-by: Eoghan Lawless <eoghan.lawless@intel.com> Signed-off-by: Tan Jia Yong <jia.yong.tan@intel.com> Signed-off-by: Junxiao Chang <junxiao.chang@intel.com> Co-authored-by: Lee Chee Yang <chee.yang.lee@intel.com> Co-authored-by: Anuj Mittal <anuj.mittal@intel.com> Co-authored-by: Ana Luisa Ponsirenas <ana.luisa.ponsirenas@intel.com> Co-authored-by: Mats Agerstam <mats.g.agerstam@intel.com> Co-authored-by: SupriyaPamulpati <120701079+SupriyaPamulpati@users.noreply.github.com> Co-authored-by: Ashutosh Kumar <amul1umt@users.noreply.github.com> Co-authored-by: Nirmal George <nirmal.j.george@intel.com> Co-authored-by: mpytlik-intel <mikolajx.pytlik@intel.com> Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com> Co-authored-by: mpytlik-intel <mpytlik-intel@users.noreply.github.com> Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> Co-authored-by: Nick Ross <nick.ross@intel.com> Co-authored-by: Krishnamurthy Jambur <krishna.j.murthy@intel.com> Co-authored-by: Tham Jing Hui <jing.hui.tham@intel.com> Co-authored-by: sfonn <swee.yee.fonn@intel.com> Co-authored-by: Andrea Campanella <andrea.campanella0@gmail.com> Co-authored-by: Jakub Sikorski <jakub.sikorski@intel.com> Co-authored-by: Eoghan Lawless <eoghan@lawless.dev> Co-authored-by: JiayongT <96096077+JiayongT@users.noreply.github.com> Co-authored-by: Julia Okuniewska <julia.okuniewska@intel.com> Co-authored-by: Junxiao Chang <junxiao.chang@intel.com> Co-authored-by: Smitesh Sutaria <smitesh.sutaria@intel.com>
…ge config (for launching SRIOV VMs) (#214) * Update hash reference in publish docs workflow (#55) - Updated to the latest `publish-docs` in `orch-ci` * Update sha publish docs (#56) * Update hash reference in publish docs workflow - Updated to the latest `publish-docs` in `orch-ci` * Update publish-docs.yml * Update permissions for publish-docs (#57) * Update hash reference in publish docs workflow - Updated to the latest `publish-docs` in `orch-ci` * Update publish-docs.yml * Update publish-docs.yml Updated permissions * Update publish-docs.yml Pin to latest SHA * Adds branch pattern 3.0 * Update publish-docs.yml * Change working dir * updated EMT-D overview documentation (#60) * updated EMT-D overview documentation * fixed typo * Update sb-howto.md (#58) * Update sb-howto.md * Update sb-howto.md * Update sb-howto.md * docs/overview: fix location of iso (#62) Point to the location where ISO is available. * Update pinned sha in publish docs (#64) * Update hash reference in publish docs workflow - Updated to the latest `publish-docs` in `orch-ci` * Update publish-docs.yml * Update publish-docs.yml Updated permissions * Update publish-docs.yml Pin to latest SHA * Adds branch pattern 3.0 * Update publish-docs.yml * Change working dir * Update publish-docs.yml * Update README.md (#74) Updated download links for standalone and developer versions * Zizmor report related fixes (#73) * permission fixes * workflow permission updates * Update .github/workflows/check-spec.yml * Update check-spec.yml --------- Co-authored-by: Anuj Mittal <anuj.mittal@intel.com> * ISO install guide language review (#94) * Updating instructions for building. (#95) * Updating instructions for building. * Adding instructions for building Co-authored-by: mpytlik-intel <mpytlik-intel@users.noreply.github.com> --------- Co-authored-by: mpytlik-intel <mpytlik-intel@users.noreply.github.com> * Updating the heading for the download section (#117) * readme + get started link improvements (#108) * readme + get started link improvements * Update docs/developer-guide/get-started.md * Update README.md --------- Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Fixing references to toolkit docs (#130) * Add QEMU instructions and fix typographical corrections (#127) Signed-off-by: Nick Ross <nick.ross@intel.com> * Updating the developer guide docs (#155) * Updating the developer guide docs * Update * Fix * Add workflow to scan GitHub actions using zizmor (#156) * added worfklow for zizmor scanning * fixed worfklow for zizmor scanning * fixed worfklow for zizmor scanning * Fix line endings * added license header * Fix license --------- Co-authored-by: Anuj Mittal <anuj.mittal@intel.com> * Refactoring files to make a distinction between EMT and Azure docs (#87) * Refactoring files to make a distinction between EMT and Azure docs * Fixing links * Fixing reference to EMF deployment guide (#169) * Fixing reference to EMF deployment guide * giremoved user-guide and fixed broken link (#159) * Fixing broken references in docs (#172) * Update README.md (#177) * Update README.md * Apply suggestions from code review --------- Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com> * Changing the file structure of documentation (#171) * Revert "Changing the file structure of documentation" (#191) * Revert "Changing the file structure of documentation (#171)" This reverts commit 7d03e73. * Update docs/developer-guide/index.rst * [DOCS] adjust contribution guide -dev (#193) (#198) * [DOCS] adjust contribution guide -dev * Update docs/developer-guide/emt-contribution.md * Update docs/developer-guide/emt-contribution.md * fix links * Update emt-contribution.md --------- Co-authored-by: Anuj Mittal <anuj.mittal@intel.com> Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com> * Add idv-services * Address review comments * caddy:fix CVE-2025-22872 (#212) Signed-off-by: Jing Hui Tham <jing.hui.tham@intel.com> * remove "iommu=pt" for desktop virtualizaton (#215) remove "iommu=pt" from kernel command line for desktop virtualizaton images Signed-off-by: Swee Yee Fonn <swee.yee.fonn@intel.com> * Enhanced emt-contribution.md (#216) * Enhanced emt-contribution.md More explicit references to the 3.0-dev branch, * Update CONTRIBUTION.md better formatting * lint * typos and suggestions Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> --------- Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Feat: Add reporting-agent spec (#205) * feat: add reporting-agent spec * feat: add reporting agent to cgmanifest * chore: remove license from files * fix: add reporting agent to agents package * fix: fix change to generate license... * fix: add changelog entry that license is verified * tab to spaces * add reporting agent signatures * change config file source to tarball * fix: move creation of user as first step of install * fix: remove direct mention of user in install script * use cp instead of copy for not owned paths * create cron.d directory first * require systemd rpm macros * global debug as empty * fix: move license before pre step * fix: remove license tag, see if it builds now * chore: adjust reporting agent to 0.0.4 which contains license * fix: remove .spec from signatures * fix: use `--short` for hourly cron * fix: require util-linux package for lsblk and lscpu * CVE 2025-29087 fluent bit (#213) * fluent-bit:fix CVE-2025-29087 Signed-off-by: Jing Hui Tham <jing.hui.tham@intel.com> * Update CVE-2025-29087.patch upstream reference * Update CVE-2025-29087.patch fix typo * Update CVE-2025-29087.patch --------- Signed-off-by: Jing Hui Tham <jing.hui.tham@intel.com> Co-authored-by: Anuj Mittal <anuj.mittal@intel.com> * Fixing references to the documentation website (#218) * feat: add k3s rpm build spec (#134) * feat: add k3s package add initial k3s spec using pre-build binary Signed-off-by: Eoghan Lawless <eoghan.lawless@intel.com> * chore: add k3s package to dev image remove k3s package from `edge-image.json` manifest add k3s package from `edge-image-dev.json` manifest increase dev image rootfs partition max size Signed-off-by: Eoghan Lawless <eoghan.lawless@intel.com> * feat: offline k3s binary building added yq package created vendor artifact added required build sources: k3s-root-amd64.tar runc-v1.2.5.tar.gz containerd-v2.0.4-k3s2.tar.gz traefik-crd-34.2.1+up34.2.0.tgz traefik-34.2.1+up34.2.0.tgz rancher-plugins-v1.6.0-k3s1.tar.gz flannel-v1.6.0-flannel1.tar.gz added required source patches Signed-off-by: Eoghan Lawless <eoghan.lawless@intel.com> * fix: remove source artifacts Signed-off-by: Eoghan Lawless <eoghan.lawless@intel.com> * chore: update manifest and licenses Signed-off-by: Eoghan Lawless <eoghan.lawless@intel.com> * chore: address comments Signed-off-by: Eoghan Lawless <eoghan.lawless@intel.com> * k3s/yq: update changelog Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> * edge-image/rt/rt-dev: add k3s Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> * spec_source_attributions.py update regex update regex for "source project" Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> * Update k3s.spec changelog --------- Signed-off-by: Eoghan Lawless <eoghan.lawless@intel.com> Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Co-authored-by: Lee Chee Yang <chee.yang.lee@intel.com> * Add K3s into ISO and Update wording on calamares (#220) Signed-off-by: Tan Jia Yong <jia.yong.tan@intel.com> * feat: k3s-standard addons (#222) * chore: k3s network-policy * fix: licenses * chore: use _sharedstatedir * merge k3s-standard into k3s Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> --------- Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Co-authored-by: Lee Chee Yang <chee.yang.lee@intel.com> * SPEC: upgrading linux firmware version to 20250509 (#225) i915 GuC needs 70.44.1 firmware, which is in 20250509, it is due to kernel upgrading. Signed-off-by: Junxiao Chang <junxiao.chang@intel.com> * cgmanifest update url (#226) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> * resolve issues in license * update image config json files * add deleted package * remove unwanted package * Change location of script folder and add preset file * Change location of script folder and add preset file * Update summary in spec file * remove display settings * Update comment in .spec file * Update additional config file * Update spec file * Address review comments * Address some more review comments * update signatures * Remove unwanted changes * Use macro for preset dir * Update changelog in spec file * Update tar file signature * Address review comments - remove preset file and helper script * remove additional script * Update intel-idv-services.spec for changelog * update LICENSES-AND-NOTICES Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> * amend signatures.json Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> --------- Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Nick Ross <nick.ross@intel.com> Signed-off-by: Jing Hui Tham <jing.hui.tham@intel.com> Signed-off-by: Swee Yee Fonn <swee.yee.fonn@intel.com> Signed-off-by: Eoghan Lawless <eoghan.lawless@intel.com> Signed-off-by: Tan Jia Yong <jia.yong.tan@intel.com> Signed-off-by: Junxiao Chang <junxiao.chang@intel.com> Co-authored-by: Lee Chee Yang <chee.yang.lee@intel.com> Co-authored-by: Anuj Mittal <anuj.mittal@intel.com> Co-authored-by: Ana Luisa Ponsirenas <ana.luisa.ponsirenas@intel.com> Co-authored-by: Mats Agerstam <mats.g.agerstam@intel.com> Co-authored-by: SupriyaPamulpati <120701079+SupriyaPamulpati@users.noreply.github.com> Co-authored-by: Ashutosh Kumar <amul1umt@users.noreply.github.com> Co-authored-by: Nirmal George <nirmal.j.george@intel.com> Co-authored-by: mpytlik-intel <mikolajx.pytlik@intel.com> Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com> Co-authored-by: mpytlik-intel <mpytlik-intel@users.noreply.github.com> Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> Co-authored-by: Nick Ross <nick.ross@intel.com> Co-authored-by: Krishnamurthy Jambur <krishna.j.murthy@intel.com> Co-authored-by: Tham Jing Hui <jing.hui.tham@intel.com> Co-authored-by: sfonn <swee.yee.fonn@intel.com> Co-authored-by: Andrea Campanella <andrea.campanella0@gmail.com> Co-authored-by: Jakub Sikorski <jakub.sikorski@intel.com> Co-authored-by: Eoghan Lawless <eoghan@lawless.dev> Co-authored-by: JiayongT <96096077+JiayongT@users.noreply.github.com> Co-authored-by: Julia Okuniewska <julia.okuniewska@intel.com> Co-authored-by: Junxiao Chang <junxiao.chang@intel.com>
* Update hash reference in publish docs workflow (#55) - Updated to the latest `publish-docs` in `orch-ci` * Update sha publish docs (#56) * Update hash reference in publish docs workflow - Updated to the latest `publish-docs` in `orch-ci` * Update publish-docs.yml * Update permissions for publish-docs (#57) * Update hash reference in publish docs workflow - Updated to the latest `publish-docs` in `orch-ci` * Update publish-docs.yml * Update publish-docs.yml Updated permissions * Update publish-docs.yml Pin to latest SHA * Adds branch pattern 3.0 * Update publish-docs.yml * Change working dir * updated EMT-D overview documentation (#60) * updated EMT-D overview documentation * fixed typo * Update sb-howto.md (#58) * Update sb-howto.md * Update sb-howto.md * Update sb-howto.md * docs/overview: fix location of iso (#62) Point to the location where ISO is available. * Update pinned sha in publish docs (#64) * Update hash reference in publish docs workflow - Updated to the latest `publish-docs` in `orch-ci` * Update publish-docs.yml * Update publish-docs.yml Updated permissions * Update publish-docs.yml Pin to latest SHA * Adds branch pattern 3.0 * Update publish-docs.yml * Change working dir * Update publish-docs.yml * Update README.md (#74) Updated download links for standalone and developer versions * Zizmor report related fixes (#73) * permission fixes * workflow permission updates * Update .github/workflows/check-spec.yml * Update check-spec.yml --------- Co-authored-by: Anuj Mittal <anuj.mittal@intel.com> * ISO install guide language review (#94) * Updating instructions for building. (#95) * Updating instructions for building. * Adding instructions for building Co-authored-by: mpytlik-intel <mpytlik-intel@users.noreply.github.com> --------- Co-authored-by: mpytlik-intel <mpytlik-intel@users.noreply.github.com> * Updating the heading for the download section (#117) * readme + get started link improvements (#108) * readme + get started link improvements * Update docs/developer-guide/get-started.md * Update README.md --------- Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Fixing references to toolkit docs (#130) * Add QEMU instructions and fix typographical corrections (#127) Signed-off-by: Nick Ross <nick.ross@intel.com> * Updating the developer guide docs (#155) * Updating the developer guide docs * Update * Fix * Add workflow to scan GitHub actions using zizmor (#156) * added worfklow for zizmor scanning * fixed worfklow for zizmor scanning * fixed worfklow for zizmor scanning * Fix line endings * added license header * Fix license --------- Co-authored-by: Anuj Mittal <anuj.mittal@intel.com> * Refactoring files to make a distinction between EMT and Azure docs (#87) * Refactoring files to make a distinction between EMT and Azure docs * Fixing links * Fixing reference to EMF deployment guide (#169) * Fixing reference to EMF deployment guide * giremoved user-guide and fixed broken link (#159) * Fixing broken references in docs (#172) * Update README.md (#177) * Update README.md * Apply suggestions from code review --------- Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com> * Changing the file structure of documentation (#171) * Revert "Changing the file structure of documentation" (#191) * Revert "Changing the file structure of documentation (#171)" This reverts commit 7d03e73. * Update docs/developer-guide/index.rst * [DOCS] adjust contribution guide -dev (#193) (#198) * [DOCS] adjust contribution guide -dev * Update docs/developer-guide/emt-contribution.md * Update docs/developer-guide/emt-contribution.md * fix links * Update emt-contribution.md --------- Co-authored-by: Anuj Mittal <anuj.mittal@intel.com> Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com> * Add idv-services * Address review comments * caddy:fix CVE-2025-22872 (#212) Signed-off-by: Jing Hui Tham <jing.hui.tham@intel.com> * remove "iommu=pt" for desktop virtualizaton (#215) remove "iommu=pt" from kernel command line for desktop virtualizaton images Signed-off-by: Swee Yee Fonn <swee.yee.fonn@intel.com> * Enhanced emt-contribution.md (#216) * Enhanced emt-contribution.md More explicit references to the 3.0-dev branch, * Update CONTRIBUTION.md better formatting * lint * typos and suggestions Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> --------- Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> * Feat: Add reporting-agent spec (#205) * feat: add reporting-agent spec * feat: add reporting agent to cgmanifest * chore: remove license from files * fix: add reporting agent to agents package * fix: fix change to generate license... * fix: add changelog entry that license is verified * tab to spaces * add reporting agent signatures * change config file source to tarball * fix: move creation of user as first step of install * fix: remove direct mention of user in install script * use cp instead of copy for not owned paths * create cron.d directory first * require systemd rpm macros * global debug as empty * fix: move license before pre step * fix: remove license tag, see if it builds now * chore: adjust reporting agent to 0.0.4 which contains license * fix: remove .spec from signatures * fix: use `--short` for hourly cron * fix: require util-linux package for lsblk and lscpu * CVE 2025-29087 fluent bit (#213) * fluent-bit:fix CVE-2025-29087 Signed-off-by: Jing Hui Tham <jing.hui.tham@intel.com> * Update CVE-2025-29087.patch upstream reference * Update CVE-2025-29087.patch fix typo * Update CVE-2025-29087.patch --------- Signed-off-by: Jing Hui Tham <jing.hui.tham@intel.com> Co-authored-by: Anuj Mittal <anuj.mittal@intel.com> * Fixing references to the documentation website (#218) * feat: add k3s rpm build spec (#134) * feat: add k3s package add initial k3s spec using pre-build binary Signed-off-by: Eoghan Lawless <eoghan.lawless@intel.com> * chore: add k3s package to dev image remove k3s package from `edge-image.json` manifest add k3s package from `edge-image-dev.json` manifest increase dev image rootfs partition max size Signed-off-by: Eoghan Lawless <eoghan.lawless@intel.com> * feat: offline k3s binary building added yq package created vendor artifact added required build sources: k3s-root-amd64.tar runc-v1.2.5.tar.gz containerd-v2.0.4-k3s2.tar.gz traefik-crd-34.2.1+up34.2.0.tgz traefik-34.2.1+up34.2.0.tgz rancher-plugins-v1.6.0-k3s1.tar.gz flannel-v1.6.0-flannel1.tar.gz added required source patches Signed-off-by: Eoghan Lawless <eoghan.lawless@intel.com> * fix: remove source artifacts Signed-off-by: Eoghan Lawless <eoghan.lawless@intel.com> * chore: update manifest and licenses Signed-off-by: Eoghan Lawless <eoghan.lawless@intel.com> * chore: address comments Signed-off-by: Eoghan Lawless <eoghan.lawless@intel.com> * k3s/yq: update changelog Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> * edge-image/rt/rt-dev: add k3s Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> * spec_source_attributions.py update regex update regex for "source project" Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> * Update k3s.spec changelog --------- Signed-off-by: Eoghan Lawless <eoghan.lawless@intel.com> Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Co-authored-by: Lee Chee Yang <chee.yang.lee@intel.com> * Add K3s into ISO and Update wording on calamares (#220) Signed-off-by: Tan Jia Yong <jia.yong.tan@intel.com> * feat: k3s-standard addons (#222) * chore: k3s network-policy * fix: licenses * chore: use _sharedstatedir * merge k3s-standard into k3s Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> --------- Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Co-authored-by: Lee Chee Yang <chee.yang.lee@intel.com> * SPEC: upgrading linux firmware version to 20250509 (#225) i915 GuC needs 70.44.1 firmware, which is in 20250509, it is due to kernel upgrading. Signed-off-by: Junxiao Chang <junxiao.chang@intel.com> * cgmanifest update url (#226) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> * resolve issues in license * update image config json files * add deleted package * remove unwanted package * Change location of script folder and add preset file * Change location of script folder and add preset file * Update summary in spec file * remove display settings * Update comment in .spec file * Update additional config file * Update spec file * Address review comments * Address some more review comments * update signatures * Remove unwanted changes * Use macro for preset dir * Update changelog in spec file * Update tar file signature * Address review comments - remove preset file and helper script * remove additional script * Update intel-idv-services.spec for changelog * update LICENSES-AND-NOTICES Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> * amend signatures.json Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> * Update source files and bump up version * Update signature files * Update cgmanifest * Update intel-idv-services.spec amend formatting --------- Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Nick Ross <nick.ross@intel.com> Signed-off-by: Jing Hui Tham <jing.hui.tham@intel.com> Signed-off-by: Swee Yee Fonn <swee.yee.fonn@intel.com> Signed-off-by: Eoghan Lawless <eoghan.lawless@intel.com> Signed-off-by: Tan Jia Yong <jia.yong.tan@intel.com> Signed-off-by: Junxiao Chang <junxiao.chang@intel.com> Co-authored-by: Lee Chee Yang <chee.yang.lee@intel.com> Co-authored-by: Anuj Mittal <anuj.mittal@intel.com> Co-authored-by: Ana Luisa Ponsirenas <ana.luisa.ponsirenas@intel.com> Co-authored-by: Mats Agerstam <mats.g.agerstam@intel.com> Co-authored-by: SupriyaPamulpati <120701079+SupriyaPamulpati@users.noreply.github.com> Co-authored-by: Ashutosh Kumar <amul1umt@users.noreply.github.com> Co-authored-by: Nirmal George <nirmal.j.george@intel.com> Co-authored-by: mpytlik-intel <mikolajx.pytlik@intel.com> Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com> Co-authored-by: mpytlik-intel <mpytlik-intel@users.noreply.github.com> Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> Co-authored-by: Nick Ross <nick.ross@intel.com> Co-authored-by: Krishnamurthy Jambur <krishna.j.murthy@intel.com> Co-authored-by: Tham Jing Hui <jing.hui.tham@intel.com> Co-authored-by: sfonn <swee.yee.fonn@intel.com> Co-authored-by: Andrea Campanella <andrea.campanella0@gmail.com> Co-authored-by: Jakub Sikorski <jakub.sikorski@intel.com> Co-authored-by: Eoghan Lawless <eoghan@lawless.dev> Co-authored-by: JiayongT <96096077+JiayongT@users.noreply.github.com> Co-authored-by: Julia Okuniewska <julia.okuniewska@intel.com> Co-authored-by: Junxiao Chang <junxiao.chang@intel.com> Co-authored-by: Smitesh Sutaria <smitesh.sutaria@intel.com>
Merge Checklist
All boxes should be checked before merging the PR
Description
Adding the
emt-prefix to all documentation files to introduce a distinction between EMT docs and Azure docs.Note:
docsfolder could also be prefixed withemt-, however such change would definitely impact the CI builds, so according changes should be implemented there as well.