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-node-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.0
Choose a base ref
...
head repository: IBM/platform-services-node-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Choose a head ref
  • 2 commits
  • 10 files changed
  • 3 contributors

Commits on May 21, 2020

  1. feat(Enterprise Management): add service to project

    Co-authored-by: Mahak <mahak.agarwal@ibm.com>
    padamstx and mahakAg authored May 21, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    811f059 View commit details
  2. chore(release): 0.6.0 [skip ci]

    # [0.6.0](v0.5.0...v0.6.0) (2020-05-21)
    
    ### Features
    
    * **Enterprise Management:** add service to project ([811f059](811f059))
    semantic-release-bot committed May 21, 2020
    Copy the full SHA
    dad4629 View commit details
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -14,6 +14,7 @@ matrix:
&& openssl aes-256-cbc -K $encrypted_94fa7fdf4df9_key -iv $encrypted_94fa7fdf4df9_iv -in global_catalog.env.enc -out global_catalog.env -d
&& openssl aes-256-cbc -K $encrypted_acd9ca9788e3_key -iv $encrypted_acd9ca9788e3_iv -in resource_manager.env.enc -out resource_manager.env -d
&& openssl aes-256-cbc -K $encrypted_dac53b985913_key -iv $encrypted_dac53b985913_iv -in case_management.env.enc -out case_management.env -d
&& openssl aes-256-cbc -K $encrypted_25d847003bcf_key -iv $encrypted_25d847003bcf_iv -in enterprise-management.env.enc -out enterprise-management.env -d
|| true
script:
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [0.6.0](https://github.com/IBM/platform-services-node-sdk/compare/v0.5.0...v0.6.0) (2020-05-21)


### Features

* **Enterprise Management:** add service to project ([811f059](https://github.com/IBM/platform-services-node-sdk/commit/811f059ef4d34b8aa0a19e03daa15a6d557a3e1a))

# [0.5.0](https://github.com/IBM/platform-services-node-sdk/compare/v0.4.1...v0.5.0) (2020-05-20)


1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -50,6 +50,7 @@ Service Name | Import Path
--- | ---
[Case Management](https://cloud.ibm.com/apidocs/case-management) | ibm-platform-services/case-management/v1
[Global Catalog](https://cloud.ibm.com/apidocs/resource-catalog/global-catalog) | ibm-platform-services/global-catalog/v1
[Enterprise Management](https://cloud.ibm.com/apidocs/enterprise-apis/enterprise) | ibm-platform-services/enterprise-management/v1
[Global Search](https://cloud.ibm.com/apidocs/search) | ibm-platform-services/global-search/v2
[Global Tagging](https://cloud.ibm.com/apidocs/tagging) | ibm-platform-services/global-tagging/v1
[IAM Access Groups](https://cloud.ibm.com/apidocs/iam-access-groups) | ibm-platform-services/iam-access-groups/v2
Binary file added enterprise-management.env.enc
Binary file not shown.
Loading