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

DSE 6.8.44 release notes #138

Merged
merged 2 commits into from
Apr 12, 2024
Merged

DSE 6.8.44 release notes #138

merged 2 commits into from
Apr 12, 2024

Conversation

roxananeo
Copy link
Contributor


Release Notes Automation

If you name your pull-request as "Product x.y.z Release ...", after merging the
PR, a GitHub Action will automatically create a product version tag "product-x.y.z".

Supported product names are:

  • DSE
  • OpsCenter
  • Studio
  • Luna Streaming

Version supports 3 sets or 4 sets of digits.

* Fixed nodetool viewbuildstatus to query the responsible replica. It prevents returning unknown status when system_distributed RF is smaller than the number of nodes in the cluster. (DSP-23806)

## 6.8.44 DSE CVE
* Added possibility to close/block connection per role by specifying {{connection_idle_timeout_seconds}} and {{connection_idle_behavior}} via a role custom options. (DSP-23951)
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
* Added possibility to close/block connection per role by specifying {{connection_idle_timeout_seconds}} and {{connection_idle_behavior}} via a role custom options. (DSP-23951)
* Added possibility to close/block connection per role by specifying `connection_idle_timeout_seconds` and `connection_idle_behavior` via a role custom options. (DSP-23951)

* Added support for AWS Ec2 IMDSv2. Please beware that if you use Ec2Snitch or Ec2MultiRegionSnitch, by default it will communicate with AWS IMDS of version 2. This change is transparent, there does not need anything done upon upgrade. Furthermore, IMDS of version 2 can be configured to be required in AWS EC2 console. Consult cassandra-rackdc.properties for more details. (DSP-23995)
* Fixed nodetool viewbuildstatus to query the responsible replica. It prevents returning unknown status when system_distributed RF is smaller than the number of nodes in the cluster. (DSP-23806)

## 6.8.44 DSE CVE
Copy link
Contributor

Choose a reason for hiding this comment

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

Likely DSE Security would be a more appropriate section for DSP-23951

## 6.8.44 DSE Search
* Fixed Solr credentials parsing. (DSP-24102)

## 6.8.44 DSE Miscellaneous
Copy link
Contributor

Choose a reason for hiding this comment

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

It seems the release notes script wasn't able to figure out the most appropriate category for the below two tickets based on the Components field. I think both of these tickets would be a better fit for DSE Cassandra category.

Copy link
Member

Choose a reason for hiding this comment

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

There's a warning when running release-notes-generator for when no component is matched. In cases like these we should fix the Jira issue and then re-generate the Release Notes.

* Fixed Solr credentials parsing. (DSP-24102)

## 6.8.44 DSE Miscellaneous
* Added support for AWS Ec2 IMDSv2. Please beware that if you use Ec2Snitch or Ec2MultiRegionSnitch, by default it will communicate with AWS IMDS of version 2. This change is transparent, there does not need anything done upon upgrade. Furthermore, IMDS of version 2 can be configured to be required in AWS EC2 console. Consult cassandra-rackdc.properties for more details. (DSP-23995)
Copy link
Contributor

Choose a reason for hiding this comment

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

I believe there are some subtle wording improvements to make in this release note. How about we try the following:

Added support for AWS EC2 IMDSv2. Please beware that if you use Ec2Snitch or Ec2MultiRegionSnitch, by default it will communicate with AWS IMDSv2. This change is transparent and does not need anything done upon upgrade. Furthermore, IMDSv2 can be configured to be required in AWS EC2 console. Consult cassandra-rackdc.properties for more details.

?
I am also wondering about the meaning and necessity of the following part Furthermore, IMDSv2 can be configured to be required in AWS EC2 console.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

the second statement is related to the fact that EC2 IMDSv2 is 2 parts: once in dse and we mentioned how to use it, second is in AWS. Probably the statement is not necessary since whoever needs this property will know the AWS part.

Copy link
Contributor

@szymon-miezal szymon-miezal left a comment

Choose a reason for hiding this comment

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

It looks good to me.

@roxananeo roxananeo merged commit 1240163 into master Apr 12, 2024
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.

3 participants