Skip to content

Commit

Permalink
Bump version to 1.16.0 (#3347)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
  • Loading branch information
tegioz authored Sep 13, 2023
1 parent 7aef350 commit 14dffa8
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 28 deletions.
40 changes: 15 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 Kubernetes packages.
type: application
version: 1.15.1-1
appVersion: 1.15.0
version: 1.16.0
appVersion: 1.16.0
kubeVersion: ">= 1.19.0-0"
home: https://artifacthub.io
icon: https://artifacthub.github.io/helm-charts/logo.png
Expand Down Expand Up @@ -41,40 +41,30 @@ 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: Governance and roadmap documents
- kind: added
description: Add API endpoint for Fairwinds Nova
- kind: added
description: Allow providing security context to cronjobs
- kind: changed
description: Some adjustments in packages search ranking
- kind: changed
description: Update Helm charts (OCI) installation instructions
description: Optional custom labels for some resources in chart
- kind: changed
description: Update security process documentation
- kind: changed
description: Bump Alpine to 3.18.2
- kind: changed
description: Bump Go to 1.21.0
- kind: changed
description: Bump Trivy to 0.44.1
description: Bump Go to 1.21.1
- kind: changed
description: Upgrade backend and frontend dependencies
- kind: fixed
description: Oras command in documentation
- kind: fixed
description: Some other minor bugs and improvements
description: Issue in API documentation
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/images: |
- name: db-migrator
image: artifacthub/db-migrator:v1.15.0
image: artifacthub/db-migrator:v1.16.0
- name: hub
image: artifacthub/hub:v1.15.0
image: artifacthub/hub:v1.16.0
- name: tracker
image: artifacthub/tracker:v1.15.0
image: artifacthub/tracker:v1.16.0
- name: scanner
image: artifacthub/scanner:v1.15.0
image: artifacthub/scanner:v1.16.0
- name: trivy
image: aquasec/trivy:0.44.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 Kubernetes packages"
version: 1.15.0
version: 1.16.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.15.0",
"version": "1.16.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.15.0",
"version": "1.16.0",
"private": true,
"dependencies": {
"lodash": "^4.17.21",
Expand Down

0 comments on commit 14dffa8

Please sign in to comment.