Skip to content

Commit

Permalink
Bump version to 1.11.0 (#2570)
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 Dec 5, 2022
1 parent 945fe47 commit 2ccd549
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 31 deletions.
60 changes: 32 additions & 28 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.10.1-4
appVersion: 1.10.0
version: 1.11.0
appVersion: 1.11.0
kubeVersion: ">= 1.19.0-0"
home: https://artifacthub.io
icon: https://artifacthub.github.io/helm-charts/logo.png
Expand Down Expand Up @@ -37,55 +37,59 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: added
description: Support for Gatekeeper policies
description: Monthly views graph to stats page
- kind: added
description: Support for Tekton git-based versioning
description: List top 10 most viewed packages in stats page
- kind: added
description: Docs link to top navigation bar
description: Display vulnerabilities summary table per target
- kind: added
description: Sign release checksum file
description: Process Tekton packages signatures
- kind: added
description: Generate SBOM for AH CLI tool
- kind: changed
description: Improve security report view
- kind: changed
description: Split repositories guide into multiple pages
- kind: changed
description: Improve Kubewarden repos validation and documentation
- kind: changed
description: Update Keptn annotations documentation
description: Scan Tekton packages for security vulnerabilities
- kind: added
description: Display CNCF events banners in UI
- kind: added
description: Display warning when old fixable vulns are found
- kind: added
description: Some more frontend tests
- kind: changed
description: Some improvements to AH Helm chart
description: Disable Trivy secret scanning
- kind: changed
description: Do not scan Kubewarden policies for security vulnerabilities
description: Accept lowercase readme.md files in Helm charts
- kind: changed
description: Use explicit numeric UID/GID in Dockerfiles
description: Bump Alpine to 3.16.3
- kind: changed
description: Bump Alpine to 1.16.2
description: Bump Go to 1.19.3
- kind: changed
description: Bump Go to 1.19.2
description: Bump Trivy to 0.34.0
- kind: changed
description: Bump Trivy to 0.31.3
description: Bump OPM to 1.26.2
- kind: changed
description: Upgrade backend and frontend dependencies
- kind: fixed
description: Issue scrolling to anchors in package view
description: Issue with loading animations
- kind: fixed
description: Issue editing container image repository tags
- kind: fixed
description: Issue processing container image package
- kind: fixed
description: Issue displaying mutation info in KW policies
- kind: fixed
description: Issue interacting with package views graph
description: Issue with emojis in readme file
- kind: fixed
description: Issue applying migrations in local storage
description: Sample queries links
- kind: fixed
description: Some other minor bugs and improvements
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/images: |
- name: db-migrator
image: artifacthub/db-migrator:v1.10.0
image: artifacthub/db-migrator:v1.11.0
- name: hub
image: artifacthub/hub:v1.10.0
image: artifacthub/hub:v1.11.0
- name: tracker
image: artifacthub/tracker:v1.10.0
image: artifacthub/tracker:v1.11.0
- name: scanner
image: artifacthub/scanner:v1.10.0
image: artifacthub/scanner:v1.11.0
- name: trivy
image: aquasec/trivy:0.34.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.10.0
version: 1.11.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.10.0",
"version": "1.11.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.10.0",
"version": "1.11.0",
"private": true,
"dependencies": {
"lodash": "^4.17.21",
Expand Down

0 comments on commit 2ccd549

Please sign in to comment.