Skip to content

Tags: IBM/keyprotect-go-client

Tags

v0.15.1

Toggle v0.15.1's commit message
chore(release): 0.15.1 release notes [skip ci]

## [0.15.1](v0.15.0...v0.15.1) (2024-08-01)

### Bug Fixes

* **build:** upgrade dependencies ([#136](#136)) ([b0d13e2](b0d13e2))

v0.15.0

Toggle v0.15.0's commit message
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))

v0.14.3

Toggle v0.14.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add recoverable field to KMIP object (#129)

Signed-off-by: Giakhanh Hoang <[email protected]>

v0.14.2

Toggle v0.14.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add force delete KMIP object (#128)

Signed-off-by: Giakhanh Hoang <[email protected]>

v0.14.1

Toggle v0.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v0.13.1

Toggle v0.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
instpol attrib enabled only (#125)

Signed-off-by: stephaniegalang <[email protected]>
Co-authored-by: stephaniegalang <[email protected]>

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add info to contributing about the semantic release (#124)

Signed-off-by: Michael Darmawan <[email protected]>

v0.12.3

Toggle v0.12.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
retractions (#119)

Signed-off-by: Michael Darmawan <[email protected]>

v0.12.2

Toggle v0.12.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>