From 326d36df405e2559f52057e312aa50042fdeb3ca Mon Sep 17 00:00:00 2001 From: "Felipe N. Schuch" Date: Mon, 18 Nov 2024 21:15:26 -0500 Subject: [PATCH] Prepared release 5.4.0 (#660) Co-authored-by: fschuch --- jobbergate-agent/CHANGELOG.md | 6 +----- jobbergate-agent/pyproject.toml | 2 +- jobbergate-api/CHANGELOG.md | 12 +----------- jobbergate-api/pyproject.toml | 2 +- jobbergate-cli/CHANGELOG.md | 8 ++------ jobbergate-cli/pyproject.toml | 2 +- jobbergate-core/CHANGELOG.md | 7 ++----- jobbergate-core/pyproject.toml | 2 +- jobbergate-docs/CHANGELOG.md | 8 +++----- jobbergate-docs/pyproject.toml | 2 +- 10 files changed, 14 insertions(+), 37 deletions(-) diff --git a/jobbergate-agent/CHANGELOG.md b/jobbergate-agent/CHANGELOG.md index cdf6512a..323b9206 100644 --- a/jobbergate-agent/CHANGELOG.md +++ b/jobbergate-agent/CHANGELOG.md @@ -4,12 +4,8 @@ This file keeps track of all notable changes to jobbergate-agent ## Unreleased +## 5.4.0 -- 2024-11-18 -## 5.4.0a4 -- 2024-11-12 -## 5.4.0a3 -- 2024-11-08 -## 5.4.0a2 -- 2024-11-06 -## 5.4.0a1 -- 2024-11-05 -## 5.4.0a0 -- 2024-11-04 - Changed auto-update task to reuse current scheduler instead of creating a new one - Fixed environment variables from the machine running the agent propagating to slurm jobs (notice `--export=ALL` is the default behavior for sbatch) - Removed the `OIDC_AUDIENCE` setting diff --git a/jobbergate-agent/pyproject.toml b/jobbergate-agent/pyproject.toml index 7b0fc297..7944e2b9 100644 --- a/jobbergate-agent/pyproject.toml +++ b/jobbergate-agent/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jobbergate-agent" -version = "5.4.0a4" +version = "5.4.0" description = "Jobbergate Agent" authors = ["Omnivector Solutions "] license = "MIT" diff --git a/jobbergate-api/CHANGELOG.md b/jobbergate-api/CHANGELOG.md index a7d62c77..8b0c0e1b 100644 --- a/jobbergate-api/CHANGELOG.md +++ b/jobbergate-api/CHANGELOG.md @@ -4,21 +4,11 @@ This file keeps track of all notable changes to jobbergate-api ## Unreleased +## 5.4.0 -- 2024-11-18 -## 5.4.0a4 -- 2024-11-12 -- Patched a couple fields that are not supposed to be cloned on job submissions - -## 5.4.0a3 -- 2024-11-08 - Added clone capability to job submissions so they can be resubmitted to the cluster when needed [PENG-1676, ASP-4597] - -## 5.4.0a2 -- 2024-11-06 -- Added back `libpq-dev` and `gcc` to the Dockerfile - -## 5.4.0a1 -- 2024-11-05 - Modernized Dockerfile to use multi-stage builds [ASP-4598] - Bumped dependencies (FastAPI and fastapi-pagination) - -## 5.4.0a0 -- 2024-11-04 - Silenced logging in the `/health` endpoint - Added endpoints to upload by URL [[PENG-2426](https://sharing.clickup.com/t/h/c/18022949/PENG-2426/PYUL64MXH5P0MWB)] - For Job Script files diff --git a/jobbergate-api/pyproject.toml b/jobbergate-api/pyproject.toml index f4195608..4d927c58 100644 --- a/jobbergate-api/pyproject.toml +++ b/jobbergate-api/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jobbergate-api" -version = "5.4.0a4" +version = "5.4.0" description = "Jobbergate API" authors = ["Omnivector Solutions "] license = "MIT" diff --git a/jobbergate-cli/CHANGELOG.md b/jobbergate-cli/CHANGELOG.md index a20b00a6..8bf42645 100644 --- a/jobbergate-cli/CHANGELOG.md +++ b/jobbergate-cli/CHANGELOG.md @@ -5,13 +5,9 @@ This file keeps track of all notable changes to jobbergate-cli ## Unreleased -## 5.4.0a4 -- 2024-11-12 -## 5.4.0a3 -- 2024-11-08 -- Added clone command to job submissions so they can be resubmitted to the cluster when needed [PENG-1677, ASP-4597] +## 5.4.0 -- 2024-11-18 -## 5.4.0a2 -- 2024-11-06 -## 5.4.0a1 -- 2024-11-05 -## 5.4.0a0 -- 2024-11-04 +- Added clone command to job submissions so they can be resubmitted to the cluster when needed [PENG-1677, ASP-4597] - Enabled positional arguments to select entries using the cli [ASP-5649] - Modified internal details to ensure commands that require no authentication face no configuration errors [ASP-5745] - Removed the `OIDC_AUDIENCE` setting diff --git a/jobbergate-cli/pyproject.toml b/jobbergate-cli/pyproject.toml index 9befdaab..e39a20ec 100644 --- a/jobbergate-cli/pyproject.toml +++ b/jobbergate-cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jobbergate-cli" -version = "5.4.0a4" +version = "5.4.0" description = "Jobbergate CLI Client" authors = ["Omnivector Solutions "] license = "MIT" diff --git a/jobbergate-core/CHANGELOG.md b/jobbergate-core/CHANGELOG.md index 0e338c60..698a1fe8 100644 --- a/jobbergate-core/CHANGELOG.md +++ b/jobbergate-core/CHANGELOG.md @@ -5,11 +5,8 @@ This file keeps track of all notable changes to jobbergate-core ## Unreleased -## 5.4.0a4 -- 2024-11-12 -## 5.4.0a3 -- 2024-11-08 -## 5.4.0a2 -- 2024-11-06 -## 5.4.0a1 -- 2024-11-05 -## 5.4.0a0 -- 2024-11-04 +## 5.4.0 -- 2024-11-18 + - Removed the `OIDC_AUDIENCE` setting ## 5.3.0 -- 2024-09-09 diff --git a/jobbergate-core/pyproject.toml b/jobbergate-core/pyproject.toml index 0fa900d9..af703814 100644 --- a/jobbergate-core/pyproject.toml +++ b/jobbergate-core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jobbergate-core" -version = "5.4.0a4" +version = "5.4.0" description = "Jobbergate Core" authors = ["Omnivector Solutions "] license = "MIT" diff --git a/jobbergate-docs/CHANGELOG.md b/jobbergate-docs/CHANGELOG.md index cd93c9d0..2a10f7be 100644 --- a/jobbergate-docs/CHANGELOG.md +++ b/jobbergate-docs/CHANGELOG.md @@ -5,11 +5,9 @@ This file keeps track of all notable changes to jobbergate-docs ## Unreleased -## 5.4.0a4 -- 2024-11-12 -## 5.4.0a3 -- 2024-11-08 -## 5.4.0a2 -- 2024-11-06 -## 5.4.0a1 -- 2024-11-05 -## 5.4.0a0 -- 2024-11-04 +## 5.4.0 -- 2024-11-18 +- Keep version in sync with the other components. + ## 5.3.0 -- 2024-09-09 - Keep version in sync with the other components. diff --git a/jobbergate-docs/pyproject.toml b/jobbergate-docs/pyproject.toml index e40398b9..fcb80e74 100644 --- a/jobbergate-docs/pyproject.toml +++ b/jobbergate-docs/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jobbergate-documentation" -version = "5.4.0a4" +version = "5.4.0" description = "Jobbergate Official Documentation" authors = ["Omnivector Solutions "] license = "MIT"