Skip to content

Commit

Permalink
Generate Artifact Hub chart package v0.10.0 (#869)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
  • Loading branch information
tegioz authored Nov 19, 2020
1 parent 4238cd1 commit aec721b
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 17 deletions.
36 changes: 21 additions & 15 deletions charts/artifact-hub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: artifact-hub
description: Artifact Hub is a web-based application that enables finding, installing, and publishing Kubernetes packages.
type: application
version: 0.9.2
appVersion: 0.9.0
version: 0.10.0
appVersion: 0.10.0
home: https://artifacthub.io
icon: https://artifacthub.github.io/hub/chart/logo.png
keywords:
Expand All @@ -24,24 +24,30 @@ dependencies:
condition: postgresql.enabled
annotations:
artifacthub.io/changes: |
- Display Helm chart reference doc in package view
- Display changelog in package view
- Add support for private Helm repositories
- Add API endpoint to get package changelog
- Include package version changes in new release notification email
- Add new `changes` annotation for Helm, OLM and OPA packages
- Add direct links for modals in package view
- Display security report generation time
- Upgrade frontend dependencies
- Add experimental OCI support for Helm repositories
- Add experimental OCI support for OLM repositories
- Add support for private Helm OCI repositories
- Display available documentation nicely formatted in UI
- Display containers images security rating in packages cards
- Display CVSS v3 score and vector in security report
- Display containers images summary at the top of the security report
- Improve packages search results ordering
- Optimize UI for larger resolution screens
- Add support for $ref pointers in values JSON schema
- Add maintenance mode page
- Display package content link in install modal
- Add index page to Artifact Hub Helm charts repository
- Allow whitelisting containers images
- Track OLM packages related containers images
- Some bugs fixes and improvements
artifacthub.io/images: |
- name: db-migrator
image: artifacthub/db-migrator:v0.9.0
image: artifacthub/db-migrator:v0.10.0
- name: hub
image: artifacthub/hub:v0.9.0
image: artifacthub/hub:v0.10.0
- name: tracker
image: artifacthub/tracker:v0.9.0
image: artifacthub/tracker:v0.10.0
- name: scanner
image: artifacthub/scanner:v0.9.0
image: artifacthub/scanner:v0.10.0
- name: trivy
image: aquasec/trivy:0.12.0
2 changes: 1 addition & 1 deletion docs/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.3
info:
title: Artifact Hub
description: "Find, install and publish Kubernetes packages"
version: 0.9.0
version: 0.10.0
servers:
- url: "https://artifacthub.io/api/v1"
description: Main production server
Expand Down
Binary file added docs/chart/artifact-hub-0.10.0.tgz
Binary file not shown.
61 changes: 60 additions & 1 deletion docs/chart/index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,65 @@
apiVersion: v1
entries:
artifact-hub:
- annotations:
artifacthub.io/changes: |
- Add experimental OCI support for Helm repositories
- Add experimental OCI support for OLM repositories
- Add support for private Helm OCI repositories
- Display available documentation nicely formatted in UI
- Display containers images security rating in packages cards
- Display CVSS v3 score and vector in security report
- Display containers images summary at the top of the security report
- Improve packages search results ordering
- Optimize UI for larger resolution screens
- Add support for $ref pointers in values JSON schema
- Add maintenance mode page
- Display package content link in install modal
- Add index page to Artifact Hub Helm charts repository
- Allow whitelisting containers images
- Track OLM packages related containers images
- Some bugs fixes and improvements
artifacthub.io/images: |
- name: db-migrator
image: artifacthub/db-migrator:v0.10.0
- name: hub
image: artifacthub/hub:v0.10.0
- name: tracker
image: artifacthub/tracker:v0.10.0
- name: scanner
image: artifacthub/scanner:v0.10.0
- name: trivy
image: aquasec/trivy:0.12.0
apiVersion: v2
appVersion: 0.10.0
created: "2020-11-19T08:02:03.861233+01:00"
dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://kubernetes-charts.storage.googleapis.com/
version: 8.2.1
description:
Artifact Hub is a web-based application that enables finding, installing,
and publishing Kubernetes packages.
digest: f8c61dc64e18a86e706237e634f75899571c8d243922380dfa015fb308887b77
home: https://artifacthub.io
icon: https://artifacthub.github.io/hub/chart/logo.png
keywords:
- kubernetes
- helm
- falco
- opa
- olm
maintainers:
- email: [email protected]
name: Sergio
- email: [email protected]
name: Cintia
name: artifact-hub
type: application
urls:
- https://artifacthub.github.io/hub/chart/artifact-hub-0.10.0.tgz
version: 0.10.0
- annotations:
artifacthub.io/changes: |
- Display Helm chart reference doc in package view
Expand Down Expand Up @@ -361,4 +420,4 @@ entries:
urls:
- https://artifacthub.github.io/hub/chart/artifact-hub-0.2.0.tgz
version: 0.2.0
generated: "2020-11-02T09:40:38.484992+01:00"
generated: "2020-11-19T08:02:03.858314+01:00"

0 comments on commit aec721b

Please sign in to comment.