Skip to content

Commit

Permalink
Generate Artifact Hub chart package v0.12.0 (#988)
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 Dec 18, 2020
1 parent 122a003 commit b4851df
Show file tree
Hide file tree
Showing 5 changed files with 82 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .ct.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
helm-extra-args: --timeout 180s
chart-repos:
- stable=https://kubernetes-charts.storage.googleapis.com/
- stable=https://charts.helm.sh/stable
40 changes: 21 additions & 19 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.11.1
appVersion: 0.11.0
version: 0.12.0
appVersion: 0.12.0
home: https://artifacthub.io
icon: https://artifacthub.github.io/hub/chart/logo.png
keywords:
Expand All @@ -20,31 +20,33 @@ maintainers:
dependencies:
- name: postgresql
version: 8.2.1
repository: https://kubernetes-charts.storage.googleapis.com/
repository: https://charts.helm.sh/stable
condition: postgresql.enabled
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
- Display `contains security updates` status in UI and new release emails
- Display `pre-release` status in UI and new release emails
- Add buttons to download and copy configurations
- Trackers can now ignore selected packages or versions
- Add search capabilities to values schema modal
- Add support for combine keywords in values schema
- Enrich default webhook payload template with some extra fields
- Falco and OPA packages are now indexed by a generic tracker
- Add support for multiple rules files in Falco package UI view
- Add support for custom install section in UI
- Allow pkg metadata files to use either .yaml or .yml extension
- Improve repository URL uniqueness check
- Bump Trivy to 0.14.0
- Some bugs fixes and other improvements
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/images: |
- name: db-migrator
image: artifacthub/db-migrator:v0.11.0
image: artifacthub/db-migrator:v0.12.0
- name: hub
image: artifacthub/hub:v0.11.0
image: artifacthub/hub:v0.12.0
- name: tracker
image: artifacthub/tracker:v0.11.0
image: artifacthub/tracker:v0.12.0
- name: scanner
image: artifacthub/scanner:v0.11.0
image: artifacthub/scanner:v0.12.0
- name: trivy
image: aquasec/trivy:0.14.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.11.0
version: 0.12.0
servers:
- url: "https://artifacthub.io/api/v1"
description: Main production server
Expand Down
Binary file added docs/chart/artifact-hub-0.12.0.tgz
Binary file not shown.
60 changes: 59 additions & 1 deletion docs/chart/index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,64 @@
apiVersion: v1
entries:
artifact-hub:
- annotations:
artifacthub.io/changes: |
- Display `contains security updates` status in UI and new release emails
- Display `pre-release` status in UI and new release emails
- Add buttons to download and copy configurations
- Trackers can now ignore selected packages or versions
- Add search capabilities to values schema modal
- Add support for combine keywords in values schema
- Enrich default webhook payload template with some extra fields
- Falco and OPA packages are now indexed by a generic tracker
- Add support for multiple rules files in Falco package UI view
- Add support for custom install section in UI
- Allow package metadata files to use either .yaml or .yml extension
- Improve repository URL uniqueness check
- Bump Trivy to 0.14.0
- Some bugs fixes and other improvements
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/images: |
- name: db-migrator
image: artifacthub/db-migrator:v0.12.0
- name: hub
image: artifacthub/hub:v0.12.0
- name: tracker
image: artifacthub/tracker:v0.12.0
- name: scanner
image: artifacthub/scanner:v0.12.0
- name: trivy
image: aquasec/trivy:0.14.0
apiVersion: v2
appVersion: 0.12.0
created: "2020-12-18T08:22:45.574425+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: 87d8b7beb035fd477ca4acf7ec5ff71f85dd272560675f54836ce8a2fec9efb0
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.12.0.tgz
version: 0.12.0
- annotations:
artifacthub.io/changes: |
- Allow disabling repositories from control panel
Expand Down Expand Up @@ -476,4 +534,4 @@ entries:
urls:
- https://artifacthub.github.io/hub/chart/artifact-hub-0.2.0.tgz
version: 0.2.0
generated: "2020-12-03T15:41:44.236436+01:00"
generated: "2020-12-18T08:22:45.562605+01:00"

0 comments on commit b4851df

Please sign in to comment.