Skip to content

Commit

Permalink
Merge pull request redpanda-data#23341 from mmaslankaprv/cluster-vers…
Browse files Browse the repository at this point in the history
…ion-bump

features: bumped cluster version for next major release
  • Loading branch information
mmaslankaprv authored Sep 17, 2024
2 parents d71cd38 + bed8ad6 commit 7f8585a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/v/features/feature_table.cc
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,13 @@ std::string_view to_string_view(feature_state::state s) {
// 23.3.1 -> 11
// 24.1.1 -> 12
// 24.2.1 -> 13
// 24.3.1 -> 14
//
// Although some previous stable branches have included feature version
// bumps, this is _not_ the intended usage, as stable branches are
// meant to be safely downgradable within the branch, and new features
// imply that new data formats may be written.
static constexpr cluster_version latest_version = cluster_version{13};
static constexpr cluster_version latest_version = cluster_version{14};

// The earliest version we can upgrade from. This is the version that
// a freshly initialized node will start at. All features up to this cluster
Expand Down

0 comments on commit 7f8585a

Please sign in to comment.