Skip to content

Commit 03df112

Browse files
authored
Prep. for potential 1.2.0 release (#1126)
* Prep. for potential 1.2.0 release * Update OpenWisk Client Go dependency to new release version 1.2.0
1 parent c2eb32f commit 03df112

File tree

4 files changed

+81
-53
lines changed

4 files changed

+81
-53
lines changed

CHANGELOG.md

+69-50
Original file line numberDiff line numberDiff line change
@@ -19,59 +19,78 @@
1919

2020
# Apache OpenWhisk WskDeploy
2121

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)
4157

4258
## 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)
5168

5269
## 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)
7593

7694
## 0.9.8-incubating
77-
Initial Apache Release
95+
96+
- Initial Apache Release

NOTICE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache OpenWhisk Wskdeploy
2-
Copyright 2016-2020 The Apache Software Foundation
2+
Copyright 2016-2021 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module github.com/apache/openwhisk-wskdeploy
22

3-
go 1.14
3+
go 1.15
44

55
require (
6-
github.com/apache/openwhisk-client-go v0.0.0-20200927152356-49c58e00354d
6+
github.com/apache/openwhisk-client-go v0.0.0-20210311185314-87edc2364717
77
github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
88
github.com/fatih/color v1.10.0
99
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32

go.sum

+9
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuy
1818
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
1919
github.com/apache/openwhisk-client-go v0.0.0-20200927152356-49c58e00354d h1:eRcVp/TIKFqI7adU1egUr4IYGhOA1PYu4B5C1IvwSgI=
2020
github.com/apache/openwhisk-client-go v0.0.0-20200927152356-49c58e00354d/go.mod h1:jLLKYP7+1+LFlIJW1n9U1gqeveLM1HIwa4ZHNOFxjPw=
21+
github.com/apache/openwhisk-client-go v0.0.0-20210308161059-5cd1006dc35f h1:SVXVE9+snbgp5vtxfOQ7QrANTZQ/bcP9IFev6HXrtWc=
22+
github.com/apache/openwhisk-client-go v0.0.0-20210308161059-5cd1006dc35f/go.mod h1:SAQU4bHGJ0sg6c1vQ8ojmQKXgGaneVnexWX4+2/KMr8=
23+
github.com/apache/openwhisk-client-go v0.0.0-20210311185314-87edc2364717 h1:7MsAB3W6JH0d9TZ4UJ55rwV8AR9jXXZf97Uzk+CJqqs=
24+
github.com/apache/openwhisk-client-go v0.0.0-20210311185314-87edc2364717/go.mod h1:SAQU4bHGJ0sg6c1vQ8ojmQKXgGaneVnexWX4+2/KMr8=
2125
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=
2226
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY=
2327
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
@@ -39,6 +43,7 @@ github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8
3943
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
4044
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
4145
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
46+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
4247
github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
4348
github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no=
4449
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
@@ -175,6 +180,7 @@ github.com/onsi/ginkgo v1.15.0/go.mod h1:hF8qUzuuC8DJGygJH3726JnCZX4MYbRB8yFfISq
175180
github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY=
176181
github.com/onsi/gomega v1.10.1 h1:o0+MgICZLuZ7xjH7Vx6zS/zcu93/BEp1VwkIW1mEXCE=
177182
github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo=
183+
github.com/onsi/gomega v1.10.5/go.mod h1:gza4q3jKQJijlu05nKWRCW/GavJumGt8aNRxWg7mt48=
178184
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
179185
github.com/pelletier/go-toml v1.2.0 h1:T5zMGML61Wp+FlcbWjRDT7yAxhJNAiPPLOFECq181zc=
180186
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
@@ -185,6 +191,7 @@ github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE
185191
github.com/pkg/sftp v1.10.1/go.mod h1:lYOWFsE0bwd1+KfKJaKeuokY15vzFx25BLbzYYoAxZI=
186192
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
187193
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
194+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
188195
github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI=
189196
github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw=
190197
github.com/prometheus/client_golang v0.9.3/go.mod h1:/TN21ttK/J9q6uSwhBd54HahCDft0ttaMvbicHlPoso=
@@ -232,6 +239,7 @@ github.com/spf13/viper v1.7.1/go.mod h1:8WkrPz2fc9jxqZNCJI/76HCieCp4Q8HaLFoCha5q
232239
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
233240
github.com/stretchr/objx v0.1.1 h1:2vfRuCMp5sSVIDSqO8oNnWJq7mPa6KVP3iPIwFBuy8A=
234241
github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
242+
github.com/stretchr/objx v0.3.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE=
235243
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
236244
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
237245
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
@@ -294,6 +302,7 @@ golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7 h1:AeiKBIuRw3UomYXSbLy0Mc2dD
294302
golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A=
295303
golang.org/x/net v0.0.0-20201021035429-f5854403a974 h1:IX6qOQeG5uLjB/hjjwjedwfjND0hgjPMMyO1RoIXQNI=
296304
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
305+
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
297306
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
298307
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
299308
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=

0 commit comments

Comments
 (0)