Skip to content

Commit 72f3daf

Browse files
authored
Merge branch 'main' into chore/update-certificates
2 parents d902a7d + bba6b1f commit 72f3daf

Some content is hidden

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

49 files changed

+13076
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## Release (2025-XX-YY)
2+
- `alb`: [v0.1.0](services/alb/CHANGELOG.md#v010-2025-xx-yy)
3+
- **New:** API for application load balancer
24
- `cdn`: [0.1.0](services/cdn/CHANGELOG.md#v010-2025-xx-yy)
35
- **New:** Introduce new API for content delivery
46

go.work

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ use (
3030
./examples/sqlserverflex
3131
./examples/waiter
3232
./scripts
33+
./services/alb
3334
./services/archiving
3435
./services/authorization
3536
./services/cdn
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)