Skip to content

Commit

Permalink
Update changelog and NOTICE
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticcloudclients committed Feb 9, 2022
1 parent c28517f commit bbd8316
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 22 deletions.
44 changes: 22 additions & 22 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
cloud-sdk-go
Copyright 2021-2022 Elasticsearch B.V.
Copyright 2022 Elasticsearch B.V.

This product includes software developed at Elasticsearch B.V. and
third-party software developed by the licenses listed below.

=========================================================================

github.com/davecgh/go-spew 0BSD
github.com/go-openapi/analysis Apache-2.0
github.com/go-openapi/errors Apache-2.0
github.com/go-openapi/runtime Apache-2.0
github.com/go-openapi/spec Apache-2.0
github.com/go-openapi/strfmt Apache-2.0
github.com/go-openapi/swag Apache-2.0
github.com/go-openapi/validate Apache-2.0
github.com/spf13/cobra Apache-2.0
go.mongodb.org/mongo-driver Apache-2.0
github.com/pkg/errors BSD-2-Clause
github.com/pmezard/go-difflib BSD-3-Clause
github.com/spf13/pflag BSD-3-Clause
golang.org/x/net BSD-3-Clause
github.com/asaskevich/govalidator MIT
github.com/blang/semver/v4 MIT
github.com/go-stack/stack MIT
github.com/mailru/easyjson MIT
github.com/mitchellh/mapstructure MIT
github.com/stretchr/testify MIT
github.com/hashicorp/go-multierror MPL-2.0
github.com/hashicorp/errwrap MPL-2.0-no-copyleft-exception
github.com/ghodss/yaml no license file was found
github.com/asaskevich/govalidator could not clone repo from github.com/asaskevich/[email protected]: repository not found
github.com/blang/semver/v4 could not clone repo from github.com/blang/semver/[email protected]: repository not found
github.com/davecgh/go-spew could not clone repo from github.com/davecgh/[email protected]: repository not found
github.com/ghodss/yaml could not clone repo from github.com/ghodss/[email protected]: repository not found
github.com/go-openapi/analysis could not clone repo from github.com/go-openapi/[email protected]: repository not found
github.com/go-openapi/errors could not clone repo from github.com/go-openapi/[email protected]: repository not found
github.com/go-openapi/runtime could not clone repo from github.com/go-openapi/[email protected]: repository not found
github.com/go-openapi/spec could not clone repo from github.com/go-openapi/[email protected]: repository not found
github.com/go-openapi/strfmt could not clone repo from github.com/go-openapi/[email protected]: repository not found
github.com/go-openapi/swag could not clone repo from github.com/go-openapi/[email protected]: repository not found
github.com/go-openapi/validate could not clone repo from github.com/go-openapi/[email protected]: repository not found
github.com/go-stack/stack could not clone repo from github.com/go-stack/[email protected]: repository not found
github.com/hashicorp/errwrap could not clone repo from github.com/hashicorp/[email protected]: repository not found
github.com/hashicorp/go-multierror could not clone repo from github.com/hashicorp/[email protected]: repository not found
github.com/mailru/easyjson could not clone repo from github.com/mailru/[email protected]: repository not found
github.com/mitchellh/mapstructure could not clone repo from github.com/mitchellh/[email protected]: repository not found
github.com/pmezard/go-difflib could not clone repo from github.com/pmezard/[email protected]: repository not found
github.com/spf13/cobra could not clone repo from github.com/spf13/[email protected]: repository not found
github.com/stretchr/testify could not clone repo from github.com/stretchr/[email protected]: repository not found
go.mongodb.org/mongo-driver could not clone repo from go.mongodb.org/[email protected]: repository not found
golang.org/x/net could not clone repo from golang.org/x/[email protected]: repository not found

=========================================================================
10 changes: 10 additions & 0 deletions notes/v1.8.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

This release of the Elastic Cloud SDK Go should be used for ECE Version `3.0.1`.

## Bug fixes

### Add plan tracking for `integrations_server` ([#386](https://github.com/elastic/cloud-sdk-go/issues/386))

Adds the missing plan tracking for the integrations server.

0 comments on commit bbd8316

Please sign in to comment.