Skip to content

Commit 06ccba5

Browse files
authored
Bump version to 1.0.0 (#265)
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
1 parent 4559ce7 commit 06ccba5

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

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

charts/gitvote/Chart.yaml

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@ 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: 0.2.1-1
6-
appVersion: 0.2.0
5+
version: 1.0.0
6+
appVersion: 1.0.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
1010
keywords:
1111
- git
1212
- vote
13+
- gitvote
1314
maintainers:
1415
- name: Sergio
1516
@@ -24,8 +25,21 @@ annotations:
2425
artifacthub.io/category: skip-prediction
2526
artifacthub.io/changes: |
2627
- kind: added
27-
description: Initial version
28-
artifacthub.io/containsSecurityUpdates: "true"
28+
description: New command to check the status of a vote
29+
links:
30+
- name: Documentation
31+
url: https://github.com/cncf/gitvote#checking-votes
32+
- kind: added
33+
description: JSON log format
34+
- kind: changed
35+
description: Only repository collaborators can now cancel votes
36+
- kind: changed
37+
description: Improve logging plus some refactoring
38+
- kind: changed
39+
description: Upgrade dependencies
40+
- kind: fixed
41+
description: Issue with dbmigrator in Helm chart
42+
artifacthub.io/containsSecurityUpdates: "false"
2943
artifacthub.io/images: |
3044
- name: dbmigrator
3145
image: public.ecr.aws/g6m3a0y9/gitvote-dbmigrator

0 commit comments

Comments
 (0)