Releases: Kitura/CloudEnvironment
Releases · Kitura/CloudEnvironment
v4.0.0
- Several changes to API (credential objects for services have been simplified; they only have items that are required for authentication).
- Applications can leverage this library to obtain service credentials when running locally, in Cloud Foundry, or in a Kubernetes environment without having to make code changes.
- For further details see README file and Jazzy docs.
v3.0.0
- Major refactoring; changes to API and name of repo (
CloudConfigurtation
->CloudEnvironment
). - Applications can leverage this library to obtain service credentials when running locally, in Cloud Foundry, or in a Kubernetes environment without having to make code changes.
- For further details see README file and Jazzy docs.
v2.0.0
Migration to Swift 3.1.
Add AppID
Merge pull request #14 from helenmasters/appid Add AppID service
1.1.2: Merge pull request #13 from IBM-Swift/scaling
Added auto-scaling; updated code to work with latest version of Swift-cfenv and Configuration.
0.1.1: Merge pull request #11 from IBM-Swift/obj-store
Added Object storage
0.0.14: Merge pull request #5 from rolivieri/master
Fixed test cases; added new Service (AlertNotification) and test cases; added docker-compose file