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

v0.7.0 #105

Merged
merged 1 commit into from
Jul 24, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions environments/container-linux/ignition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -100,4 +100,4 @@ storage:
filesystem: root
contents:
inline: |
25dc8bcf68b5bd8d38e3a05068ee97766c6086f4aafff747a942785d0d334bd405ffd5c2651ad04aba237c2ee35e9f743f82a7cd110b319df6b498ad0bd664b4 /opt/bin/pupernetes
56047873e0216a3f800745d4c651e26325f05a76f5512673e383de6d092484f8f8bc4ad0c5939ec70c6f0c70c8de9153dbfa28268dd6149a4067d3a95cfc5aa3 /opt/bin/pupernetes
24 changes: 24 additions & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- [v0.7.0](#v070)
- [v0.6.1](#v061)
- [v0.6.0](#v060)
- [v0.5.0](#v050)
Expand All @@ -6,6 +7,29 @@
- [v0.2.1](#v021)
- [v0.2.0](#v020)

## v0.7.0

### Enhancement
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we're missing #102

* 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
Expand Down