Skip to content

Commit 85a4aa5

Browse files
committed
Adjust changelogs
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent d12dcdd commit 85a4aa5

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Release (2025-XX-YY)
22
- `alb`:
3-
- [v0.3.2](services/alb/CHANGELOG.md#v032)
3+
- [v0.4.0](services/alb/CHANGELOG.md#v040)
44
- **Feature:** Add new field `load_balancer_security_group` in `LoadBalancer`, `CreateLoadBalancerPayload` and `UpdateLoadBalancerPayload` Models
55
- [v0.3.1](services/alb/CHANGELOG.md#v031)
66
- **Internal:** Improve deserializing and error types
@@ -11,7 +11,7 @@
1111
- `lbapplication`: [v0.3.4](services/lbapplication/CHANGELOG.md#v034)
1212
- **Internal:** Improve deserializing and error types
1313
- `loadbalancer`:
14-
- [v0.4.2](services/loadbalancer/CHANGELOG.md#v042)
14+
- [v0.5.0](services/loadbalancer/CHANGELOG.md#v050)
1515
- **Feature:** Add new field `load_balancer_security_group` in `LoadBalancer`, `CreateLoadBalancerPayload` and `UpdateLoadBalancerPayload` Models
1616
- [v0.4.1](services/loadbalancer/CHANGELOG.md#v041)
1717
- **Internal:** Improve deserializing and error types
@@ -22,14 +22,14 @@
2222
- `modelserving`: [v0.1.2](services/modelserving/CHANGELOG.md#v012)
2323
- **Internal:** Improve deserializing and error types
2424
- `mongodbflex`:
25-
- [v1.0.2](services/mongodbflex/CHANGELOG.md#v102)
25+
- [v1.1.0](services/mongodbflex/CHANGELOG.md#v110)
2626
- **Breaking Change:** Add required `region` parameter to all API methods.
2727
- **Feature:** Add new methods `clone_instance()` and `restore_instance()`.
2828
- **Feature:** Add new models `InstanceFlavor` and `InstanceResponse`.
2929
- `objectstorage`: [v1.0.4](services/objectstorage/CHANGELOG.md#v104)
3030
- **Internal:** Improve deserializing and error types
3131
- `observability`:
32-
- [v0.5.2](services/observability/CHANGELOG.md#v052)
32+
- [v0.6.0](services/observability/CHANGELOG.md#v060)
3333
- **Feature:** Add new methods `get_logs_configs()`, `update_logs_configs()`, `get_traces_configs()`, `update_traces_configs()`, `get_metrics_storage_retention()`, `update_metrics_storage_retention()`, `get_scrape_config()`, `update_scrape_config()`, `list_acl()`, `update_acl()`, `list_alert_config_receivers()`, `list_alert_config_routes()`, `update_alert_config_receiver()`, `update_alert_config_route()`, `list_alertgroups()`, `list_alertrules()`, `list_credentials()`, `list_instances()`
3434
- **Feature:** Add new models `LogsConfig`, `LogsConfigResponse`, `TraceConfig`, `TracesConfigResponse`, `UpdateLogsConfigsPayload`, `UpdateTracesConfigsPayload`
3535
- [v0.5.1](services/observability/CHANGELOG.md#v051)

services/alb/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v0.3.2
1+
## v0.4.0
22
- **Feature:** Add new field `load_balancer_security_group` in `LoadBalancer`, `CreateLoadBalancerPayload` and `UpdateLoadBalancerPayload` Models
33

44
## v0.3.1

services/alb/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-alb"
33

44
[tool.poetry]
55
name = "stackit-alb"
6-
version = "v0.3.2"
6+
version = "v0.4.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

services/loadbalancer/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v0.4.2
1+
## v0.5.0
22
- **Feature:** Add new field `load_balancer_security_group` in `LoadBalancer`, `CreateLoadBalancerPayload` and `UpdateLoadBalancerPayload` Models
33

44
## v0.4.1

services/loadbalancer/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-loadbalancer"
33

44
[tool.poetry]
55
name = "stackit-loadbalancer"
6-
version = "v0.4.2"
6+
version = "v0.5.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

services/mongodbflex/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v1.0.2
1+
## v1.1.0
22
- **Breaking Change:** Add required `region` parameter to all API methods.
33
- **Feature:** Add new methods `clone_instance()` and `restore_instance()`.
44
- **Feature:** Add new models `InstanceFlavor` and `InstanceResponse`.

services/mongodbflex/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-mongodbflex"
33

44
[tool.poetry]
55
name = "stackit-mongodbflex"
6-
version = "v1.0.2"
6+
version = "v1.1.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

services/observability/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v0.5.2
1+
## v0.6.0
22
- **Feature:** Add new methods `get_logs_configs()`, `update_logs_configs()`, `get_traces_configs()`, `update_traces_configs()`, `get_metrics_storage_retention()`, `update_metrics_storage_retention()`, `get_scrape_config()`, `update_scrape_config()`, `list_acl()`, `update_acl()`, `list_alert_config_receivers()`, `list_alert_config_routes()`, `update_alert_config_receiver()`, `update_alert_config_route()`, `list_alertgroups()`, `list_alertrules()`, `list_credentials()`, `list_instances()`
33
- **Feature:** Add new models `LogsConfig`, `LogsConfigResponse`, `TraceConfig`, `TracesConfigResponse`, `UpdateLogsConfigsPayload`, `UpdateTracesConfigsPayload`
44

services/observability/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-observability"
33

44
[tool.poetry]
55
name = "stackit-observability"
6-
version = "v0.5.2"
6+
version = "v0.6.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

0 commit comments

Comments
 (0)