From 03df1126c3b5205d642738479a08bb7cd66a03b3 Mon Sep 17 00:00:00 2001 From: Matt Rutkowski Date: Tue, 16 Mar 2021 12:23:33 -0500 Subject: [PATCH] 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 --- CHANGELOG.md | 119 +++++++++++++++++++++++++++++---------------------- NOTICE.txt | 2 +- go.mod | 4 +- go.sum | 9 ++++ 4 files changed, 81 insertions(+), 53 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12aa4f58a..bfef16118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,59 +19,78 @@ # Apache OpenWhisk WskDeploy -# 1.1.0 - * Upgrade to Go 1.15 (#1105) - * Added interpolation to docker option in manifest.yaml (#1100) - * Migrate to using Go Module to manage dependencies (#1101) - * doc: spec_apis.md basePath, relativePath (#1096) - * Remove misleading web-export key (#1092) - * Fix link to spec. docs for triggers and rules (#1093) - * Support alt namespace uuid as tenant id on swagger api creates/deletes (#1091) - * Fix max int. comparison for 386 archs (#1090) - * replace the last few uses of nodejs@6 with nodejs@10 (#1089) - * Enable Web Secure token for sequences on API create (#1087) - * Enable setting user-supplied auth tokens on API create via require-whisk-auth annotation (#1083) - * Add the ability to specify api via swagger in manifest (#1078) - * Updating runtimes cache to match server side (#1086) - * Deprecate nodejs:6 and update runtime metadata (#1085) - * Dummy token issue (#1081) - * Support alt. namespace resource uuid as tenant id on undeploy (#1080) - * Support alt. namespace resource uuid as tenant id to API gatway service (#1076) - * gradle version 5 (#1075) +## 1.2.0 + +- Migration from travis-ci.org to travis-ci.com (#1108) +- Generate hosts script (#1112) +- Remove ansible files from local in favor of core's version (#1113) +- Remove unsupported Darwin-386 (23-bit) from GoLang 1.15 build matrix (#1115) +- Remove unused Godeps files; update README for Go Modules (#1114) +- Add Rust extension to list of known runtimes (#1117) +- Fix gogradle plugin to stop using vendor directory (#1118) +- Rust 1.34 support (#1119) +- Documentation cleanup, post-gogradle build changes (#1120) +- Streamline README for Gradle and cross-architecture builds & upgrade gogradle plugin (#1122) +- Upgrade Gradle/Wrapper to latest version (#1123) +- Update openwhisk-client-go to release 1.1.0 as well as other pkg dependencies (#1124) + +## 1.1.0 + +- Upgrade to Go 1.15 (#1105) +- Added interpolation to docker option in manifest.yaml (#1100) +- Migrate to using Go Module to manage dependencies (#1101) +- doc: spec_apis.md basePath, relativePath (#1096) +- Remove misleading web-export key (#1092) +- Fix link to spec. docs for triggers and rules (#1093) +- Support alt namespace uuid as tenant id on swagger api creates/deletes (#1091) +- Fix max int. comparison for 386 archs (#1090) +- replace the last few uses of nodejs@6 with nodejs@10 (#1089) +- Enable Web Secure token for sequences on API create (#1087) +- Enable setting user-supplied auth tokens on API create via require-whisk-auth annotation (#1083) +- Add the ability to specify api via swagger in manifest (#1078) +- Updating runtimes cache to match server side (#1086) +- Deprecate nodejs:6 and update runtime metadata (#1085) +- Dummy token issue (#1081) +- Support alt. namespace resource uuid as tenant id on undeploy (#1080) +- Support alt. namespace resource uuid as tenant id to API gatway service (#1076) +- gradle version 5 (#1075) ## 1.0.0 - * Auto supply a dummy API GW token (#1068) - * Support Description field in corresponding entities (#1057) - * Honor WSK_CONFIG_FILE if variable is set (#1054) - * Update version of whisk modules (#1067) - * Update openwhisk-client-go version (#1059); Fixes #1050. - * Fixes export project with feed bug (#1052) - * Added date and commit SHA to the version command (#1047) - * Account for variability in Account Limits from various provider impls. (#1048) + +- Auto supply a dummy API GW token (#1068) +- Support Description field in corresponding entities (#1057) +- Honor WSK_CONFIG_FILE if variable is set (#1054) +- Update version of whisk modules (#1067) +- Update openwhisk-client-go version (#1059); Fixes #1050. +- Fixes export project with feed bug (#1052) +- Added date and commit SHA to the version command (#1047) +- Account for variability in Account Limits from various provider impls. (#1048) ## 0.10.0-incubating - * Fix language:default runtime setting (#1039) - * Link api schema to specification overview page (#1030) - * Add API entity schema (#1029) - * Only print info messages when the verbose flag is enabled (#1027) - * Enable programatic support for additional request headers (#1023) - * Add swift 4.2 (#1022) - * Add PHP 7.3 runtime (#1021) - * Add support for .Net dotnet:2.2 action kind (#1019) - * Add fallback method to find wskprops when go-client fails (#1015) - * Add ruby to specifications file (#1012) - * Add nodejs:10 kind for wskdeploy (#1011) - * Add support to parse the type slice (#1010) - * Add pkg and action version number with interpolation (#1009) - * Enable export verbose output (#996) - * Add go-runtime (#1006) - * Upgrade the Go version to 1.9 (#997) - * Introducing include and exclude in zip action (#991) - * Add ruby runtime (#983) - * Skipping response data in case of http request was successful (#981) - * Bug fix. Export shouldn't fail when ApiGW missing (#979) - * Added HTTP response documentation (#976) - * Fixed apigateway docs and example manifests (#974) + +- Fix language:default runtime setting (#1039) +- Link api schema to specification overview page (#1030) +- Add API entity schema (#1029) +- Only print info messages when the verbose flag is enabled (#1027) +- Enable programmatic support for additional request headers (#1023) +- Add swift 4.2 (#1022) +- Add PHP 7.3 runtime (#1021) +- Add support for .Net dotnet:2.2 action kind (#1019) +- Add fallback method to find wskprops when go-client fails (#1015) +- Add ruby to specifications file (#1012) +- Add nodejs:10 kind for wskdeploy (#1011) +- Add support to parse the type slice (#1010) +- Add pkg and action version number with interpolation (#1009) +- Enable export verbose output (#996) +- Add go-runtime (#1006) +- Upgrade the Go version to 1.9 (#997) +- Introducing include and exclude in zip action (#991) +- Add ruby runtime (#983) +- Skipping response data in case of http request was successful (#981) +- Bug fix. Export shouldn't fail when ApiGW missing (#979) +- Added HTTP response documentation (#976) +- Fixed apigateway docs and example manifests (#974) ## 0.9.8-incubating - Initial Apache Release + +- Initial Apache Release diff --git a/NOTICE.txt b/NOTICE.txt index ffd9bdf39..503fbc010 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,5 +1,5 @@ Apache OpenWhisk Wskdeploy -Copyright 2016-2020 The Apache Software Foundation +Copyright 2016-2021 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/go.mod b/go.mod index 95f30a420..998c63dac 100644 --- a/go.mod +++ b/go.mod @@ -1,9 +1,9 @@ module github.com/apache/openwhisk-wskdeploy -go 1.14 +go 1.15 require ( - github.com/apache/openwhisk-client-go v0.0.0-20200927152356-49c58e00354d + github.com/apache/openwhisk-client-go v0.0.0-20210311185314-87edc2364717 github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21 github.com/fatih/color v1.10.0 github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32 diff --git a/go.sum b/go.sum index 81d0ae733..514be3d0e 100644 --- a/go.sum +++ b/go.sum @@ -18,6 +18,10 @@ github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuy github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= github.com/apache/openwhisk-client-go v0.0.0-20200927152356-49c58e00354d h1:eRcVp/TIKFqI7adU1egUr4IYGhOA1PYu4B5C1IvwSgI= github.com/apache/openwhisk-client-go v0.0.0-20200927152356-49c58e00354d/go.mod h1:jLLKYP7+1+LFlIJW1n9U1gqeveLM1HIwa4ZHNOFxjPw= +github.com/apache/openwhisk-client-go v0.0.0-20210308161059-5cd1006dc35f h1:SVXVE9+snbgp5vtxfOQ7QrANTZQ/bcP9IFev6HXrtWc= +github.com/apache/openwhisk-client-go v0.0.0-20210308161059-5cd1006dc35f/go.mod h1:SAQU4bHGJ0sg6c1vQ8ojmQKXgGaneVnexWX4+2/KMr8= +github.com/apache/openwhisk-client-go v0.0.0-20210311185314-87edc2364717 h1:7MsAB3W6JH0d9TZ4UJ55rwV8AR9jXXZf97Uzk+CJqqs= +github.com/apache/openwhisk-client-go v0.0.0-20210311185314-87edc2364717/go.mod h1:SAQU4bHGJ0sg6c1vQ8ojmQKXgGaneVnexWX4+2/KMr8= github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o= github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY= 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 github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= +github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= 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 github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY= github.com/onsi/gomega v1.10.1 h1:o0+MgICZLuZ7xjH7Vx6zS/zcu93/BEp1VwkIW1mEXCE= github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo= +github.com/onsi/gomega v1.10.5/go.mod h1:gza4q3jKQJijlu05nKWRCW/GavJumGt8aNRxWg7mt48= github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= github.com/pelletier/go-toml v1.2.0 h1:T5zMGML61Wp+FlcbWjRDT7yAxhJNAiPPLOFECq181zc= 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 github.com/pkg/sftp v1.10.1/go.mod h1:lYOWFsE0bwd1+KfKJaKeuokY15vzFx25BLbzYYoAxZI= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= +github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI= github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= 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 github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.1.1 h1:2vfRuCMp5sSVIDSqO8oNnWJq7mPa6KVP3iPIwFBuy8A= github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= +github.com/stretchr/objx v0.3.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE= github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= 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 golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20201021035429-f5854403a974 h1:IX6qOQeG5uLjB/hjjwjedwfjND0hgjPMMyO1RoIXQNI= golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= +golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=