Skip to content

Commit a7a9443

Browse files
authored
Bump version to 1.17.0 (#3607)
Signed-off-by: Sergio Castaño Arteaga <tegioz@icloud.com>
1 parent 827a9a6 commit a7a9443

File tree

4 files changed

+36
-18
lines changed

4 files changed

+36
-18
lines changed

charts/artifact-hub/Chart.yaml

Lines changed: 33 additions & 15 deletions
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 Kubernetes packages.
44
type: application
5-
version: 1.16.1-5
6-
appVersion: 1.16.0
5+
version: 1.17.0
6+
appVersion: 1.17.0
77
kubeVersion: ">= 1.19.0-0"
88
home: https://artifacthub.io
99
icon: https://artifacthub.github.io/helm-charts/logo.png
@@ -43,30 +43,48 @@ dependencies:
4343
condition: postgresql.enabled
4444
annotations:
4545
artifacthub.io/changes: |
46-
- kind: security
47-
description: Do not follow symlinks when reading certain files
48-
- kind: security
49-
description: Disable unsafe rego built-ins
50-
- kind: security
51-
description: Improve Docker Hub registry check
5246
- kind: added
53-
description: Optional custom labels for some resources in chart
47+
description: Support for KCL modules
48+
- kind: added
49+
description: Support for Headlamp plugins
50+
- kind: added
51+
description: Some missing indexes to event table
52+
- kind: added
53+
description: OpenSSF Security Insights manifest
54+
- kind: changed
55+
description: Improve get stats database function performance
56+
- kind: changed
57+
description: Improve containers images modal
58+
- kind: changed
59+
description: Enable compression for some endpoints
5460
- kind: changed
55-
description: Bump Go to 1.21.1
61+
description: Validate urls in packages recommendations
62+
- kind: changed
63+
description: Extend Helm chart with more configuration options
64+
- kind: changed
65+
description: Bump Alpine to 3.19.0
66+
- kind: changed
67+
description: Bump Go to 1.21.6
5668
- kind: changed
5769
description: Upgrade backend and frontend dependencies
5870
- kind: fixed
59-
description: Issue in API documentation
71+
description: Issue rendering some stats graphs
72+
- kind: fixed
73+
description: Regression maintaining scroll position
74+
- kind: fixed
75+
description: Issue getting repository remote digest
76+
- kind: fixed
77+
description: Issue in API docs
6078
artifacthub.io/containsSecurityUpdates: "true"
6179
artifacthub.io/images: |
6280
- name: db-migrator
63-
image: artifacthub/db-migrator:v1.16.0
81+
image: artifacthub/db-migrator:v1.17.0
6482
- name: hub
65-
image: artifacthub/hub:v1.16.0
83+
image: artifacthub/hub:v1.17.0
6684
- name: tracker
67-
image: artifacthub/tracker:v1.16.0
85+
image: artifacthub/tracker:v1.17.0
6886
- name: scanner
69-
image: artifacthub/scanner:v1.16.0
87+
image: artifacthub/scanner:v1.17.0
7088
- name: trivy
7189
image: aquasec/trivy:0.44.1
7290
artifacthub.io/links: |

docs/api/openapi.yaml

Lines changed: 1 addition & 1 deletion
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 Kubernetes packages"
5-
version: 1.16.0
5+
version: 1.17.0
66
contact:
77
name: Artifact Hub support
88
url: https://cloud-native.slack.com/channels/artifact-hub

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hub",
3-
"version": "1.16.0",
3+
"version": "1.17.0",
44
"private": true,
55
"dependencies": {
66
"@analytics/google-analytics-v3": "^0.6.1",

widget/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "widget",
3-
"version": "1.16.0",
3+
"version": "1.17.0",
44
"private": true,
55
"dependencies": {
66
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)