From ff0ccdc9a7da54f6608177b1603fb3feeb551857 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Casta=C3=B1o=20Arteaga?= Date: Fri, 13 Dec 2024 09:18:36 +0100 Subject: [PATCH] Bump version to 1.4.0 (#571) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sergio CastaƱo Arteaga --- Cargo.lock | 2 +- Cargo.toml | 2 +- charts/gitvote/Chart.yaml | 20 +++++++++++++------- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 45e9cbc..a8162d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -821,7 +821,7 @@ checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" [[package]] name = "gitvote" -version = "1.3.0" +version = "1.4.0" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index 57a65d5..df1a59e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gitvote" description = "GitVote server" -version = "1.3.0" +version = "1.4.0" license = "Apache-2.0" edition = "2021" rust-version = "1.83" diff --git a/charts/gitvote/Chart.yaml b/charts/gitvote/Chart.yaml index dd0238a..8c281a8 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.3.1-0 -appVersion: 1.3.0 +version: 1.4.0 +appVersion: 1.4.0 kubeVersion: ">= 1.19.0-0" home: https://gitvote.dev icon: https://raw.githubusercontent.com/cncf/gitvote/main/docs/logo/logo.png @@ -25,19 +25,25 @@ annotations: artifacthub.io/category: skip-prediction artifacthub.io/changes: | - kind: added - description: Support for GitHub discussions announcements + description: Minimum wait support to close on passing - kind: added - description: Webhook secret fallback for key rotation + description: Display percentage of voters against the vote - kind: changed - description: Bump Alpine to 3.20.1 + description: Migrate service config to figment + - kind: changed + description: Some refactoring in votes processor + - kind: changed + description: Bump Alpine to 3.21.0 + - kind: changed + description: Bump Rust to 1.83 - kind: changed description: Upgrade dependencies artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/images: | - name: dbmigrator - image: public.ecr.aws/g6m3a0y9/gitvote-dbmigrator:v1.3.0 + image: public.ecr.aws/g6m3a0y9/gitvote-dbmigrator:v1.4.0 - name: gitvote - image: public.ecr.aws/g6m3a0y9/gitvote:v1.3.0 + image: public.ecr.aws/g6m3a0y9/gitvote:v1.4.0 artifacthub.io/links: | - name: source url: https://github.com/cncf/gitvote