@@ -2,8 +2,8 @@ apiVersion: v2
22name : artifact-hub
33description : Artifact Hub is a web-based application that enables finding, installing, and publishing Kubernetes packages.
44type : application
5- version : 1.16.1-5
6- appVersion : 1.16 .0
5+ version : 1.17.0
6+ appVersion : 1.17 .0
77kubeVersion : " >= 1.19.0-0"
88home : https://artifacthub.io
99icon : https://artifacthub.github.io/helm-charts/logo.png
@@ -43,30 +43,48 @@ dependencies:
4343 condition : postgresql.enabled
4444annotations :
4545 artifacthub.io/changes : |
46- - kind: security
47- description: Do not follow symlinks when reading certain files
48- - kind: security
49- description: Disable unsafe rego built-ins
50- - kind: security
51- description: Improve Docker Hub registry check
5246 - kind: added
53- description: Optional custom labels for some resources in chart
47+ description: Support for KCL modules
48+ - kind: added
49+ description: Support for Headlamp plugins
50+ - kind: added
51+ description: Some missing indexes to event table
52+ - kind: added
53+ description: OpenSSF Security Insights manifest
54+ - kind: changed
55+ description: Improve get stats database function performance
56+ - kind: changed
57+ description: Improve containers images modal
58+ - kind: changed
59+ description: Enable compression for some endpoints
5460 - kind: changed
55- description: Bump Go to 1.21.1
61+ description: Validate urls in packages recommendations
62+ - kind: changed
63+ description: Extend Helm chart with more configuration options
64+ - kind: changed
65+ description: Bump Alpine to 3.19.0
66+ - kind: changed
67+ description: Bump Go to 1.21.6
5668 - kind: changed
5769 description: Upgrade backend and frontend dependencies
5870 - kind: fixed
59- description: Issue in API documentation
71+ description: Issue rendering some stats graphs
72+ - kind: fixed
73+ description: Regression maintaining scroll position
74+ - kind: fixed
75+ description: Issue getting repository remote digest
76+ - kind: fixed
77+ description: Issue in API docs
6078 artifacthub.io/containsSecurityUpdates : " true"
6179 artifacthub.io/images : |
6280 - name: db-migrator
63- image: artifacthub/db-migrator:v1.16 .0
81+ image: artifacthub/db-migrator:v1.17 .0
6482 - name: hub
65- image: artifacthub/hub:v1.16 .0
83+ image: artifacthub/hub:v1.17 .0
6684 - name: tracker
67- image: artifacthub/tracker:v1.16 .0
85+ image: artifacthub/tracker:v1.17 .0
6886 - name: scanner
69- image: artifacthub/scanner:v1.16 .0
87+ image: artifacthub/scanner:v1.17 .0
7088 - name: trivy
7189 image: aquasec/trivy:0.44.1
7290 artifacthub.io/links : |
0 commit comments