Skip to content

Releases: np-guard/cloud-resource-collector

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

v0.5.2

20 Feb 11:35
f201c57
Compare
Choose a tag to compare

Changes from v0.5.1:

  • User can specify a resource group by name
  • Extend ResourceContainer API with GetResources() method
  • Adding more linters
  • Bump github.com/IBM/vpc-go-sdk from 0.47.0 to 0.48.0
  • Bump github.com/IBM/go-sdk-core/v5 from 5.15.0 to 5.15.1
  • Bump github/codeql-action from 3.22.12 to 3.23.2

v0.5.1

30 Jan 08:55
c6d2acf
Compare
Choose a tag to compare

Changes from v0.5.0:

  • fix UnmarshalJSON vpc datamodel

v0.5.0

28 Jan 14:36
d3d15b1
Compare
Choose a tag to compare

Changes from v0.4.0:

  • Bump github.com/IBM/platform-services-go-sdk from 0.53.0 to 0.56.0
  • unmarshal vpc with vpcv1 unmarshal
  • collect address prefixes of each VPC
  • fix release automation

v0.4.0

09 Jan 08:03
Compare
Choose a tag to compare

Changes from v0.3.0:

  • Add region field to vpc resources
  • Add transit_gatway collection to the collecter's output
  • A new command-line option, -resource-group, allows specifying the RG ID from which resources should be collected.
  • A new command-line option, -version, reports the current collector version
  • Collector version is also reported in the output JSON file
  • A script to update the version and make release
  • Progress messages written to log
  • Better handling an unknown region specified in the command line
  • Fix an issue with unmarhsal of routing tables
  • Bump github.com/IBM/vpc-go-sdk from 0.37.0 to 0.47.0