Skip to content
Open
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
7 changes: 7 additions & 0 deletions CHANGES.next.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### New features:
- Add kubernetes_management benchmark for measuring GKE/EKS/AKS management
plane API responsiveness. (from @ashishsuneja)
- Add KubernetesCluster base class management plane abstract methods:
CreateNodePool, DeleteNodePool, UpgradeNodePool, UpdateCluster and
their async counterparts. (from @ashishsuneja)

### Breaking changes:

- Added --accept_licenses flag. User have to turn this flag on to acknowledge
Expand Down
Loading