Skip to content

Releases: SchwarzIT/community-stackit-go-client

v1.0.4

01 Nov 12:22
626594a
Compare
Choose a tag to compare

Fix referenced param name in Postgres URL list

v1.0.3

01 Nov 12:18
3b7d278
Compare
Choose a tag to compare

Fix Postgres Storages URL

v1.0.2

28 Oct 11:46
7d14f41
Compare
Choose a tag to compare

Fix Members struct

v1.0.1

28 Oct 09:44
a03a9e9
Compare
Choose a tag to compare

Fix

  • Missing init of archived RMv1

v1.0.0

28 Oct 09:22
1ab18c6
Compare
Choose a tag to compare

Enhancements

  • Resource Management v2 is moved to productive services
  • Members v2 is moved to productive services
  • Keep previous projects under Resource Management v1 Projects -> only 'GET' functionality remains under archived services

Breaking changes

  • Major restructure of Client config
  • Removal of Auth client and related auth services

v0.5.1

20 Oct 16:23
8559ecd
Compare
Choose a tag to compare

Bug Fix

Project Wait should allow Forbidden status, which can happen when the SA or user doesn't yet have the right permissions to access the project

v0.5.0

20 Oct 13:04
c1a5abe
Compare
Choose a tag to compare

Enhancements

  • Added MongoDB Flex to Client's incubator
  • Added Postgres Flex to Client's incubator

v0.4.0

14 Oct 11:18
df5e780
Compare
Choose a tag to compare

Enhancements

  • Improved wait functionality
  • Breaking changes: wait has been added to:
    • Object Storage buckets and projects
    • Argus instances & jobs
    • SKE clusters and project
    • STACKIT project (Resource Management v1)
  • Update README.md with new implementation
  • Document adding retry mechanism to the client

v0.3.0

11 Oct 08:24
5b00b8f
Compare
Choose a tag to compare

Breaking Changes

  • Project creation & deletion now returns a wait.Wait() service, this functionality has also been added to Kubernetes project
  • Retry mechanism and setup in the client has been modified. client.SetRetry(..) has been added to configure the Retry mechanism
  • client.Retry() can be used to retrieve the defined retry

v0.2.2

05 Oct 15:28
275b9bc
Compare
Choose a tag to compare

Modify version validation to allow for major.minor versions without specifying patch