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

Commit

Permalink
v0.6.1 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienBalestra authored Jul 2, 2018
1 parent 56d511c commit 58b6d4d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 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.6.0
VERSION=0.6.1
curl -LOf https://github.com/DataDog/pupernetes/releases/download/v${VERSION}/pupernetes
chmod +x ./pupernetes
./pupernetes --help
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ git pull

Verify:
```bash
cp -v kube-csr.sha512sum pr-kube-csr.sha512sum
cp -v pupernetes.sha512sum pr-pupernetes.sha512sum
make clean
CGO_ENABLED=0 make sha512sum
diff pupernetes.sha512sum pr-pupernetes.sha512sum
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.0/pupernetes -o /opt/bin/pupernetes
curl -Lf https://github.com/DataDog/pupernetes/releases/download/v0.6.1/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: |
47257210de7941a2242a1e7f17d5c5a45442cda3bc4be876023a7bd1932025705679a4eec6244d264d364b4b7496ab4544023d1cb5e381588c24286dbe5fb8e2 /opt/bin/pupernetes
25dc8bcf68b5bd8d38e3a05068ee97766c6086f4aafff747a942785d0d334bd405ffd5c2651ad04aba237c2ee35e9f743f82a7cd110b319df6b498ad0bd664b4 /opt/bin/pupernetes
6 changes: 6 additions & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
- [v0.6.1](#v061)
- [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.1

### Bugfixes
* Fix the re-apply system #84

## v0.6.0

### Enhancement
Expand Down

0 comments on commit 58b6d4d

Please sign in to comment.