Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
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:

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there's an existing new features section below. Add to there.
Other comments:

  • Just one line about adding the benchmark is likely sufficient for all the PRs.
  • No need for author credit (PR history shows this)
  • No need to specify "add abstract methods" - again probably the whole PR stack can be summarized into a couple bullet points.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done — moved it into the existing new-features section, collapsed to a single line, and dropped both the author credit and the abstract-methods bullet.

- Add kubernetes_management benchmark for measuring GKE/EKS/AKS management

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there's a new features section below which is where this should go.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done — turns out the entry was under a stale "New features" header at the top of the file; moved it into the actual current section further down (with the Ubuntu 26.04 / MySQL sysbench entries).

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