From a7a9443c56696dc4ac7d60c536e2e36612bd55e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Casta=C3=B1o=20Arteaga?= Date: Mon, 15 Jan 2024 11:12:38 +0100 Subject: [PATCH] Bump version to 1.17.0 (#3607) 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, 36 insertions(+), 18 deletions(-) diff --git a/charts/artifact-hub/Chart.yaml b/charts/artifact-hub/Chart.yaml index 1a09e3286..16de1961c 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.16.1-5 -appVersion: 1.16.0 +version: 1.17.0 +appVersion: 1.17.0 kubeVersion: ">= 1.19.0-0" home: https://artifacthub.io icon: https://artifacthub.github.io/helm-charts/logo.png @@ -43,30 +43,48 @@ dependencies: condition: postgresql.enabled annotations: artifacthub.io/changes: | - - kind: security - description: Do not follow symlinks when reading certain files - - kind: security - description: Disable unsafe rego built-ins - - kind: security - description: Improve Docker Hub registry check - kind: added - description: Optional custom labels for some resources in chart + description: Support for KCL modules + - kind: added + description: Support for Headlamp plugins + - kind: added + description: Some missing indexes to event table + - kind: added + description: OpenSSF Security Insights manifest + - kind: changed + description: Improve get stats database function performance + - kind: changed + description: Improve containers images modal + - kind: changed + description: Enable compression for some endpoints - kind: changed - description: Bump Go to 1.21.1 + description: Validate urls in packages recommendations + - kind: changed + description: Extend Helm chart with more configuration options + - kind: changed + description: Bump Alpine to 3.19.0 + - kind: changed + description: Bump Go to 1.21.6 - kind: changed description: Upgrade backend and frontend dependencies - kind: fixed - description: Issue in API documentation + description: Issue rendering some stats graphs + - kind: fixed + description: Regression maintaining scroll position + - kind: fixed + description: Issue getting repository remote digest + - kind: fixed + description: Issue in API docs artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/images: | - name: db-migrator - image: artifacthub/db-migrator:v1.16.0 + image: artifacthub/db-migrator:v1.17.0 - name: hub - image: artifacthub/hub:v1.16.0 + image: artifacthub/hub:v1.17.0 - name: tracker - image: artifacthub/tracker:v1.16.0 + image: artifacthub/tracker:v1.17.0 - name: scanner - image: artifacthub/scanner:v1.16.0 + image: artifacthub/scanner:v1.17.0 - name: trivy image: aquasec/trivy:0.44.1 artifacthub.io/links: | diff --git a/docs/api/openapi.yaml b/docs/api/openapi.yaml index a2082dba5..fdb5334a7 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.16.0 + version: 1.17.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 c2aec0165..08aaf952c 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "hub", - "version": "1.16.0", + "version": "1.17.0", "private": true, "dependencies": { "@analytics/google-analytics-v3": "^0.6.1", diff --git a/widget/package.json b/widget/package.json index e9ce55867..919c9316f 100644 --- a/widget/package.json +++ b/widget/package.json @@ -1,6 +1,6 @@ { "name": "widget", - "version": "1.16.0", + "version": "1.17.0", "private": true, "dependencies": { "lodash": "^4.17.21",