Skip to content

Commit 2e72c24

Browse files
authored
Merge branch 'main' into renovate/golang.org-x-term-0.x
2 parents 18de329 + 77a0460 commit 2e72c24

File tree

165 files changed

+29891
-4375
lines changed

Some content is hidden

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

165 files changed

+29891
-4375
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## Release (2025-XX-YY)
2+
- `alb`: [v0.1.0](services/alb/CHANGELOG.md#v010-2025-xx-yy)
3+
- **New:** API for application load balancer
4+
- `cdn`: [0.1.0](services/cdn/CHANGELOG.md#v010-2025-xx-yy)
5+
- **New:** Introduce new API for content delivery
6+
- `serverupdate`: [1.0.0](services/serverupdate/CHANGELOG.md#v100-2025-xx-yy)
7+
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
8+
- `serverbackup`: [1.0.0](services/serverbackup/CHANGELOG.md#v100-2025-xx-yy)
9+
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
10+
- `runcommand`: [1.0.0](services/runcommand/CHANGELOG.md#v100-2025-xx-yy)
11+
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
12+
13+
114
## Release (2025-03-14)
215
- `certificates`: [v1.0.0](services/certificates/CHANGELOG.md#v100-2025-03-14)
316
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.

go.work

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ use (
3232
./examples/sqlserverflex
3333
./examples/waiter
3434
./scripts
35+
./services/alb
3536
./services/archiving
3637
./services/authorization
38+
./services/cdn
3739
./services/certificates
3840
./services/dns
3941
./services/iaas
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
6.6.0

services/alb/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## v0.1.0 (2025-XX-YY)
2+
- **New:** API for application load balancer

0 commit comments

Comments
 (0)