Skip to content

Commit cd70cae

Browse files
committed
Drop patch number from kind.
1 parent d8c4670 commit cd70cae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ansible/files/runtimes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286
],
287287
"ballerina": [
288288
{
289-
"kind": "ballerina:0.990.2",
289+
"kind": "ballerina:0.990",
290290
"default": true,
291291
"image": {
292292
"prefix": "openwhisk",

core/controller/src/main/resources/apiv1swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1906,7 +1906,7 @@
19061906
"swift:4.1",
19071907
"swift:4.2",
19081908
"dotnet:2.2",
1909-
"ballerina:0.990.2"
1909+
"ballerina:0.990"
19101910
],
19111911
"description": "the type of action"
19121912
},

docs/actions-ballerina.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ You can create an OpenWhisk action called `bello` from the function above as fol
5454
ballerina build hello.bal
5555
5656
# use the .balx file to create the action
57-
wsk action create bello hello.balx --kind ballerina:0.990.2
57+
wsk action create bello hello.balx --kind ballerina:0.990
5858
```
5959

6060
The CLI does not yet automatically infer the type of the action from the source file extension.

0 commit comments

Comments
 (0)