From 7902584084c38f79e4f6ce132d3a12d83e3a9fd0 Mon Sep 17 00:00:00 2001 From: Matthew B <106352182+artntek@users.noreply.github.com> Date: Wed, 1 Apr 2026 13:07:39 -0700 Subject: [PATCH 1/2] update version in pyproject.toml & regenerate uv.lock --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 47c6e1aa..e02b715a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "vegbank" -version = "2.1.1" +version = "2.1.2" description = "VegBank database and data access service" authors = [ { name = "Robert Shelton", email = "shelton@nceas.ucsb.edu" }, diff --git a/uv.lock b/uv.lock index f3b03d12..35873f45 100644 --- a/uv.lock +++ b/uv.lock @@ -854,7 +854,7 @@ wheels = [ [[package]] name = "vegbank" -version = "2.1.1" +version = "2.1.2" source = { editable = "." } dependencies = [ { name = "adbc-driver-postgresql" }, From 03d301ebaced3880a3ea00953ca679783a1c4e16 Mon Sep 17 00:00:00 2001 From: Matthew B <106352182+artntek@users.noreply.github.com> Date: Wed, 1 Apr 2026 13:15:51 -0700 Subject: [PATCH 2/2] bump chart versions --- helm/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 9aad0505..b378f2a5 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -4,7 +4,7 @@ description: | Helm chart for Kubernetes Deployment of the VegBank API Server (https://github.com/NCEAS/vegbank2) -sources: +sources: - https://github.com/NCEAS/vegbank2 icon: https://github.com/NCEAS/vegbank2/blob/main/assets/vegbank-logo.png @@ -22,10 +22,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: "1.1.1" +version: "1.1.2" # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "2.1.1" +appVersion: "2.1.2"