Skip to content

0.8.0 - 2024-04-11

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Apr 14:38
· 61 commits to main since this release
c33591c

Release Notes

Added

  • Ability to classify cards by maturity, tag, or even not classify at all (#552)
  • Allow sorting cards by multiple criteria (#552)
  • New virtual group named all, that includes the cards from all groups (#552)
  • Categories / subcategories headers now show how many items are on each (#552)
  • Button to jump to the top of the page (#552)
  • Category filter (#552)
  • Display LinkedIn link in item details view (#548, #563)
  • Allow setting web application base path (#557)

Fixed

  • Issue processing additional categories (#562)

Changed

  • Do not cache logos during build (#549)
  • Minor refactoring and some improvements to instrumentation (#543, #547)
  • Upgrade CLI dependencies (#550)

Install landscape2 0.8.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cncf/landscape2/releases/download/v0.8.0/landscape2-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/cncf/landscape2/releases/download/v0.8.0/landscape2-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install cncf/homebrew-landscape2/landscape2

Download landscape2 0.8.0

File Platform Checksum
landscape2-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
landscape2-x86_64-apple-darwin.tar.xz Intel macOS checksum
landscape2-x86_64-pc-windows-msvc.zip x64 Windows checksum
landscape2-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
landscape2-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum