You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 17, 2025. It is now read-only.
- Update to a new parent image to catch security fixes for the action loop proxy /bin/proxy.
- Also show the actual python and /bin/proxy version in the build output to make check if vulnerability fixes need to be applied easier.
- The runtime provides [python v3.7](python3.7/) with a set of [python packages](python3.7/requirements.txt), see [python3.7/CHANGELOG.md](python3.7/CHANGELOG.md)
5
5
- The runtime provides [python v3.6](python3.6/) with a set of [python packages](python3.6/requirements.txt), see [python3.6/CHANGELOG.md](python3.6/CHANGELOG.md)
- The file [requirements.txt](requirements.txt) lists the packages we guarantee to be included in this runtime.<br/>
12
+
Ensure that you only use packages mentioned there.<br/>
13
+
Other python packages might be part of this runtime, but only due to indirect dependencies of the above listed packages. These indirectly included packages are candidates to be removed at any time in case they are not requ>
14
+
3
15
## 1.22.3
4
16
Changes:
5
17
- Update GO_PROXY_RELEASE_VERSION to 1.15@1.18.0.
@@ -13,7 +25,6 @@ Python packages:
13
25
Ensure that you only use packages mentioned there.<br/>
14
26
Other python packages might be part of this runtime, but only due to indirect dependencies of the above listed packages. These indirectly included packages are candidates to be removed at any time in case they are not requ>
15
27
16
-
17
28
## 1.22.2
18
29
Changes:
19
30
- Use renamed openwhisk/action-python-v3.7 (was openwhisk/actionloop-python-v3.7) parent image.
0 commit comments