diff --git a/jobbergate-agent/CHANGELOG.md b/jobbergate-agent/CHANGELOG.md index f1bc2199..b28e1dc9 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.1.0a0 -- 2024-04-19 - Added a new task to report at the expected interval that the agent is up and running [ASP-4602] - Patched cwd issues on remote job submission to avoid permission denied errors on the folder diff --git a/jobbergate-agent/pyproject.toml b/jobbergate-agent/pyproject.toml index 5c7f8aea..13968923 100644 --- a/jobbergate-agent/pyproject.toml +++ b/jobbergate-agent/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jobbergate-agent" -version = "5.0.0" +version = "5.1.0a0" description = "Jobbergate Agent" authors = ["Omnivector Solutions "] license = "MIT" diff --git a/jobbergate-api/CHANGELOG.md b/jobbergate-api/CHANGELOG.md index 7e3a0bc3..d97bd0f9 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.1.0a0 -- 2024-04-19 - Added cluster statuses table and endpoints to monitor if the agents are pinging the API in the expected time interval [ASP-4600] ## 5.0.0 -- 2024-04-18 diff --git a/jobbergate-api/pyproject.toml b/jobbergate-api/pyproject.toml index 82f78485..bd18aad7 100644 --- a/jobbergate-api/pyproject.toml +++ b/jobbergate-api/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jobbergate-api" -version = "5.0.0" +version = "5.1.0a0" description = "Jobbergate API" authors = ["Omnivector Solutions "] license = "MIT" diff --git a/jobbergate-cli/CHANGELOG.md b/jobbergate-cli/CHANGELOG.md index cf51762f..afe28233 100644 --- a/jobbergate-cli/CHANGELOG.md +++ b/jobbergate-cli/CHANGELOG.md @@ -4,6 +4,8 @@ This file keeps track of all notable changes to jobbergate-cli ## Unreleased + +## 5.1.0a0 -- 2024-04-19 ## 5.0.0 -- 2024-04-18 - Fixed bug on `jobbergate_cli.subapps.applications.questions.Integer` when a default of zero could not be set properly diff --git a/jobbergate-cli/pyproject.toml b/jobbergate-cli/pyproject.toml index e5e2a566..8becd93b 100644 --- a/jobbergate-cli/pyproject.toml +++ b/jobbergate-cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jobbergate-cli" -version = "5.0.0" +version = "5.1.0a0" description = "Jobbergate CLI Client" authors = ["Omnivector Solutions "] license = "MIT" diff --git a/jobbergate-core/CHANGELOG.md b/jobbergate-core/CHANGELOG.md index 0f83e259..e7fabb21 100644 --- a/jobbergate-core/CHANGELOG.md +++ b/jobbergate-core/CHANGELOG.md @@ -4,6 +4,8 @@ This file keeps track of all notable changes to jobbergate-core ## Unreleased + +## 5.1.0a0 -- 2024-04-19 - Refactored the command handler that interfaces with sbatch and scontrol ## 5.0.0 -- 2024-04-18 diff --git a/jobbergate-core/pyproject.toml b/jobbergate-core/pyproject.toml index e3642cd3..7142cc01 100644 --- a/jobbergate-core/pyproject.toml +++ b/jobbergate-core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jobbergate-core" -version = "5.0.0" +version = "5.1.0a0" description = "Jobbergate Core" authors = ["Omnivector Solutions "] license = "MIT" diff --git a/jobbergate-docs/CHANGELOG.md b/jobbergate-docs/CHANGELOG.md index f1755d9e..6637bf77 100644 --- a/jobbergate-docs/CHANGELOG.md +++ b/jobbergate-docs/CHANGELOG.md @@ -4,6 +4,8 @@ This file keeps track of all notable changes to jobbergate-docs ## Unreleased + +## 5.1.0a0 -- 2024-04-19 ## 5.0.0 -- 2024-04-18 - Keep version in sync with the other components. diff --git a/jobbergate-docs/pyproject.toml b/jobbergate-docs/pyproject.toml index 10c6c4ae..5e81aff1 100644 --- a/jobbergate-docs/pyproject.toml +++ b/jobbergate-docs/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jobbergate-documentation" -version = "5.0.0" +version = "5.1.0a0" description = "Jobbergate Official Documentation" authors = ["Omnivector Solutions "] license = "MIT"