Skip to content

Commit 0171c39

Browse files
authored
Merge pull request #418 from mythi/readme-v18
add release 0.18 to the supported releases table
2 parents a9dbd72 + b5b1f4f commit 0171c39

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ matching Kubernetes versions are listed below:
217217

218218
| Branch | Kubernetes branch/version |
219219
|:------------------|:-------------------------------|
220+
| release-0.18 | Kubernetes 1.18 branch v1.18.x |
220221
| release-0.17 | Kubernetes 1.17 branch v1.17.x |
221222
| release-0.15 | Kubernetes 1.15 branch v1.15.x |
222223
| release-0.11 | Kubernetes 1.11 branch v1.11.x |

scripts/set-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ if [ $# != 1 ] || [ "$1" = "?" ] || [ "$1" = "--help" ]; then
1515
exit 1
1616
fi
1717

18-
sed -i -e "s;\(^TAG?*=\|intel/crypto-perf:\|intel/opae-nlb-demo:\|intel/intel-[^ ]*:\)[^ ]*;\1$1;g" $(git grep -l '^TAG?*=\|intel/crypto-perf:\|intel/opae-nlb-demo:\|intel/intel-[^ ]*:' Makefile deployments demo/*fpga*.yaml)
18+
sed -i -e "s;\(^TAG?*=\|intel/crypto-perf:\|intel/opae-nlb-demo:\|intel/intel-[^ ]*:\)[^ \"]*;\1$1;g" $(git grep -l '^TAG?*=\|intel/crypto-perf:\|intel/opae-nlb-demo:\|intel/intel-[^ ]*:' Makefile deployments demo/*fpga*.yaml)

0 commit comments

Comments
 (0)