mirror of https://github.com/artifacthub/hub.git
Bump version to 1.13.0 (#2835)
Signed-off-by: Sergio Castaño Arteaga <tegioz@icloud.com>
This commit is contained in:
parent
117981eb2e
commit
09fc35df13
|
|
@ -2,8 +2,8 @@ apiVersion: v2
|
||||||
name: artifact-hub
|
name: artifact-hub
|
||||||
description: Artifact Hub is a web-based application that enables finding, installing, and publishing Kubernetes packages.
|
description: Artifact Hub is a web-based application that enables finding, installing, and publishing Kubernetes packages.
|
||||||
type: application
|
type: application
|
||||||
version: 1.12.1-7
|
version: 1.13.0
|
||||||
appVersion: 1.12.0
|
appVersion: 1.13.0
|
||||||
kubeVersion: ">= 1.19.0-0"
|
kubeVersion: ">= 1.19.0-0"
|
||||||
home: https://artifacthub.io
|
home: https://artifacthub.io
|
||||||
icon: https://artifacthub.github.io/helm-charts/logo.png
|
icon: https://artifacthub.github.io/helm-charts/logo.png
|
||||||
|
|
@ -40,65 +40,57 @@ dependencies:
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: added
|
- kind: added
|
||||||
description: Experimental support for Kyverno policies
|
description: Support for Knative client plugins
|
||||||
- kind: added
|
- kind: added
|
||||||
description: URL filter to repository search API endpoint
|
description: Support for Backstage plugins
|
||||||
- kind: added
|
- kind: added
|
||||||
description: Allow specifying charts containers images platforms
|
description: Category classifier based on ML model
|
||||||
- kind: added
|
- kind: added
|
||||||
description: Package alternative name to improve search results
|
description: Allow publishers to provide packages' category manually
|
||||||
- kind: added
|
- kind: added
|
||||||
description: CNCF banners to homepage
|
description: Display category label in cards and package view
|
||||||
- kind: added
|
- kind: added
|
||||||
description: Option to disable default backend for ingress
|
description: Filter for artifacts published by CNCF projects
|
||||||
- kind: added
|
- kind: added
|
||||||
description: Option to set security context from chart
|
description: Display badge on artifacts published by CNCF projects
|
||||||
|
- kind: added
|
||||||
|
description: Auto-focus search form input field
|
||||||
|
- kind: added
|
||||||
|
description: Chart option to disable sign up
|
||||||
|
- kind: added
|
||||||
|
description: Chart option to set ttlSecondsAfterFinished on dbMigrator job
|
||||||
|
- kind: added
|
||||||
|
description: Link to Linux Foundation Privacy Policy
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Refresh UI design
|
description: Redesign and reorganize badges
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: OLM community operators install instructions
|
description: Category filter now uses the new category field
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Set auto generated digest in OLM operators pkgs
|
description: Sample search queries
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Highlight current month and day in usage graphs
|
description: Bump Go to 1.20.1
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Keep views tracked when a pkg or repo is removed
|
description: Bump Trivy to 0.37.3
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Hide security report in pkgs older than 1 year
|
description: Bump OPM to 1.26.4
|
||||||
- kind: changed
|
|
||||||
description: Use credentials when listing repository tags
|
|
||||||
- kind: changed
|
|
||||||
description: Strip markdown from changes entries
|
|
||||||
- kind: changed
|
|
||||||
description: Update container images repositories document
|
|
||||||
- kind: changed
|
|
||||||
description: Adjust packages text search doc weights
|
|
||||||
- kind: changed
|
|
||||||
description: Bump Alpine to 3.17.1
|
|
||||||
- kind: changed
|
|
||||||
description: Bump Go to 1.19.5
|
|
||||||
- kind: changed
|
|
||||||
description: Bump Trivy to 0.36.1
|
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgrade backend and frontend dependencies
|
description: Upgrade backend and frontend dependencies
|
||||||
|
- kind: removed
|
||||||
|
description: Publisher and repository from filters column
|
||||||
- kind: fixed
|
- kind: fixed
|
||||||
description: Issue setting default channel in OLM operators
|
description: Harcoded image pull policy in hub deployment
|
||||||
- kind: fixed
|
|
||||||
description: Include targets with no vulns in security report
|
|
||||||
- kind: fixed
|
|
||||||
description: Scroll issue in search page
|
|
||||||
- kind: fixed
|
- kind: fixed
|
||||||
description: Some other minor bugs and improvements
|
description: Some other minor bugs and improvements
|
||||||
artifacthub.io/containsSecurityUpdates: "true"
|
artifacthub.io/containsSecurityUpdates: "true"
|
||||||
artifacthub.io/images: |
|
artifacthub.io/images: |
|
||||||
- name: db-migrator
|
- name: db-migrator
|
||||||
image: artifacthub/db-migrator:v1.12.0
|
image: artifacthub/db-migrator:v1.13.0
|
||||||
- name: hub
|
- name: hub
|
||||||
image: artifacthub/hub:v1.12.0
|
image: artifacthub/hub:v1.13.0
|
||||||
- name: tracker
|
- name: tracker
|
||||||
image: artifacthub/tracker:v1.12.0
|
image: artifacthub/tracker:v1.13.0
|
||||||
- name: scanner
|
- name: scanner
|
||||||
image: artifacthub/scanner:v1.12.0
|
image: artifacthub/scanner:v1.13.0
|
||||||
- name: trivy
|
- name: trivy
|
||||||
image: aquasec/trivy:0.37.3
|
image: aquasec/trivy:0.37.3
|
||||||
artifacthub.io/links: |
|
artifacthub.io/links: |
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ openapi: 3.0.3
|
||||||
info:
|
info:
|
||||||
title: Artifact Hub
|
title: Artifact Hub
|
||||||
description: "Find, install and publish Kubernetes packages"
|
description: "Find, install and publish Kubernetes packages"
|
||||||
version: 1.12.0
|
version: 1.13.0
|
||||||
contact:
|
contact:
|
||||||
name: Artifact Hub support
|
name: Artifact Hub support
|
||||||
url: https://cloud-native.slack.com/channels/artifact-hub
|
url: https://cloud-native.slack.com/channels/artifact-hub
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hub",
|
"name": "hub",
|
||||||
"version": "1.12.0",
|
"version": "1.13.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@analytics/google-analytics-v3": "^0.6.1",
|
"@analytics/google-analytics-v3": "^0.6.1",
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,6 @@ import {
|
||||||
PackageViewsStats,
|
PackageViewsStats,
|
||||||
RepositoryKind,
|
RepositoryKind,
|
||||||
SearchFiltersURL,
|
SearchFiltersURL,
|
||||||
Signature,
|
|
||||||
Version,
|
Version,
|
||||||
} from '../../types';
|
} from '../../types';
|
||||||
import bannerDispatcher from '../../utils/bannerDispatcher';
|
import bannerDispatcher from '../../utils/bannerDispatcher';
|
||||||
|
|
@ -872,7 +871,7 @@ const PackageView = (props: Props) => {
|
||||||
{(detail.cncf || detail.repository.cncf) && <CNCF className="me-2" dropdownAlignment="start" />}
|
{(detail.cncf || detail.repository.cncf) && <CNCF className="me-2" dropdownAlignment="start" />}
|
||||||
<Signed
|
<Signed
|
||||||
signed={detail.signed}
|
signed={detail.signed}
|
||||||
signatures={[Signature.Cosign, Signature.Prov]}
|
signatures={detail.signatures}
|
||||||
repoKind={detail.repository.kind}
|
repoKind={detail.repository.kind}
|
||||||
className="me-2"
|
className="me-2"
|
||||||
signKey={detail.signKey}
|
signKey={detail.signKey}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "widget",
|
"name": "widget",
|
||||||
"version": "1.12.0",
|
"version": "1.13.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue