Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 6ad3f2d

Browse files
authored
update 3.9, 3.11 to parent image with new go Proxy (#237)
1 parent d132835 commit 6ad3f2d

File tree

4 files changed

+33
-5
lines changed

4 files changed

+33
-5
lines changed

python3.11/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111

1212
## 1.0.0
1313
Changes:
14+
- actionloop proxy version [email protected]
1415
- update all packages to their lates versions
1516

1617
Python version:
17-
- [3.9.9](https://www.python.org/downloads/release/python-399/)
18+
- [3.11.3](https://www.python.org/downloads/release/python-3113/)
1819

1920
Python packages:
2021
- The file [requirements.txt](requirements.txt) lists the packages we guarantee to be included in this runtime.<br/>

python3.11/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openwhisk/action-python-v3.11:4707653
1+
FROM openwhisk/action-python-v3.11:48b8a60
22

33
COPY requirements.txt requirements.txt
44

python3.9/CHANGELOG.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@
99
- [pypi ibm-watson](https://pypi.org/project/ibm-watson/)
1010
- [github ibm-watson](https://github.com/watson-developer-cloud/python-sdk)
1111

12+
# 1.3.0
13+
Changes:
14+
- actionloop proxy version [email protected]
15+
16+
Python version:
17+
- [3.9.16](https://www.python.org/downloads/release/python-3916/)
18+
19+
Python packages:
20+
- The file [requirements.txt](requirements.txt) lists the packages we guarantee to be included in this runtime.<br/>
21+
Ensure that you only use packages mentioned there.<br/>
22+
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 required by the referring package anymore.
23+
24+
1225
# 1.2.0
1326
Changes:
1427
- Update baseimage to get latest security fixes and new python base (4707653)
@@ -18,12 +31,26 @@ Changes:
1831
# 1.1.1
1932
Changes:
2033
- update baseimage tag to get latest security fixes and new python base (b74ffb7)
21-
- Python version as of deployment time >=3.9.16
34+
35+
Python version:
36+
- [3.9.16](https://www.python.org/downloads/release/python-3916/)
37+
38+
Python packages:
39+
- The file [requirements.txt](requirements.txt) lists the packages we guarantee to be included in this runtime.<br/>
40+
Ensure that you only use packages mentioned there.<br/>
41+
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 required by the referring package anymore.
2242

2343
## 1.1.0
2444
Changes:
2545
- Update to new parent image to get latest security fixes and to update to action proxy version [email protected].
26-
- Python version as of deployment time >=3.9.15
46+
47+
Python version:
48+
- [3.9.15](https://www.python.org/downloads/release/python-3915/)
49+
50+
Python packages:
51+
- The file [requirements.txt](requirements.txt) lists the packages we guarantee to be included in this runtime.<br/>
52+
Ensure that you only use packages mentioned there.<br/>
53+
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 required by the referring package anymore.
2754

2855
## 1.0.1
2956
Changes:

python3.9/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openwhisk/action-python-v3.9:4707653
1+
FROM openwhisk/action-python-v3.9:48b8a60
22

33
COPY requirements.txt requirements.txt
44

0 commit comments

Comments
 (0)