Skip to content

Commit

Permalink
Bump version to 1.2.0 (#498)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Castaño Arteaga <tegioz@icloud.com>
  • Loading branch information
tegioz authored May 22, 2024
1 parent 3f3e55f commit 15fe57d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gitvote"
description = "GitVote server"
version = "1.1.1"
version = "1.2.0"
license = "Apache-2.0"
edition = "2021"

Expand Down
14 changes: 8 additions & 6 deletions charts/gitvote/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: gitvote
description: GitVote is a GitHub application that allows holding a vote on issues and pull requests
type: application
version: 1.1.1
appVersion: 1.1.1
version: 1.2.0
appVersion: 1.2.0
kubeVersion: ">= 1.19.0-0"
home: https://gitvote.dev
icon: https://raw.githubusercontent.com/cncf/gitvote/main/docs/logo/logo.png
Expand All @@ -24,16 +24,18 @@ dependencies:
annotations:
artifacthub.io/category: skip-prediction
artifacthub.io/changes: |
- kind: fixed
description: Issue closing vote
- kind: added
description: Add labels to issues and pull requests
- kind: changed
description: Bump Alpine to 3.19.1
- kind: changed
description: Upgrade dependencies
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/images: |
- name: dbmigrator
image: public.ecr.aws/g6m3a0y9/gitvote-dbmigrator
image: public.ecr.aws/g6m3a0y9/gitvote-dbmigrator:v1.2.0
- name: gitvote
image: public.ecr.aws/g6m3a0y9/gitvote
image: public.ecr.aws/g6m3a0y9/gitvote:v1.2.0
artifacthub.io/links: |
- name: source
url: https://github.com/cncf/gitvote
Expand Down

0 comments on commit 15fe57d

Please sign in to comment.