v0.0.1
What's Changed
- discover: hide discover providers by @magiconair in #3
- azure: tag map can return nil by @magiconair in #4
- Provider testing by @magiconair in #5
- make providers pluggable by @magiconair in #6
- Register providers explicitly by @magiconair in #7
- aws: better debug logging by @magiconair in #8
- discover: new config parser by @magiconair in #15
- aliyun: fix help string by @chacha403 in #17
- Clarified IAM best practise by @alexbilbie in #20
- Monkey patches golang.org/x/net/trace to avoid multiple registrations. by @slackpad in #23
- Add Microsft Azure Virtual Machine Scale Set provider. by @flyinprogrammer in #12
- Fixes panic by @preetapan in #29
- Testing Modifications by @pearkes in #35
- azure: upgrade to 12.2.0 azure sdk by @chelseakomlo in #37
- provider/triton: Add the ability to discover triton instance IPs by @stack72 in #32
- Update Azure azure-sdk-for-go library by @chelseakomlo in #38
- Provide a way to set custom user agents for clients by @sethvargo in #33
- Tests added for a new provider: Scaleway. by @MagnumOpus21 in #40
- fix invalid vendor.json comma by @alvin-huang in #39
- Added tests for AliCloud provider by @MagnumOpus21 in #41
- Add vSphere discovery by @vancluever in #43
- CI: Use a newer version of Go, not tip by @pearkes in #50
- upgrade scaleway integration by @nicolai86 in #49
- Initial commit for discover-packet by @jasmingacic in #52
- Packet documentation by @jasmingacic in #53
- OpenStack provider uses domain_name or domain_id by @BabisK in #42
- packet: change test token env var by @pearkes in #56
- go.mod support, fix build for 1.11 by @mitchellh in #59
- Kubernetes Provider by @mitchellh in #55
- "packet" provider: facilities and tags filters. by @smintz in #63
- Checksum fix by @alvin-huang in #75
- pin alicloud provider to 1.24.0 by @alvin-huang in #76
- rename azurem to azurerm by @alvin-huang in #78
- pin azure providers and remove Terraform output by @alvin-huang in #79
- more robust alicloud test by @alvin-huang in #77
- Unique Azure resource_groups and hide passwords from output by @alvin-huang in #80
- pin DO provider to 1.1.0 (latest) by @alvin-huang in #81
- pin google provider to 1.20.0 by @alvin-huang in #82
- pin providers and add default vars for k8s by @alvin-huang in #83
- pin providers and remove output for packet by @alvin-huang in #84
- pin scaleway provider by @alvin-huang in #85
- pin triton provider and set test count=2 by @alvin-huang in #86
- add variable for packet project by @alvin-huang in #87
- force user to input a packet project by @alvin-huang in #88
- fix vm test and correct VMSS name by @alvin-huang in #89
- bump to latest azure provider by @alvin-huang in #91
- add circleci tests for go-discover and providers by @alvin-huang in #92
- Fixes issue with equals in value by @petems in #98
- Improves error message by @petems in #101
- Azure configuration via ENV variables by @petems in #99
- Add mDNS provider option using hashicorp/mdns library by @aaronhurt in #28
- go mod tidy follow-on from #28 by @pearkes in #105
- vsphere: Use a fork of vmware/vic by @notnoop in #97
- init linode provider by @stvnjacobs in #103
- don't overprovision azure vmss by @alvin-huang in #113
- linode: vendor golang.com/x/oauth2 by @notnoop in #118
- Add support for Azure MSI authentication by @ne-msft in #120
- add provider implementations of tencentcloud by @likexian in #125
- Update AWS SDK to latest by @notnoop in #128
- Update mdns to 1.0.1 by @notnoop in #132
- Update vendoring of Azure provider by @notnoop in #129
- Pull in latest go-autorest/azure-sdk-for-go by @tvon in #139
- Update Azure provider vendoring to match go.mod by @mkeeler in #142
- Terraform 0.12 Upgrade for integration tests by @mkeeler in #144
- Update k8s.io/client-go dependency by @mkeeler in #143
- ci: use gotestsum and check go mod tidy by @dnephin in #146
- ci: k8s-provider - Use latest master version for both nodes and master by @dnephin in #148
- Fixes #154 - AWS provider outputs debug statements even when its conf… by @djmgit in #156
- ci: run unit tests on forks by @alvin-huang in #157
- Update k8s & azure autorest dependencies by @thisisnotashwin in #158
- Use Dockerhub Mirror by @RussellRollins in #161
- Update tencent version by @jeffwidman in #173
- Update CI badge to CircleCI by @dnephin in #179
- Add AWS SessionToken Support by @alvin-huang in #189
- Fix "Config options" links by @imbdb in #190
- deps: bump Azure/go-autorest to remove transitive jwt-go dependency by @mikemorris in #174
- Add AWS endpoint definition as an option by @obeyler in #194
- Feature/aws ecs support by @fdr2 in #197
- Update tencentcloud-sdk-go modules by @riddhi89 in #202
- [COMPLIANCE] Update MPL-2.0 LICENSE by @hashicorp-copywrite in #204
- Convert hashicorp/go-discover to GitHub Actions by @hc-github-team-es-release-engineering in #212
- SEC-090: Automated trusted workflow pinning (2023-04-27) by @hashicorp-tsccr in #224
- Upgrade to go 1.17 and fix CVEs by @curtbushko in #230
- SEC-090: Automated trusted workflow pinning (2023-07-14) by @hashicorp-tsccr in #249
- Add NOTE around project status by @david-yu in #250
New Contributors
- @magiconair made their first contribution in #3
- @chacha403 made their first contribution in #17
- @alexbilbie made their first contribution in #20
- @slackpad made their first contribution in #23
- @flyinprogrammer made their first contribution in #12
- @preetapan made their first contribution in #29
- @pearkes made their first contribution in #35
- @chelseakomlo made their first contribution in #37
- @stack72 made their first contribution in #32
- @sethvargo made their first contribution in #33
- @MagnumOpus21 made their first contribution in #40
- @vancluever made their first contribution in #43
- @nicolai86 made their first contribution in #49
- @jasmingacic made their first contribution in #52
- @BabisK made their first contribution in #42
- @mitchellh made their first contribution in #59
- @smintz made their first contribution in #63
- @petems made their first contribution in #98
- @aaronhurt made their first contribution in #28
- @notnoop made their first contribution in #97
- @stvnjacobs made their first contribution in #103
- @ne-msft made their first contribution in #120
- @likexian made their first contribution in #125
- @tvon made their first contribution in #139
- @mkeeler made their first contribution in #142
- @dnephin made their first contribution in #146
- @djmgit made their first contribution in #156
- @thisisnotashwin made their first contribution in #158
- @RussellRollins made their first contribution in #161
- @jeffwidman made their first contribution in #173
- @imbdb made their first contribution in #190
- @mikemorris made their first contribution in #174
- @obeyler made their first contribution in #194
- @fdr2 made their first contribution in #197
- @riddhi89 made their first contribution in #202
- @hashicorp-copywrite made their first contribution in #204
- @hc-github-team-es-release-engineering made their first contribution in #212
- @hashicorp-tsccr made their first contribution in #224
- @curtbushko made their first contribution in #230
- @david-yu made their first contribution in #250
Full Changelog: https://github.com/hashicorp/go-discover/commits/v0.0.1