@@ -2,8 +2,8 @@ apiVersion: v2
2
2
name : artifact-hub
3
3
description : Artifact Hub is a web-based application that enables finding, installing, and publishing Cloud Native packages.
4
4
type : application
5
- version : 1.19.1-3
6
- appVersion : 1.19 .0
5
+ version : 1.20.0
6
+ appVersion : 1.20 .0
7
7
kubeVersion : " >= 1.19.0-0"
8
8
home : https://artifacthub.io
9
9
icon : https://artifacthub.github.io/helm-charts/logo.png
@@ -48,47 +48,51 @@ dependencies:
48
48
annotations :
49
49
artifacthub.io/changes : |
50
50
- kind: added
51
- description: Support for OpenCost plugins
51
+ description: Support for Radius recipes
52
52
- kind: added
53
- description: GitHub flavored alerts in README files
53
+ description: Display signed badge for Inspektor Gadget artifacts
54
54
- kind: added
55
- description: ah lint now supports git versioning in Tekton packages
56
- - kind: changed
57
- description: Improve container image tracker source
55
+ description: Populate chart labels for all resources
56
+ - kind: added
57
+ description: Allow adding extra containers to the hub pod from the chart
58
58
- kind: changed
59
- description: Sort ah lint output leaving errors at the end
59
+ description: Update db migration script to support pg_partman 5
60
60
- kind: changed
61
- description: Update homepage for Incubation promotion
61
+ description: Banner frame style
62
62
- kind: changed
63
- description: Improve invalid org name error message
63
+ description: Bump Alpine to 3.20.3
64
64
- kind: changed
65
- description: Disable chunked transfer encoding
65
+ description: Bump Go to 1.23.1
66
66
- kind: changed
67
- description: Bump Go to 1.22.4
67
+ description: Bump Trivy to 0.56.1
68
68
- kind: changed
69
- description: Bump Alpine to 3.20.1
69
+ description: Bump OPM to 1.47.0
70
70
- kind: changed
71
71
description: Upgrade backend and frontend dependencies
72
72
- kind: fixed
73
- description: Issue handling invalid CSRF token in webapp
73
+ description: Do not render outdated security reports summary
74
+ - kind: fixed
75
+ description: Pagination style on mobile devices
74
76
- kind: fixed
75
- description: Detect versions with build md in Helm OCI repos
77
+ description: Issue with long texts on templates tooltips
76
78
- kind: fixed
77
- description: Issue reading Kyverno policy files
79
+ description: Hide versions with no changes in changelog
78
80
- kind: fixed
79
- description: Some input patterns in modals
81
+ description: Invalid Dockerfile reference in dev.md
80
82
- kind: fixed
81
- description: Issue rendering some values schema definitions
83
+ description: Typo in repositories modal
84
+ - kind: security
85
+ description: Remove user sessions when password is updated
82
86
artifacthub.io/containsSecurityUpdates : " true"
83
87
artifacthub.io/images : |
84
88
- name: db-migrator
85
- image: artifacthub/db-migrator:v1.19 .0
89
+ image: artifacthub/db-migrator:v1.20 .0
86
90
- name: hub
87
- image: artifacthub/hub:v1.19 .0
91
+ image: artifacthub/hub:v1.20 .0
88
92
- name: tracker
89
- image: artifacthub/tracker:v1.19 .0
93
+ image: artifacthub/tracker:v1.20 .0
90
94
- name: scanner
91
- image: artifacthub/scanner:v1.19 .0
95
+ image: artifacthub/scanner:v1.20 .0
92
96
- name: trivy
93
97
image: aquasec/trivy:0.56.1
94
98
artifacthub.io/links : |
0 commit comments