Skip to content

Commit 59a91cc

Browse files
committed
release: versioning for release
Signed-off-by: Anton Whalley <[email protected]>
1 parent 8576047 commit 59a91cc

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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.7.0
13+
version: v8.8.0
1414

15-
appVersion: "v8.7.0"
15+
appVersion: "v8.8.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: Wrap the composer process with in a thread to support time outs
33+
description: Parameterise the timeout for core dumps and compression time
3434
links:
3535
- name: GitHub PR
36-
url: https://github.com/IBM/core-dump-handler/pull/111
36+
url: https://github.com/IBM/core-dump-handler/pull/116
3737
- kind: added
38-
description: Update log4rs to support newer deps
38+
description: Disable zip compresssion to speed up core dump times
3939
links:
4040
- name: GitHub PR
41-
url: https://github.com/IBM/core-dump-handler/pull/112
41+
url: https://github.com/IBM/core-dump-handler/pull/114
4242
artifacthub.io/images: |
4343
- name: core-dump-handler
44-
image: quay.io/icdh/core-dump-handler:v8.7.0
44+
image: quay.io/icdh/core-dump-handler:v8.8.0
4545
artifacthub.io/license: MIT
4646
artifacthub.io/signKey: |
4747
fingerprint: BED079E67FD431E45301B1C9949E671B46AC8A34

core-dump-composer/Cargo.toml

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

0 commit comments

Comments
 (0)