Skip to content

Commit

Permalink
Prepared release 5.1.0a0 (#546)
Browse files Browse the repository at this point in the history
Co-authored-by: fschuch <[email protected]>
  • Loading branch information
omnivector-qa and fschuch authored Apr 19, 2024
1 parent 389f3e3 commit f1bd2aa
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 5 deletions.
2 changes: 2 additions & 0 deletions jobbergate-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion jobbergate-agent/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jobbergate-agent"
version = "5.0.0"
version = "5.1.0a0"
description = "Jobbergate Agent"
authors = ["Omnivector Solutions <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 2 additions & 0 deletions jobbergate-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion jobbergate-api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jobbergate-api"
version = "5.0.0"
version = "5.1.0a0"
description = "Jobbergate API"
authors = ["Omnivector Solutions <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 2 additions & 0 deletions jobbergate-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion jobbergate-cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jobbergate-cli"
version = "5.0.0"
version = "5.1.0a0"
description = "Jobbergate CLI Client"
authors = ["Omnivector Solutions <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 2 additions & 0 deletions jobbergate-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion jobbergate-core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jobbergate-core"
version = "5.0.0"
version = "5.1.0a0"
description = "Jobbergate Core"
authors = ["Omnivector Solutions <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 2 additions & 0 deletions jobbergate-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion jobbergate-docs/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jobbergate-documentation"
version = "5.0.0"
version = "5.1.0a0"
description = "Jobbergate Official Documentation"
authors = ["Omnivector Solutions <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit f1bd2aa

Please sign in to comment.