Skip to content

Commit 0f60865

Browse files
authored
Bump version to 1.20.0 (#4090)
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
1 parent c874235 commit 0f60865

File tree

4 files changed

+29
-25
lines changed

4 files changed

+29
-25
lines changed

charts/artifact-hub/Chart.yaml

+26-22
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: artifact-hub
33
description: Artifact Hub is a web-based application that enables finding, installing, and publishing Cloud Native packages.
44
type: application
5-
version: 1.19.1-3
6-
appVersion: 1.19.0
5+
version: 1.20.0
6+
appVersion: 1.20.0
77
kubeVersion: ">= 1.19.0-0"
88
home: https://artifacthub.io
99
icon: https://artifacthub.github.io/helm-charts/logo.png
@@ -48,47 +48,51 @@ dependencies:
4848
annotations:
4949
artifacthub.io/changes: |
5050
- kind: added
51-
description: Support for OpenCost plugins
51+
description: Support for Radius recipes
5252
- kind: added
53-
description: GitHub flavored alerts in README files
53+
description: Display signed badge for Inspektor Gadget artifacts
5454
- kind: added
55-
description: ah lint now supports git versioning in Tekton packages
56-
- kind: changed
57-
description: Improve container image tracker source
55+
description: Populate chart labels for all resources
56+
- kind: added
57+
description: Allow adding extra containers to the hub pod from the chart
5858
- kind: changed
59-
description: Sort ah lint output leaving errors at the end
59+
description: Update db migration script to support pg_partman 5
6060
- kind: changed
61-
description: Update homepage for Incubation promotion
61+
description: Banner frame style
6262
- kind: changed
63-
description: Improve invalid org name error message
63+
description: Bump Alpine to 3.20.3
6464
- kind: changed
65-
description: Disable chunked transfer encoding
65+
description: Bump Go to 1.23.1
6666
- kind: changed
67-
description: Bump Go to 1.22.4
67+
description: Bump Trivy to 0.56.1
6868
- kind: changed
69-
description: Bump Alpine to 3.20.1
69+
description: Bump OPM to 1.47.0
7070
- kind: changed
7171
description: Upgrade backend and frontend dependencies
7272
- kind: fixed
73-
description: Issue handling invalid CSRF token in webapp
73+
description: Do not render outdated security reports summary
74+
- kind: fixed
75+
description: Pagination style on mobile devices
7476
- kind: fixed
75-
description: Detect versions with build md in Helm OCI repos
77+
description: Issue with long texts on templates tooltips
7678
- kind: fixed
77-
description: Issue reading Kyverno policy files
79+
description: Hide versions with no changes in changelog
7880
- kind: fixed
79-
description: Some input patterns in modals
81+
description: Invalid Dockerfile reference in dev.md
8082
- kind: fixed
81-
description: Issue rendering some values schema definitions
83+
description: Typo in repositories modal
84+
- kind: security
85+
description: Remove user sessions when password is updated
8286
artifacthub.io/containsSecurityUpdates: "true"
8387
artifacthub.io/images: |
8488
- name: db-migrator
85-
image: artifacthub/db-migrator:v1.19.0
89+
image: artifacthub/db-migrator:v1.20.0
8690
- name: hub
87-
image: artifacthub/hub:v1.19.0
91+
image: artifacthub/hub:v1.20.0
8892
- name: tracker
89-
image: artifacthub/tracker:v1.19.0
93+
image: artifacthub/tracker:v1.20.0
9094
- name: scanner
91-
image: artifacthub/scanner:v1.19.0
95+
image: artifacthub/scanner:v1.20.0
9296
- name: trivy
9397
image: aquasec/trivy:0.56.1
9498
artifacthub.io/links: |

docs/api/openapi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.3
22
info:
33
title: Artifact Hub
44
description: "Find, install and publish Cloud Native packages"
5-
version: 1.19.0
5+
version: 1.20.0
66
contact:
77
name: Artifact Hub support
88
url: https://cloud-native.slack.com/channels/artifact-hub

web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hub",
3-
"version": "1.19.0",
3+
"version": "1.20.0",
44
"private": true,
55
"type": "module",
66
"dependencies": {

widget/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "widget",
3-
"version": "1.19.0",
3+
"version": "1.20.0",
44
"private": true,
55
"dependencies": {
66
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)