Skip to content

Commit 15fe57d

Browse files
authored
Bump version to 1.2.0 (#498)
Signed-off-by: Sergio Castaño Arteaga <tegioz@icloud.com>
1 parent 3f3e55f commit 15fe57d

3 files changed

Lines changed: 10 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "gitvote"
33
description = "GitVote server"
4-
version = "1.1.1"
4+
version = "1.2.0"
55
license = "Apache-2.0"
66
edition = "2021"
77

charts/gitvote/Chart.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: gitvote
33
description: GitVote is a GitHub application that allows holding a vote on issues and pull requests
44
type: application
5-
version: 1.1.1
6-
appVersion: 1.1.1
5+
version: 1.2.0
6+
appVersion: 1.2.0
77
kubeVersion: ">= 1.19.0-0"
88
home: https://gitvote.dev
99
icon: https://raw.githubusercontent.com/cncf/gitvote/main/docs/logo/logo.png
@@ -24,16 +24,18 @@ dependencies:
2424
annotations:
2525
artifacthub.io/category: skip-prediction
2626
artifacthub.io/changes: |
27-
- kind: fixed
28-
description: Issue closing vote
27+
- kind: added
28+
description: Add labels to issues and pull requests
29+
- kind: changed
30+
description: Bump Alpine to 3.19.1
2931
- kind: changed
3032
description: Upgrade dependencies
3133
artifacthub.io/containsSecurityUpdates: "true"
3234
artifacthub.io/images: |
3335
- name: dbmigrator
34-
image: public.ecr.aws/g6m3a0y9/gitvote-dbmigrator
36+
image: public.ecr.aws/g6m3a0y9/gitvote-dbmigrator:v1.2.0
3537
- name: gitvote
36-
image: public.ecr.aws/g6m3a0y9/gitvote
38+
image: public.ecr.aws/g6m3a0y9/gitvote:v1.2.0
3739
artifacthub.io/links: |
3840
- name: source
3941
url: https://github.com/cncf/gitvote

0 commit comments

Comments
 (0)