Skip to content

Commit 7595ee7

Browse files
Merge branch 'main' into oas-bot-9205828581/serverbackup
2 parents 5190363 + 73a0a1f commit 7595ee7

File tree

84 files changed

+4568
-2031
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+4568
-2031
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Release (2024-XX-XX)
22

3-
- `secretsmanager`: [v0.8.0](services/secretsmanager/CHANGELOG.md#v080-2024-05-22)
3+
- `secretsmanager`: [v0.8.0](services/secretsmanager/CHANGELOG.md#v080-2024-05-23)
44
- **Breaking change**: Rename data types for uniformity
55
- `Acl` is now `ACL`
66
- `AclList` is now `ListACLsResponse`
@@ -9,6 +9,17 @@ Release (2024-XX-XX)
99
- **Breaking change**: Remove unused data types
1010
- `serverbackup`: [v0.1.0](services/serverbackup/CHANGELOG.md#v010-2024-05-23)
1111
- Manage your STACKIT Server Backups: `Backup`, `BackupSchedule`, `VolumeBackup`
12+
- `argus`: [v0.11.0](services/argus/CHANGELOG.md#v0110-2024-05-23)
13+
- **Feature**: New methods `GetMetricsStorageRetention`, `UpdateMetricsStorageRetention`
14+
- **Breaking change**: Remove unused data types
15+
- `dns`: [v0.10.0](services/dns/CHANGELOG.md#v0100-2024-05-23)
16+
- **Feature**: New method `CloneZone` to clone an existing zone with all record sets to a new zone with a different name
17+
- **Feature**: New methods `CreateLabel`, `DeleteLabel` and `ListLabels` to manage labels for a zone
18+
- **Feature**: New methods `CreateMoveCode`, `DeleteMoveCode` and `ValidateMoveCode` to manage move codes to move a zone to another project
19+
- **Feature**: New method `MoveZone` to move a zone to another project
20+
- **Feature**: New methods `ExportRecordSets` and `ImportRecordSets`
21+
- **Feature**: New methods `RestoreZone` and `RestoreRecordSet` to restore inactive zones and record-sets, respectively
22+
- **Feature**: New method `RetrieveZone` to queue a secondary zone for a zone transfer request
1223

1324
## Release (2024-05-22)
1425

services/argus/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.11.0 (2024-05-23)
2+
3+
- **Feature**: New methods `GetMetricsStorageRetention`, `UpdateMetricsStorageRetention`
4+
- **Breaking change**: Remove unused data types
5+
16
## v0.10.0 (2024-04-11)
27

38
- Set config.ContextHTTPRequest in Execute method

services/argus/api_default.go

Lines changed: 286 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)