mirror of https://github.com/artifacthub/hub.git
Generate Artifact Hub chart package v1.1.0 (#1484)
Signed-off-by: Sergio Castaño Arteaga <tegioz@icloud.com>
This commit is contained in:
parent
86a70643bc
commit
7c6f428605
|
|
@ -2,6 +2,8 @@ project_name: ah
|
|||
|
||||
release:
|
||||
name_template: "Artifact Hub {{ .Tag }}"
|
||||
header: |
|
||||
Please see the [changelog](https://artifacthub.io/packages/helm/artifact-hub/artifact-hub?modal=changelog) for more details.
|
||||
|
||||
changelog:
|
||||
skip: true
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,6 +1,87 @@
|
|||
apiVersion: v1
|
||||
entries:
|
||||
artifact-hub:
|
||||
- annotations:
|
||||
artifacthub.io/changes: |
|
||||
- kind: added
|
||||
description: Add Artifact Hub CLI tool
|
||||
- kind: added
|
||||
description: Add support for Keptn integrations
|
||||
- kind: added
|
||||
description: Search results can now be sorted by relevance or stars
|
||||
- kind: added
|
||||
description: Allow users deleting their accounts
|
||||
- kind: added
|
||||
description: Allow users cropping their avatar image
|
||||
- kind: changed
|
||||
description: Related packages are now displayed below the readme in some cases
|
||||
- kind: changed
|
||||
description: Use third party library for readme ToC generation
|
||||
- kind: changed
|
||||
description: Bump Alpine to 3.14
|
||||
- kind: changed
|
||||
description: Bump Trivy to 0.19.2
|
||||
links:
|
||||
- name: Trivy migrating to new JSON schema
|
||||
url: https://github.com/artifacthub/hub/pull/1437#issue-689445316
|
||||
- kind: changed
|
||||
description: Bump OPM to 1.17.5
|
||||
- kind: changed
|
||||
description: Upgrade backend dependencies
|
||||
- kind: changed
|
||||
description: Upgrade frontend dependencies
|
||||
- kind: fixed
|
||||
description: Some bugs and other improvements
|
||||
artifacthub.io/containsSecurityUpdates: "true"
|
||||
artifacthub.io/images: |
|
||||
- name: db-migrator
|
||||
image: artifacthub/db-migrator:v1.1.0
|
||||
- name: hub
|
||||
image: artifacthub/hub:v1.1.0
|
||||
- name: tracker
|
||||
image: artifacthub/tracker:v1.1.0
|
||||
- name: scanner
|
||||
image: artifacthub/scanner:v1.1.0
|
||||
- name: trivy
|
||||
image: aquasec/trivy:0.19.2
|
||||
apiVersion: v2
|
||||
appVersion: 1.1.0
|
||||
created: "2021-08-12T13:43:06.506216+02:00"
|
||||
dependencies:
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://charts.helm.sh/stable
|
||||
version: 8.2.1
|
||||
description: Artifact Hub is a web-based application that enables finding, installing,
|
||||
and publishing Kubernetes packages.
|
||||
digest: 0a926d60e3428ab09ef3df6026e218f09f010bfbcf1f19a4df287d180b143217
|
||||
home: https://artifacthub.io
|
||||
icon: https://artifacthub.github.io/hub/chart/logo_v2.png
|
||||
keywords:
|
||||
- kubernetes
|
||||
- helm
|
||||
- falco
|
||||
- opa
|
||||
- olm
|
||||
- tinkerbell actions
|
||||
- krew
|
||||
- tekton
|
||||
- keda scalers
|
||||
- coredns
|
||||
- keptn
|
||||
kubeVersion: '>= 1.14.0-0'
|
||||
maintainers:
|
||||
- email: tegioz@icloud.com
|
||||
name: Sergio
|
||||
- email: cynthiasg@icloud.com
|
||||
name: Cintia
|
||||
- email: matt@mattfarina.com
|
||||
name: Matt
|
||||
name: artifact-hub
|
||||
type: application
|
||||
urls:
|
||||
- https://artifacthub.github.io/hub/chart/artifact-hub-1.1.0.tgz
|
||||
version: 1.1.0
|
||||
- annotations:
|
||||
artifacthub.io/changes: |
|
||||
- kind: added
|
||||
|
|
@ -1092,4 +1173,4 @@ entries:
|
|||
urls:
|
||||
- https://artifacthub.github.io/hub/chart/artifact-hub-0.2.0.tgz
|
||||
version: 0.2.0
|
||||
generated: "2021-06-22T12:40:20.785947+02:00"
|
||||
generated: "2021-08-12T13:43:06.499516+02:00"
|
||||
|
|
|
|||
Loading…
Reference in New Issue