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

chore(kubernetes): update to LAPIS 0.3.13, SILO 0.5.2 #3601

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

fengelniederhammer
Copy link
Contributor

@fengelniederhammer fengelniederhammer commented Feb 3, 2025

preview URL: https://lapis0312silo052.loculus.org/

Summary

The most notable change is that SILO now exposes its version. And we wire that version through LAPIS. -> LAPIS responses will tell you which SILO version was used.

SILO

0.5.2 (2025-01-29)

Features

  • add the version to the output of the info endpoint (#680) (87e3f60), closes #604

0.5.1 (2025-01-28)

Features

  • update base image to ubuntu:24.04 (46d0567)

Bug Fixes

  • return an error if reserved value INT32_MIN is used in filter (042646b)

LAPIS

0.3.13 (2025-01-31)

Features

0.3.12 (2025-01-22)

Bug Fixes

  • lapis: don't show the single segmented sequence download when there are no nucleotide sequences (#1054) (f27f94b)

Screenshot

PR Checklist

- [ ] All necessary documentation has been adapted.
- [ ] The implemented feature is covered by an appropriate test.

SILO:

## [0.5.2](GenSpectrum/LAPIS-SILO@v0.5.1...v0.5.2) (2025-01-29)

### Features

* add the version to the output of the info endpoint ([#680](GenSpectrum/LAPIS-SILO#680)) ([87e3f60](GenSpectrum/LAPIS-SILO@87e3f60)), closes [#604](GenSpectrum/LAPIS-SILO#604)

## [0.5.1](GenSpectrum/LAPIS-SILO@v0.5.0...v0.5.1) (2025-01-28)

### Features

* update base image to ubuntu:24.04 ([46d0567](GenSpectrum/LAPIS-SILO@46d0567))

### Bug Fixes

* return an error if reserved value INT32_MIN is used in filter ([042646b](GenSpectrum/LAPIS-SILO@042646b))

LAPIS:
## [0.3.13](GenSpectrum/LAPIS@v0.3.12...v0.3.13) (2025-01-31)

### Features

* **lapis:** add `siloVersion` to response info ([#1066](GenSpectrum/LAPIS#1066)) ([c1edcf3](GenSpectrum/LAPIS@c1edcf3))

## [0.3.12](GenSpectrum/LAPIS@v0.3.11...v0.3.12) (2025-01-22)

### Bug Fixes

* **lapis:** don't show the single segmented sequence download when there are no nucleotide sequences ([#1054](GenSpectrum/LAPIS#1054)) ([f27f94b](GenSpectrum/LAPIS@f27f94b))
@fengelniederhammer fengelniederhammer added the preview Triggers a deployment to argocd label Feb 3, 2025
Copy link
Contributor

@corneliusroemer corneliusroemer left a comment

Choose a reason for hiding this comment

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

Really cool, thanks for the PR!

image

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

Successfully merging this pull request may close these issues.

Add version information to /sample/info endpoint
2 participants