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

What's the latest release? 8.3.0? 9.0.0? 9.2.0? #567

Open
o-l-a-v opened this issue Nov 9, 2023 · 14 comments
Open

What's the latest release? 8.3.0? 9.0.0? 9.2.0? #567

o-l-a-v opened this issue Nov 9, 2023 · 14 comments
Assignees
Labels

Comments

@o-l-a-v
Copy link

o-l-a-v commented Nov 9, 2023

It's unclear what's the latest stable release for Debian / Ubuntu if not using Docker.

@o-l-a-v o-l-a-v changed the title What's the latest debian release? 8.3.0? 9.0.0? 9.2.0? What's the latest release? 8.3.0? 9.0.0? 9.2.0? Nov 9, 2023
@kaicode kaicode self-assigned this Nov 9, 2023
@kaicode
Copy link
Member

kaicode commented Nov 9, 2023

This is a very reasonable question. The short answer is to use 8.3.0 for now.

Longer explanation:
Snowstorm 9.0.0 has been tagged deployed to our production environments but the tech team are holding back on the public release in GitHub of 9.0.0 because versions 9.1.0/9.2.0/9.3.0 will bring more breaking changes.

The major breaking changes in Snowstorm 9.0.0 was an upgrade from Java 11 to Java 17.
In Snowstorm 9.3.0 there will be an Elasticsearch upgrade from 7.10.x to Elasticsearch 8.x.

Once the tech team are done making breaking changes they will publish a new release in the releases section including the jar, deb package, full list of changes and guidance on how to upgrade to JDK 17 and Elasticsearch 8.

@kaicode
Copy link
Member

kaicode commented Nov 9, 2023

Version 8.3.0 is still in the master branch for now. The master branch will be updated in line with the next public release.

@o-l-a-v
Copy link
Author

o-l-a-v commented Nov 9, 2023

Then why do you offer beta/non-stable, like 9.2.0, by APT if it's not stable? Do we have to use package pinning with Snowstorm?

One would want to be able to update other software on the VM with sudo apt update without getting beta releases. Seems like pinning is the way to be able to do this now.

@kaicode
Copy link
Member

kaicode commented Nov 9, 2023

If deploying from APT I would advise deploying a specific version number (the latest version in the releases page) rather than taking the latest one available in the debian repository. This is because we publish UAT versions to the debian repository.

Our usual process is to deploy to our debian repository, deploy to UAT and test for a couple of weeks, deploy to production and then make the release public on GitHub.

@o-l-a-v
Copy link
Author

o-l-a-v commented Nov 9, 2023

Yes, we use sudo apt install snowstorm=<version> like your example script does:

But that does not pin it from being upgraded with sudo apt upgrade later.

I guess we'll have to pin it then, with APT pinning, to keep snowstorm from being upgraded when sudo apt upgrade.

@kaicode
Copy link
Member

kaicode commented Nov 9, 2023

Yes, if you want to upgrade all package like that I think you are right.

@kaicode
Copy link
Member

kaicode commented Nov 9, 2023

apt-mark hold may also be an option.

@eirikconteir
Copy link

For docker-compose: Should I just change

image: snomedinternational/snowstorm:latest

to

image: snomedinternational/snowstorm:8.3.0 in

the .yml-file?

@kaicode
Copy link
Member

kaicode commented Nov 13, 2023

Yes @eirikconteir, that docker-compose change would ensure you are using Snowstorm version 8.3.0. That looks good.

@eirikconteir
Copy link

Great, @kaicode ! Thanks.

Very last question; should browser be set to :latest? Or should we specify a version for that application as well?

@kaicode
Copy link
Member

kaicode commented Nov 13, 2023

Apparently browser version 3.32.0 should be deployed with Snowstorm 8.3.0.

Apologies for all this package version mess at the moment everyone. I will bring this up with the teams internally because I feel we have room for improvement here.

@eirikconteir
Copy link

Thanks a lot, @kaicode .

If we're able to load the full international edition in a docker installation as well, we're all set. But that another issue:)

@eirikconteir
Copy link

Hi again, @kaicode . We are a able to pull Snowstorm 8.3.0, but not the browser

Pulling browser (snomedinternational/snomedct-browser:3.32.0)...
ERROR: manifest for snomedinternational/snomedct-browser:3.32.0 not found: manifest unknown: manifest unknown

@kaicode
Copy link
Member

kaicode commented Dec 13, 2023

@eirikconteir It looks like we do not currently have tag versions in docker hub for the browser project. Snowstorm 9.2.0 was just published in GitHub and Docker Hub. This works with the latest version of the browser in Docker Hub.

@jimcornmell people in the community have a requirement to pull a specific version of a docker container from docker hub. Sometimes this is needed to ensure that the browser and a Snowstorm version are compatible. In your work to reform the way we publish docker images can we ensure that tag versions are pushed? Let's chat if you need more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants