Skip to content

Commit 5fac1de

Browse files
committed
bump the k8s version to 1.6
1 parent d8783b8 commit 5fac1de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Once installed run `openapi2jsonschema`
6363

6464
```bash
6565
mkdir -p schema
66-
openapi2jsonschema output.json -o schema/ --stand-alone
66+
openapi2jsonschema --strict output.json -o schema/ --stand-alone
6767
```
6868

6969
Now all the JSONSchemas are generated in `schema` directory. The one that is most important

scripts/k8s-release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
release-1.7
1+
release-1.6

0 commit comments

Comments
 (0)