Niccolò Fei
|
569efc47ef
|
feat: support additional barman-cloud compression methods in system images (#161)
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
|
2025-03-05 18:42:06 +01:00 |
|
CloudNativePG Automated Updates
|
27029b4f65
|
Automatic ClusterImageCatalog update
|
2025-03-03 00:23:21 +00:00 |
|
CloudNativePG Automated Updates
|
e6e8580263
|
Daily automatic update
|
2025-03-03 00:16:56 +00:00 |
|
CloudNativePG Automated Updates
|
c01ffee690
|
Automatic ClusterImageCatalog update
|
2025-02-25 12:55:20 +00:00 |
|
CloudNativePG Automated Updates
|
8731cc4a59
|
Daily automatic update
|
2025-02-25 12:48:50 +00:00 |
|
Jonathan Gonzalez V.
|
28a0e18487
|
fix: set a fixed version of Barman to 3.12.1 (#159)
The latest released version of Barman 3.13.0 introduced a change
in the argment list for the restore.
For more information check the following issue:
https://github.com/cloudnative-pg/cloudnative-pg/issues/6932
Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
|
2025-02-25 13:37:57 +01:00 |
|
renovate[bot]
|
327d07bba7
|
chore(deps): update debian base images (#157)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-02-25 10:04:12 +01:00 |
|
CloudNativePG Automated Updates
|
a1b69fe53a
|
Automatic ClusterImageCatalog update
|
2025-02-24 18:33:44 +00:00 |
|
Niccolò Fei
|
4f2f2958be
|
ci: workaround for segfault in the latest binfmt image (#156)
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
|
2025-02-24 19:26:38 +01:00 |
|
CloudNativePG Automated Updates
|
343f846e3a
|
Daily automatic update
|
2025-02-24 00:16:23 +00:00 |
|
Jonathan Gonzalez V.
|
8c70808d56
|
fix: update PostgreSQL versions (#155)
Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
|
2025-02-21 16:23:26 +01:00 |
|
CloudNativePG Automated Updates
|
764f12f68c
|
Daily automatic update
|
2025-02-21 14:14:42 +00:00 |
|
CloudNativePG Automated Updates
|
f2cdbe4e6a
|
Daily automatic update
|
2025-02-14 13:12:43 +00:00 |
|
CloudNativePG Automated Updates
|
54747e440c
|
Automatic ClusterImageCatalog update
|
2025-02-14 13:10:01 +00:00 |
|
renovate[bot]
|
3a6f518776
|
chore(deps): update debian base images (#148)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-02-14 14:03:29 +01:00 |
|
smiyc
|
8521a64ce4
|
fix missing "$" (#150)
Signed-off-by: Daniel Chambre <smiyc@pm.me>
|
2025-02-10 14:58:21 +01:00 |
|
CloudNativePG Automated Updates
|
8078ba7811
|
Daily automatic update
|
2025-02-10 00:16:09 +00:00 |
|
CloudNativePG Automated Updates
|
d6fbc3c5f3
|
Daily automatic update
|
2025-02-03 00:15:54 +00:00 |
|
CloudNativePG Automated Updates
|
4df72f9452
|
Automatic ClusterImageCatalog update
|
2025-01-27 13:45:10 +00:00 |
|
Francesco Canovai
|
fbff03889c
|
ci: copy and sign prod images (#143)
Use skopeo to copy testing images to the production registry when they
pass the security tests, instead of rebuilding them.
After that, we sign the production images too.
Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
Co-authored-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
Co-authored-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
|
2025-01-27 14:37:52 +01:00 |
|
CloudNativePG Automated Updates
|
fe4092a2b4
|
Daily automatic update
|
2025-01-27 00:15:40 +00:00 |
|
renovate[bot]
|
058205b63e
|
chore(deps): update dependency ubuntu to v24 (#146)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-01-23 10:47:17 +01:00 |
|
renovate[bot]
|
87ee96cee3
|
chore(deps): update debian base images (#145)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-01-23 10:46:52 +01:00 |
|
Francesco Canovai
|
745cf7aecf
|
chore: add github actions to renovate config (#144)
Allow renovate to update the GitHub workflows.
Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
|
2025-01-22 18:40:26 +01:00 |
|
renovate[bot]
|
920c06010f
|
chore: configure Renovate (#141)
Configure renovate to update the Debian images used as base for the
minimal and standard container images.
Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
Co-authored-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
|
2025-01-22 15:17:01 +01:00 |
|
Jonathan Gonzalez V.
|
980c2fabc8
|
feat: add cosign to sign the images (#137)
Using the output from the bake action, we sign every
container image tag plus each specific digest using cosign.
Closes #136
Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
Co-authored-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
Co-authored-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
|
2025-01-22 15:02:22 +01:00 |
|
CloudNativePG Automated Updates
|
588f8dc7f8
|
Automatic ClusterImageCatalog update
|
2025-01-21 08:29:30 +00:00 |
|
CloudNativePG Automated Updates
|
5c7f1dda8d
|
Daily automatic update
|
2025-01-21 08:22:56 +00:00 |
|
Francesco Canovai
|
39597ef7b6
|
fix: pin boto3 (#140)
Pin boto3 version to 1.35.99.
version 1.36.0 of boto3 is affected by https://github.com/boto/boto3/issues/4398.
Closes #139
Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
|
2025-01-20 15:20:04 +01:00 |
|
CloudNativePG Automated Updates
|
a5ffce7b1b
|
Automatic ClusterImageCatalog update
|
2025-01-20 00:21:45 +00:00 |
|
CloudNativePG Automated Updates
|
3568f019e6
|
Daily automatic update
|
2025-01-20 00:15:40 +00:00 |
|
Francesco Canovai
|
c330729d7f
|
ci: build minimal and standard images (#135)
Build images without barman-cloud, to be used with backup plugins.
Other changes:
- Implement timestamp-based versioning for images
- Simplify build workflows for enhanced local testing and contribution
- Adopt OCI annotations and generate SBOMs for improved transparency
Closes #132
Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
Co-authored-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
Co-authored-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
Co-authored-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
|
2025-01-16 14:03:20 +01:00 |
|
CloudNativePG Automated Updates
|
dff09fc22b
|
Automatic ClusterImageCatalog update
|
2025-01-13 00:23:45 +00:00 |
|
CloudNativePG Automated Updates
|
f8f9112d3f
|
Daily automatic update
|
2025-01-13 00:16:53 +00:00 |
|
CloudNativePG Automated Updates
|
ff6034ab5d
|
Automatic ClusterImageCatalog update
|
2025-01-06 00:23:24 +00:00 |
|
CloudNativePG Automated Updates
|
10a95013ed
|
Daily automatic update
|
2025-01-06 00:16:32 +00:00 |
|
CloudNativePG Automated Updates
|
1a93a00d68
|
Automatic ClusterImageCatalog update
|
2024-12-30 00:22:35 +00:00 |
|
CloudNativePG Automated Updates
|
3b074eb18a
|
Daily automatic update
|
2024-12-30 00:16:13 +00:00 |
|
CloudNativePG Automated Updates
|
fd8fd1ed4e
|
Automatic ClusterImageCatalog update
|
2024-12-27 13:50:27 +00:00 |
|
Gabriele Bartolini
|
cf46bda141
|
feat: remove PostgreSQL 12 images (#130)
Closes #129
Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
|
2024-12-27 14:48:51 +01:00 |
|
Jonathan Gonzalez V.
|
47d165dfe8
|
ci: run the update workflow every Mon (#127)
Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
Co-authored-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
Co-authored-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
|
2024-12-27 11:37:33 +01:00 |
|
CloudNativePG Automated Updates
|
8c8b48d6d3
|
Automatic ClusterImageCatalog update
|
2024-12-27 00:29:10 +00:00 |
|
CloudNativePG Automated Updates
|
b261376d34
|
Daily automatic update
|
2024-12-27 00:22:37 +00:00 |
|
CloudNativePG Automated Updates
|
8c5677a09f
|
Automatic ClusterImageCatalog update
|
2024-12-26 00:29:29 +00:00 |
|
CloudNativePG Automated Updates
|
590b75992a
|
Daily automatic update
|
2024-12-26 00:23:01 +00:00 |
|
CloudNativePG Automated Updates
|
be9c05c8bd
|
Automatic ClusterImageCatalog update
|
2024-12-25 00:29:06 +00:00 |
|
CloudNativePG Automated Updates
|
17fdceb46c
|
Daily automatic update
|
2024-12-25 00:22:37 +00:00 |
|
CloudNativePG Automated Updates
|
76b6915aa3
|
Automatic ClusterImageCatalog update
|
2024-12-24 00:29:58 +00:00 |
|
CloudNativePG Automated Updates
|
b067469662
|
Daily automatic update
|
2024-12-24 00:22:57 +00:00 |
|
CloudNativePG Automated Updates
|
0b60dedd1a
|
Automatic ClusterImageCatalog update
|
2024-12-23 00:30:44 +00:00 |
|