Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CRN distrib pages, auto-fetch latest versions, minor fix #123

Merged
merged 2 commits into from
Oct 23, 2024

Conversation

philogicae
Copy link
Member

Changes

  • Add deprecation page for Debian 11
  • Add missing page for Ubuntu 24.04 Noble Numbat
  • Minor fix: broken link on metrics page
  • During installation, Auto-fetch latest CRN version from github, so we don't have to update pages after each new release anymore:
# Before
wget -P /opt https://github.com/aleph-im/aleph-vm/releases/download/0.4.1/aleph-vm.debian-12.deb
# Now
curl -s https://api.github.com/repos/aleph-im/aleph-vm/releases/latest | grep "browser_download_url.*deb" | cut -d : -f 2,3 | tr -d \" | sed '1p;d' | xargs wget -P /opt -

Copy link

Deployed (not pinned) on:

@philogicae philogicae self-assigned this Oct 22, 2024
Copy link

Deployed (not pinned) on:

@philogicae philogicae merged commit 7a488d1 into main Oct 23, 2024
4 checks passed
@philogicae philogicae deleted the update-nodes-doc branch October 23, 2024 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants