mirror of https://github.com/artifacthub/hub.git
Bump version to 1.15.0 (#3291)
Signed-off-by: Sergio Castaño Arteaga <tegioz@icloud.com>
This commit is contained in:
parent
a379ecde95
commit
723d56c8cc
|
|
@ -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: 1.14.1-3
|
||||
appVersion: 1.14.0
|
||||
version: 1.15.0
|
||||
appVersion: 1.15.0
|
||||
kubeVersion: ">= 1.19.0-0"
|
||||
home: https://artifacthub.io
|
||||
icon: https://artifacthub.github.io/helm-charts/logo.png
|
||||
|
|
@ -42,49 +42,39 @@ dependencies:
|
|||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- kind: added
|
||||
description: Support for Argo templates
|
||||
description: Governance and roadmap documents
|
||||
- kind: added
|
||||
description: Support for KubeArmor policies
|
||||
description: Add API endpoint for Fairwinds Nova
|
||||
- kind: added
|
||||
description: Reduced motion support (accessibility)
|
||||
- kind: added
|
||||
description: Document how to embed artifacts on other websites
|
||||
description: Allow providing security context to cronjobs
|
||||
- kind: changed
|
||||
description: Request charts content uncompressed
|
||||
description: Some adjustments in packages search ranking
|
||||
- kind: changed
|
||||
description: Some minor UI improvements
|
||||
description: Update Helm charts (OCI) installation instructions
|
||||
- kind: changed
|
||||
description: Updated official status definition
|
||||
description: Update security process documentation
|
||||
- kind: changed
|
||||
description: Improve Kyverno policies docs
|
||||
description: Bump Alpine to 3.18.2
|
||||
- kind: changed
|
||||
description: Improve container images docs (add regctl commands)
|
||||
description: Bump Go to 1.21.0
|
||||
- kind: changed
|
||||
description: Bump Alpine to 3.17.3
|
||||
- kind: changed
|
||||
description: Bump Go to 1.20.2
|
||||
- kind: changed
|
||||
description: Upgrade Bootstrap to 5.2.3
|
||||
- kind: changed
|
||||
description: Upgrade react-router-dom to v6
|
||||
description: Bump Trivy to 0.44.1
|
||||
- kind: changed
|
||||
description: Upgrade backend and frontend dependencies
|
||||
- kind: fixed
|
||||
description: Include registry (if available) in check db image
|
||||
- kind: fixed
|
||||
description: Clean repeated keywords ignoring case
|
||||
description: Oras command in documentation
|
||||
- kind: fixed
|
||||
description: Some other minor bugs and improvements
|
||||
artifacthub.io/containsSecurityUpdates: "true"
|
||||
artifacthub.io/images: |
|
||||
- name: db-migrator
|
||||
image: artifacthub/db-migrator:v1.14.0
|
||||
image: artifacthub/db-migrator:v1.15.0
|
||||
- name: hub
|
||||
image: artifacthub/hub:v1.14.0
|
||||
image: artifacthub/hub:v1.15.0
|
||||
- name: tracker
|
||||
image: artifacthub/tracker:v1.14.0
|
||||
image: artifacthub/tracker:v1.15.0
|
||||
- name: scanner
|
||||
image: artifacthub/scanner:v1.14.0
|
||||
image: artifacthub/scanner:v1.15.0
|
||||
- name: trivy
|
||||
image: aquasec/trivy:0.44.1
|
||||
artifacthub.io/links: |
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ openapi: 3.0.3
|
|||
info:
|
||||
title: Artifact Hub
|
||||
description: "Find, install and publish Kubernetes packages"
|
||||
version: 1.14.0
|
||||
version: 1.15.0
|
||||
contact:
|
||||
name: Artifact Hub support
|
||||
url: https://cloud-native.slack.com/channels/artifact-hub
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hub",
|
||||
"version": "1.14.0",
|
||||
"version": "1.15.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@analytics/google-analytics-v3": "^0.6.1",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "widget",
|
||||
"version": "1.14.0",
|
||||
"version": "1.15.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"lodash": "^4.17.21",
|
||||
|
|
|
|||
Loading…
Reference in New Issue