Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Apache OpenWhisk Runtime Docker
Copyright 2016-2021 The Apache Software Foundation
Copyright 2016-2023 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
1 change: 1 addition & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
## 1.15.0
- Update base python image to `python:3.11-alpine`
- Update python dependacies
- Support array result include sequence action (#92)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we have to add a link to the PR explicitly just like this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the PR is to the same repository as the release, then GitHub automatically converts the short form (#92) to the appropriate link when it is in the description of the release. We only need the longer form when we want to link to a PR in a different repository. Thanks for thinking of this though.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


## 1.14.0
- Support for __OW_ACTION_VERSION (openwhisk/4761)
Expand Down