Skip to content

Commit

Permalink
Prepared release 5.4.2 (#672)
Browse files Browse the repository at this point in the history
Co-authored-by: matheushent <[email protected]>
  • Loading branch information
fschuch and matheushent authored Dec 16, 2024
1 parent bd82566 commit 6edac41
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion jobbergate-agent-snap/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ parts:
source: .
plugin: python
python-packages:
- jobbergate-agent
- jobbergate-agent==5.4.2
build-packages:
- python3
- libapt-pkg-dev
Expand Down
1 change: 1 addition & 0 deletions jobbergate-agent/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-agent
## Unreleased


## 5.4.2 -- 2024-12-16
## 5.4.1 -- 2024-12-13
## 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.1"
version = "5.4.2"
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.4.2 -- 2024-12-16
## 5.4.1 -- 2024-12-13
- Fixed issue on the Job Template rendering process by running it inside a Jinja Sandbox Environment

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.1"
version = "5.4.2"
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.4.2 -- 2024-12-16
## 5.4.1 -- 2024-12-13
## 5.4.0 -- 2024-11-18

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.1"
version = "5.4.2"
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.4.2 -- 2024-12-16
## 5.4.1 -- 2024-12-13
## 5.4.0 -- 2024-11-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.4.1"
version = "5.4.2"
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.4.2 -- 2024-12-16
## 5.4.1 -- 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.1"
version = "5.4.2"
description = "Jobbergate Official Documentation"
authors = ["Omnivector Solutions <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 6edac41

Please sign in to comment.