Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

v0.9.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@JulienBalestra JulienBalestra released this 15 Jan 16:57
· 13 commits to master since this release
d384c70

Binary

curl -fLO https://github.com/DataDog/pupernetes/releases/download/v0.9.0/pupernetes
curl -fLO https://github.com/DataDog/pupernetes/releases/download/v0.9.0/pupernetes.sha512sum
sha512sum -c ./pupernetes.sha512sum
chmod +x ./pupernetes

Enhancement

  • node: support shared PID #128
  • add kubernetes 1.13 #126
  • setup: can choose the vault listen address #125
  • version: introduce the display of it #121
  • containerd: can choose the version over the command line #122
  • binaries: can skip the verification of the version #120
  • Support Fedora (systemd cgroupfs) #118
  • versions: upgrade hyperkube, etcd and containerd #116

Bugfixes

  • resolv: remove the extension .conf #117
  • containerd: kill move to process #115

Other

  • bump travis matrix #127
  • makefile: set the constrain to go 1.10+ #123
  • Update the license file #119
  • examples: upgrade to the latest pupernetes #114