Skip to content

Commit f18e9d5

Browse files
authored
add swift:5.3 kind and change default from swift:4.2 to swift:5.3 (#5020)
1 parent 1142068 commit f18e9d5

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

ansible/files/runtimes.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"swift": [
104104
{
105105
"kind": "swift:4.2",
106-
"default": true,
106+
"default": false,
107107
"image": {
108108
"prefix": "openwhisk",
109109
"name": "action-swift-v4.2",
@@ -128,6 +128,20 @@
128128
"attachmentName": "codefile",
129129
"attachmentType": "text/plain"
130130
}
131+
},
132+
{
133+
"kind": "swift:5.3",
134+
"default": true,
135+
"image": {
136+
"prefix": "openwhisk",
137+
"name": "action-swift-v5.3",
138+
"tag": "nightly"
139+
},
140+
"deprecated": false,
141+
"attached": {
142+
"attachmentName": "codefile",
143+
"attachmentType": "text/plain"
144+
}
131145
}
132146
],
133147
"java": [

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2014,6 +2014,7 @@
20142014
"sequence",
20152015
"swift:4.2",
20162016
"swift:5.1",
2017+
"swift:5.3",
20172018
"swift:default",
20182019
"dotnet:2.2",
20192020
"dotnet:3.1",

0 commit comments

Comments
 (0)