Skip to content

Commit f6b44a4

Browse files
authored
Merge pull request #112 from IBM/update-logger
fix: update logger and ready release
2 parents f38a2aa + 1db5c9f commit f6b44a4

File tree

4 files changed

+27
-28
lines changed

4 files changed

+27
-28
lines changed

Cargo.lock

Lines changed: 17 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/core-dump-handler/Chart.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ sources:
1010

1111
type: application
1212

13-
version: v8.6.1
13+
version: v8.7.0
1414

15-
appVersion: "v8.6.1"
15+
appVersion: "v8.7.0"
1616

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

@@ -30,18 +30,18 @@ maintainers:
3030
annotations:
3131
artifacthub.io/changes: |
3232
- kind: added
33-
description: Allow mounting the host container runtime socket
33+
description: Wrap the composer process with in a thread to support time outs
3434
links:
3535
- name: GitHub PR
36-
url: https://github.com/IBM/core-dump-handler/pull/104
36+
url: https://github.com/IBM/core-dump-handler/pull/111
3737
- kind: added
38-
description: Update security documentation and Integration test docs
38+
description: Update log4rs to support newer deps
3939
links:
4040
- name: GitHub PR
41-
url: https://github.com/IBM/core-dump-handler/pull/107
41+
url: https://github.com/IBM/core-dump-handler/pull/112
4242
artifacthub.io/images: |
4343
- name: core-dump-handler
44-
image: quay.io/icdh/core-dump-handler:v8.6.1
44+
image: quay.io/icdh/core-dump-handler:v8.7.0
4545
artifacthub.io/license: MIT
4646
artifacthub.io/signKey: |
4747
fingerprint: BED079E67FD431E45301B1C9949E671B46AC8A34

charts/core-dump-handler/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ replicaCount: 1
33
image:
44
registry: quay.io
55
repository: icdh/core-dump-handler
6-
tag: v8.6.1
6+
tag: v8.7.0
77
pullPolicy: Always
88
pullSecrets: []
99
request_mem: "64Mi"

core-dump-composer/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "core-dump-composer"
3-
version = "8.6.0"
3+
version = "8.7.0"
44
authors = ["Anthony Whalley <[email protected]>"]
55
edition = "2021"
66

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

0 commit comments

Comments
 (0)