diff --git a/Cargo.lock b/Cargo.lock index 52e5f48..df367b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -816,7 +816,7 @@ checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" [[package]] name = "gitvote" -version = "1.1.1" +version = "1.2.0" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index 87d4f2f..1e166e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gitvote" description = "GitVote server" -version = "1.1.1" +version = "1.2.0" license = "Apache-2.0" edition = "2021" diff --git a/charts/gitvote/Chart.yaml b/charts/gitvote/Chart.yaml index 2ed0d31..166e38c 100644 --- a/charts/gitvote/Chart.yaml +++ b/charts/gitvote/Chart.yaml @@ -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.1 -appVersion: 1.1.1 +version: 1.2.0 +appVersion: 1.2.0 kubeVersion: ">= 1.19.0-0" home: https://gitvote.dev icon: https://raw.githubusercontent.com/cncf/gitvote/main/docs/logo/logo.png @@ -24,16 +24,18 @@ dependencies: annotations: artifacthub.io/category: skip-prediction artifacthub.io/changes: | - - kind: fixed - description: Issue closing vote + - kind: added + description: Add labels to issues and pull requests + - kind: changed + description: Bump Alpine to 3.19.1 - kind: changed description: Upgrade dependencies artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/images: | - name: dbmigrator - image: public.ecr.aws/g6m3a0y9/gitvote-dbmigrator + image: public.ecr.aws/g6m3a0y9/gitvote-dbmigrator:v1.2.0 - name: gitvote - image: public.ecr.aws/g6m3a0y9/gitvote + image: public.ecr.aws/g6m3a0y9/gitvote:v1.2.0 artifacthub.io/links: | - name: source url: https://github.com/cncf/gitvote