Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,21 @@
- `v3api`: **New:** New package which can be used for communication with the postgresflex v3 API
- `v2api`: **Deprecated:** `v2api` is deprecated, use instead `v3api`
- `v3beta1api`: **Deprecated:** `v3beta1api` is deprecated, use instead `v3api`
- `ske`:
- [v1.21.0](services/ske/CHANGELOG.md#v1210)
- **Fix:** Update regular expression for `Start` and `End` field of the `HibernationSchedule`
- Package `v2api`:
- **Fix:** Update regular expression for `Version` field of the `MachineImageVersion`
- **Feature:** Add model struct for `ApplicationLoadBalancer` and `CNI`
- **Feature:** Add fields `Labels` and `Maintenance` to model struct `Cluster` and `CreateOrUpdateClusterPayload`
- **Feature:** Add field `ApplicationLoadBalancer` to model struct `Extension`
- **Feature:** Add field `Cni` to model struct `Network`
- Deprecated SDK layer in root of the module:
- **Fix:** Update regular expression for `Version` field of the `MachineImageVersion`
- **Feature:** Add model struct for `ApplicationLoadBalancer` and `CNI`
- **Feature:** Add fields `Labels` and `Maintenance` to model struct `Cluster` and `CreateOrUpdateClusterPayload`
- **Feature:** Add field `ApplicationLoadBalancer` to model struct `Extension`
- **Feature:** Add field `Cni` to model struct `Network`
- `telemetrylink`:
- [v0.5.0](services/telemetrylink/CHANGELOG.md#v050)
- **Improvement:** Add validation for `Description` field
Expand Down
18 changes: 18 additions & 0 deletions services/ske/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## v1.21.0
- Package `v1api`:
- **Fix:** Update regular expression for `Start` and `End` field of the `HibernationSchedule`
- Package `v2api`:
- **Fix:** Update regular expression for `Start` and `End` field of the `HibernationSchedule`
- **Fix:** Update regular expression for the `Version` field of the `MachineImageVersion`
- **Feature:** Add model struct for `ApplicationLoadBalancer` and `CNI`
- **Feature:** Add fields `Labels` and `Maintenance` to model struct `Cluster` and `CreateOrUpdateClusterPayload`
- **Feature:** Add field `ApplicationLoadBalancer` to model struct `Extension`
- **Feature:** Add field `Cni` to model struct `Network`
- Deprecated SDK layer in root of the module:
- **Fix:** Update regular expression for `Start` and `End` field of the `HibernationSchedule`
- **Fix:** Update regular expression for the `Version` field of the `MachineImageVersion`
- **Feature:** Add model struct for `ApplicationLoadBalancer` and `CNI`
- **Feature:** Add fields `Labels` and `Maintenance` to model struct `Cluster` and `CreateOrUpdateClusterPayload`
- **Feature:** Add field `ApplicationLoadBalancer` to model struct `Extension`
- **Feature:** Add field `Cni` to model struct `Network`

## v1.20.0
- Package `v2api`:
- **Fix:** Increased timeout in `DeleteClusterWaitHandler` to 90 min
Expand Down
2 changes: 1 addition & 1 deletion services/ske/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.20.0
v1.21.0
150 changes: 150 additions & 0 deletions services/ske/model_application_load_balancer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions services/ske/model_application_load_balancer_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

61 changes: 60 additions & 1 deletion services/ske/model_cluster.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading