Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(legal): update dependencies and regenerate notice. #79

Merged
merged 1 commit into from
Nov 15, 2021
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: 2 additions & 0 deletions .wwhrd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,5 @@ exceptions:
- github.com/hashicorp/serf/coordinate
# MPL-2.0 - https://github.com/hashicorp/consul/blob/main/LICENSE
- github.com/hashicorp/consul/api
# BSD-2.0 - https://github.com/Nvveen/Gotty/blob/master/LICENSE
- github.com/Nvveen/Gotty
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ BREAKING-CHANGES:
* bundle/dump: Parameter `--jmespath` as been renamed to `--query`. [#77](https://github.com/elastic/harp/pull/77)
* deprecation: Package `github.com/elastic/harp/pkg/bundle/vfs` has been removed. The Golang 1.16 `fs.FS` implementation must be used and located at `github.com/elastic/harp/pkg/bundle/fs`. [#77](https://github.com/elastic/harp/pull/77)

CHANGES:

FEATURES:

* bundle/encryption: Partial bundle encryption based on annotations. [#77](https://github.com/elastic/harp/pull/77)
Expand All @@ -24,6 +22,20 @@ FEATURES:
* sdk/cmdutil: `NewClosedWriter()` is a `io.Writer` implementation who always return on `Write()` calls. [#77](https://github.com/elastic/harp/pull/77)
* pkg/kv: integration tests and behavior validation test suite. [#78](https://github.com/elastic/harp/pull/78)

CHANGES:

* sdk/dep: [#79](https://github.com/elastic/harp/pull/79)
* github.com/google/gops v0.3.22
* github.com/gosimple/slug v1.11.2
* github.com/hashicorp/consul/api v1.11.0
* github.com/hashicorp/vault/api v1.3.0
* github.com/zclconf/go-cty v1.10.0
* go.step.sm/crypto v0.13.0
* golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa
* golang.org/x/sys v0.0.0-20211113001501-0c823b97ae02
* google.golang.org/genproto v0.0.0-20211112145013-271947fe86fd
* google.golang.org/grpc v1.42.0

DIST:

* go: Build with Golang 1.17.3.
Expand Down
8,868 changes: 6,249 additions & 2,619 deletions NOTICE.txt

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions build/legal/overrides/overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@
{"name": "github.com/pascaldekloe/goe", "licenceType": "Public Domain"}
{"name": "github.com/dnaeon/go-vcr", "licenceType": "MIT"}
{"name": "github.com/chzyer/logex", "licenceType": "MIT"}
{"name": "github.com/xeipuuv/gojsonpointer", "licenceType": "Apache-2.0"}
{"name": "github.com/xeipuuv/gojsonreference", "licenceType": "Apache-2.0"}
{"name": "github.com/xeipuuv/gojsonschema", "licenceType": "Apache-2.0"}
{"name": "github.com/opencontainers/go-digest", "licenceType": "Apache-2.0"}
71 changes: 48 additions & 23 deletions docs/dependencies.asciidoc

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ require (
github.com/google/cel-go v0.9.0
github.com/google/go-cmp v0.5.6
github.com/google/gofuzz v1.2.0
github.com/google/gops v0.3.21
github.com/gosimple/slug v1.11.0
github.com/hashicorp/consul/api v1.10.1
github.com/google/gops v0.3.22
github.com/gosimple/slug v1.11.2
github.com/hashicorp/consul/api v1.11.0
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/hashicorp/hcl v1.0.0
github.com/hashicorp/hcl/v2 v2.10.1
github.com/hashicorp/vault/api v1.2.0
github.com/hashicorp/vault/api v1.3.0
github.com/iancoleman/strcase v0.2.0
github.com/imdario/mergo v0.3.12
github.com/jmespath/go-jmespath v0.4.0
Expand All @@ -58,17 +58,17 @@ require (
github.com/spf13/viper v1.9.0
github.com/stretchr/testify v1.7.0
github.com/ugorji/go/codec v1.2.6
github.com/zclconf/go-cty v1.9.1
github.com/zclconf/go-cty v1.10.0
gitlab.com/NebulousLabs/merkletree v0.0.0-20200118113624-07fbf710afc4
go.etcd.io/etcd/client/v3 v3.5.1
go.step.sm/crypto v0.12.0
go.step.sm/crypto v0.13.0
go.uber.org/zap v1.19.1
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20211023085530-d6a326fbbf70
golang.org/x/sys v0.0.0-20211113001501-0c823b97ae02
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
google.golang.org/genproto v0.0.0-20211021150943-2b146023228c
google.golang.org/grpc v1.41.0
google.golang.org/genproto v0.0.0-20211112145013-271947fe86fd
google.golang.org/grpc v1.42.0
google.golang.org/protobuf v1.27.1
gopkg.in/square/go-jose.v2 v2.6.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
Expand Down
167 changes: 52 additions & 115 deletions go.sum

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion pkg/sdk/platform/diagnostic/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,7 @@ func Register(ctx context.Context, conf *Config, r *http.ServeMux) (func(), erro
}

// No error
return func() {}, nil
return func() {
agent.Close()
}, nil
}
Binary file removed test.bundle
Binary file not shown.