Skip to content

Commit 91cd2e3

Browse files
authored
update runtime.json for 1.15.0 release wave (#644)
1 parent f095f30 commit 91cd2e3

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

helm/openwhisk/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
apiVersion: v2
1919
type: application
2020
name: openwhisk
21-
version: 0.2.5
21+
version: 0.2.6
2222
home: https://openwhisk.apache.org
2323
description: Apache OpenWhisk is an open source serverless cloud platform
2424
icon: https://raw.githubusercontent.com/apache/openwhisk/682eb5b62ee6ba8017ab54226c2ace3637f4f1ec/docs/images/whisk_icon_full-color_with_tm_64x64-300dpi.png

helm/openwhisk/runtimes-minimal-travis.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"image": {
2424
"prefix": "openwhisk",
2525
"name": "python3action",
26-
"tag": "1.14.0"
26+
"tag": "1.15.0"
2727
},
2828
"deprecated": false
2929
}
@@ -35,7 +35,7 @@
3535
"image": {
3636
"prefix": "openwhisk",
3737
"name": "action-swift-v4.2",
38-
"tag": "1.14.0"
38+
"tag": "1.15.0"
3939
},
4040
"deprecated": false,
4141
"attached": {

helm/openwhisk/runtimes.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"image": {
7272
"prefix": "openwhisk",
7373
"name": "python3action",
74-
"tag": "1.14.0"
74+
"tag": "1.15.0"
7575
},
7676
"deprecated": false,
7777
"attached": {
@@ -87,7 +87,7 @@
8787
"image": {
8888
"prefix": "openwhisk",
8989
"name": "action-swift-v4.2",
90-
"tag": "1.14.0"
90+
"tag": "1.15.0"
9191
},
9292
"deprecated": false,
9393
"attached": {
@@ -101,7 +101,7 @@
101101
"image": {
102102
"prefix": "openwhisk",
103103
"name": "action-swift-v5.1",
104-
"tag": "1.14.0"
104+
"tag": "1.15.0"
105105
},
106106
"deprecated": false,
107107
"attached": {
@@ -117,7 +117,7 @@
117117
"image": {
118118
"prefix": "openwhisk",
119119
"name": "java8action",
120-
"tag": "1.14.0"
120+
"tag": "1.15.0"
121121
},
122122
"deprecated": false,
123123
"attached": {
@@ -135,7 +135,7 @@
135135
"image": {
136136
"prefix": "openwhisk",
137137
"name": "action-php-v7.3",
138-
"tag": "1.14.0"
138+
"tag": "1.15.0"
139139
},
140140
"attached": {
141141
"attachmentName": "codefile",
@@ -149,7 +149,7 @@
149149
"image": {
150150
"prefix": "openwhisk",
151151
"name": "action-php-v7.4",
152-
"tag": "1.14.0"
152+
"tag": "1.15.0"
153153
},
154154
"attached": {
155155
"attachmentName": "codefile",
@@ -169,7 +169,7 @@
169169
"image": {
170170
"prefix": "openwhisk",
171171
"name": "action-ruby-v2.5",
172-
"tag": "1.14.0"
172+
"tag": "1.15.0"
173173
}
174174
}
175175
],
@@ -215,7 +215,7 @@
215215
"image": {
216216
"prefix": "openwhisk",
217217
"name": "action-rust-v1.34",
218-
"tag": "1.0.0"
218+
"tag": "1.1.0"
219219
}
220220
}
221221
],

0 commit comments

Comments
 (0)