|
19 | 19 |
|
20 | 20 | # Apache OpenWhisk WskDeploy |
21 | 21 |
|
22 | | -# 1.1.0 |
23 | | - * Upgrade to Go 1.15 (#1105) |
24 | | - * Added interpolation to docker option in manifest.yaml (#1100) |
25 | | - * Migrate to using Go Module to manage dependencies (#1101) |
26 | | - * doc: spec_apis.md basePath, relativePath (#1096) |
27 | | - * Remove misleading web-export key (#1092) |
28 | | - * Fix link to spec. docs for triggers and rules (#1093) |
29 | | - * Support alt namespace uuid as tenant id on swagger api creates/deletes (#1091) |
30 | | - * Fix max int. comparison for 386 archs (#1090) |
31 | | - * replace the last few uses of nodejs@6 with nodejs@10 (#1089) |
32 | | - * Enable Web Secure token for sequences on API create (#1087) |
33 | | - * Enable setting user-supplied auth tokens on API create via require-whisk-auth annotation (#1083) |
34 | | - * Add the ability to specify api via swagger in manifest (#1078) |
35 | | - * Updating runtimes cache to match server side (#1086) |
36 | | - * Deprecate nodejs:6 and update runtime metadata (#1085) |
37 | | - * Dummy token issue (#1081) |
38 | | - * Support alt. namespace resource uuid as tenant id on undeploy (#1080) |
39 | | - * Support alt. namespace resource uuid as tenant id to API gatway service (#1076) |
40 | | - * gradle version 5 (#1075) |
| 22 | +## 1.2.0 |
| 23 | + |
| 24 | +- Migration from travis-ci.org to travis-ci.com (#1108) |
| 25 | +- Generate hosts script (#1112) |
| 26 | +- Remove ansible files from local in favor of core's version (#1113) |
| 27 | +- Remove unsupported Darwin-386 (23-bit) from GoLang 1.15 build matrix (#1115) |
| 28 | +- Remove unused Godeps files; update README for Go Modules (#1114) |
| 29 | +- Add Rust extension to list of known runtimes (#1117) |
| 30 | +- Fix gogradle plugin to stop using vendor directory (#1118) |
| 31 | +- Rust 1.34 support (#1119) |
| 32 | +- Documentation cleanup, post-gogradle build changes (#1120) |
| 33 | +- Streamline README for Gradle and cross-architecture builds & upgrade gogradle plugin (#1122) |
| 34 | +- Upgrade Gradle/Wrapper to latest version (#1123) |
| 35 | +- Update openwhisk-client-go to release 1.1.0 as well as other pkg dependencies (#1124) |
| 36 | + |
| 37 | +## 1.1.0 |
| 38 | + |
| 39 | +- Upgrade to Go 1.15 (#1105) |
| 40 | +- Added interpolation to docker option in manifest.yaml (#1100) |
| 41 | +- Migrate to using Go Module to manage dependencies (#1101) |
| 42 | +- doc: spec_apis.md basePath, relativePath (#1096) |
| 43 | +- Remove misleading web-export key (#1092) |
| 44 | +- Fix link to spec. docs for triggers and rules (#1093) |
| 45 | +- Support alt namespace uuid as tenant id on swagger api creates/deletes (#1091) |
| 46 | +- Fix max int. comparison for 386 archs (#1090) |
| 47 | +- replace the last few uses of nodejs@6 with nodejs@10 (#1089) |
| 48 | +- Enable Web Secure token for sequences on API create (#1087) |
| 49 | +- Enable setting user-supplied auth tokens on API create via require-whisk-auth annotation (#1083) |
| 50 | +- Add the ability to specify api via swagger in manifest (#1078) |
| 51 | +- Updating runtimes cache to match server side (#1086) |
| 52 | +- Deprecate nodejs:6 and update runtime metadata (#1085) |
| 53 | +- Dummy token issue (#1081) |
| 54 | +- Support alt. namespace resource uuid as tenant id on undeploy (#1080) |
| 55 | +- Support alt. namespace resource uuid as tenant id to API gatway service (#1076) |
| 56 | +- gradle version 5 (#1075) |
41 | 57 |
|
42 | 58 | ## 1.0.0 |
43 | | - * Auto supply a dummy API GW token (#1068) |
44 | | - * Support Description field in corresponding entities (#1057) |
45 | | - * Honor WSK_CONFIG_FILE if variable is set (#1054) |
46 | | - * Update version of whisk modules (#1067) |
47 | | - * Update openwhisk-client-go version (#1059); Fixes #1050. |
48 | | - * Fixes export project with feed bug (#1052) |
49 | | - * Added date and commit SHA to the version command (#1047) |
50 | | - * Account for variability in Account Limits from various provider impls. (#1048) |
| 59 | + |
| 60 | +- Auto supply a dummy API GW token (#1068) |
| 61 | +- Support Description field in corresponding entities (#1057) |
| 62 | +- Honor WSK_CONFIG_FILE if variable is set (#1054) |
| 63 | +- Update version of whisk modules (#1067) |
| 64 | +- Update openwhisk-client-go version (#1059); Fixes #1050. |
| 65 | +- Fixes export project with feed bug (#1052) |
| 66 | +- Added date and commit SHA to the version command (#1047) |
| 67 | +- Account for variability in Account Limits from various provider impls. (#1048) |
51 | 68 |
|
52 | 69 | ## 0.10.0-incubating |
53 | | - * Fix language:default runtime setting (#1039) |
54 | | - * Link api schema to specification overview page (#1030) |
55 | | - * Add API entity schema (#1029) |
56 | | - * Only print info messages when the verbose flag is enabled (#1027) |
57 | | - * Enable programatic support for additional request headers (#1023) |
58 | | - * Add swift 4.2 (#1022) |
59 | | - * Add PHP 7.3 runtime (#1021) |
60 | | - * Add support for .Net dotnet:2.2 action kind (#1019) |
61 | | - * Add fallback method to find wskprops when go-client fails (#1015) |
62 | | - * Add ruby to specifications file (#1012) |
63 | | - * Add nodejs:10 kind for wskdeploy (#1011) |
64 | | - * Add support to parse the type slice (#1010) |
65 | | - * Add pkg and action version number with interpolation (#1009) |
66 | | - * Enable export verbose output (#996) |
67 | | - * Add go-runtime (#1006) |
68 | | - * Upgrade the Go version to 1.9 (#997) |
69 | | - * Introducing include and exclude in zip action (#991) |
70 | | - * Add ruby runtime (#983) |
71 | | - * Skipping response data in case of http request was successful (#981) |
72 | | - * Bug fix. Export shouldn't fail when ApiGW missing (#979) |
73 | | - * Added HTTP response documentation (#976) |
74 | | - * Fixed apigateway docs and example manifests (#974) |
| 70 | + |
| 71 | +- Fix language:default runtime setting (#1039) |
| 72 | +- Link api schema to specification overview page (#1030) |
| 73 | +- Add API entity schema (#1029) |
| 74 | +- Only print info messages when the verbose flag is enabled (#1027) |
| 75 | +- Enable programmatic support for additional request headers (#1023) |
| 76 | +- Add swift 4.2 (#1022) |
| 77 | +- Add PHP 7.3 runtime (#1021) |
| 78 | +- Add support for .Net dotnet:2.2 action kind (#1019) |
| 79 | +- Add fallback method to find wskprops when go-client fails (#1015) |
| 80 | +- Add ruby to specifications file (#1012) |
| 81 | +- Add nodejs:10 kind for wskdeploy (#1011) |
| 82 | +- Add support to parse the type slice (#1010) |
| 83 | +- Add pkg and action version number with interpolation (#1009) |
| 84 | +- Enable export verbose output (#996) |
| 85 | +- Add go-runtime (#1006) |
| 86 | +- Upgrade the Go version to 1.9 (#997) |
| 87 | +- Introducing include and exclude in zip action (#991) |
| 88 | +- Add ruby runtime (#983) |
| 89 | +- Skipping response data in case of http request was successful (#981) |
| 90 | +- Bug fix. Export shouldn't fail when ApiGW missing (#979) |
| 91 | +- Added HTTP response documentation (#976) |
| 92 | +- Fixed apigateway docs and example manifests (#974) |
75 | 93 |
|
76 | 94 | ## 0.9.8-incubating |
77 | | - Initial Apache Release |
| 95 | + |
| 96 | +- Initial Apache Release |
0 commit comments