Skip to content

Releases: np-guard/cloud-resource-collector

v0.16.0

07 Oct 12:12
c594039
Compare
Choose a tag to compare

What's Changed

  • Help for --provider flag lists possible providers by @zivnevo in #322
  • A generic function for unmarshaling simple types by @zivnevo in #323
  • Bump github.com/np-guard/models from 0.3.4 to 0.5.0 by @dependabot in #337
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.27.27 to 1.27.41 by @dependabot in #336
  • Bump github.com/IBM/vpc-go-sdk from 0.56.0 to 0.60.0 by @dependabot in #338
  • Bump github.com/IBM/platform-services-go-sdk from 0.65.0 to 0.69.1 by @dependabot in #330

Full Changelog: v0.15.0...v0.16.0

v0.15.0

22 Aug 11:39
99e4e71
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.0...v0.15.0

v0.14.0

06 Aug 06:23
66af0c2
Compare
Choose a tag to compare

What's Changed

  • A new command, collector fabricate, allows generating random cloud configuration rather than collecting them from a cloud account by @zivnevo in #299
  • AWS regions to collect from are now set using the --region flag. Setting the region using a config file is no longer supported. By @zivnevo in #305
  • Added a Region field to collected AWS VPCs by @zivnevo in #305
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.27.21 to 1.27.27 by @dependabot in #296
  • Bump github.com/IBM/vpc-go-sdk from 0.54.0 to 0.56.0 by @dependabot in #297

Full Changelog: v0.13.0...v0.14.0

v0.13.0

22 Jul 05:32
3230451
Compare
Choose a tag to compare

What's Changed

  • Support for private regions by @zivnevo in #294
  • Bump github.com/IBM/vpc-go-sdk from 0.52.0 to 0.54.0 by @dependabot in #286
  • Bump github.com/IBM/go-sdk-core/v5 from 5.17.3 to 5.17.4 by @dependabot in #290
  • Bump github.com/IBM/platform-services-go-sdk from 0.64.1 to 0.65.0 by @dependabot in #292
  • Bump github.com/IBM/networking-go-sdk from 0.47.1 to 0.49.0 by @dependabot in #291
  • Bump github.com/spf13/cobra from 0.0.3 to 1.8.1 by @dependabot in #288

Full Changelog: v0.12.0...v0.13.0

v0.12.0

26 Jun 14:45
5861927
Compare
Choose a tag to compare

What's Changed

  • Renamed generated executable to collector and slightly modified CLI usage. See updated README.md.
  • Using Cobra for defining CLI commands and flags by @zivnevo in #282
  • Adding AWS unmarshal test by @olasaadi99 in #277
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.27.17 to 1.27.21 by @dependabot in #280
  • Bump github.com/IBM/platform-services-go-sdk from 0.63.1 to 0.64.1 by @dependabot in #279
  • Bump github.com/IBM/networking-go-sdk from 0.46.1 to 0.47.1 by @olasaadi99 in #283

Full Changelog: v0.11.0...v0.12.0

v0.11.0

13 Jun 13:08
c1e1c27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.3...v0.11.0

v0.10.3

31 May 06:25
afb4aaa
Compare
Choose a tag to compare

What's Changed

  • Add a VPC-reference field to RoutingTable struct by @zivnevo in #254
  • update .golangci.yml by @adisos in #245
  • Bump github.com/IBM/platform-services-go-sdk from 0.62.10 to 0.63.0 by @dependabot in #244
  • Bump github.com/IBM/go-sdk-core/v5 from 5.17.0 to 5.17.3 by @dependabot in #246
  • Bump github.com/IBM/vpc-go-sdk from 0.50.0 to 0.51.0 by @dependabot in #248
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.27.11 to 1.27.16 by @dependabot in #247

New Contributors

Full Changelog: v0.10.2...v0.10.3

v0.10.2

30 Apr 13:35
d0fc97c
Compare
Choose a tag to compare

Changes from v0.10.1:

  • Linter to ensure copyright header
  • Bump github.com/IBM/platform-services-go-sdk from 0.62.2 to 0.62.5
  • Bump github.com/IBM/go-sdk-core/v5 from 5.16.5 to 5.17.0
  • Bump github.com/IBM/platform-services-go-sdk from 0.62.5 to 0.62.10
  • Bump github.com/IBM/networking-go-sdk from 0.45.0 to 0.46.1

v0.10.1

11 Apr 11:18
59802e3
Compare
Choose a tag to compare

Changes from v0.10.0:

  • Bump github/codeql-action from 3.23.2 to 3.24.9
  • Bump github.com/IBM/platform-services-go-sdk from 0.56.0 to 0.62.2
  • Bump github.com/IBM/go-sdk-core/v5 from 5.16.3 to 5.16.4
  • Bump github.com/IBM/networking-go-sdk from 0.44.0 to 0.45.0
  • Bump actions/checkout from 4.1.1 to 4.1.2
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.19.1 to 1.27.11
  • Bump github.com/IBM/vpc-go-sdk from 0.48.0 to 0.50.0 - update config objects with new local field for security group rule

v0.10.0

24 Mar 11:16
e4db451
Compare
Choose a tag to compare

Changes from v0.5.2:

  • Run golangci-lint action according to docs
  • add IKSCluster to json config output