Skip to content

Commit

Permalink
Prepared release 5.4.0 (#660)
Browse files Browse the repository at this point in the history
Co-authored-by: fschuch <[email protected]>
  • Loading branch information
fschuch and fschuch authored Nov 19, 2024
1 parent c70674b commit 326d36d
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 37 deletions.
6 changes: 1 addition & 5 deletions jobbergate-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.4.0a4"
version = "5.4.0"
description = "Jobbergate Agent"
authors = ["Omnivector Solutions <[email protected]>"]
license = "MIT"
Expand Down
12 changes: 1 addition & 11 deletions jobbergate-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.4.0a4"
version = "5.4.0"
description = "Jobbergate API"
authors = ["Omnivector Solutions <[email protected]>"]
license = "MIT"
Expand Down
8 changes: 2 additions & 6 deletions jobbergate-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.4.0a4"
version = "5.4.0"
description = "Jobbergate CLI Client"
authors = ["Omnivector Solutions <[email protected]>"]
license = "MIT"
Expand Down
7 changes: 2 additions & 5 deletions jobbergate-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.4.0a4"
version = "5.4.0"
description = "Jobbergate Core"
authors = ["Omnivector Solutions <[email protected]>"]
license = "MIT"
Expand Down
8 changes: 3 additions & 5 deletions jobbergate-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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.4.0a4"
version = "5.4.0"
description = "Jobbergate Official Documentation"
authors = ["Omnivector Solutions <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 326d36d

Please sign in to comment.