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

Bump version and update vendor. #47

Merged
merged 1 commit into from
Jun 14, 2023

Conversation

Yury-Fridlyand
Copy link
Collaborator

Description

Bump version and update vendor.
I also cleaned up some dangling whitespaces.

Issues Resolved

Release preparation.

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.

Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
@Yury-Fridlyand
Copy link
Collaborator Author

Tested on Windows:
image
image
image

</CPackWiXPatch>

Choose a reason for hiding this comment

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

Should this file end with a whitespace?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

All files should end with a blank line

@@ -1,7 +1,7 @@
<CPackWiXPatch>
<CPackWiXFragment Id="CM_CP_Driver.bin.sqlodbc.dll">
<!-- Add driver entry in Software -->
<RegistryKey Root="HKLM" Key="SOFTWARE\Amazon\OpenSearch SQL ODBC Driver\Driver" >
<RegistryKey Root="HKLM" Key="SOFTWARE\OpenSearch Project\OpenSearch SQL ODBC Driver\Driver" >
Copy link
Collaborator

Choose a reason for hiding this comment

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

How will this affect upgrading from 1.3.0.0?

As I see it, if the user has custom values set up, say LogLevel or LogOutput, they will be lost.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Oh yes, it is a very good point.
Unfortunately, current installer does not support upgrade, so user has to delete old version first (which cleans up registry entries) and install new. These settings are always lost, unless installer reworked.

@Yury-Fridlyand Yury-Fridlyand merged commit a708a64 into opensearch-project:main Jun 14, 2023
@Yury-Fridlyand Yury-Fridlyand deleted the bump-version branch June 14, 2023 20:01
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