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

s3gw: fix sqlite version (maybe others?) on Dockerfile #725

Closed
jecluis opened this issue Sep 27, 2023 · 0 comments · Fixed by #729
Closed

s3gw: fix sqlite version (maybe others?) on Dockerfile #725

jecluis opened this issue Sep 27, 2023 · 0 comments · Fixed by #729
Labels
area/containers kind/quality Quality improvements, Refactoring, Automation via CI, E2E, Integration, CLI or REST API priority/1 Should be fixed for next release triage/waiting Waiting for triage
Milestone

Comments

@jecluis
Copy link
Contributor

jecluis commented Sep 27, 2023

Fixing versions in the Dockerfile will allow us to upgrade packages without them affecting already released versions, or on-going releases.

This comes about via #723 where we kind of want to upgrade sqlite, but because we're not fixing the version in the Dockerfile, upgrading it right now in https://build.opensuse.org/project/show/filesystems:ceph:s3gw would affect the on-going release effort, upgrading a major library right from under us while the release process is on-going.

Additionally, by not fixing releases in the Dockerfile, we fall into the trap of having, e.g., v0.21.0 on sqlite X.Y.A, and then all versions post v0.21.0, including v0.21.1, v0.21.2, etc (should they exist), on a future version of sqlite X.Y.B (or something similar).

@jecluis jecluis added priority/1 Should be fixed for next release kind/quality Quality improvements, Refactoring, Automation via CI, E2E, Integration, CLI or REST API area/containers labels Sep 27, 2023
@jecluis jecluis added this to the v0.22.0 milestone Sep 27, 2023
@jecluis jecluis added this to S3GW Sep 27, 2023
@github-project-automation github-project-automation bot moved this to Backlog in S3GW Sep 27, 2023
@github-actions github-actions bot added the triage/waiting Waiting for triage label Sep 27, 2023
jecluis referenced this issue in jecluis/s3gw Sep 28, 2023
Fixes: aquarist-labs/s3gw#725

Signed-off-by: Joao Eduardo Luis <[email protected]>
jecluis referenced this issue in jecluis/s3gw Sep 28, 2023
Fixes: aquarist-labs/s3gw#725

Signed-off-by: Joao Eduardo Luis <[email protected]>
jecluis referenced this issue in jecluis/s3gw Oct 2, 2023
Fixes: aquarist-labs/s3gw#725

Signed-off-by: Joao Eduardo Luis <[email protected]>
@github-project-automation github-project-automation bot moved this from Backlog to Done in S3GW Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/containers kind/quality Quality improvements, Refactoring, Automation via CI, E2E, Integration, CLI or REST API priority/1 Should be fixed for next release triage/waiting Waiting for triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant