UPDATE: 2.7.0 is set to release on Tuesday May 2nd.
Hi Community!
We are moving the release of 2.7.0 to accommodate the impact of holiday schedules on the timing of the code cut-off. We have updated the release schedule on our website and will soon update the release issue .
Thanks for your patience.
3 Likes
kris
April 24, 2023, 8:43pm
2
FYI: 2.7.0 was scheduled for release tomorrow, April 25th. Due to a few things found during regression testing, this date will be pushed back. We are currently working towards Thursday, April 27th, but may need to extend that to Tuesday, May 2nd. I expect we’ll know tomorrow and will update here, as well as the releases page when we know the exact date. Thank you for your patience.
edit
List of PRs the team is working through:
OpenSearch Dashboards:
opensearch-project:main
← kavilla:avillk/fix_core_editor
opened 10:46PM - 21 Apr 23 UTC
### Description
Fix UI bug that did not update the console with the correct v… alues.
offsetTop was always 0 and the value needed the pixel.
### Issues Resolved
closes: https://github.com/opensearch-project/OpenSearch-Dashboards/issues/3916
### Check List
- [ ] All tests pass
- [ ] `yarn test:jest`
- [ ] `yarn test:jest_integration`
- [ ] `yarn test:ftr`
- [ ] New functionality includes testing.
- [ ] New functionality has been documented.
- [x] Update [CHANGELOG.md](./../CHANGELOG.md)
- [x] Commits are signed per the DCO using --signoff
opensearch-project:main
← kavilla:avillk/fix_edit
opened 03:36AM - 22 Apr 23 UTC
### Description
History push will just to the current route. However, dashboa… rdsProvider was implemented with the expectation that it was a different app.
So when a plugin registered it was attempting to navigate to `app/dashboard#/app/{url}`
### Issues Resolved
n/a
### Check List
- [ ] All tests pass
- [ ] `yarn test:jest`
- [ ] `yarn test:jest_integration`
- [ ] `yarn test:ftr`
- [ ] New functionality includes testing.
- [ ] New functionality has been documented.
- [ ] Update [CHANGELOG.md](./../CHANGELOG.md)
- [ ] Commits are signed per the DCO using --signoff
opensearch-project:main
← kavilla:avillk/dashboard_listing_update
opened 03:57AM - 22 Apr 23 UTC
### Description
Update to include BASE_URL if basePath is defined. Since create… url is just a direct nav and needs the basePath when passing props to the provider, the source code no longer appends the basePath to keep these URLs consistent.
A feature should consolidate the basePaths in the dashboard listing service so that createUrl also adds the base path. At which point we no longer need the base path.
Also removed some rogue console logs and setToast.
Core PR:
https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3922
### Issues Resolved
n/a
### Check List
- [ ] New functionality includes testing.
- [ ] All tests pass, including unit test, integration test and doctest
- [ ] New functionality has been documented.
- [ ] New functionality has javadoc added
- [ ] New functionality has user manual doc added
- [x] Commits are signed per the DCO using --signoff
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check [here](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin).
opensearch-project:main
← kristenTian:block
opened 04:46AM - 21 Apr 23 UTC
### Description
Add server side private IP blocking for data source endpoints… validation.
Tested locally data source creation with private IPs defined in the list will be blocked.
### Check List
- [ ] All tests pass
- [ ] `yarn test:jest`
- [ ] `yarn test:jest_integration`
- [ ] `yarn test:ftr`
- [ ] New functionality includes testing.
- [ ] New functionality has been documented.
- [ ] Update [CHANGELOG.md](./../CHANGELOG.md)
- [ ] Commits are signed per the DCO using --signoff
opensearch-project:2.7
← opensearch-project:panel-table-fixes
opened 10:44PM - 19 Apr 23 UTC
### Description
[Describe what this change achieves]
### Issues Resolved
[L… ist any issues this PR will resolve]
### Check List
- [ ] New functionality includes testing.
- [ ] All tests pass, including unit test, integration test and doctest
- [ ] New functionality has been documented.
- [ ] New functionality has javadoc added
- [ ] New functionality has user manual doc added
- [ ] Commits are signed per the DCO using --signoff
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check [here](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin).
OpenSearch:
opensearch-project:2.7
← amsiglan:connect-date-time-filter
opened 10:50PM - 20 Apr 23 UTC
### Description
This PR connects the date time filter in the correlations page … to the global date time state used in the plugin
### Issues Resolved
Date time filter does not update
### Check List
- [x] Commits are signed per the DCO using --signoff
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check [here](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin).
opensearch-project:2.7
← amsiglan:check-for-duplicate-nodes
opened 03:27AM - 20 Apr 23 UTC
### Description
When there are more than one correlations for a finding, we are… adding same node id twice in graph data which crashes the graph. This PR checks for existing node ids before adding same one again.
### Check List
- [x] Commits are signed per the DCO using --signoff
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check [here](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin).
opensearch-project:main
← Rishikesh1159:revert-7183
opened 02:59PM - 24 Apr 23 UTC
<!-- Thanks for sending a pull request, here are some tips:
1. If this is a … fix for an undisclosed security vulnerability, please STOP. All security vulnerability reporting and fixes should be done as per our security policy https://github.com/opensearch-project/OpenSearch/security/policy
2. If this is your first time, please read our contributor guidelines: https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md and developer guide https://github.com/opensearch-project/OpenSearch/blob/main/DEVELOPER_GUIDE.md
3. Ensure you have added or ran the appropriate tests for your PR: https://github.com/opensearch-project/OpenSearch/blob/main/TESTING.md
-->
### Description
This PR Reverts #7183 enabling Segment Replication Backpressure as default setting. By Enabling this setting by default we are impacting the throughput of document replication.
### Issues Resolved
Resolves #7293
### Check List
- [ ] New functionality includes testing.
- [ ] All tests pass
- [ ] New functionality has been documented.
- [ ] New functionality has javadoc added
- [ ] Commits are signed per the DCO using --signoff
- [ ] Commit changes are listed out in CHANGELOG.md file (See: [Changelog](../blob/main/CONTRIBUTING.md#changelog))
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check [here](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin).
opensearch-project:main
← kotwanikunal:fix-index-setting-bug
opened 11:42PM - 24 Apr 23 UTC
### Description
- Restoring searchable snapshots with indices backed up with th… e setting `index.store.type` leads to wrong ordering for store type settings, causing the restore to be of the original configuration set on the index at backup which can be `fs` / a local restored index instead. (Sample code which does [that with benchmarks here](https://github.com/search?q=repo%3Aopensearch-project%2Fopensearch-benchmark-workloads%20%22index.store.type%22&type=code))
- This PR fixes the ordering of the settings to enable searchable snapshot index restore with the appropriate store type, irrespective of the original store type configuration for the index.
### Issues Resolved
- N/A
### Check List
- [x] New functionality includes testing.
- [x] All tests pass
- [ ] New functionality has been documented.
- [ ] New functionality has javadoc added
- [x] Commits are signed per the DCO using --signoff
- [x] Commit changes are listed out in CHANGELOG.md file (See: [Changelog](../blob/main/CONTRIBUTING.md#changelog))
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check [here](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin).
2 Likes
kris
April 26, 2023, 10:52pm
3
UPDATE: 2.7.0 is set to release on Tuesday May 2nd. This will allow time to fix issues found in regression tests, as well as implement a fix to address CVE-2022-45688 . The releases page has been updated. Thank you for your understanding.
3 Likes
system
Closed
May 7, 2023, 7:12pm
4
This topic was automatically closed after 30 days. New replies are no longer allowed.