Skip to content

Commit

Permalink
Bump version to 1.1.1 (#400)
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 26, 2023
1 parent f7abe55 commit 56f5921
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
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.0"
version = "1.1.1"
license = "Apache-2.0"
edition = "2021"

Expand Down
18 changes: 4 additions & 14 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.0
appVersion: 1.1.0
version: 1.1.1
appVersion: 1.1.1
kubeVersion: ">= 1.19.0-0"
home: https://gitvote.dev
icon: https://raw.githubusercontent.com/cncf/gitvote/main/docs/logo/logo.png
Expand All @@ -24,18 +24,8 @@ dependencies:
annotations:
artifacthub.io/category: skip-prediction
artifacthub.io/changes: |
- kind: added
description: Support for automatic periodic status checks
- kind: added
description: Auto-close vote on passing feature
- kind: added
description: Mention pending voters when checking vote status
- kind: added
description: Allow excluding team maintainers from allowed voters
- kind: changed
description: Improve comments templates
- kind: changed
description: Bump Alpine to 3.18.3
- kind: fixed
description: Issue closing vote
- kind: changed
description: Upgrade dependencies
artifacthub.io/containsSecurityUpdates: "true"
Expand Down

0 comments on commit 56f5921

Please sign in to comment.