Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 5.5.0a0 #669

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jobbergate-agent-snap/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ parts:
source: .
plugin: python
python-packages:
- jobbergate-agent
- jobbergate-agent==5.5.0a0
build-packages:
- python3
- libapt-pkg-dev
Expand Down
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.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
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.0"
version = "5.5.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.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
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.0"
version = "5.5.0a0"
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.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]
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.0"
version = "5.5.0a0"
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.5.0a0 -- 2024-12-13
## 5.4.0 -- 2024-11-18

- Removed the `OIDC_AUDIENCE` setting
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.0"
version = "5.5.0a0"
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.5.0a0 -- 2024-12-13
## 5.4.0 -- 2024-11-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.4.0"
version = "5.5.0a0"
description = "Jobbergate Official Documentation"
authors = ["Omnivector Solutions <[email protected]>"]
license = "MIT"
Expand Down