This is an automated email from the ASF dual-hosted git repository.
dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-python.git
The following commit(s) were added to refs/heads/master by this push:
new 944d7a8 prep for 1.19.0 release (#154)
944d7a8 is described below
commit 944d7a840f0622d4c09827a8d6339d95245bcb3f
Author: David Grove <[email protected]>
AuthorDate: Thu Feb 1 10:56:50 2024 -0500
prep for 1.19.0 release (#154)
---
NOTICE.txt | 2 +-
core/CHANGELOG.md | 7 +++++--
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/NOTICE.txt b/NOTICE.txt
index d63b1ec..e785a7f 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
Apache OpenWhisk Runtime Python
-Copyright 2016-2023 The Apache Software Foundation
+Copyright 2016-2024 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md
index 0145a55..e3ef51e 100644
--- a/core/CHANGELOG.md
+++ b/core/CHANGELOG.md
@@ -19,8 +19,11 @@
# Python 3 OpenWhisk Runtime Container
-## Next version
- - Update the python:3.11 and the python:3.10 action runtimes to bookworm as
buster is in the final support phase and therefore the vulnerability updates
for buster are more and more delayed. (#146)
+## 1.19.0
+ - Add Python 3.12 Runtime (#152)
+ - Update python:3.11 and python:3.10 runtimes to Debian bookworm (#146)
+ - Update go proxy to [email protected] (#148)
+ - Drop support for Python 3.7 (EOL June 2023) (#147)
## 1.18.0
- Add Python 3.10 runtime. (#128)