Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: IBM/platform-services-go-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.26.1
Choose a base ref
...
head repository: IBM/platform-services-go-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.27.0
Choose a head ref
  • 3 commits
  • 8 files changed
  • 2 contributors

Commits on Jul 27, 2022

  1. feat(Resource Controller): regen to add new method (#196)

    * New method added: `CancelLastopResourceInstance`
    * Support for credentials redaction added - `Credentials` struct updated accordingly
    * Pagination example added to examples
    
    Signed-off-by: apoorva9s14 <apoorvalaiti16@gmail.com>
    apoorva9s14 authored Jul 27, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    5272cdc View commit details
  2. Copy the full SHA
    45e26db View commit details
  3. chore(release): 0.27.0 release notes [skip ci]

    # [0.27.0](v0.26.1...v0.27.0) (2022-07-27)
    
    ### Features
    
    * **Resource Controller:** regen to add new method ([#196](#196)) ([5272cdc](5272cdc))
    semantic-release-bot committed Jul 27, 2022
    Copy the full SHA
    bbb56e7 View commit details
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.26.1
current_version = 0.27.0
commit = True
message = Update version {current_version} -> {new_version} [skip ci]

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [0.27.0](https://github.com/IBM/platform-services-go-sdk/compare/v0.26.1...v0.27.0) (2022-07-27)


### Features

* **Resource Controller:** regen to add new method ([#196](https://github.com/IBM/platform-services-go-sdk/issues/196)) ([5272cdc](https://github.com/IBM/platform-services-go-sdk/commit/5272cdcb64def689e28a389ec38e282b9889fc6d))

## [0.26.1](https://github.com/IBM/platform-services-go-sdk/compare/v0.26.0...v0.26.1) (2022-06-27)


4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
[![CLA assistant](https://cla-assistant.io/readme/badge/IBM/platform-services-go-sdk)](https://cla-assistant.io/IBM/platform-services-go-sdk)


# IBM Cloud Platform Services Go SDK Version 0.26.1
# IBM Cloud Platform Services Go SDK Version 0.27.0

Go client library to interact with various
[IBM Cloud Platform Service APIs](https://cloud.ibm.com/docs?tab=api-docs&category=platform_services).
@@ -79,7 +79,7 @@ Service Name | Package name
* Go version 1.16 or above.

## Installation
The current version of this SDK: 0.26.1
The current version of this SDK: 0.27.0

### Go modules
If your application uses Go modules for dependency management (recommended), just add an import for each service
2 changes: 1 addition & 1 deletion common/version.go
Original file line number Diff line number Diff line change
@@ -17,4 +17,4 @@
package common

// Version of the SDK
const Version = "0.26.1"
const Version = "0.27.0"
Loading