From 1b1997ffe0eb3d0ceb9afe8181b9d9736111702f Mon Sep 17 00:00:00 2001 From: "Sergio C. Arteaga" Date: Tue, 26 Jul 2022 19:49:38 +0200 Subject: [PATCH] Bump version to 1.9.0 (#2162) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sergio CastaƱo Arteaga --- charts/artifact-hub/Chart.yaml | 32 +++++++++++++++++++------------- docs/api/openapi.yaml | 2 +- web/package.json | 2 +- widget/package.json | 2 +- 4 files changed, 22 insertions(+), 16 deletions(-) diff --git a/charts/artifact-hub/Chart.yaml b/charts/artifact-hub/Chart.yaml index 9136cef8c..57f793884 100644 --- a/charts/artifact-hub/Chart.yaml +++ b/charts/artifact-hub/Chart.yaml @@ -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.8.1-2 -appVersion: 1.8.0 +version: 1.9.0 +appVersion: 1.9.0 kubeVersion: ">= 1.19.0-0" home: https://artifacthub.io icon: https://artifacthub.github.io/helm-charts/logo.png @@ -36,31 +36,37 @@ dependencies: annotations: artifacthub.io/changes: | - kind: added - description: Support for comparing Helm charts default values + description: Support for Kubewarden policies - kind: added - description: Make tracker repository timeout configurable + description: Check Kubewarden policies cosign signature + - kind: added + description: Allow jumping to named templates definition in explorer + - kind: added + description: Markdown support in security report vulnerabilities description + - kind: changed + description: Improve Helm charts values schema modal - kind: changed - description: Reduce modals height on small screens + description: Improve how docs are displayed on small devices - kind: changed description: Upgrade backend and frontend dependencies - kind: changed - description: Bump Trivy to 0.28.1 + description: Bump Trivy to 0.29.2 - kind: fixed - description: Issue checking user alias availability + description: Issue with quoted strings in templates explorer - kind: fixed - description: Check for index.yaml mismatches in charts repos + description: Regex used to extract relative links in docs - kind: fixed - description: Some bugs and other improvements + description: Some other minor bugs and improvements artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/images: | - name: db-migrator - image: artifacthub/db-migrator:v1.8.0 + image: artifacthub/db-migrator:v1.9.0 - name: hub - image: artifacthub/hub:v1.8.0 + image: artifacthub/hub:v1.9.0 - name: tracker - image: artifacthub/tracker:v1.8.0 + image: artifacthub/tracker:v1.9.0 - name: scanner - image: artifacthub/scanner:v1.8.0 + image: artifacthub/scanner:v1.9.0 - name: trivy image: aquasec/trivy:0.29.2 artifacthub.io/links: | diff --git a/docs/api/openapi.yaml b/docs/api/openapi.yaml index 7f9449eee..49265f8b3 100644 --- a/docs/api/openapi.yaml +++ b/docs/api/openapi.yaml @@ -2,7 +2,7 @@ openapi: 3.0.3 info: title: Artifact Hub description: "Find, install and publish Kubernetes packages" - version: 1.8.0 + version: 1.9.0 contact: name: Artifact Hub support url: https://cloud-native.slack.com/channels/artifact-hub diff --git a/web/package.json b/web/package.json index e49e035e3..6383759e2 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "hub", - "version": "1.8.0", + "version": "1.9.0", "private": true, "dependencies": { "@analytics/google-analytics": "^0.5.3", diff --git a/widget/package.json b/widget/package.json index 6a28677bf..812de2b52 100644 --- a/widget/package.json +++ b/widget/package.json @@ -1,6 +1,6 @@ { "name": "widget", - "version": "1.8.0", + "version": "1.9.0", "private": true, "dependencies": { "lodash": "^4.17.21",