Skip to content

Releases: IBM-Cloud/ibm-cloud-cli-sdk

v1.0.3

03 Apr 20:55
3802224
Compare
Choose a tag to compare

Defects fixing:

  • Fixed locking of configuration file on Windows

v1.0.2

22 Mar 17:12
9cca421
Compare
Choose a tag to compare

Defects fixing:

  • Fixed concurrency issues while reading/updating configuration

Other changes:

  • Updated golang.org/x/net to 0.7.0
  • Updated golang.org/x/crypto to 1.0.0
  • Updated Plug-in Guide to include standards for setting the Aliases and Name fields in the plugin.PlginMetadata struct

v1.0.1

31 Oct 15:31
d415846
Compare
Choose a tag to compare

Defects fixing

  • Upgrade golang.org/x/text package to v0.4.0
  • Used messageID as fallback message for translation if translation is missing

v1.0.0

05 Oct 21:39
3506136
Compare
Choose a tag to compare

Change Logs

Breaking Changes

  • Translation filenames must be in the format formats all.[lang].json (eg. all.en_US.json)

Other changes

  • Updated go-i18n to v2.2.0
  • Added documentation on how to generate new translation files or migrate existing translation files to the new file format.

v0.12.0

08 Sep 20:39
7d34e51
Compare
Choose a tag to compare

Change Logs

Plugin API changes:

  • Added LastSessionUpdateTime to keep track of the last time the session was updated.
  • Added RefreshSession method to maintain current IAM session.

Other changes

  • Added documentation using RefreshSession method in developer guide

v0.11.0

12 Jul 21:00
259a03a
Compare
Choose a tag to compare

Change Logs

Changes

  • Added IsCobraPlugin flag to PluginMetadata to determine plugin was built using Cobra framework
  • Added documentation using IsCobraPlugin in developer guide

v0.10.1

30 Jun 20:42
77c38ba
Compare
Choose a tag to compare

Change Logs

Other changes:

  • Added documentation on how to mock interfaces and use test doubles in developer guide
  • Updated VPC authentication metadata version

v0.10.0

20 Jun 17:40
ce40442
Compare
Choose a tag to compare

Change Logs

Plugin API changes:

  • Add ConvertCobraFlagsToPluginFlags() to the plugin package to support converting Cobra flags to Plugin flags

Other changes:

  • Address gosec issues.
  • Added vpc authentication developer guide

v0.9.0

28 Feb 22:22
93db41b
Compare
Choose a tag to compare

Change Logs

Plugin API changes:

  • Add PrintJson() to the terminal package to support printing a table in json format.

Other changes:

  • Migrate project to Go modules.
  • Address gosec issues.

v0.8.2

12 Jan 20:02
9caf063
Compare
Choose a tag to compare

Defects fixing

Other changes:

  • Address gosec false positives