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

v0.7.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@JulienBalestra JulienBalestra released this 24 Jul 13:13
· 36 commits to master since this release
3b50f2c

Binary

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

Enhancement

  • Skip useless binaries downloads #104
  • Remove default timeout #102
  • Support for containerd, use cni everywhere #90
  • Introduce skip probe #100
  • API aggregation, remove intermediate CA #98
  • Introduce the audit logs to dir #99
  • Use kube proxy configuration file #93
  • Introduce a timeout and a sig handler during downloads #91
  • Logging improvements on setup requirements #89

Bugfixes

  • Do create the directory for pod logs #96

Other

  • Fix typo #101
  • Fix a typo in the dig command #97
  • Improve circleci #92
  • Refactor CI, introduce examples #71
  • Fix ignition path #83