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

Commit

Permalink
Release v0.6.0 (#82)
Browse files Browse the repository at this point in the history
* Release v0.6.0

* Reorder notes

* Run timeout
  • Loading branch information
kindermoumoute authored Jul 2, 2018
1 parent 24008b0 commit c7c3972
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ make

You need to download the last version:
```bash
VERSION=0.5.0
VERSION=0.6.0
curl -LOf https://github.com/DataDog/pupernetes/releases/download/v${VERSION}/pupernetes
chmod +x ./pupernetes
./pupernetes --help
Expand Down
12 changes: 3 additions & 9 deletions environments/container-linux/ignition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ systemd:
[Service]
Environment=SUDO_USER=core
ExecStart=/opt/bin/pupernetes daemon run /opt/sandbox --kubectl-link /opt/bin/kubectl -v 5 --timeout 6h
ExecStart=/opt/bin/pupernetes daemon run /opt/sandbox --kubectl-link /opt/bin/kubectl -v 5 --run-timeout 6h
Restart=on-failure
RestartSec=5
Type=notify
Expand Down Expand Up @@ -91,7 +91,7 @@ storage:
contents:
inline: |
#!/bin/bash -ex
curl -Lf https://github.com/DataDog/pupernetes/releases/download/v0.5.0/pupernetes -o /opt/bin/pupernetes
curl -Lf https://github.com/DataDog/pupernetes/releases/download/v0.6.0/pupernetes -o /opt/bin/pupernetes
sha512sum -c /opt/bin/pupernetes.sha512sum
chmod +x /opt/bin/pupernetes
Expand All @@ -100,10 +100,4 @@ storage:
filesystem: root
contents:
inline: |
3aa9d450349183b312a53e7280a095eb6e1508d429bf32c991e95d58690a576d1bc9cadafe5cec8674d17a91c247f1de96fd80f74c0608d6043f3fab5cb71677 /opt/bin/pupernetes
- path: /home/core/.kube/config
mode: 0644
filesystem: root
user:
name: "core"
47257210de7941a2242a1e7f17d5c5a45442cda3bc4be876023a7bd1932025705679a4eec6244d264d364b4b7496ab4544023d1cb5e381588c24286dbe5fb8e2 ./pupernetes
29 changes: 24 additions & 5 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,27 @@
- [v0.5.0](#v0.5.0)
- [v0.4.0](#v0.4.0)
- [v0.3.0](#v0.3.0)
- [v0.2.1](#v0.2.1)
- [v0.2.0](#v0.2.0)
- [v0.6.0](#v060)
- [v0.5.0](#v050)
- [v0.4.0](#v040)
- [v0.3.0](#v030)
- [v0.2.1](#v021)
- [v0.2.0](#v020)

## v0.6.0

### Enhancement
* Add a way to check if the dns is ready (#81)
* Stop the systemd units in a reverse order (#76)
* Remove the archive on extract failure (#74)
* Enable HPA (#68)

### Bugfixes
* job: fix the abspath of pupernetes, propagate SUDO_USER to the unit environment (#79)
* manifests: remove the duplicated flag (#75)

### Other
* Introduce release notes (#80)
* Fixed README and added new subsection for DNS requirement (#78)
* ci: add hyperkube 1.11 (#77)
* Introduce sonobuoy in CI (#69)

## v0.5.0

Expand Down

0 comments on commit c7c3972

Please sign in to comment.