Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for Valkey 8.0 RC1 release #850

Merged
merged 9 commits into from
Aug 1, 2024
Merged

Prepare for Valkey 8.0 RC1 release #850

merged 9 commits into from
Aug 1, 2024

Conversation

PingXie
Copy link
Member

@PingXie PingXie commented Jul 31, 2024

No description provided.

.config/typos.toml Outdated Show resolved Hide resolved
Co-authored-by: Binbin <[email protected]>
Signed-off-by: Ping Xie <[email protected]>
src/version.h Outdated
@@ -4,8 +4,8 @@
* similar. */
#define SERVER_NAME "valkey"
#define SERVER_TITLE "Valkey"
#define VALKEY_VERSION "255.255.255"
#define VALKEY_VERSION_NUM 0x00ffffff
#define VALKEY_VERSION "7.255.0"
Copy link
Member

@hwware hwware Jul 31, 2024

Choose a reason for hiding this comment

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

In Redis, version 7.4-rc1 defines as
#define REDIS_VERSION "7.3.240"
#define REDIS_VERSION_NUM 0x000703f0

version 7.0-rc1 defines as
#define REDIS_VERSION "6.9.240"
#define REDIS_VERSION_NUM 0x000609f0

Thus, here I think we should define 8.0 RC1 as

#define VALKEY_VERSION "7.9.240"
#define VALKEY_VERSION_NUM 0x000709f0

Copy link
Member

Choose a reason for hiding this comment

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

For some reason I thought we used 0 in the patch, I think 240 is fine.

00-RELEASENOTES Outdated Show resolved Hide resolved
Signed-off-by: Madelyn Olson <[email protected]>
Copy link

codecov bot commented Jul 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (8.0@fa238dc). Learn more about missing BASE report.

Additional details and impacted files
@@          Coverage Diff           @@
##             8.0     #850   +/-   ##
======================================
  Coverage       ?   70.21%           
======================================
  Files          ?      112           
  Lines          ?    61467           
  Branches       ?        0           
======================================
  Hits           ?    43159           
  Misses         ?    18308           
  Partials       ?        0           

00-RELEASENOTES Outdated Show resolved Hide resolved
Copy link
Member

@madolson madolson left a comment

Choose a reason for hiding this comment

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

I think I went through all my old notes now.

00-RELEASENOTES Outdated Show resolved Hide resolved
00-RELEASENOTES Outdated Show resolved Hide resolved
00-RELEASENOTES Show resolved Hide resolved
00-RELEASENOTES Show resolved Hide resolved
00-RELEASENOTES Show resolved Hide resolved
PingXie and others added 4 commits July 31, 2024 23:38
Co-authored-by: Madelyn Olson <[email protected]>
Signed-off-by: Ping Xie <[email protected]>
Co-authored-by: Madelyn Olson <[email protected]>
Signed-off-by: Ping Xie <[email protected]>
Signed-off-by: Ping Xie <[email protected]>
Copy link
Member

@madolson madolson left a comment

Choose a reason for hiding this comment

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

I'm happy.

@PingXie PingXie merged commit 00a5be7 into valkey-io:8.0 Aug 1, 2024
51 of 59 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants