From 3b50f2c0066c882817fdbbd64662d670de88a74d Mon Sep 17 00:00:00 2001 From: Julien Balestra Date: Tue, 24 Jul 2018 15:12:52 +0200 Subject: [PATCH] v0.7.0 (#105) --- README.md | 2 +- environments/container-linux/ignition.yaml | 4 ++-- releasenotes.md | 24 ++++++++++++++++++++++ 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a0e4546..5deaede 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ make You need to download the last version: ```bash -VERSION=0.6.1 +VERSION=0.7.0 curl -LOf https://github.com/DataDog/pupernetes/releases/download/v${VERSION}/pupernetes chmod +x ./pupernetes ./pupernetes --help diff --git a/environments/container-linux/ignition.yaml b/environments/container-linux/ignition.yaml index 039bbd8..91d18b0 100644 --- a/environments/container-linux/ignition.yaml +++ b/environments/container-linux/ignition.yaml @@ -91,7 +91,7 @@ storage: contents: inline: | #!/bin/bash -ex - curl -Lf https://github.com/DataDog/pupernetes/releases/download/v0.6.1/pupernetes -o /opt/bin/pupernetes + curl -Lf https://github.com/DataDog/pupernetes/releases/download/v0.7.0/pupernetes -o /opt/bin/pupernetes sha512sum -c /opt/bin/pupernetes.sha512sum chmod +x /opt/bin/pupernetes @@ -100,4 +100,4 @@ storage: filesystem: root contents: inline: | - 25dc8bcf68b5bd8d38e3a05068ee97766c6086f4aafff747a942785d0d334bd405ffd5c2651ad04aba237c2ee35e9f743f82a7cd110b319df6b498ad0bd664b4 /opt/bin/pupernetes + 56047873e0216a3f800745d4c651e26325f05a76f5512673e383de6d092484f8f8bc4ad0c5939ec70c6f0c70c8de9153dbfa28268dd6149a4067d3a95cfc5aa3 /opt/bin/pupernetes diff --git a/releasenotes.md b/releasenotes.md index 68dfda6..670eb42 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -1,3 +1,4 @@ +- [v0.7.0](#v070) - [v0.6.1](#v061) - [v0.6.0](#v060) - [v0.5.0](#v050) @@ -6,6 +7,29 @@ - [v0.2.1](#v021) - [v0.2.0](#v020) +## v0.7.0 + +### 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 + ## v0.6.1 ### Bugfixes