Skip to content

Commit ce82411

Browse files
hcsa73Henrique Santos
andauthored
Add release changelogs (#224)
* Add release changelogs * Fix changelog --------- Co-authored-by: Henrique Santos <[email protected]>
1 parent 03e3072 commit ce82411

File tree

19 files changed

+89
-1
lines changed

19 files changed

+89
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## Release (2023-12-22)
2+
3+
### Highlights
4+
5+
- `mongodbflex`: [v0.9.0](services/mongodbflex/CHANGELOG.md#v090-2023-12-22)
6+
- Added struct `ApiListStoragesRequest`, which will replace `ApiGetStorageRequest`
7+
- `ApiGetStorageRequest` has been marked as deprecated, and will be removed in the next minor update
8+
- Added method `ListStorages`, which will replace `GetStorage`
9+
- `GetStorage` has been marked as deprecated, and will be removed in the next minor update
10+
- Added `CloneInstanceWaitHandler`, to wait for `CloneInstance` async operation to be completed
11+
112
## Release (2023-12-20)
213

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

core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.7.4 (2023-12-22)
2+
3+
- Replace k8s.io/apimachinery with cenkalti/backoff
4+
15
## v0.7.3 (2023-12-13)
26

37
- `auth`: setup authentication, specifically using the service account key or token flows. Check our [authentication example](https://github.com/stackitcloud/stackit-sdk-go/blob/main/examples/authentication/authentication.go)

services/argus/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.8.1 (2023-12-22)
2+
3+
- Dependency updates
4+
15
## v0.8.0 (2023-12-20)
26

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

services/dns/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.7.1 (2023-12-22)
2+
3+
- Dependency updates
4+
15
## v0.7.0 (2023-12-20)
26

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

services/loadbalancer/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.8.1 (2023-12-22)
2+
3+
- Dependency updates
4+
15
## v0.8.0 (2023-12-20)
26

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

services/logme/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.7.1 (2023-12-22)
2+
3+
- Dependency updates
4+
15
## v0.7.0 (2023-12-20)
26

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

services/mariadb/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.7.1 (2023-12-22)
2+
3+
- Dependency updates
4+
15
## v0.7.0 (2023-12-20)
26

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

services/membership/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.3.1 (2023-12-22)
2+
3+
- Dependency updates
4+
15
## v0.3.0 (2023-12-20)
26

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

services/mongodbflex/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v0.9.0 (2023-12-22)
2+
3+
- Added struct `ApiListStoragesRequest`, which will replace `ApiGetStorageRequest`
4+
- `ApiGetStorageRequest` has been marked as deprecated, and will be removed in the next minor update
5+
- Added method `ListStorages`, which will replace `GetStorage`
6+
- `GetStorage` has been marked as deprecated, and will be removed in the next minor update
7+
- Added `CloneInstanceWaitHandler`, to wait for `CloneInstance` async operation to be completed
8+
- Dependency updates
9+
110
## v0.8.0 (2023-12-20)
211

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

services/objectstorage/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.8.1 (2023-12-22)
2+
3+
- Dependency updates
4+
15
## v0.8.0 (2023-12-20)
26

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

0 commit comments

Comments
 (0)