Skip to content

Release preparation 0.6#61

Draft
SebastianSchildt wants to merge 7 commits into
eclipse-kuksa:mainfrom
SebastianSchildt:feature/maintenance-release-prep
Draft

Release preparation 0.6#61
SebastianSchildt wants to merge 7 commits into
eclipse-kuksa:mainfrom
SebastianSchildt:feature/maintenance-release-prep

Conversation

@SebastianSchildt

@SebastianSchildt SebastianSchildt commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

I did some release pre according to https://github.com/eclipse-kuksa/kuksa-python-sdk/wiki/Release-Process

My intention was preparing for a minor 0.5.2 release, however I noticed the current setup did not work under Python 3.14 .

Fixing that required upgrading cmd2 package, which leads to a drop of Python 3.10 support (I decided to rather cut of 3.10 and raise minimum to 3.11 instead of not supporting 3.14, which already is default on some systems)

While doing that I also made sure the missing readline packages for Mac and Windows (that has been a long standing issue) are installed.

I also needed to update grpcio-tools (and protobuf) again, to make sure it does not need to compile (requiring a working C++ setup) due to unavailable wheels on current Python versions

Also the subscribe call in CLI was not working due to some issues in the val.v1/val.v2 switching code. If fixed that and checked against current 0.7 databroker as well as 0.4.6. (the last version with no v2 suppot whatsoever)

Due to this changes I would rather aim for 0.6 release...

So the plan is:

  • Get this merged
  • Push a 0.6-0-a1 pre-release
  • test and iterate as often as possible
  • Push 0.6.0 release
  • ...
  • Profit

(Note this is already a lot so I will except the markdown check failing due to know missing links tot he removed sdv1 protocol. I will remove those, when I am removing sdv1 support from the python package)

…ntations

Signed-off-by: Sebastian Schildt <sebastian.schildt@hs-heilbronn.de>
Signed-off-by: Sebastian Schildt <sebastian.schildt@hs-heilbronn.de>
Signed-off-by: Sebastian Schildt <sebastian.schildt@hs-heilbronn.de>
Signed-off-by: Sebastian Schildt <sebastian.schildt@hs-heilbronn.de>
Signed-off-by: Sebastian Schildt <sebastian.schildt@hs-heilbronn.de>
@SebastianSchildt SebastianSchildt changed the title Release preparation Release preparation 0.6 Jul 17, 2026
Signed-off-by: Sebastian Schildt <sebastian.schildt@hs-heilbronn.de>
…iption rendering due to changed cmd2 API

Signed-off-by: Sebastian Schildt <sebastian.schildt@hs-heilbronn.de>
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.

1 participant