Skip to content

Commit

Permalink
chore(main): release 2.5.2 (#101)
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 Nov 11, 2024
1 parent 2784b5c commit 6e36d2f
Show file tree
Hide file tree
Showing 3 changed files with 10 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 @@
{
".": "2.5.1"
".": "2.5.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.5.2](https://github.com/nuvlaedge/nuvlaedge-go/compare/2.5.1...2.5.2) (2024-11-11)


### Bug Fixes

* **Job-Engine:** Fixed a bug on the timeout of deployment stop ([#99](https://github.com/nuvlaedge/nuvlaedge-go/issues/99)) ([2784b5c](https://github.com/nuvlaedge/nuvlaedge-go/commit/2784b5ceba6d2b0ae7d985bc9b1bec2b05f74f87))
* **Job-Engine:** Fixed a bug where the auxiliary container for the job-engine would not be downloaded ([#100](https://github.com/nuvlaedge/nuvlaedge-go/issues/100)) ([42127d1](https://github.com/nuvlaedge/nuvlaedge-go/commit/42127d10d8e50b8588626f286a619be0a071ed40))

## [2.5.1](https://github.com/nuvlaedge/nuvlaedge-go/compare/2.5.0...2.5.1) (2024-11-06)


Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
services:
agent:
# x-release-please-start-version
image: ${NE_IMAGE_REGISTRY:-}${NE_IMAGE_ORGANIZATION:-sixsq}/${NE_IMAGE_GO_REPOSITORY:-nuvlaedge-go}:${NE_IMAGE_TAG:-2.5.1}
image: ${NE_IMAGE_REGISTRY:-}${NE_IMAGE_ORGANIZATION:-sixsq}/${NE_IMAGE_GO_REPOSITORY:-nuvlaedge-go}:${NE_IMAGE_TAG:-2.5.2}
# x-release-please-end
container_name: ${COMPOSE_PROJECT_NAME:-nuvlaedge}-agent-go
command:
Expand Down

0 comments on commit 6e36d2f

Please sign in to comment.