From 5adf6c3aec4e7a08664555438a0d4e0f8e17bf95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Thu, 16 May 2024 12:03:33 +0200 Subject: [PATCH 1/2] Bump to 7.17.21 --- manifest.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index f3152e7..63b727a 100644 --- a/manifest.toml +++ b/manifest.toml @@ -35,10 +35,10 @@ ram.runtime = "50M" [resources] [resources.sources.main] - arm64.url = "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.8-linux-aarch64.tar.gz" - arm64.sha256 = "47d6532a16e02b92208a0d71289a6fb021542c925ed868e49237032bc3ab5c6a" - amd64.url = "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.8-linux-x86_64.tar.gz" - amd64.sha256 = "1c40ba4e0912da1432cb85c0d246f68e14a7da249feea91752c8eaeb28adf0ac" + arm64.url = "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.21-linux-aarch64.tar.gz" + arm64.sha256 = "f1fc8e21c034ceb5e725b24107bff0e8af05ff47ab92bf77c6a3ada90084a111" + amd64.url = "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.21-linux-x86_64.tar.gz" + amd64.sha256 = "e38938059bac6020de17be3a8804a25e55f40a5adc2edf2eda3e23897a2545e2" # This is only for notification purposes! Generated PRs will be invalid. autoupdate.strategy = "latest_github_release" From 43920080d5557c65ff7a3f24e6d78ec6f0662e62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Thu, 16 May 2024 12:04:09 +0200 Subject: [PATCH 2/2] constrain autoupdate versions --- manifest.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.toml b/manifest.toml index 63b727a..c8695fe 100644 --- a/manifest.toml +++ b/manifest.toml @@ -42,6 +42,7 @@ ram.runtime = "50M" # This is only for notification purposes! Generated PRs will be invalid. autoupdate.strategy = "latest_github_release" + autoupdate.version_regex = "(v7\\..*)" autoupdate.asset.amd64 = "tarball" autoupdate.asset.arm64 = "tarball"