From f98c58f50d4a726c44df8cb6b83ae7a0edf9ba9a Mon Sep 17 00:00:00 2001 From: Anton Whalley Date: Tue, 12 Nov 2024 23:15:57 +0000 Subject: [PATCH 1/2] release: version updates Signed-off-by: Anton Whalley --- Cargo.lock | 4 ++-- charts/core-dump-handler/Chart.yaml | 20 +++++++++----------- charts/core-dump-handler/values.yaml | 2 +- core-dump-agent/Cargo.toml | 8 ++++---- core-dump-composer/Cargo.toml | 4 ++-- 5 files changed, 18 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9e7d07c..23c409f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -377,7 +377,7 @@ checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" [[package]] name = "core-dump-agent" -version = "8.9.0" +version = "9.0.0" dependencies = [ "advisory-lock", "anyhow", @@ -394,7 +394,7 @@ dependencies = [ [[package]] name = "core-dump-composer" -version = "8.9.0" +version = "9.0.0" dependencies = [ "advisory-lock", "anyhow", diff --git a/charts/core-dump-handler/Chart.yaml b/charts/core-dump-handler/Chart.yaml index d05670c..20fb296 100644 --- a/charts/core-dump-handler/Chart.yaml +++ b/charts/core-dump-handler/Chart.yaml @@ -10,9 +10,9 @@ sources: type: application -version: v8.10.0 +version: v9.0.0 -appVersion: "v8.10.0" +appVersion: "v9.0.0" icon: https://raw.githubusercontent.com/No9/core-dump-handler/master/assets/handle-with-care-svgrepo-com.svg @@ -30,25 +30,23 @@ maintainers: annotations: artifacthub.io/changes: | - kind: fixed - description: Fix event sourcing setup in chart templates + description: Add more parameters to helm chart links: - name: GitHub PR - url: https://github.com/IBM/core-dump-handler/pull/127 + url: https://github.com/IBM/core-dump-handler/pull/134 - kind: fixed - description: Downgrade to 0.31.0 + description: Use error logger in timeout condition links: - - name: GitHub Issue - url: https://github.com/IBM/core-dump-handler/issues/126 - name: GitHub PR - url: https://github.com/IBM/core-dump-handler/pull/128 + url: https://github.com/IBM/core-dump-handler/pull/113 - kind: fixed - description: Handle pullSecrets inside daemonset.yaml + description: Add service account token secret links: - name: GitHub PR - url: https://github.com/IBM/core-dump-handler/pull/130 + url: https://github.com/IBM/core-dump-handler/pull/160 artifacthub.io/images: | - name: core-dump-handler - image: quay.io/icdh/core-dump-handler:v8.10.0 + image: quay.io/icdh/core-dump-handler:v9.0.0 artifacthub.io/license: MIT artifacthub.io/signKey: | fingerprint: BED079E67FD431E45301B1C9949E671B46AC8A34 diff --git a/charts/core-dump-handler/values.yaml b/charts/core-dump-handler/values.yaml index a6938e6..05f8213 100644 --- a/charts/core-dump-handler/values.yaml +++ b/charts/core-dump-handler/values.yaml @@ -3,7 +3,7 @@ replicaCount: 1 image: registry: quay.io repository: icdh/core-dump-handler - tag: v8.10.0 + tag: v9.0.0 pullPolicy: Always pullSecrets: [] request_mem: "64Mi" diff --git a/core-dump-agent/Cargo.toml b/core-dump-agent/Cargo.toml index 4506a49..817b716 100644 --- a/core-dump-agent/Cargo.toml +++ b/core-dump-agent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "core-dump-agent" -version = "8.9.0" +version = "9.0.0" authors = ["Anthony Whalley "] edition = "2021" resolver = "2" @@ -9,12 +9,12 @@ resolver = "2" [dependencies] anyhow = "1.0.86" -dotenv = "0.15.0" +dotenv = "0.15.0" env_logger = "0.11.5" log = "0.4.22" advisory-lock = "0.3.0" tokio-cron-scheduler = "0.11.0" -tokio = { version = "1", features = ["macros", "rt-multi-thread","fs"] } +tokio = { version = "1", features = ["macros", "rt-multi-thread", "fs"] } inotify = "0.10" thiserror = "1.0.63" @@ -35,4 +35,4 @@ version = "0.34.0" version = "0.34.0" [dev-dependencies] -fs_extra = "1.2" \ No newline at end of file +fs_extra = "1.2" diff --git a/core-dump-composer/Cargo.toml b/core-dump-composer/Cargo.toml index 5d80332..dc5acfa 100644 --- a/core-dump-composer/Cargo.toml +++ b/core-dump-composer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "core-dump-composer" -version = "8.9.0" +version = "9.0.0" authors = ["Anthony Whalley "] edition = "2021" @@ -11,7 +11,7 @@ clap = "3.2.22" advisory-lock = "0.3.0" uuid = { version = "1.10.0", features = ["serde", "v4"] } zip = "0.6.6" -dotenv = "0.15.0" +dotenv = "0.15.0" log = "0.4.22" log4rs = "1.3.0" anyhow = "1.0.86" From 205de0b41947e06f4d9a9200305a02a1579f988a Mon Sep 17 00:00:00 2001 From: Anton Whalley Date: Tue, 12 Nov 2024 23:28:24 +0000 Subject: [PATCH 2/2] fix: trailing spaces Signed-off-by: Anton Whalley --- charts/core-dump-handler/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/core-dump-handler/Chart.yaml b/charts/core-dump-handler/Chart.yaml index 20fb296..8145487 100644 --- a/charts/core-dump-handler/Chart.yaml +++ b/charts/core-dump-handler/Chart.yaml @@ -40,7 +40,7 @@ annotations: - name: GitHub PR url: https://github.com/IBM/core-dump-handler/pull/113 - kind: fixed - description: Add service account token secret + description: Add service account token secret links: - name: GitHub PR url: https://github.com/IBM/core-dump-handler/pull/160