Skip to content

Commit

Permalink
chore: release 0.16.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pow-devops2020 committed Jan 1, 2023
1 parent 95b46c1 commit b868a18
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
### Linux

```shell
curl -L https://github.com/jenkins-x-plugins/kubeval/releases/download/v0.16.8/kubeval-linux-amd64.tar.gz | tar xzv
sudo mv kubeval /usr/local/bin
```

### macOS

```shell
curl -L https://github.com/jenkins-x-plugins/kubeval/releases/download/v0.16.8/kubeval-darwin-amd64.tar.gz | tar xzv
sudo mv kubeval /usr/local/bin
```

## Changes in version 0.16.8

### Documentation

* project no longer maintained (Carlos Sanchez)

0 comments on commit b868a18

Please sign in to comment.