Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 1.18.0 #3778

Merged
merged 1 commit into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 25 additions & 25 deletions charts/artifact-hub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.17.1-4
appVersion: 1.17.0
version: 1.18.0
appVersion: 1.18.0
kubeVersion: ">= 1.19.0-0"
home: https://artifacthub.io
icon: https://artifacthub.github.io/helm-charts/logo.png
Expand Down Expand Up @@ -46,47 +46,47 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: added
description: Support for KCL modules
description: Support for Inspektor Gadget gadgets
- kind: added
description: Support for Headlamp plugins
description: Support for Tekton StepActions
- kind: added
description: Some missing indexes to event table
description: Support for Meshery Designs
- kind: added
description: OpenSSF Security Insights manifest
- kind: changed
description: Improve get stats database function performance
- kind: changed
description: Improve containers images modal
description: Helm charts values schema badge
- kind: added
description: Sort search results by last updated
- kind: added
description: Display unique vulnerabilities in security report
- kind: added
description: KubeVersion field to Nova data dump
- kind: changed
description: Enable compression for some endpoints
description: Artifact Hub description message
- kind: changed
description: Validate urls in packages recommendations
description: Upgrade grafana dashboard
- kind: changed
description: Extend Helm chart with more configuration options
description: Bump Trivy to 0.50.1
- kind: changed
description: Bump Alpine to 3.19.0
description: Bump Go to 1.22.2
- kind: changed
description: Bump Go to 1.21.6
description: Bump Alpine to 3.19.1
- kind: changed
description: Upgrade backend and frontend dependencies
- kind: fixed
description: Issue rendering some stats graphs
- kind: fixed
description: Regression maintaining scroll position
- kind: fixed
description: Issue getting repository remote digest
description: Versions precedence check
- kind: fixed
description: Issue in API docs
description: Issue selecting values in firefox
- kind: removed
description: Official badge from control panel repository card
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/images: |
- name: db-migrator
image: artifacthub/db-migrator:v1.17.0
image: artifacthub/db-migrator:v1.18.0
- name: hub
image: artifacthub/hub:v1.17.0
image: artifacthub/hub:v1.18.0
- name: tracker
image: artifacthub/tracker:v1.17.0
image: artifacthub/tracker:v1.18.0
- name: scanner
image: artifacthub/scanner:v1.17.0
image: artifacthub/scanner:v1.18.0
- name: trivy
image: aquasec/trivy:0.50.1
artifacthub.io/links: |
Expand Down
2 changes: 1 addition & 1 deletion docs/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.3
info:
title: Artifact Hub
description: "Find, install and publish Cloud Native packages"
version: 1.17.0
version: 1.18.0
contact:
name: Artifact Hub support
url: https://cloud-native.slack.com/channels/artifact-hub
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hub",
"version": "1.17.0",
"version": "1.18.0",
"private": true,
"dependencies": {
"@analytics/google-analytics-v3": "^0.6.1",
Expand Down
2 changes: 1 addition & 1 deletion widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "widget",
"version": "1.17.0",
"version": "1.18.0",
"private": true,
"dependencies": {
"lodash": "^4.17.21",
Expand Down