Skip to content

Commit 471b8ec

Browse files
authored
Merge pull request #89 from IBM/pre-8.4.0
Pre 8.4.0
2 parents d28569d + a505f9c commit 471b8ec

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

charts/core-dump-handler/Chart.yaml

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

1111
type: application
1212

13-
version: v8.3.1
13+
version: v8.4.0
1414

15-
appVersion: "v8.3.1"
15+
appVersion: "v8.4.0"
1616

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

@@ -30,13 +30,13 @@ maintainers:
3030
annotations:
3131
artifacthub.io/changes: |
3232
- kind: fixed
33-
description: ArtifactHub image scan
33+
description: Add to authenticate against AWS via STS
3434
links:
3535
- name: Github PR
36-
url: https://github.com/IBM/core-dump-handler/pull/84
36+
url: https://github.com/IBM/core-dump-handler/pull/87
3737
artifacthub.io/images: |
3838
- name: core-dump-handler
39-
image: quay.io/icdh/core-dump-handler:v8.3.1
39+
image: quay.io/icdh/core-dump-handler:v8.4.0
4040
artifacthub.io/license: MIT
4141
artifacthub.io/signKey: |
4242
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.3.1
6+
tag: v8.4.0
77
pullPolicy: Always
88
pullSecrets: []
99
request_mem: "64Mi"

core-dump-agent/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-agent"
3-
version = "8.0.3"
3+
version = "8.4.0"
44
authors = ["Anthony Whalley <anton@venshare.com>"]
55
edition = "2021"
66

0 commit comments

Comments
 (0)