Skip to content

Commit dadc41d

Browse files
authored
Merge branch 'main' into oas-bot-14217154450/stackitmarketplace
2 parents 5873cc7 + bfdc815 commit dadc41d

Some content is hidden

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

46 files changed

+10973
-40
lines changed

CHANGELOG.md

Lines changed: 30 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,36 @@
11
## Release (2025-XX-YY)
22
- `cdn`: [v0.2.0](services/cdn/CHANGELOG.md#v020-2025-04-01)
33
- **API enhancement:** Provide waiter infrastructure
4-
- `logme`: [v0.21.2](services/logme/CHANGELOG.md#v0212-2025-04-02)
5-
- **Bugfix:** `PartialUpdateInstanceWaitHandler` does not finish when update is succeeded
6-
- **Deprecation:** Deprecated `InstanceStateSuccess`, `InstanceStateFailed`, `InstanceTypeCreate`, `InstanceTypeUpdate`, `InstanceTypeDelete` and will be removed after 2nd October 2025
7-
- `mariadb`: [v0.21.2](services/mariadb/CHANGELOG.md#v0212-2025-04-02)
8-
- **Bugfix:** `PartialUpdateInstanceWaitHandler` does not finish when update is succeeded
9-
- **Deprecation:** Deprecated `InstanceStateSuccess`, `InstanceStateFailed`, `InstanceTypeCreate`, `InstanceTypeUpdate`, `InstanceTypeDelete` and will be removed after 2nd October 2025
10-
- `opensearch`: [v0.20.2](services/opensearch/CHANGELOG.md#v0202-2025-04-02)
11-
- **Bugfix:** `PartialUpdateInstanceWaitHandler` does not finish when update is succeeded
12-
- **Deprecation:** Deprecated `InstanceStateSuccess`, `InstanceStateFailed`, `InstanceTypeCreate`, `InstanceTypeUpdate`, `InstanceTypeDelete` and will be removed after 2nd October 2025
13-
- `redis`: [v0.21.2](services/redis/CHANGELOG.md#v0212-2025-04-02)
14-
- **Bugfix:** `PartialUpdateInstanceWaitHandler` does not finish when update is succeeded
15-
- **Deprecation:** Deprecated `InstanceStateSuccess`, `InstanceStateFailed`, `InstanceTypeCreate`, `InstanceTypeUpdate`, `InstanceTypeDelete` and will be removed after 2nd October 2025
16-
- `rabbitmq`: [v0.21.2](services/rabbitmq/CHANGELOG.md#v0212-2025-04-02)
17-
- **Bugfix:** `PartialUpdateInstanceWaitHandler` does not finish when update is succeeded
18-
- **Deprecation:** Deprecated `InstanceStateSuccess`, `InstanceStateFailed`, `InstanceTypeCreate`, `InstanceTypeUpdate`, `InstanceTypeDelete` and will be removed after 2nd October 2025
4+
- `logme`:
5+
- [v0.21.2](services/logme/CHANGELOG.md#v0212-2025-04-02)
6+
- **Bugfix:** `PartialUpdateInstanceWaitHandler` does not finish when update is succeeded
7+
- **Deprecation:** Deprecated `InstanceStateSuccess`, `InstanceStateFailed`, `InstanceTypeCreate`, `InstanceTypeUpdate`, `InstanceTypeDelete` and will be removed after 2nd October 2025
8+
- [v0.22.0](services/logme/CHANGELOG.md#v0220-2025-04-03)
9+
- **Feature:** Adapt constants to evolved API.
10+
- `mariadb`:
11+
- [v0.21.2](services/mariadb/CHANGELOG.md#v0212-2025-04-02)
12+
- **Bugfix:** `PartialUpdateInstanceWaitHandler` does not finish when update is succeeded
13+
- **Deprecation:** Deprecated `InstanceStateSuccess`, `InstanceStateFailed`, `InstanceTypeCreate`, `InstanceTypeUpdate`, `InstanceTypeDelete` and will be removed after 2nd October 2025
14+
- [v0.22.0](services/logme/CHANGELOG.md#v0220-2025-04-03)
15+
- **Feature:** Adapt constants to evolved API.
16+
- `opensearch`:
17+
- [v0.20.2](services/opensearch/CHANGELOG.md#v0202-2025-04-02)
18+
- **Bugfix:** `PartialUpdateInstanceWaitHandler` does not finish when update is succeeded
19+
- **Deprecation:** Deprecated `InstanceStateSuccess`, `InstanceStateFailed`, `InstanceTypeCreate`, `InstanceTypeUpdate`, `InstanceTypeDelete` and will be removed after 2nd October 2025
20+
- [v0.21.0](services/opensearch/CHANGELOG.md#v0210-2025-04-03)
21+
- **Feature:** Adapt constants to evolved API.
22+
- `redis`:
23+
- [v0.21.2](services/redis/CHANGELOG.md#v0212-2025-04-02)
24+
- **Bugfix:** `PartialUpdateInstanceWaitHandler` does not finish when update is succeeded
25+
- **Deprecation:** Deprecated `InstanceStateSuccess`, `InstanceStateFailed`, `InstanceTypeCreate`, `InstanceTypeUpdate`, `InstanceTypeDelete` and will be removed after 2nd October 2025
26+
- [v0.22.0](services/redis/CHANGELOG.md#v0220-2025-04-03)
27+
- **Feature:** Adapt constants to evolved API.
28+
- `rabbitmq`:
29+
- [v0.21.2](services/rabbitmq/CHANGELOG.md#v0212-2025-04-02)
30+
- **Bugfix:** `PartialUpdateInstanceWaitHandler` does not finish when update is succeeded
31+
- **Deprecation:** Deprecated `InstanceStateSuccess`, `InstanceStateFailed`, `InstanceTypeCreate`, `InstanceTypeUpdate`, `InstanceTypeDelete` and will be removed after 2nd October 2025
32+
- [v0.22.0](services/rabbitmq/CHANGELOG.md#v0220-2025-04-03)
33+
- **Feature:** Adapt constants to evolved API.
1934

2035

2136

go.work

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ use (
3838
./services/dns
3939
./services/iaas
4040
./services/iaasalpha
41+
./services/kms
4142
./services/lbapplication
4243
./services/loadbalancer
4344
./services/logme
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
6.6.0

0 commit comments

Comments
 (0)