Skip to content

Commit

Permalink
Merge pull request #4 from cytopia/release-0.3
Browse files Browse the repository at this point in the history
Bump versions
  • Loading branch information
cytopia committed Mar 31, 2021
2 parents db4598f + d1cc573 commit 0e762e1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
matrix:
version:
- 'latest'
- '0.16'
- '0.15'
- '0.14'
- '0.13'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
matrix:
version:
- 'latest'
- '0.16'
- '0.15'
- '0.14'
- '0.13'
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ _test-version:
LATEST="$$( \
curl -L -sS https://github.com/instrumenta/kubeval/releases/ \
| tac | tac \
| grep -Eo "instrumenta/kubeval/releases/tag/[.0-9]+" \
| grep -Eo "instrumenta/kubeval/releases/tag/v?[.0-9]+" \
| sed 's/.*tag\///g' \
| sort -V \
| tail -1 \
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ The following Docker image tags are rolling releases and are built and updated e
| Docker tag | Explanation |
|-----------------|-------------|
| `latest` | Latest stable version |
| `0.16` | Latest stable `0.16.x` version |
| `0.15` | Latest stable `0.15.x` version |
| `0.14` | Latest stable `0.14.x` version |
| `0.13` | Latest stable `0.13.x` version |
Expand All @@ -82,6 +83,7 @@ The following Docker image tags are built once and can be used for reproducible
| Docker tag | Explanation |
|-----------------|-------------|
| `latest-<TAG>` | Latest stable version when this repository was git tagged |
| `0.16-<TAG>` | Latest stable 0.16.x version when this repository was git tagged |
| `0.15-<TAG>` | Latest stable 0.15.x version when this repository was git tagged |
| `0.14-<TAG>` | Latest stable 0.14.x version when this repository was git tagged |
| `0.13-<TAG>` | Latest stable 0.13.x version when this repository was git tagged |
Expand Down

0 comments on commit 0e762e1

Please sign in to comment.