-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate Artifact Hub chart package v0.11.0 (#930)
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
- Loading branch information
Showing
4 changed files
with
77 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,62 @@ | ||
apiVersion: v1 | ||
entries: | ||
artifact-hub: | ||
- annotations: | ||
artifacthub.io/changes: | | ||
- Allow disabling repositories from control panel | ||
- Allow disabling security scanner per repository | ||
- Gitpodify Artifact Hub git repository | ||
- Improve Github rate limiting handling | ||
- Add some extra protection to avoid deleting a repository or packages accidentally | ||
- Tracker now only exports or clones repos when they have changed | ||
- Improve repository ownership claim modal | ||
- Improve package not found view | ||
- Some refactoring in trackers | ||
- Add support for legacy Helm Hub chart version url | ||
- Cache dependencies in CI workflow | ||
- Bump Trivy to 0.13.0 | ||
- Some bugs fixes and other improvements | ||
artifacthub.io/images: | | ||
- name: db-migrator | ||
image: artifacthub/db-migrator:v0.11.0 | ||
- name: hub | ||
image: artifacthub/hub:v0.11.0 | ||
- name: tracker | ||
image: artifacthub/tracker:v0.11.0 | ||
- name: scanner | ||
image: artifacthub/scanner:v0.11.0 | ||
- name: trivy | ||
image: aquasec/trivy:0.13.0 | ||
apiVersion: v2 | ||
appVersion: 0.11.0 | ||
created: "2020-12-03T15:41:44.242563+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: 184cc30b67bbb49212a4d4dfc19d413198e4b084e71633946ed06516ba6b3ca0 | ||
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.11.0.tgz | ||
version: 0.11.0 | ||
- annotations: | ||
artifacthub.io/changes: | | ||
- Add experimental OCI support for Helm repositories | ||
|
@@ -420,4 +476,4 @@ entries: | |
urls: | ||
- https://artifacthub.github.io/hub/chart/artifact-hub-0.2.0.tgz | ||
version: 0.2.0 | ||
generated: "2020-11-19T08:02:03.858314+01:00" | ||
generated: "2020-12-03T15:41:44.236436+01:00" |