This repository was archived by the owner on Jan 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +11
-3
lines changed Expand file tree Collapse file tree 5 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
# IBM Functions Python 3.7 Runtime Container
2
2
3
+ ## 1.23.0
4
+ Changes:
5
+ - Update to new parent image to get latest security fixes and to update to action proxy version 1.18@1.17.1.
6
+
3
7
## 1.22.5
4
8
Changes:
5
9
- Update to new parent image to get latest security fixes
Original file line number Diff line number Diff line change 1
- FROM openwhisk/action-python-v3.7:29065c9
1
+ FROM openwhisk/action-python-v3.7:2de7220
2
2
3
3
COPY requirements.txt requirements.txt
4
4
Original file line number Diff line number Diff line change 9
9
- [ pypi ibm-watson] ( https://pypi.org/project/ibm-watson/ )
10
10
- [ github ibm-watson] ( https://github.com/watson-developer-cloud/python-sdk )
11
11
12
+ ## 1.1.0
13
+ Changes:
14
+ - Update to new parent image to get latest security fixes and to update to action proxy version 1.18@1.17.1.
15
+
12
16
## 1.0.1
13
17
Changes:
14
18
- update pip packages in requirements.txt
Original file line number Diff line number Diff line change 1
- FROM openwhisk/action-python-v3.9:29065c9
1
+ FROM openwhisk/action-python-v3.9:2de7220
2
2
3
3
COPY requirements.txt requirements.txt
4
4
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ git clone https://github.com/ibm-functions/openwhisk.git openwhisk
15
15
cd openwhisk
16
16
# Use a fixed commit to run the tests, to explicitly control when changes are consumed.
17
17
# Commit: minor version bump of azure-storage-blob to fix builds (#5150)
18
- git checkout 7ae02b8ede4f4b4068b3b95dbc3f02f902d936c9
18
+ git checkout 92f5d870bdecf01ccf0bf46baac582955fdbdfa6
19
19
20
20
# setup the openwhisk environment
21
21
./tools/travis/setup.sh
You can’t perform that action at this time.
0 commit comments