Skip to content

Commit

Permalink
chore(main): release 4.10.0 (#428)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 27, 2025
1 parent a5b7ff1 commit cf74f90
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.9.2"
".": "4.10.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## Released

## [4.10.0](https://github.com/nuvla/job-engine/compare/4.9.2...4.10.0) (2025-01-27)


### Features

* Added cleanup of volumes and images on deployment stop action ([#425](https://github.com/nuvla/job-engine/issues/425)) ([a5b7ff1](https://github.com/nuvla/job-engine/commit/a5b7ff1701dbab69f626010ad9e31b77a47c1e70))


### Bug Fixes

* **BulkDeploymentSetStop:** missing param to EdgeResolver in dg stop action ([#427](https://github.com/nuvla/job-engine/issues/427)) ([1d55c29](https://github.com/nuvla/job-engine/commit/1d55c290841fbbe798a0d31cff3789f0e9d1a4cf))
* **BulkDeploymentSetStop:** missing param to EdgeResolver in dg stop action ([#429](https://github.com/nuvla/job-engine/issues/429)) ([e08e762](https://github.com/nuvla/job-engine/commit/e08e762af6480b00b56c15afe14a4090f37db4ae))
* **CI:** Fixed poetry deprecated plugin. Manual installation required ([#426](https://github.com/nuvla/job-engine/issues/426)) ([a8fb4b0](https://github.com/nuvla/job-engine/commit/a8fb4b08fd8874417da3ce21990201c292ba8364))

## [4.9.2](https://github.com/nuvla/job-engine/compare/4.9.1...4.9.2) (2024-12-24)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nuvla-job-engine"
version = "4.9.2"
version = "4.10.0"
description = "Nuvla Job Engine."
license = "Apache-2.0"
authors = ["SixSq SA <support@sixsq.com>"]
Expand Down

0 comments on commit cf74f90

Please sign in to comment.