mirror of https://github.com/artifacthub/hub.git
Generate Artifact Hub chart package v1.0.0 (#1416)
Signed-off-by: Sergio Castaño Arteaga <tegioz@icloud.com>
This commit is contained in:
parent
2f79a76f30
commit
449b6bd377
|
|
@ -2,11 +2,11 @@ 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.20.1
|
||||
appVersion: 0.20.0
|
||||
version: 1.0.0
|
||||
appVersion: 1.0.0
|
||||
kubeVersion: ">= 1.14.0-0"
|
||||
home: https://artifacthub.io
|
||||
icon: https://artifacthub.github.io/hub/chart/logo.png
|
||||
icon: https://artifacthub.github.io/hub/chart/logo_v2.png
|
||||
keywords:
|
||||
- kubernetes
|
||||
- helm
|
||||
|
|
@ -23,6 +23,8 @@ maintainers:
|
|||
email: tegioz@icloud.com
|
||||
- name: Cintia
|
||||
email: cynthiasg@icloud.com
|
||||
- name: Matt
|
||||
email: matt@mattfarina.com
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
version: 8.2.1
|
||||
|
|
@ -31,58 +33,45 @@ dependencies:
|
|||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- kind: added
|
||||
description: support for CoreDNS plugins
|
||||
description: Display Helm charts sign key information
|
||||
- kind: added
|
||||
description: Sample search queries can now be customized
|
||||
- kind: changed
|
||||
description: Add pagination support to some endpoints
|
||||
links:
|
||||
- name: Documentation
|
||||
url: https://artifacthub.io/docs/topics/repositories/#coredns-plugins-repositories
|
||||
- kind: added
|
||||
description: Helm charts containers images are now extracted automatically
|
||||
- kind: added
|
||||
description: operators CRDs, Falco rules and OPA policies explorer
|
||||
- kind: added
|
||||
description: security vulnerabilities alerts
|
||||
- kind: added
|
||||
description: changelog entries can now include a kind and links
|
||||
- kind: added
|
||||
description: two-factor authentication support
|
||||
- kind: added
|
||||
description: colors, site name and logo can now be customized
|
||||
- name: Github PR
|
||||
url: https://github.com/artifacthub/hub/pull/1386
|
||||
- kind: changed
|
||||
description: Consolidate some repositories API endpoints
|
||||
links:
|
||||
- name: Documentation
|
||||
url: https://artifacthub.io/packages/helm/artifact-hub/artifact-hub?modal=values-schema&path=hub.theme
|
||||
- kind: added
|
||||
description: display subscriptions and webhooks stats on package view
|
||||
- kind: added
|
||||
description: email templates now support dark mode
|
||||
- kind: added
|
||||
description: generic tracker now supports README.md files
|
||||
- kind: added
|
||||
description: display security scanner disabled information on packages
|
||||
- kind: added
|
||||
description: support for OLM operators bundle format
|
||||
- name: Github PR
|
||||
url: https://github.com/artifacthub/hub/pull/1382
|
||||
- kind: changed
|
||||
description: adjust search results ranking
|
||||
description: Refactor packages search API endpoint
|
||||
links:
|
||||
- name: Github PR
|
||||
url: https://github.com/artifacthub/hub/pull/1379
|
||||
- kind: changed
|
||||
description: improve web application's accessibility
|
||||
description: Update API documentation
|
||||
- kind: changed
|
||||
description: API docs are now served from the Hub
|
||||
description: Improve scanner errors handling
|
||||
- kind: changed
|
||||
description: upgrade backend dependencies
|
||||
description: Upgrade backend dependencies
|
||||
- kind: changed
|
||||
description: upgrade frontend dependencies
|
||||
- kind: changed
|
||||
description: bump Trivy to 0.18.3
|
||||
description: Upgrade frontend dependencies
|
||||
- kind: removed
|
||||
description: Support for API keys hashed with bcrypt
|
||||
- kind: fixed
|
||||
description: some bugs and other improvements
|
||||
description: Some bugs and other improvements
|
||||
artifacthub.io/containsSecurityUpdates: "true"
|
||||
artifacthub.io/images: |
|
||||
- name: db-migrator
|
||||
image: artifacthub/db-migrator:v0.20.0
|
||||
image: artifacthub/db-migrator:v1.0.0
|
||||
- name: hub
|
||||
image: artifacthub/hub:v0.20.0
|
||||
image: artifacthub/hub:v1.0.0
|
||||
- name: tracker
|
||||
image: artifacthub/tracker:v0.20.0
|
||||
image: artifacthub/tracker:v1.0.0
|
||||
- name: scanner
|
||||
image: artifacthub/scanner:v0.20.0
|
||||
image: artifacthub/scanner:v1.0.0
|
||||
- name: trivy
|
||||
image: aquasec/trivy:0.18.3
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ openapi: 3.0.3
|
|||
info:
|
||||
title: Artifact Hub
|
||||
description: "Find, install and publish Kubernetes packages"
|
||||
version: 0.20.0
|
||||
version: 1.0.0
|
||||
contact:
|
||||
name: Artifact Hub support
|
||||
url: https://cloud-native.slack.com/channels/artifact-hub
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,6 +1,88 @@
|
|||
apiVersion: v1
|
||||
entries:
|
||||
artifact-hub:
|
||||
- annotations:
|
||||
artifacthub.io/changes: |
|
||||
- kind: added
|
||||
description: Display Helm charts sign key information
|
||||
- kind: added
|
||||
description: Sample search queries can now be customized
|
||||
- kind: changed
|
||||
description: Add pagination support to some endpoints
|
||||
links:
|
||||
- name: Github PR
|
||||
url: https://github.com/artifacthub/hub/pull/1386
|
||||
- kind: changed
|
||||
description: Consolidate some repositories API endpoints
|
||||
links:
|
||||
- name: Github PR
|
||||
url: https://github.com/artifacthub/hub/pull/1382
|
||||
- kind: changed
|
||||
description: Refactor packages search API endpoint
|
||||
links:
|
||||
- name: Github PR
|
||||
url: https://github.com/artifacthub/hub/pull/1379
|
||||
- kind: changed
|
||||
description: Update API documentation
|
||||
- kind: changed
|
||||
description: Improve scanner errors handling
|
||||
- kind: changed
|
||||
description: Upgrade backend dependencies
|
||||
- kind: changed
|
||||
description: Upgrade frontend dependencies
|
||||
- kind: removed
|
||||
description: Support for API keys hashed with bcrypt
|
||||
- kind: fixed
|
||||
description: Some bugs and other improvements
|
||||
artifacthub.io/containsSecurityUpdates: "true"
|
||||
artifacthub.io/images: |
|
||||
- name: db-migrator
|
||||
image: artifacthub/db-migrator:v1.0.0
|
||||
- name: hub
|
||||
image: artifacthub/hub:v1.0.0
|
||||
- name: tracker
|
||||
image: artifacthub/tracker:v1.0.0
|
||||
- name: scanner
|
||||
image: artifacthub/scanner:v1.0.0
|
||||
- name: trivy
|
||||
image: aquasec/trivy:0.18.3
|
||||
apiVersion: v2
|
||||
appVersion: 1.0.0
|
||||
created: "2021-06-22T12:40:20.791418+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: 3149fcb369fcd07d88eb65f968a6e329f7d52bdc0cc6b75946b0a8969531a255
|
||||
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
|
||||
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.0.0.tgz
|
||||
version: 1.0.0
|
||||
- annotations:
|
||||
artifacthub.io/changes: |
|
||||
- kind: added
|
||||
|
|
@ -1010,4 +1092,4 @@ entries:
|
|||
urls:
|
||||
- https://artifacthub.github.io/hub/chart/artifact-hub-0.2.0.tgz
|
||||
version: 0.2.0
|
||||
generated: "2021-06-02T12:44:49.323566+02:00"
|
||||
generated: "2021-06-22T12:40:20.785947+02:00"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hub",
|
||||
"version": "0.1.0",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@analytics/google-analytics": "^0.3.1",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "widget",
|
||||
"version": "0.1.0",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@types/lodash": "^4.14.168",
|
||||
|
|
|
|||
Loading…
Reference in New Issue