Skip to content

Commit c3802ae

Browse files
committed
release: prepare for upgrade
Signed-off-by: Anthony Whalley <[email protected]>
1 parent 1e43fef commit c3802ae

File tree

4 files changed

+38
-55
lines changed

4 files changed

+38
-55
lines changed

Cargo.lock

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

FAQ.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818

1919
## How should I integrate my own uploader?
2020

21+
**This custom upload scenario is being replaced by the event pattern implemented in v8.9.0.**
22+
**More documentation will follow as a client is implemented**
23+
2124
The core dump handler is designed to quickly move the cores *"off-box"* to an object storage environment with as much additional runtime information as possible.
2225
In order to provide the following benefits:
2326

@@ -27,7 +30,7 @@ In order to provide the following benefits:
2730

2831
- As Object Storage APIs have migrated to S3 as a defacto standard post processing services for scrubbers and indexing the data are easier to implement.
2932

30-
It's strongly recommened that you maintain the upload pattern of moving the cores off the machine but you may wish to move them to a none S3 compabible host.
33+
It's strongly recommended that you maintain the upload pattern of moving the cores off the machine but you may wish to move them to a none S3 compabible host.
3134

3235
This scenario is possible but the following aspects need consideration:
3336

charts/core-dump-handler/Chart.yaml

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

1111
type: application
1212

13-
version: v8.9.0
13+
version: v8.10.0
1414

15-
appVersion: "v8.9.0"
15+
appVersion: "v8.10.0"
1616

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

@@ -29,21 +29,26 @@ maintainers:
2929

3030
annotations:
3131
artifacthub.io/changes: |
32-
- kind: added
33-
description: Experimental event file creation
32+
- kind: fixed
33+
description: Fix event sourcing setup in chart templates
3434
links:
3535
- name: GitHub PR
36-
url: https://github.com/IBM/core-dump-handler/pull/122
36+
url: https://github.com/IBM/core-dump-handler/pull/127
3737
- kind: fixed
38-
description: Scheduler crashing due to updated depenendency
38+
description: Downgrade to 0.31.0
3939
links:
4040
- name: GitHub Issue
41-
url: https://github.com/IBM/core-dump-handler/issues/120
41+
url: https://github.com/IBM/core-dump-handler/issues/126
42+
- name: GitHub PR
43+
url: https://github.com/IBM/core-dump-handler/pull/128
44+
- kind: fixed
45+
description: Handle pullSecrets inside daemonset.yaml
46+
links:
4247
- name: GitHub PR
43-
url: https://github.com/IBM/core-dump-handler/pull/121
48+
url: https://github.com/IBM/core-dump-handler/pull/130
4449
artifacthub.io/images: |
4550
- name: core-dump-handler
46-
image: quay.io/icdh/core-dump-handler:v8.9.0
51+
image: quay.io/icdh/core-dump-handler:v8.10.0
4752
artifacthub.io/license: MIT
4853
artifacthub.io/signKey: |
4954
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: agent-s3-down
6+
tag: pre-8.10.0
77
pullPolicy: Always
88
pullSecrets: []
99
request_mem: "64Mi"

0 commit comments

Comments
 (0)