From a4b4f6c9ff69bdd9f8b976cdd7836401c4637d32 Mon Sep 17 00:00:00 2001 From: matheushent Date: Fri, 13 Dec 2024 19:10:11 +0000 Subject: [PATCH] Prepared release 5.5.0a0 --- jobbergate-agent/CHANGELOG.md | 2 ++ jobbergate-agent/pyproject.toml | 2 +- jobbergate-api/CHANGELOG.md | 2 ++ jobbergate-api/pyproject.toml | 2 +- jobbergate-cli/CHANGELOG.md | 1 + jobbergate-cli/pyproject.toml | 2 +- jobbergate-core/CHANGELOG.md | 1 + jobbergate-core/pyproject.toml | 2 +- jobbergate-docs/CHANGELOG.md | 1 + jobbergate-docs/pyproject.toml | 2 +- 10 files changed, 12 insertions(+), 5 deletions(-) diff --git a/jobbergate-agent/CHANGELOG.md b/jobbergate-agent/CHANGELOG.md index 05f717a3..1ff69b15 100644 --- a/jobbergate-agent/CHANGELOG.md +++ b/jobbergate-agent/CHANGELOG.md @@ -4,6 +4,8 @@ This file keeps track of all notable changes to jobbergate-agent ## Unreleased + +## 5.5.0a0 -- 2024-12-13 - Implement logic to retrieve job metrics data from InfluxDB and send it to the API. ([PENG-2457](https://sharing.clickup.com/t/h/c/18022949/PENG-2457/BU7UOA63B936N27)) ## 5.4.0 -- 2024-11-18 diff --git a/jobbergate-agent/pyproject.toml b/jobbergate-agent/pyproject.toml index 5d9e3d8a..b4fea327 100644 --- a/jobbergate-agent/pyproject.toml +++ b/jobbergate-agent/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jobbergate-agent" -version = "5.4.0" +version = "5.5.0a0" description = "Jobbergate Agent" authors = ["Omnivector Solutions "] license = "MIT" diff --git a/jobbergate-api/CHANGELOG.md b/jobbergate-api/CHANGELOG.md index 7be49bef..bc757b56 100644 --- a/jobbergate-api/CHANGELOG.md +++ b/jobbergate-api/CHANGELOG.md @@ -4,6 +4,8 @@ This file keeps track of all notable changes to jobbergate-api ## Unreleased + +## 5.5.0a0 -- 2024-12-13 - Implemented logic for receiving job metrics from the agent and making them available for a client [[PENG-2456](https://sharing.clickup.com/t/h/c/18022949/PENG-2456/43YCG8RCBBQJELQ)] ## 5.4.0 -- 2024-11-18 diff --git a/jobbergate-api/pyproject.toml b/jobbergate-api/pyproject.toml index 92ab084f..1ef32ed3 100644 --- a/jobbergate-api/pyproject.toml +++ b/jobbergate-api/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jobbergate-api" -version = "5.4.0" +version = "5.5.0a0" description = "Jobbergate API" authors = ["Omnivector Solutions "] license = "MIT" diff --git a/jobbergate-cli/CHANGELOG.md b/jobbergate-cli/CHANGELOG.md index 8bf42645..bfecd4a1 100644 --- a/jobbergate-cli/CHANGELOG.md +++ b/jobbergate-cli/CHANGELOG.md @@ -5,6 +5,7 @@ This file keeps track of all notable changes to jobbergate-cli ## Unreleased +## 5.5.0a0 -- 2024-12-13 ## 5.4.0 -- 2024-11-18 - Added clone command to job submissions so they can be resubmitted to the cluster when needed [PENG-1677, ASP-4597] diff --git a/jobbergate-cli/pyproject.toml b/jobbergate-cli/pyproject.toml index e39a20ec..7e825577 100644 --- a/jobbergate-cli/pyproject.toml +++ b/jobbergate-cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jobbergate-cli" -version = "5.4.0" +version = "5.5.0a0" description = "Jobbergate CLI Client" authors = ["Omnivector Solutions "] license = "MIT" diff --git a/jobbergate-core/CHANGELOG.md b/jobbergate-core/CHANGELOG.md index 698a1fe8..1fd89c2e 100644 --- a/jobbergate-core/CHANGELOG.md +++ b/jobbergate-core/CHANGELOG.md @@ -5,6 +5,7 @@ This file keeps track of all notable changes to jobbergate-core ## Unreleased +## 5.5.0a0 -- 2024-12-13 ## 5.4.0 -- 2024-11-18 - Removed the `OIDC_AUDIENCE` setting diff --git a/jobbergate-core/pyproject.toml b/jobbergate-core/pyproject.toml index af703814..966115ae 100644 --- a/jobbergate-core/pyproject.toml +++ b/jobbergate-core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jobbergate-core" -version = "5.4.0" +version = "5.5.0a0" description = "Jobbergate Core" authors = ["Omnivector Solutions "] license = "MIT" diff --git a/jobbergate-docs/CHANGELOG.md b/jobbergate-docs/CHANGELOG.md index 2a10f7be..33480ef9 100644 --- a/jobbergate-docs/CHANGELOG.md +++ b/jobbergate-docs/CHANGELOG.md @@ -5,6 +5,7 @@ This file keeps track of all notable changes to jobbergate-docs ## Unreleased +## 5.5.0a0 -- 2024-12-13 ## 5.4.0 -- 2024-11-18 - Keep version in sync with the other components. diff --git a/jobbergate-docs/pyproject.toml b/jobbergate-docs/pyproject.toml index fcb80e74..3156cabc 100644 --- a/jobbergate-docs/pyproject.toml +++ b/jobbergate-docs/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jobbergate-documentation" -version = "5.4.0" +version = "5.5.0a0" description = "Jobbergate Official Documentation" authors = ["Omnivector Solutions "] license = "MIT"