Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Add a change log. #5014
Add a change log. #5014
Conversation
|
|
||
| ## Apache 1.0.0 | ||
| ### Branch: [1.0.0](https://github.com/apache/openwhisk/tree/1.0.0) | ||
| ### Notable changes |
style95
Oct 26, 2020
Author
Member
I reviewed all commits since 0.9.0 and arbitrarily chose notable changes.
Please let me know if anything is missing or should be removed.
I reviewed all commits since 0.9.0 and arbitrarily chose notable changes.
Please let me know if anything is missing or should be removed.
bdoyle0182
Oct 26, 2020
Contributor
Thank you for doing this. That was quite a large list of changes to go through over the last couple years
Thank you for doing this. That was quite a large list of changes to go through over the last couple years
|
I think |
| ### Branch: [1.0.0](https://github.com/apache/openwhisk/tree/1.0.0) | ||
| ### Notable changes | ||
| - Improvements to parameter encryption to support per-namespace keys. ([#4855](https://github.com/apache/openwhisk/pull/4855), [@rabbah](https://github.com/rabbah)) | ||
| - Use latest code if action's revision is mismatched. ([#4954](https://github.com/apache/openwhisk/pull/4954), [@upgle](https://github.com/upgle)) |
style95
Oct 26, 2020
Author
Member
I followed a similar format with the changelog of the K8S project.
Hoping this could give another credit to contributors.
I followed a similar format with the changelog of the K8S project.
Hoping this could give another credit to contributors.
|
|
|
Small nit, we're not consistent in how we refer to runtimes. I left them alone because I couldn't decide if we should use |
| - Update docker client version to 18.06.3. ([#4430](https://github.com/apache/openwhisk/pull/4430), [@style95](https://github.com/style95)) | ||
| - Add `binding` annotation to record an action path not resolved. ([#4211](https://github.com/apache/openwhisk/pull/4211), [@upgle](https://github.com/upgle)) | ||
| - Add SPI for invoker. ([#4453](https://github.com/apache/openwhisk/pull/4453), [@style95](https://github.com/style95)) | ||
| - Enable couchdb persist_path in a distributed environment as well. ([#4290](https://github.com/apache/openwhisk/pull/4290), [@style95](https://github.com/style95)) |
rabbah
Oct 26, 2020
Member
Suggested change
- Enable couchdb persist_path in a distributed environment as well. ([#4290](https://github.com/apache/openwhisk/pull/4290), [@style95](https://github.com/style95))
- Enable CouchDB `persist_path` in a distributed environment. ([#4290](https://github.com/apache/openwhisk/pull/4290), [@style95](https://github.com/style95))
| - Enable couchdb persist_path in a distributed environment as well. ([#4290](https://github.com/apache/openwhisk/pull/4290), [@style95](https://github.com/style95)) | |
| - Enable CouchDB `persist_path` in a distributed environment. ([#4290](https://github.com/apache/openwhisk/pull/4290), [@style95](https://github.com/style95)) |
Codecov Report
@@ Coverage Diff @@
## master #5014 +/- ##
==========================================
- Coverage 83.75% 76.91% -6.84%
==========================================
Files 202 202
Lines 9786 9786
Branches 409 409
==========================================
- Hits 8196 7527 -669
- Misses 1590 2259 +669
Continue to review full report at Codecov.
|
Co-authored-by: rodric rabbah <rodric@gmail.com>
| - Add NodeJS 14 runtime. ([#4902](https://github.com/apache/openwhisk/pull/4902), [@rabbah](https://github.com/rabbah)) | ||
| - Create AES128 and AES256 encryption for parameters. ([#4756](https://github.com/apache/openwhisk/pull/4756), [@mcdan](https://github.com/mcdan)) | ||
| - Implement an ElasticSearchActivationStore. ([#4724](https://github.com/apache/openwhisk/pull/4724), [@jiangpengcheng](https://github.com/jiangpengcheng)) | ||
| - Add Swift 5.1 runtime to runtimes.json. ([#4803](https://github.com/apache/openwhisk/pull/4803), [@dgrove-oss](https://github.com/dgrove-oss)) |
style95
Oct 27, 2020
Author
Member
I looked into our runtime repositories and chose the following format to specify runtimes.
{Lang} {Version} {runtime/kind}
So I updated the mentioned runtimes as follow:
- NodeJS 14 runtime
- Swift 5.1 runtime
- .NET Core 3.1 runtime
- PHP 7.4 runtime
- Ruby 2.5 runtime
And they conform to the format in our runtime repositories.
I looked into our runtime repositories and chose the following format to specify runtimes.
{Lang} {Version} {runtime/kind}
So I updated the mentioned runtimes as follow:
- NodeJS 14 runtime
- Swift 5.1 runtime
- .NET Core 3.1 runtime
- PHP 7.4 runtime
- Ruby 2.5 runtime
And they conform to the format in our runtime repositories.
|
LGTM; thanks for the effort on this! |
|
I merged this to release the OW 1.0.0. |
This is to add the
CHANGELOG.md.I think we need to merge this PR into the master branch to add the initial version of
CHANGELOG.mdthat includes the content for0.9.0-incubating.And Add one more commit to the
1.0.0branch to update theCHANGELOG.mdto includes the changes since0.9.0-incubating.