Skip to content

Commit

Permalink
Prepared release 5.0.0a1 (#522)
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 4, 2024
1 parent 2b35790 commit ca8550a
Show file tree
Hide file tree
Showing 10 changed files with 11 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.0.0a1 -- 2024-04-04
- Added a task scheduler whose purpose is to self update the agent [PENG-2116]

## 5.0.0a0 -- 2024-03-26
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.0a0"
version = "5.0.0a1"
description = "Jobbergate Agent"
authors = ["Omnivector Solutions <[email protected]>"]
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions jobbergate-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This file keeps track of all notable changes to jobbergate-api
## Unreleased


## 5.0.0a1 -- 2024-04-04
## 5.0.0a0 -- 2024-03-26
- Fixed a bug when an empty string is passed as a value for `execution_directory` on job submissions
- Modified the interface with slurm from slurmrestd to sbatch command [ASP-4584]
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.0a0"
version = "5.0.0a1"
description = "Jobbergate API"
authors = ["Omnivector Solutions <[email protected]>"]
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions jobbergate-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This file keeps track of all notable changes to jobbergate-cli
## Unreleased


## 5.0.0a1 -- 2024-04-04
## 5.0.0a0 -- 2024-03-26
- Fixed bug on `jobbergate_cli.subapps.applications.questions.Integer` when a default of zero could not be set properly
- Dropped support for Python 3.8 and 3.9
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.0a0"
version = "5.0.0a1"
description = "Jobbergate CLI Client"
authors = ["Omnivector Solutions <[email protected]>"]
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions jobbergate-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This file keeps track of all notable changes to jobbergate-core
## Unreleased


## 5.0.0a1 -- 2024-04-04
## 5.0.0a0 -- 2024-03-26
- Dropped support for Python 3.8 and 3.9
- Added helpers to interact with Slurm by using sbatch to submit jobs and scontrol que get information about them [ASP-4585]
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.0a0"
version = "5.0.0a1"
description = "Jobbergate Core"
authors = ["Omnivector Solutions <[email protected]>"]
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions jobbergate-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This file keeps track of all notable changes to jobbergate-docs
## Unreleased


## 5.0.0a1 -- 2024-04-04
## 5.0.0a0 -- 2024-03-26
## 4.4.0 -- 2024-03-19

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.0a0"
version = "5.0.0a1"
description = "Jobbergate Official Documentation"
authors = ["Omnivector Solutions <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit ca8550a

Please sign in to comment.