Skip to content

Commit 56f5921

Browse files
authored
Bump version to 1.1.1 (#400)
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
1 parent f7abe55 commit 56f5921

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

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.0"
4+
version = "1.1.1"
55
license = "Apache-2.0"
66
edition = "2021"
77

charts/gitvote/Chart.yaml

Lines changed: 4 additions & 14 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.0
6-
appVersion: 1.1.0
5+
version: 1.1.1
6+
appVersion: 1.1.1
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,18 +24,8 @@ dependencies:
2424
annotations:
2525
artifacthub.io/category: skip-prediction
2626
artifacthub.io/changes: |
27-
- kind: added
28-
description: Support for automatic periodic status checks
29-
- kind: added
30-
description: Auto-close vote on passing feature
31-
- kind: added
32-
description: Mention pending voters when checking vote status
33-
- kind: added
34-
description: Allow excluding team maintainers from allowed voters
35-
- kind: changed
36-
description: Improve comments templates
37-
- kind: changed
38-
description: Bump Alpine to 3.18.3
27+
- kind: fixed
28+
description: Issue closing vote
3929
- kind: changed
4030
description: Upgrade dependencies
4131
artifacthub.io/containsSecurityUpdates: "true"

0 commit comments

Comments
 (0)