Tags: IBM/keyprotect-go-client
Tags
chore(release): 0.15.0 release notes [skip ci] # [0.15.0](v0.14.3...v0.15.0) (2024-08-01) ### Features * **build:** re-sync release version ([#135](#135)) ([00a6c59](00a6c59)) * **build:** upgrade dependencies ([#134](#134)) ([e621973](e621973)) ### Reverts * Revert "upgrade dependencies ([#130](#130))" ([#133](#133)) ([2a3845f](2a3845f))
fix(build): Add CRK ID Filter to List KMIP Adapters (#127) * rename keyring path for conflicts Signed-off-by: Michael Darmawan <[email protected]> * initial implementation of adapters and certs Signed-off-by: Michael Darmawan <[email protected]> * add kmip objects, fix some stuff Signed-off-by: Michael Darmawan <[email protected]> * fix structs Signed-off-by: Michael Darmawan <[email protected]> * unit tests, and some fixes Signed-off-by: Michael Darmawan <[email protected]> * remove import cycle Signed-off-by: Michael Darmawan <[email protected]> * redo mocks Signed-off-by: Michael Darmawan <[email protected]> * add mockauth Signed-off-by: Michael Darmawan <[email protected]> * fix mobk paths Signed-off-by: Michael Darmawan <[email protected]> * fix marshalling Signed-off-by: Michael Darmawan <[email protected]> * fix delete tests Signed-off-by: Michael Darmawan <[email protected]> * remove old kmip profile data Signed-off-by: Michael Darmawan <[email protected]> * address PR comments Signed-off-by: Michael Darmawan <[email protected]> * finish address comments Signed-off-by: Michael Darmawan <[email protected]> * hardcode mock responses, refactor kmip collection metadata Signed-off-by: Michael Darmawan <[email protected]> * fix tests? Signed-off-by: Michael Darmawan <[email protected]> * fix typo Signed-off-by: Michael Darmawan <[email protected]> * add object filter, overhaul list options Signed-off-by: Michael Darmawan <[email protected]> * enhance tests Signed-off-by: Michael Darmawan <[email protected]> * unexport path variables, add comments Signed-off-by: Michael Darmawan <[email protected]> * sdk fixes Signed-off-by: Michael Darmawan <[email protected]> * remove crk from adapter list Signed-off-by: Michael Darmawan <[email protected]> * add crkID filter Signed-off-by: Michael Darmawan <[email protected]> * feat(build): Update travis distribution in CI file (#123) * change travis dist Signed-off-by: Michael Darmawan <[email protected]> * add npm install check to travis Signed-off-by: Michael Darmawan <[email protected]> * real fix Signed-off-by: Michael Darmawan <[email protected]> * change python version Signed-off-by: Michael Darmawan <[email protected]> * remove pyenv, let it use default python version of 3.10 Signed-off-by: Michael Darmawan <[email protected]> --------- Signed-off-by: Michael Darmawan <[email protected]> * add info to contributing about the semantic release (#124) Signed-off-by: Michael Darmawan <[email protected]> * instpol attrib enabled only (#125) Signed-off-by: stephaniegalang <[email protected]> Co-authored-by: stephaniegalang <[email protected]> Signed-off-by: Michael Darmawan <[email protected]> * Allow instance policy attributes to be optionally specified (#126) * allow attributes to be specified optionally Signed-off-by: stephaniegalang <[email protected]> * propogate attributes, ignoring disable Signed-off-by: stephaniegalang <[email protected]> --------- Signed-off-by: stephaniegalang <[email protected]> Co-authored-by: stephaniegalang <[email protected]> Signed-off-by: Michael Darmawan <[email protected]> * fix missed merge artifacts Signed-off-by: Michael Darmawan <[email protected]> --------- Signed-off-by: Michael Darmawan <[email protected]> Signed-off-by: stephaniegalang <[email protected]> Co-authored-by: William Siew <[email protected]> Co-authored-by: stephaniegalang <[email protected]>
Allow instance policy attributes to be optionally specified (#126) * allow attributes to be specified optionally Signed-off-by: stephaniegalang <[email protected]> * propogate attributes, ignoring disable Signed-off-by: stephaniegalang <[email protected]> --------- Signed-off-by: stephaniegalang <[email protected]> Co-authored-by: stephaniegalang <[email protected]>
instpol attrib enabled only (#125) Signed-off-by: stephaniegalang <[email protected]> Co-authored-by: stephaniegalang <[email protected]>
Fix Encryption Algorithm field. (#118) * fix encryption algo logic Signed-off-by: Michael Darmawan <[email protected]> * comments Signed-off-by: Michael Darmawan <[email protected]> --------- Signed-off-by: Michael Darmawan <[email protected]>
PreviousNext