Commit Graph

942 Commits

Author SHA1 Message Date
CloudNativePG Automated Updates
6cfb2d3d43 Automatic ClusterImageCatalog update 2024-08-02 00:24:54 +00:00
CloudNativePG Automated Updates
d3efb993ce Daily automatic update 2024-08-02 00:17:51 +00:00
CloudNativePG Automated Updates
3a4bc4f9cf Automatic ClusterImageCatalog update 2024-08-01 00:27:50 +00:00
CloudNativePG Automated Updates
2efbb8b82b Daily automatic update 2024-08-01 00:20:27 +00:00
CloudNativePG Automated Updates
77d2333722 Automatic ClusterImageCatalog update 2024-07-31 00:23:41 +00:00
CloudNativePG Automated Updates
1411863c99 Daily automatic update 2024-07-31 00:15:09 +00:00
CloudNativePG Automated Updates
1cd18a26d8 Automatic ClusterImageCatalog update 2024-07-30 00:25:27 +00:00
CloudNativePG Automated Updates
53771d646c Daily automatic update 2024-07-30 00:18:20 +00:00
CloudNativePG Automated Updates
878b007554 Automatic ClusterImageCatalog update 2024-07-26 00:25:07 +00:00
CloudNativePG Automated Updates
f416e82cd3 Daily automatic update 2024-07-26 00:17:38 +00:00
CloudNativePG Automated Updates
8cb53adcb5 Automatic ClusterImageCatalog update 2024-07-25 00:30:52 +00:00
CloudNativePG Automated Updates
88897a1498 Daily automatic update 2024-07-25 00:17:40 +00:00
CloudNativePG Automated Updates
40e39a832a Automatic ClusterImageCatalog update 2024-07-24 00:26:12 +00:00
CloudNativePG Automated Updates
21031b0c31 Daily automatic update 2024-07-24 00:18:50 +00:00
CloudNativePG Automated Updates
cd32a8319c Automatic ClusterImageCatalog update 2024-07-23 00:25:36 +00:00
CloudNativePG Automated Updates
d90c41ec69 Daily automatic update 2024-07-23 00:18:07 +00:00
CloudNativePG Automated Updates
d3febff01c Automatic ClusterImageCatalog update 2024-07-21 00:27:18 +00:00
CloudNativePG Automated Updates
1e0a30b0bd Daily automatic update 2024-07-21 00:20:10 +00:00
CloudNativePG Automated Updates
254cefb099 Automatic ClusterImageCatalog update 2024-07-19 03:12:40 +00:00
CloudNativePG Automated Updates
058c153642 Daily automatic update 2024-07-19 03:01:22 +00:00
CloudNativePG Automated Updates
90b2489d68 Automatic ClusterImageCatalog update 2024-07-18 00:25:16 +00:00
CloudNativePG Automated Updates
fcc0b747f4 Daily automatic update 2024-07-18 00:18:00 +00:00
CloudNativePG Automated Updates
ea82a7243a Automatic ClusterImageCatalog update 2024-07-16 00:25:28 +00:00
CloudNativePG Automated Updates
a384d96808 Daily automatic update 2024-07-16 00:18:11 +00:00
CloudNativePG Automated Updates
0177c60733 Automatic ClusterImageCatalog update 2024-07-14 00:27:06 +00:00
CloudNativePG Automated Updates
ebf9eb0fc9 Daily automatic update 2024-07-14 00:19:49 +00:00
CloudNativePG Automated Updates
8cfde694bc Automatic ClusterImageCatalog update 2024-07-13 00:25:27 +00:00
CloudNativePG Automated Updates
581a90a088 Daily automatic update 2024-07-13 00:18:16 +00:00
CloudNativePG Automated Updates
4d7710b3f8 Automatic ClusterImageCatalog update 2024-07-11 00:25:30 +00:00
CloudNativePG Automated Updates
270500625f Daily automatic update 2024-07-11 00:18:20 +00:00
CloudNativePG Automated Updates
0e5294ec0d Automatic ClusterImageCatalog update 2024-07-10 00:25:25 +00:00
CloudNativePG Automated Updates
cb3ed555b5 Daily automatic update 2024-07-10 00:18:26 +00:00
CloudNativePG Automated Updates
90646ef0e9 Automatic ClusterImageCatalog update 2024-07-09 00:24:36 +00:00
CloudNativePG Automated Updates
57868e30c9 Daily automatic update 2024-07-09 00:17:29 +00:00
CloudNativePG Automated Updates
cb48f2f421 Automatic ClusterImageCatalog update 2024-07-06 00:23:59 +00:00
CloudNativePG Automated Updates
96d2e91e13 Daily automatic update 2024-07-06 00:16:46 +00:00
CloudNativePG Automated Updates
d24e39fff6 Automatic ClusterImageCatalog update 2024-07-05 00:24:32 +00:00
CloudNativePG Automated Updates
642bf9f569 Daily automatic update 2024-07-05 00:17:24 +00:00
CloudNativePG Automated Updates
7e2305f2ca Automatic ClusterImageCatalog update 2024-07-04 00:25:02 +00:00
CloudNativePG Automated Updates
8e15018a8a Daily automatic update 2024-07-04 00:17:34 +00:00
CloudNativePG Automated Updates
a47b712b08 Automatic ClusterImageCatalog update 2024-07-03 09:15:03 +00:00
Niccolò Fei
689d61a2e6 fix: add workaround to install snappy on Bookworm (#110)
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
2024-07-03 11:07:54 +02:00
CloudNativePG Automated Updates
96a7733ee6 Daily automatic update 2024-07-03 00:17:33 +00:00
CloudNativePG Automated Updates
f0cd201afc Daily automatic update 2024-07-02 15:41:49 +00:00
CloudNativePG Automated Updates
f264579844 Daily automatic update 2024-07-02 00:17:46 +00:00
Jonathan Gonzalez V
6a2cd25a07 ci: defer creating major version tag until release (#108)
Previously, we were always setting the `version` tag (e.g., 16, 17) when building
a container image. However, version 17 is still in beta and was tagged with `17`,
which could cause confusion. Users might mistake it for a stable release,
and tools like Renovate might attempt to update to this version.

This change ensures that the major `version` tag is not created until the version
is officially released.

Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
Co-authored-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
2024-07-01 12:10:00 +02:00
CloudNativePG Automated Updates
baa64fff56 Daily automatic update 2024-06-29 00:16:57 +00:00
CloudNativePG Automated Updates
bb34e433b6 Daily automatic update 2024-06-28 00:17:25 +00:00
CloudNativePG Automated Updates
b92583d296 Daily automatic update 2024-06-27 00:17:14 +00:00
CloudNativePG Automated Updates
9d61f14e75 Daily automatic update 2024-06-26 00:17:20 +00:00