You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* First approach
* Created bootable Ubuntu ISO
* Add grub config for Ubuntu
* Add autoinstall files
* Improve Ubuntu ISO generation
* Update Ubuntu ISO
* Fix grub theme
* Copy grub theme files to ISO
* Fix pkg installation
* Fix splash image path
* Remove unnecessary lines in grub conf
* Updated unattended autoinstall
* Fix prerequisites for Ubuntu
* Update docker install based on docs
* Remove unnecessary packages
* Update autoinstall attended
* Install buildx
* Handle dappnode install for Ubuntu
* Fix motd generator script
* Keep debian grub theme
* Set default values
* Remove motd script creation
* Use common functions for Debian ISO generation
* Fix common generation
* Add netplan copy to autoinstall
* Remove unneeded late commands
* Fix common vars
* Fix artifact generation
* Add ubuntu artifacts to workflows
* Add Ubuntu to release action
* Update test workflow
* Run pre requisites in target for attended
* Upload all Ubuntu ISOs
* Upload all ubuntu ISOs in artifcats
* Use all storage
* Add autoinstall validation file
* Run autoinstall validation on any PR or push
* Fix permission error on yaml validation
* Install yq using pip
* Update autoinstall format to
* Fix yq command
* Make ssh interactive in attended
* Fix path for common ISO generation script
* Removed ISOBUILD from prerequisites
* update profile versions
* update ubuntu iso
* update debian image to 12.11.0
* add release body
* add ubuntu test
---------
Co-authored-by: pablomendezroyo <[email protected]>
Co-authored-by: pablomendezroyo <[email protected]>
echo -en "# Versions\n| Package | Version |\n|---|---|\nbind.dnp.dappnode.eth|${BIND_VERSION}|\n|ipfs.dnp.dappnode.eth|${IPFS_VERSION}|\n|vpn.dnp.dappnode.eth |${VPN_VERSION}|\n|dappmanager.dnp.dappnode.eth|${DAPPMANAGER_VERSION}|\n|wifi.dnp.dappnode.eth|${WIFI_VERSION}|\n|https.dnp.dappnode.eth|${HTTPS_VERSION}|\n|wireguard.dnp.dappnode.eth|${WIREGUARD_VERSION}|\n# Changes\nChanges implemented in release ${CORE_VERSION}\n# Attended version\nInstall and customize DAppNode using the attended ISO: **DAppNode-${CORE_VERSION}-debian-bookworm-amd64.iso**\n\n## ISO SHA-256 Checksum\n\`\`\`\nshasum -a 256 DAppNode-${CORE_VERSION}-debian-bookworm-amd64.iso\n${SHASUM_ATTENDED}\n\`\`\`\n# Unattended version\nInstall DAppNode easily using the unattended ISO: **DAppNode-${CORE_VERSION}-debian-bookworm-amd64-unattended.iso**\nDo a reboot right after the installation\n:warning: **Warning**: This ISO will install Dappnode automatically, deleting all existing partitions on the disk\n\ndefault login data:\n - **__user__**: dappnode\n - **__password__**: dappnode.s0\n## ISO SHA-256 Checksum\n\`\`\`\nshasum -a 256 DAppNode-${CORE_VERSION}-debian-bookworm-amd64-unattended.iso\n${SHASUM_UNATTENDED}\n\`\`\`\n# DAppNode for Raspberry Pi 4 64bit\n[Instructions](https://github.com/dappnode/DAppNode/wiki/DAppNodeARM-Installation-Guide)\n\ndefault login data:\n - **__user__**: dappnode\n - **__password__**: dappnodepi" > CHANGELOG.md
0 commit comments