Skip to content

Commit

Permalink
Bump version to 1.12.0 (#2717)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
  • Loading branch information
tegioz committed Jan 27, 2023
1 parent 9dba41b commit bc512aa
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 33 deletions.
66 changes: 36 additions & 30 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.11.1-5
appVersion: 1.11.0
version: 1.12.0
appVersion: 1.12.0
kubeVersion: ">= 1.19.0-0"
home: https://artifacthub.io
icon: https://artifacthub.github.io/helm-charts/logo.png
Expand Down Expand Up @@ -38,59 +38,65 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: added
description: Monthly views graph to stats page
description: Experimental support for Kyverno policies
- kind: added
description: List top 10 most viewed packages in stats page
description: URL filter to repository search API endpoint
- kind: added
description: Display vulnerabilities summary table per target
description: Allow specifying charts containers images platforms
- kind: added
description: Process Tekton packages signatures
description: Package alternative name to improve search results
- kind: added
description: Scan Tekton packages for security vulnerabilities
description: CNCF banners to homepage
- kind: added
description: Display CNCF events banners in UI
description: Option to disable default backend for ingress
- kind: added
description: Display warning when old fixable vulns are found
- kind: added
description: Some more frontend tests
description: Option to set security context from chart
- kind: changed
description: Refresh UI design
- kind: changed
description: OLM community operators install instructions
- kind: changed
description: Set auto generated digest in OLM operators pkgs
- kind: changed
description: Highlight current month and day in usage graphs
- kind: changed
description: Keep views tracked when a pkg or repo is removed
- kind: changed
description: Disable Trivy secret scanning
description: Hide security report in pkgs older than 1 year
- kind: changed
description: Accept lowercase readme.md files in Helm charts
description: Use credentials when listing repository tags
- kind: changed
description: Bump Alpine to 3.16.3
description: Strip markdown from changes entries
- kind: changed
description: Bump Go to 1.19.3
description: Update container images repositories document
- kind: changed
description: Bump Trivy to 0.34.0
description: Adjust packages text search doc weights
- kind: changed
description: Bump OPM to 1.26.2
description: Bump Alpine to 3.17.1
- kind: changed
description: Bump Go to 1.19.5
- kind: changed
description: Bump Trivy to 0.36.1
- kind: changed
description: Upgrade backend and frontend dependencies
- kind: fixed
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
description: Issue setting default channel in OLM operators
- kind: fixed
description: Issue with emojis in readme file
description: Include targets with no vulns in security report
- kind: fixed
description: Sample queries links
description: Scroll issue in search page
- kind: fixed
description: Some other minor bugs and improvements
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/images: |
- name: db-migrator
image: artifacthub/db-migrator:v1.11.0
image: artifacthub/db-migrator:v1.12.0
- name: hub
image: artifacthub/hub:v1.11.0
image: artifacthub/hub:v1.12.0
- name: tracker
image: artifacthub/tracker:v1.11.0
image: artifacthub/tracker:v1.12.0
- name: scanner
image: artifacthub/scanner:v1.11.0
image: artifacthub/scanner:v1.12.0
- name: trivy
image: aquasec/trivy:0.36.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.11.0
version: 1.12.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.11.0",
"version": "1.12.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.11.0",
"version": "1.12.0",
"private": true,
"dependencies": {
"lodash": "^4.17.21",
Expand Down

0 comments on commit bc512aa

Please sign in to comment.