Skip to content

Commit f98c58f

Browse files
committed
release: version updates
Signed-off-by: Anton Whalley <[email protected]>
1 parent 327ed2e commit f98c58f

File tree

5 files changed

+18
-20
lines changed

5 files changed

+18
-20
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/core-dump-handler/Chart.yaml

+9-11
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ sources:
1010

1111
type: application
1212

13-
version: v8.10.0
13+
version: v9.0.0
1414

15-
appVersion: "v8.10.0"
15+
appVersion: "v9.0.0"
1616

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

@@ -30,25 +30,23 @@ maintainers:
3030
annotations:
3131
artifacthub.io/changes: |
3232
- kind: fixed
33-
description: Fix event sourcing setup in chart templates
33+
description: Add more parameters to helm chart
3434
links:
3535
- name: GitHub PR
36-
url: https://github.com/IBM/core-dump-handler/pull/127
36+
url: https://github.com/IBM/core-dump-handler/pull/134
3737
- kind: fixed
38-
description: Downgrade to 0.31.0
38+
description: Use error logger in timeout condition
3939
links:
40-
- name: GitHub Issue
41-
url: https://github.com/IBM/core-dump-handler/issues/126
4240
- name: GitHub PR
43-
url: https://github.com/IBM/core-dump-handler/pull/128
41+
url: https://github.com/IBM/core-dump-handler/pull/113
4442
- kind: fixed
45-
description: Handle pullSecrets inside daemonset.yaml
43+
description: Add service account token secret
4644
links:
4745
- name: GitHub PR
48-
url: https://github.com/IBM/core-dump-handler/pull/130
46+
url: https://github.com/IBM/core-dump-handler/pull/160
4947
artifacthub.io/images: |
5048
- name: core-dump-handler
51-
image: quay.io/icdh/core-dump-handler:v8.10.0
49+
image: quay.io/icdh/core-dump-handler:v9.0.0
5250
artifacthub.io/license: MIT
5351
artifacthub.io/signKey: |
5452
fingerprint: BED079E67FD431E45301B1C9949E671B46AC8A34

charts/core-dump-handler/values.yaml

+1-1
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.10.0
6+
tag: v9.0.0
77
pullPolicy: Always
88
pullSecrets: []
99
request_mem: "64Mi"

core-dump-agent/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "core-dump-agent"
3-
version = "8.9.0"
3+
version = "9.0.0"
44
authors = ["Anthony Whalley <[email protected]>"]
55
edition = "2021"
66
resolver = "2"
@@ -9,12 +9,12 @@ resolver = "2"
99

1010
[dependencies]
1111
anyhow = "1.0.86"
12-
dotenv = "0.15.0"
12+
dotenv = "0.15.0"
1313
env_logger = "0.11.5"
1414
log = "0.4.22"
1515
advisory-lock = "0.3.0"
1616
tokio-cron-scheduler = "0.11.0"
17-
tokio = { version = "1", features = ["macros", "rt-multi-thread","fs"] }
17+
tokio = { version = "1", features = ["macros", "rt-multi-thread", "fs"] }
1818
inotify = "0.10"
1919
thiserror = "1.0.63"
2020

@@ -35,4 +35,4 @@ version = "0.34.0"
3535
version = "0.34.0"
3636

3737
[dev-dependencies]
38-
fs_extra = "1.2"
38+
fs_extra = "1.2"

core-dump-composer/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "core-dump-composer"
3-
version = "8.9.0"
3+
version = "9.0.0"
44
authors = ["Anthony Whalley <[email protected]>"]
55
edition = "2021"
66

@@ -11,7 +11,7 @@ clap = "3.2.22"
1111
advisory-lock = "0.3.0"
1212
uuid = { version = "1.10.0", features = ["serde", "v4"] }
1313
zip = "0.6.6"
14-
dotenv = "0.15.0"
14+
dotenv = "0.15.0"
1515
log = "0.4.22"
1616
log4rs = "1.3.0"
1717
anyhow = "1.0.86"

0 commit comments

Comments
 (0)