You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can consider periodic image license scanning here too once the problem is solved in CAPI.
/close
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
Note: this issue is mostly being lead in core CAPI with this being a mirror issue for CAPV. The problems with both repos are the same, but more up to date info and disussion may be found at
Recently hashicorp announced changes to some of its licenses. This issue is a place to assess the impact on Cluster API Provider vSphere.
CNCF issue: cncf/foundation#617
None of the dependencies CAPV imports have been updated to the Business source license.
Initial findings
Generate list of all modules which are importing a hashicorp module.
go mod graph | grep "\s.*hashicorp" > hashicorp_modules
Get a unique sorted list of hashicorp modules that are being imported
cat hashicorp_modules | cut -d ' ' -f 2 | sort -u -o hashicorp_modules
The end result of the above is a list of 28 modules
MPL: hashicorp/consul@main/api/LICENSE
github.com/hashicorp/consul/[email protected]
github.com/hashicorp/consul/[email protected]
MPL: hashicorp/consul@main/sdk/LICENSE
github.com/hashicorp/consul/[email protected]
MPL: hashicorp/errwrap@master/LICENSE
github.com/hashicorp/[email protected]
MPL: hashicorp/go-cleanhttp@master/LICENSE
github.com/hashicorp/[email protected]
github.com/hashicorp/[email protected]
MIT: hashicorp/go-hclog@main/LICENSE
github.com/hashicorp/[email protected]
MPL: hashicorp/go-immutable-radix@master/LICENSE
github.com/hashicorp/[email protected]
github.com/hashicorp/[email protected]
MPL: hashicorp/golang-lru@master/LICENSE
github.com/hashicorp/[email protected]
github.com/hashicorp/[email protected]
github.com/hashicorp/[email protected]
MIT: github.com/hashicorp/go-msgpack@master/LICENSE
github.com/hashicorp/[email protected]
MPL: hashicorp/go-multierror@main/LICENSE
github.com/hashicorp/[email protected]
BSD: (forked from go) hashicorp/go.net@master/LICENSE
github.com/hashicorp/[email protected]
MPL hashicorp/go-rootcerts@master/LICENSE
github.com/hashicorp/[email protected]
github.com/hashicorp/[email protected]
MPL hashicorp/go-sockaddr@master/LICENSE
github.com/hashicorp/[email protected]
MIT hashicorp/go-syslog@master/LICENSE
github.com/hashicorp/[email protected]
MPL hashicorp/go-uuid@master/LICENSE
github.com/hashicorp/[email protected]
github.com/hashicorp/[email protected]
MPL hashicorp/hcl@master/LICENSE
github.com/hashicorp/[email protected]
MPL hashicorp/logutils@master/LICENSE
github.com/hashicorp/[email protected]
MIT hashicorp/mdns@main/LICENSE
github.com/hashicorp/[email protected]
MPL hashicorp/memberlist@master/LICENSE
github.com/hashicorp/[email protected]
MPL hashicorp/serf@master/LICENSE
github.com/hashicorp/[email protected]
github.com/hashicorp/[email protected]
The text was updated successfully, but these errors were encountered: