diff --git a/Cargo.lock b/Cargo.lock index f196cb0..b2aebcc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -759,7 +759,7 @@ checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d" [[package]] name = "gitvote" -version = "0.2.0" +version = "1.0.0" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index 12cc1e3..0e8f6af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gitvote" description = "GitVote server" -version = "0.2.0" +version = "1.0.0" license = "Apache-2.0" edition = "2021" diff --git a/charts/gitvote/Chart.yaml b/charts/gitvote/Chart.yaml index 17fc011..1f078ad 100644 --- a/charts/gitvote/Chart.yaml +++ b/charts/gitvote/Chart.yaml @@ -2,14 +2,15 @@ apiVersion: v2 name: gitvote description: GitVote is a GitHub application that allows holding a vote on issues and pull requests type: application -version: 0.2.1-1 -appVersion: 0.2.0 +version: 1.0.0 +appVersion: 1.0.0 kubeVersion: ">= 1.19.0-0" home: https://gitvote.dev icon: https://raw.githubusercontent.com/cncf/gitvote/main/docs/logo/logo.png keywords: - git - vote + - gitvote maintainers: - name: Sergio email: tegioz@icloud.com @@ -24,8 +25,21 @@ annotations: artifacthub.io/category: skip-prediction artifacthub.io/changes: | - kind: added - description: Initial version - artifacthub.io/containsSecurityUpdates: "true" + description: New command to check the status of a vote + links: + - name: Documentation + url: https://github.com/cncf/gitvote#checking-votes + - kind: added + description: JSON log format + - kind: changed + description: Only repository collaborators can now cancel votes + - kind: changed + description: Improve logging plus some refactoring + - kind: changed + description: Upgrade dependencies + - kind: fixed + description: Issue with dbmigrator in Helm chart + artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/images: | - name: dbmigrator image: public.ecr.aws/g6m3a0y9/gitvote-dbmigrator