Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

What is the latest version of calimero-server? #14

Closed
lukasvermeer opened this issue Aug 25, 2023 · 4 comments
Closed

What is the latest version of calimero-server? #14

lukasvermeer opened this issue Aug 25, 2023 · 4 comments

Comments

@lukasvermeer
Copy link
Contributor

Hello,

I am running the calimeroproject/knxserver:latest-armv7 tag from Dockerhub. The logs tell me that this is "Calimero KNX IP Server v2.6-SNAPSHOT". However this Github project suggests the latest release is actually 2.5.1, which seems contradictory. What is the latest release? Is the Dockerhub image up to date?

I am also facing some issues getting the server up and connecting to it from ETS, but I want to make sure I am running the latest version before I open any issues about those problems. Thanks.

Best regards,
Lukas

@bmalinowsky
Copy link
Collaborator

Hello,
2.5.1 is the latest release, but it's not on Dockerhub. The 2.6 snapshot image is newer than the 2.5 one.

What are the issues you have?

@lukasvermeer
Copy link
Contributor Author

Clear. Thanks! 👍

I guess that means the 2.6 snapshot is ahead of the latest "official" release. When I encounter problems, should I use the snapshot or try to revert to the latest release instead?

I have opened a separate issue #15 for the specific problems I have encountered, because that is a different question and so that it is easier to find in case someone else encounters the same problems.

@bmalinowsky
Copy link
Collaborator

Use the snapshots. For runtime purposes, they are in general not less stable than releases. The snapshot means that a new snapshot with the same version can have modifications which affect APIs, internals, features, dependencies (i.e., developer stuff), which of course is not the case in releases, where only (more serious) bugs are fixed.

Btw., the reason there is no recent armv7 upload is that the combination alpine/musl/armv7/jdk17+ does not work the way I assembled the previous one (that's why the x64 latest is newer than arm). 2.5.1 would still work, but not make a difference for your case anyway.

@lukasvermeer
Copy link
Contributor Author

Super clear. Thank you. I will keep using the Dockerhub armv7 snapshot.

lukasvermeer added a commit to lukasvermeer/calimero-server that referenced this issue Sep 4, 2023
Based on the answer from @bmalinowsky in calimero-project#14, adding a note to explain the status of the Dockerhub snapshots, in case someone else has the same question as I did. :-)
bmalinowsky pushed a commit that referenced this issue Sep 6, 2023
Based on the answer from @bmalinowsky in #14, adding a note to explain the status of the Dockerhub snapshots, in case someone else has the same question as I did. :-)
bmalinowsky pushed a commit that referenced this issue Mar 11, 2024
Based on the answer from @bmalinowsky in #14, adding a note to explain the status of the Dockerhub snapshots, in case someone else has the same question as I did. :-)
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants