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

Updating CHANGELOG and minor chnage in UUID handling #406

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

erikbosch
Copy link
Collaborator

@erikbosch erikbosch commented Sep 16, 2024

I took a look at the changelog, and this PR contains some changes related to that

  • Rearranged order to start with newest release.
  • Added some lines on changes that will be part of 5.0, best reviewed in https://github.com/boschglobal/vss-tools/blob/erik_uuid/CHANGELOG.md
  • Reviewing the uuid support. As part of the CLI refactoring -no--uuid was re introduced again (I think the new CLI framework expects boolean parameters to be a "pair"). But I assume still we want to remove it completely for VSS 6.0 so I added a deprecation note if --uuid is used

@erikbosch erikbosch force-pushed the erik_uuid branch 2 times, most recently from 0d0bb52 to fc5284d Compare September 16, 2024 14:54
@erikbosch erikbosch marked this pull request as ready for review September 16, 2024 15:09
@sschleemilch
Copy link
Collaborator

I think the new CLI framework expects boolean parameters to be a "pair"

That is not required but optional to do it like that: https://click.palletsprojects.com/en/8.1.x/options/#boolean-flags

@erikbosch
Copy link
Collaborator Author

I think the new CLI framework expects boolean parameters to be a "pair"

That is not required but optional to do it like that: https://click.palletsprojects.com/en/8.1.x/options/#boolean-flags

As they recommend having both I have no problems with it.

@erikbosch erikbosch added the Release Blocker PR that is suggested to be merged before next release label Sep 17, 2024

General args have been extended with logging arguments `--log-level` and `--log-file`.

## SAMM Exporter added
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Use ###

@erikbosch erikbosch added the Scope:Trivial Spelling fixes, submodule update, trivial bug-fixes, and similar. label Sep 17, 2024
@erikbosch
Copy link
Collaborator Author

MoM: Ok to merge as part of release prep as trivial

@erikbosch erikbosch merged commit 4e186f2 into COVESA:master Sep 19, 2024
7 checks passed
@erikbosch erikbosch deleted the erik_uuid branch September 19, 2024 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Release Blocker PR that is suggested to be merged before next release Scope:Trivial Spelling fixes, submodule update, trivial bug-fixes, and similar.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants