Skip to content

Commit cf5d40b

Browse files
authored
Bump version to 1.19.0 (#3910)
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
1 parent 364fe3a commit cf5d40b

File tree

4 files changed

+29
-29
lines changed

4 files changed

+29
-29
lines changed

charts/artifact-hub/Chart.yaml

+26-26
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.18.1-0
6-
appVersion: 1.18.0
5+
version: 1.19.0
6+
appVersion: 1.19.0
77
kubeVersion: ">= 1.19.0-0"
88
home: https://artifacthub.io
99
icon: https://artifacthub.github.io/helm-charts/logo.png
@@ -47,47 +47,47 @@ dependencies:
4747
annotations:
4848
artifacthub.io/changes: |
4949
- kind: added
50-
description: Support for Inspektor Gadget gadgets
50+
description: Support for OpenCost plugins
5151
- kind: added
52-
description: Support for Tekton StepActions
52+
description: GitHub flavored alerts in README files
5353
- kind: added
54-
description: Support for Meshery Designs
55-
- kind: added
56-
description: Helm charts values schema badge
57-
- kind: added
58-
description: Sort search results by last updated
59-
- kind: added
60-
description: Display unique vulnerabilities in security report
61-
- kind: added
62-
description: KubeVersion field to Nova data dump
54+
description: ah lint now supports git versioning in Tekton packages
55+
- kind: changed
56+
description: Improve container image tracker source
6357
- kind: changed
64-
description: Artifact Hub description message
58+
description: Sort ah lint output leaving errors at the end
6559
- kind: changed
66-
description: Upgrade grafana dashboard
60+
description: Update homepage for Incubation promotion
6761
- kind: changed
68-
description: Bump Trivy to 0.50.1
62+
description: Improve invalid org name error message
6963
- kind: changed
70-
description: Bump Go to 1.22.2
64+
description: Disable chunked transfer encoding
7165
- kind: changed
72-
description: Bump Alpine to 3.19.1
66+
description: Bump Go to 1.22.4
67+
- kind: changed
68+
description: Bump Alpine to 3.20.1
7369
- kind: changed
7470
description: Upgrade backend and frontend dependencies
7571
- kind: fixed
76-
description: Versions precedence check
72+
description: Issue handling invalid CSRF token in webapp
73+
- kind: fixed
74+
description: Detect versions with build md in Helm OCI repos
75+
- kind: fixed
76+
description: Issue reading Kyverno policy files
77+
- kind: fixed
78+
description: Some input patterns in modals
7779
- kind: fixed
78-
description: Issue selecting values in firefox
79-
- kind: removed
80-
description: Official badge from control panel repository card
80+
description: Issue rendering some values schema definitions
8181
artifacthub.io/containsSecurityUpdates: "true"
8282
artifacthub.io/images: |
8383
- name: db-migrator
84-
image: artifacthub/db-migrator:v1.18.0
84+
image: artifacthub/db-migrator:v1.19.0
8585
- name: hub
86-
image: artifacthub/hub:v1.18.0
86+
image: artifacthub/hub:v1.19.0
8787
- name: tracker
88-
image: artifacthub/tracker:v1.18.0
88+
image: artifacthub/tracker:v1.19.0
8989
- name: scanner
90-
image: artifacthub/scanner:v1.18.0
90+
image: artifacthub/scanner:v1.19.0
9191
- name: trivy
9292
image: aquasec/trivy:0.50.1
9393
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.18.0
5+
version: 1.19.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.18.0",
3+
"version": "1.19.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.18.0",
3+
"version": "1.19.0",
44
"private": true,
55
"dependencies": {
66
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)