Skip to content

Commit 57050c5

Browse files
authored
Bump version to 1.3.0 (#518)
Signed-off-by: Sergio Castaño Arteaga <tegioz@icloud.com>
1 parent 5cc7cab commit 57050c5

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.2.0"
4+
version = "1.3.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.2.1-2
6-
appVersion: 1.2.0
5+
version: 1.3.0
6+
appVersion: 1.3.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
@@ -25,17 +25,19 @@ annotations:
2525
artifacthub.io/category: skip-prediction
2626
artifacthub.io/changes: |
2727
- kind: added
28-
description: Add labels to issues and pull requests
28+
description: Support for GitHub discussions announcements
29+
- kind: added
30+
description: Webhook secret fallback for key rotation
2931
- kind: changed
30-
description: Bump Alpine to 3.19.1
32+
description: Bump Alpine to 3.20.1
3133
- kind: changed
3234
description: Upgrade dependencies
3335
artifacthub.io/containsSecurityUpdates: "true"
3436
artifacthub.io/images: |
3537
- name: dbmigrator
36-
image: public.ecr.aws/g6m3a0y9/gitvote-dbmigrator:v1.2.0
38+
image: public.ecr.aws/g6m3a0y9/gitvote-dbmigrator:v1.3.0
3739
- name: gitvote
38-
image: public.ecr.aws/g6m3a0y9/gitvote:v1.2.0
40+
image: public.ecr.aws/g6m3a0y9/gitvote:v1.3.0
3941
artifacthub.io/links: |
4042
- name: source
4143
url: https://github.com/cncf/gitvote

0 commit comments

Comments
 (0)