Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 721 Bytes

File metadata and controls

19 lines (15 loc) · 721 Bytes

v0.5.0 (2023-12-20)

API methods and structs were renamed to have the same look and feel across all services and according to user feedback.

  • Changed methods:
    • CreateAcl renamed to CreateACL
    • DeleteAcl renamed to DeleteACL
    • GetAcl renamed to GetACL
    • GetAcls renamed to ListACLs
    • GetInstances renamed to ListInstances
    • UpdateAcl renamed to UpdateACL
  • Changed structs:
    • CreateAclPayload renamed to CreateACLPayload
    • UpdateAclPayload renamed to UpdateACLPayload

v0.4.0 (2023-11-10)

  • Manage your STACKIT Secrets Manager resources: Instance, Acl, User
  • Usage example