From 0f6086559de04810e338ed0e786720a594564db7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Casta=C3=B1o=20Arteaga?= Date: Fri, 11 Oct 2024 10:59:02 +0200 Subject: [PATCH] Bump version to 1.20.0 (#4090) 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 | 48 ++++++++++++++++++---------------- docs/api/openapi.yaml | 2 +- web/package.json | 2 +- widget/package.json | 2 +- 4 files changed, 29 insertions(+), 25 deletions(-) diff --git a/charts/artifact-hub/Chart.yaml b/charts/artifact-hub/Chart.yaml index 37e5d2ed0..9b418aa71 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 Cloud Native packages. type: application -version: 1.19.1-3 -appVersion: 1.19.0 +version: 1.20.0 +appVersion: 1.20.0 kubeVersion: ">= 1.19.0-0" home: https://artifacthub.io icon: https://artifacthub.github.io/helm-charts/logo.png @@ -48,47 +48,51 @@ dependencies: annotations: artifacthub.io/changes: | - kind: added - description: Support for OpenCost plugins + description: Support for Radius recipes - kind: added - description: GitHub flavored alerts in README files + description: Display signed badge for Inspektor Gadget artifacts - kind: added - description: ah lint now supports git versioning in Tekton packages - - kind: changed - description: Improve container image tracker source + description: Populate chart labels for all resources + - kind: added + description: Allow adding extra containers to the hub pod from the chart - kind: changed - description: Sort ah lint output leaving errors at the end + description: Update db migration script to support pg_partman 5 - kind: changed - description: Update homepage for Incubation promotion + description: Banner frame style - kind: changed - description: Improve invalid org name error message + description: Bump Alpine to 3.20.3 - kind: changed - description: Disable chunked transfer encoding + description: Bump Go to 1.23.1 - kind: changed - description: Bump Go to 1.22.4 + description: Bump Trivy to 0.56.1 - kind: changed - description: Bump Alpine to 3.20.1 + description: Bump OPM to 1.47.0 - kind: changed description: Upgrade backend and frontend dependencies - kind: fixed - description: Issue handling invalid CSRF token in webapp + description: Do not render outdated security reports summary + - kind: fixed + description: Pagination style on mobile devices - kind: fixed - description: Detect versions with build md in Helm OCI repos + description: Issue with long texts on templates tooltips - kind: fixed - description: Issue reading Kyverno policy files + description: Hide versions with no changes in changelog - kind: fixed - description: Some input patterns in modals + description: Invalid Dockerfile reference in dev.md - kind: fixed - description: Issue rendering some values schema definitions + description: Typo in repositories modal + - kind: security + description: Remove user sessions when password is updated artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/images: | - name: db-migrator - image: artifacthub/db-migrator:v1.19.0 + image: artifacthub/db-migrator:v1.20.0 - name: hub - image: artifacthub/hub:v1.19.0 + image: artifacthub/hub:v1.20.0 - name: tracker - image: artifacthub/tracker:v1.19.0 + image: artifacthub/tracker:v1.20.0 - name: scanner - image: artifacthub/scanner:v1.19.0 + image: artifacthub/scanner:v1.20.0 - name: trivy image: aquasec/trivy:0.56.1 artifacthub.io/links: | diff --git a/docs/api/openapi.yaml b/docs/api/openapi.yaml index ab65d5601..2a1f555ec 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 Cloud Native packages" - version: 1.19.0 + version: 1.20.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 9e8296f77..0dd24a882 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "hub", - "version": "1.19.0", + "version": "1.20.0", "private": true, "type": "module", "dependencies": { diff --git a/widget/package.json b/widget/package.json index 659b47085..b935000e2 100644 --- a/widget/package.json +++ b/widget/package.json @@ -1,6 +1,6 @@ { "name": "widget", - "version": "1.19.0", + "version": "1.20.0", "private": true, "dependencies": { "lodash": "^4.17.21",