From 7848a75428ba8276efe269984ca469adb54caefe Mon Sep 17 00:00:00 2001 From: reneradoi Date: Fri, 6 Dec 2024 12:38:13 +0000 Subject: [PATCH 1/4] add valkey to oci-factory --- oci/valkey/contacts.yaml | 6 ++++++ oci/valkey/documentation.yaml | 8 ++++++++ oci/valkey/image.yaml | 11 +++++++++++ 3 files changed, 25 insertions(+) create mode 100644 oci/valkey/contacts.yaml create mode 100644 oci/valkey/documentation.yaml create mode 100644 oci/valkey/image.yaml diff --git a/oci/valkey/contacts.yaml b/oci/valkey/contacts.yaml new file mode 100644 index 00000000..c31582e7 --- /dev/null +++ b/oci/valkey/contacts.yaml @@ -0,0 +1,6 @@ +# Who and how to notify about the build progress. +notify: + emails: + - data-platform@lists.launchpad.net + mattermost-channels: + - wxppdtg4obdg9csp9wxnqs1wqw # alerts on DataPlatform OCI channel diff --git a/oci/valkey/documentation.yaml b/oci/valkey/documentation.yaml new file mode 100644 index 00000000..0d7a3750 --- /dev/null +++ b/oci/valkey/documentation.yaml @@ -0,0 +1,8 @@ +version: 1 + +application: valkey +is_chiselled: False +description: | + This is an OCI image that bundles Valkey together with the metrics exporter. + Valkey is an open source, flexible distributed key-value datastore that is + optimized for caching and other realtime workloads. diff --git a/oci/valkey/image.yaml b/oci/valkey/image.yaml new file mode 100644 index 00000000..03b5835f --- /dev/null +++ b/oci/valkey/image.yaml @@ -0,0 +1,11 @@ +version: 1 + +upload: + - source: "canonical/charmed-valkey-rock" + commit: 878db63623f67cfb8eb94ce2a502a7fcf5efce6a + directory: . + release: + 7.2.5-22.04: + end-of-life: "2025-12-01T00:00:00Z" + risks: + - edge From fcf6668f7626aa82b9759d94baf749e312a609fb Mon Sep 17 00:00:00 2001 From: reneradoi Date: Fri, 13 Dec 2024 11:04:50 +0000 Subject: [PATCH 2/4] update the valkey rock image commit after including the security manifest in the rock image --- oci/valkey/image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oci/valkey/image.yaml b/oci/valkey/image.yaml index 03b5835f..b148665a 100644 --- a/oci/valkey/image.yaml +++ b/oci/valkey/image.yaml @@ -2,7 +2,7 @@ version: 1 upload: - source: "canonical/charmed-valkey-rock" - commit: 878db63623f67cfb8eb94ce2a502a7fcf5efce6a + commit: fdc360294a555d93a40f0e35d4eb08e6568df884 directory: . release: 7.2.5-22.04: From c28b7be6bc06867b713d738c49a3f2c7383e1952 Mon Sep 17 00:00:00 2001 From: reneradoi Date: Mon, 16 Dec 2024 18:00:24 +0000 Subject: [PATCH 3/4] update the valkey rock image commit after updating the security manifest in the rock image --- oci/valkey/image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oci/valkey/image.yaml b/oci/valkey/image.yaml index b148665a..066c3657 100644 --- a/oci/valkey/image.yaml +++ b/oci/valkey/image.yaml @@ -2,7 +2,7 @@ version: 1 upload: - source: "canonical/charmed-valkey-rock" - commit: fdc360294a555d93a40f0e35d4eb08e6568df884 + commit: 8358b0a50e5f0b36c694e315d7b26fc1f8d5f21a directory: . release: 7.2.5-22.04: From 783c98ff79740d53f4e993bfb262f63a752d032f Mon Sep 17 00:00:00 2001 From: reneradoi Date: Wed, 8 Jan 2025 15:36:55 +0000 Subject: [PATCH 4/4] update the valkey rock image commit after updating the security manifest in the rock image and updating the valkey version to 7.2.7 and Ubuntu version to 24.04 --- oci/valkey/image.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oci/valkey/image.yaml b/oci/valkey/image.yaml index 066c3657..ca16d10d 100644 --- a/oci/valkey/image.yaml +++ b/oci/valkey/image.yaml @@ -2,10 +2,10 @@ version: 1 upload: - source: "canonical/charmed-valkey-rock" - commit: 8358b0a50e5f0b36c694e315d7b26fc1f8d5f21a + commit: e2caa5564f0e876e04d600dc9d5b00f15ff7d1a7 directory: . release: - 7.2.5-22.04: + 7.2.7-24.04: end-of-life: "2025-12-01T00:00:00Z" risks: - edge