Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 17 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions charts/core-dump-handler/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ sources:

type: application

version: v8.6.1
version: v8.7.0

appVersion: "v8.6.1"
appVersion: "v8.7.0"

icon: https://raw.githubusercontent.com/No9/core-dump-handler/master/assets/handle-with-care-svgrepo-com.svg

Expand All @@ -30,18 +30,18 @@ maintainers:
annotations:
artifacthub.io/changes: |
- kind: added
description: Allow mounting the host container runtime socket
description: Wrap the composer process with in a thread to support time outs
links:
- name: GitHub PR
url: https://github.com/IBM/core-dump-handler/pull/104
url: https://github.com/IBM/core-dump-handler/pull/111
- kind: added
description: Update security documentation and Integration test docs
description: Update log4rs to support newer deps
links:
- name: GitHub PR
url: https://github.com/IBM/core-dump-handler/pull/107
url: https://github.com/IBM/core-dump-handler/pull/112
artifacthub.io/images: |
- name: core-dump-handler
image: quay.io/icdh/core-dump-handler:v8.6.1
image: quay.io/icdh/core-dump-handler:v8.7.0
artifacthub.io/license: MIT
artifacthub.io/signKey: |
fingerprint: BED079E67FD431E45301B1C9949E671B46AC8A34
Expand Down
2 changes: 1 addition & 1 deletion charts/core-dump-handler/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ replicaCount: 1
image:
registry: quay.io
repository: icdh/core-dump-handler
tag: v8.6.1
tag: v8.7.0
pullPolicy: Always
pullSecrets: []
request_mem: "64Mi"
Expand Down
4 changes: 2 additions & 2 deletions core-dump-composer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "core-dump-composer"
version = "8.6.0"
version = "8.7.0"
authors = ["Anthony Whalley <anton@venshare.com>"]
edition = "2021"

Expand All @@ -13,7 +13,7 @@ uuid = { version = "1.1.0", features = ["serde", "v4"] }
zip = "0.6.2"
dotenv = "0.15.0"
log = "0.4.14"
log4rs = "1.1.1"
log4rs = { git = "https://github.com/No9/log4rs/", branch = "typemap-ors-fix" }
anyhow = "1.0.53"
serde_json = "1.0.76"
serde = { version = "1.0.134", features = ["derive"] }
Expand Down