Skip to content

Commit

Permalink
Bump version to 1.7.0 (#1960)
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 May 10, 2022
1 parent 9bbc7b8 commit 442e6c8
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 22 deletions.
44 changes: 25 additions & 19 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.6.1-5
appVersion: 1.6.0
version: 1.7.0
appVersion: 1.7.0
kubeVersion: ">= 1.19.0-0"
home: https://artifacthub.io
icon: https://artifacthub.github.io/helm-charts/logo.png
Expand Down Expand Up @@ -35,43 +35,49 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: added
description: Experimental support for containers images
description: Support for comparing Helm charts templates versions
- kind: added
description: Packages views graph to stats page
description: Display cosign signature in container image packages
- kind: added
description: Dark mode support for documentation
description: New screen breakpoint to UI
- kind: added
description: Custom source icon based on git provider
- kind: changed
description: Improve repositories search endpoint performance
description: Display all channels pointing to a version in OLM pkgs
- kind: added
description: Migration mechanism for local storage data
- kind: added
description: CLOMonitor linter to CI workflow
- kind: added
description: CLOMonitor badges to readme file
- kind: changed
description: Improve tracker panics handling
description: Stop displaying production users links on package view
- kind: changed
description: Update development environment setup document
description: Updated supported keptn/kind annotation values
- kind: changed
description: Upgrade backend and frontend dependencies
- kind: changed
description: Bump Alpine to 3.15
description: Bump Go to 1.18
- kind: changed
description: Bump Trivy to 0.23.0
description: Bump Trivy to 0.27.0
- kind: changed
description: Bump OPM to 1.20.0
description: Bump OPM to 1.21.0
- kind: fixed
description: Issue getting default channel in OLM packages
- kind: fixed
description: Issue in opt-out entries pagination
description: Docker rate limit issue
- kind: fixed
description: Fix issue with wildcard in hub ingress prefix path
description: Some spelling issues
- kind: fixed
description: Some bugs and other improvements
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/images: |
- name: db-migrator
image: artifacthub/db-migrator:v1.6.0
image: artifacthub/db-migrator:v1.7.0
- name: hub
image: artifacthub/hub:v1.6.0
image: artifacthub/hub:v1.7.0
- name: tracker
image: artifacthub/tracker:v1.6.0
image: artifacthub/tracker:v1.7.0
- name: scanner
image: artifacthub/scanner:v1.6.0
image: artifacthub/scanner:v1.7.0
- name: trivy
image: aquasec/trivy:0.27.0
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.6.0
version: 1.7.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.6.0",
"version": "1.7.0",
"private": true,
"dependencies": {
"@analytics/google-analytics": "^0.5.3",
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.6.0",
"version": "1.7.0",
"private": true,
"dependencies": {
"lodash": "^4.17.21",
Expand Down

0 comments on commit 442e6c8

Please sign in to comment.