-
Notifications
You must be signed in to change notification settings - Fork 8
Sdk update 20230324 171523 #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Align internal sdk version
Configure WhiteSource for GitHub Enterprise
adjusted configuration items
Initialize v2 sdk version
added v2 integration tests
v2 updates
Build new sdk version
updated for v2 secrets
Swagger updates
## [2.0.1](https://github.ibm.com/coligo/go-sdk/compare/v2.0.0...v2.0.1) (2022-12-09) ### Bug Fixes * **build:** added a travis.yml that should be used for public github ([5ee886d](https://github.ibm.com/coligo/go-sdk/commit/5ee886df82e99c0e06c83ab665ac82f2672acb92))
## [2.0.2](https://github.ibm.com/coligo/go-sdk/compare/v2.0.1...v2.0.2) (2022-12-09) ### Bug Fixes * **build:** remove package.json from git. added changelog entry for v2.0.0 ([f7d29f4](https://github.ibm.com/coligo/go-sdk/commit/f7d29f48a5f5f02befda1bb5e44906250017a20a))
## [2.0.3](https://github.ibm.com/coligo/go-sdk/compare/v2.0.2...v2.0.3) (2022-12-09) ### Bug Fixes * **documentation:** slightly adjusted the readme ([be0d31d](https://github.ibm.com/coligo/go-sdk/commit/be0d31d57f833e5a0050db5897055ccf4cea86fd))
* added secret create example * list
## [2.0.4](https://github.ibm.com/coligo/go-sdk/compare/v2.0.3...v2.0.4) (2023-03-08) ### Bug Fixes * **build:** regenerated with most recent generator ([629189b](https://github.ibm.com/coligo/go-sdk/commit/629189b74e9fbdb8e5a58f2f0d6896e025140744)) * **examples:** added secret create example ([e630bcd](https://github.ibm.com/coligo/go-sdk/commit/e630bcdaf6ea18e138f0431d03bf21650973b445))
* fix(model): pulled in latest v2 endpoint updates * fix(tests): fixed imports of v2 integration tests
## [2.0.5](https://github.ibm.com/coligo/go-sdk/compare/v2.0.4...v2.0.5) (2023-03-09) ### Bug Fixes * **model:** pulled in latest v2 endpoint updates ([38796d2](https://github.ibm.com/coligo/go-sdk/commit/38796d2175b9b01a09776d707c8dc35700e3d74f))
* added oneOf and examples * added int test * updated examples and added types to secret update data * added more secret tests * import fix * fixed import * udpated test * udpated test * update to secret tests
BREAKING CHANGE: Secret data structs are no long string maps, they are oneOf types with sepcific properties based on the type of secret being created/updated
# [3.0.0](https://github.ibm.com/coligo/go-sdk/compare/v2.0.5...v3.0.0) (2023-03-24) ### Features * **oneOf:** oneOf added for v3 release ([#30](https://github.ibm.com/coligo/go-sdk/issues/30)) ([4f0d815](https://github.ibm.com/coligo/go-sdk/commit/4f0d8151e978e9f0cb22cb05a99481300129a81f)) ### BREAKING CHANGES * **oneOf:** Secret data structs are no long string maps, they are oneOf types with sepcific properties based on the type of secret being created/updated
* fix(generator): SDK update 20230324-173258 * fix(deps): updated dependencies * fix(deps): currency update
# [3.1.0](https://github.ibm.com/coligo/go-sdk/compare/v3.0.0...v3.1.0) (2023-03-24) ### Bug Fixes * **tests:** hardened integration tests ([#34](https://github.ibm.com/coligo/go-sdk/issues/34)) ([06943d4](https://github.ibm.com/coligo/go-sdk/commit/06943d4dddc3f482703e75b24f0fd86b9773aece)) ### Features * **api:** added support to retrieve egress ips ([e9688bc](https://github.ibm.com/coligo/go-sdk/commit/e9688bc8a17dc8396d9fb30921fd37a2a2564aea))
Signed-off-by: John Sartore <[email protected]>
reggeenr
approved these changes
Mar 24, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great - LGTM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR summary
Added support for specific secret data types while updating and creating secrets, that are specific to each indivicual secret format.
Fixes: <! -- link to issue -->
PR Checklist
Please make sure that your PR fulfills the following requirements:
PR Type
What is the current behavior?
What is the new behavior?
Does this PR introduce a breaking change?
Other information