Skip to content

Latest commit

 

History

History
183 lines (89 loc) · 10.6 KB

File metadata and controls

183 lines (89 loc) · 10.6 KB

Changelog

0.11.0 (2026-04-15)

Features

  • get user details on identity manager (#144) (60a8a80)

0.10.2 (2026-03-24)

Bug Fixes

0.10.1 (2026-03-18)

Bug Fixes

  • deps: bump the gomod-group group with 2 updates (#134) (d2a4eb9)

0.10.0 (2026-03-12)

Features

  • include key version details in get key response (#131) (041b15a)

Bug Fixes

0.9.9 (2026-03-05)

Bug Fixes

  • builtin override on name and type (#123) (9776d9c)
  • change back the workflow pemissions to contents: write (#126) (01b4aee)
  • change the workflow pemissions to contents: write (#124) (617912b)

0.9.8 (2026-03-04)

Bug Fixes

  • include the tags from plugin configuration into the builtin pluginInfo (#120) (14503ef)
  • remove the service package folder as should be not on plugin-sdk (#119) (a65531e)

0.9.7 (2026-02-24)

Bug Fixes

  • added back the reporting the plugin version (#116) (bcb9a5c)

0.9.6 (2026-02-23)

Bug Fixes

  • services constraints for existing plugins (#114) (cd96be8)

0.9.5 (2026-02-23)

Bug Fixes

  • in case if plugin is not implementing the configure ignore the failure (#112) (b1d6cde)

0.9.4 (2026-02-23)

Bug Fixes

  • code formatting on the service wrappers (#106) (f9b6a43)
  • deps: bump buf.build/go/protovalidate from 1.1.2 to 1.1.3 (#109) (1126831)
  • on binding reset the impl on nil (#107) (1f85daa)
  • use the yaml configuration if plugin configuration data source was not configured (#110) (808af74)

0.9.3 (2026-02-16)

Bug Fixes

  • change the registry functions (#101) (ef280ea)
  • code re-arrangements for service (#103) (4333911)
  • new way using grpc service apis (#95) (8b7369f)
  • respond with error when getting back the success false (#100) (6d01ffe)

0.9.2 (2026-02-09)

Bug Fixes

  • add missing builtin plugins registry (#86) (a4b4e44)
  • include the build information for the BuiltIn plugin (#90) (3032ddd)
  • introduce interface for built in plugins (#88) (fc81d63)
  • transform the plugin struct to interface (#91) (843d1ea)
  • use string request type for systeminformation (#85) (5843a3d)

0.9.1 (2025-11-24)

Bug Fixes

  • deps: bump google.golang.org/grpc from 1.76.0 to 1.77.0 (#77) (e40d55b)
  • update the configure function to return build info of the plugin (#79) (d25ba67)

0.9.0 (2025-11-17)

Features

0.8.1 (2025-10-29)

Bug Fixes

  • update keystore plugin errors (d403a26)

0.8.0 (2025-10-14)

Features

0.7.1 (2025-10-05)

Bug Fixes

  • add hclog2slog module (#63) (fc81751)
  • update the content of release-please-config.json (#65) (3b833c4)

0.7.0 (2025-09-03)

Features

  • add common keystore plugin errors (#56) (02fa126)

0.6.0 (2025-08-21)

Features

  • add GetAllGroups function to identity management (#53) (8926887)

0.5.0 (2025-08-19)

Features

  • add interface for identity management (#44) (d745d3d)

0.4.0 (2025-08-06)

Features

  • add interface for transforming crypto access data (#43) (adabf82)

0.3.0 (2025-07-24)

Features

Bug Fixes

  • typo on certificate issuer GetCertificateValidity (#38) (b1841eb)