Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jun 00:56

0.2.0 (2024-06-12)

Features

  • add helper script to extract keys (1d1cd6c)
  • add script to change boot image name (1be3717)
  • add script to extract client binary from docker image (635e4ec)
  • add script to fetch bootstrap logs (4a31c3c)
  • add script to run just agent (4be5a8e)
  • expose dhclient.leases as argument (9ab1fca)
  • move images to their own folder (c3b6908)

Bug Fixes

  • 7080 was used for both redirecter and bootstrap (c592b44)
  • add deprecation note for docker-compose (5135953)
  • add echo how to scp pem files to DPUs (6cbe216)
  • add small print for debug (eea97cc)
  • add todo in the keys script to start using real iDEVid (ff0906b)
  • add trust-anchor-cert to progress (5461c97)
  • agent: move certs to a folder, avoid root (70fca4a)
  • cert: reuse bootstrap certs for web (9ddcda3)
  • certs: remove certs from client docker image (a570359)
  • check for error in script (bbd98d2)
  • deprecate use of ioutil package (56e79cd)
  • deps: update module github.com/jaypipes/ghw to v0.11.0 (0171f80)
  • deps: update module github.com/jaypipes/ghw to v0.12.0 (80ad341)
  • deps: update module github.com/spf13/cobra to v1.7.0 (a400c0b)
  • deps: update module github.com/twin/go-color to v1.4.0 (c721d45)
  • deps: update module github.com/twin/go-color to v1.4.1 (0c82913)
  • handle ietf-restconf:errors (cb997e9)
  • linter (eb36730)
  • linter issue (b95621e)
  • linter switch case (97858c3)
  • pass real os-release file to container (2857708)
  • progress: add ssh-host-keys to reporting progress (2c61991)
  • progress: remove redundant function argument (98e0f42)
  • refactor simplify struct init code (2dcd78c)
  • refactor simplify struct init code (26c69db)
  • report more progress in new places (5bb9036)
  • shellcheck linter (09b0602)
  • small readme changes (ac8b7bb)
  • sztp: send ssh key when onboarding completed (8f455c5)
  • use basename when changing boot image name (478859f)
  • web: copy client in addition to server certs (484982c)
  • web: enable SSLVerifyClient on web server (25a1b90), closes #342
  • web: switch to https (ef66dd5), closes #6