generated from cloudnative-pg/cnpg-template
-
Notifications
You must be signed in to change notification settings - Fork 10
ci: automate the update of OS libraries #45
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
Merged
NiccoloFei
merged 12 commits into
cloudnative-pg:main
from
GabriFedi97:GabriFedi97/dev/10
Dec 9, 2025
Merged
ci: automate the update of OS libraries #45
NiccoloFei
merged 12 commits into
cloudnative-pg:main
from
GabriFedi97:GabriFedi97/dev/10
Dec 9, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cb675be to
db37302
Compare
b4822fd to
43a6e41
Compare
NiccoloFei
approved these changes
Dec 4, 2025
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
Signed-off-by: Gabriele Fedi <gabriele.fedi@enterprisedb.com>
Signed-off-by: Gabriele Fedi <gabriele.fedi@enterprisedb.com>
Signed-off-by: Gabriele Fedi <gabriele.fedi@enterprisedb.com>
Signed-off-by: Gabriele Fedi <gabriele.fedi@enterprisedb.com>
Signed-off-by: Gabriele Fedi <gabriele.fedi@enterprisedb.com>
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
2b63422 to
9048488
Compare
72c8523 to
c6167d9
Compare
mnencia
approved these changes
Dec 5, 2025
cdd6153 to
b6c9879
Compare
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
b6c9879 to
e901e44
Compare
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add automation to verify if we need to rebuild container images due to dependencies updates available.
This PR adds a dagger module exposing the commands to perform dependency updates checks only. However, the module is meant to be expanded as per new maintenance task requirements.
The idea is to maintain a set of files under the
system-libsfolder for each extension requiring complex deps, which keep track of dependencies updates. Every time any of these files change in any of the extension folders we trigger automatic builds of the related containers. Each extension has to explicitly set the metadata fieldauto_update_os_libs = truein the metadata.hcl file to be part of this mechanism.The automation will open a dedicated PR with system-libs updates for each extension.
How to test?
Closes #10