Skip to content

Commit

Permalink
Bump version to 1.2.0 (#1543)
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 10, 2021
1 parent db05f2a commit 3f1c1f6
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 16 deletions.
49 changes: 36 additions & 13 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.1.2-2
appVersion: 1.1.1
version: 1.2.0
appVersion: 1.2.0
kubeVersion: ">= 1.14.0-0"
home: https://artifacthub.io
icon: https://artifacthub.github.io/helm-charts/logo.png
Expand Down Expand Up @@ -33,24 +33,47 @@ dependencies:
condition: postgresql.enabled
annotations:
artifacthub.io/changes: |
- kind: added
description: ah lint now supports all repository kinds supported by Artifact Hub
- kind: added
description: Docker images are now published to AWS ECR Public Gallery
- kind: added
description: SMTP auth login support (allows using Outlook.com SMTP servers)
- kind: added
description: Allow skipping email verified check when using OIDC authentication
- kind: added
description: Widgets are now re-rendered automatically when data attributes change
- kind: added
description: Direct link to Tekton manifest modal
- kind: added
description: Some missing database indexes and update some queries to improve performance
- kind: changed
description: Helm charts repository moved to a new location
links:
- name: New location
url: https://artifacthub.github.io/helm-charts/
description: Improve stats page
- kind: changed
description: Improve tracker metadata validation and error logging
- kind: changed
description: Bump Go to 1.17
- kind: changed
description: Upgrade frontend dependencies
- kind: fixed
description: Issue rendering publisher provided installation instructions
- kind: fixed
description: Issue generating packages readme ToC
- kind: fixed
description: Issue in oauth redirection
- kind: fixed
description: Tracker and scanner containers resources were not being set properly
description: Issue with site name and colors in development environment
- kind: fixed
description: Regression in logger middleware
artifacthub.io/containsSecurityUpdates: "false"
description: Some bugs and other improvements
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/images: |
- name: db-migrator
image: artifacthub/db-migrator:v1.1.1
image: artifacthub/db-migrator:v1.2.0
- name: hub
image: artifacthub/hub:v1.1.1
image: artifacthub/hub:v1.2.0
- name: tracker
image: artifacthub/tracker:v1.1.1
image: artifacthub/tracker:v1.2.0
- name: scanner
image: artifacthub/scanner:v1.1.1
image: artifacthub/scanner:v1.2.0
- name: trivy
image: aquasec/trivy:0.19.2
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.1.1
version: 1.2.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.1.1",
"version": "1.2.0",
"private": true,
"dependencies": {
"@analytics/google-analytics": "^0.3.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.1.1",
"version": "1.2.0",
"private": true,
"dependencies": {
"@types/lodash": "^4.14.168",
Expand Down

0 comments on commit 3f1c1f6

Please sign in to comment.