Skip to content

Commit

Permalink
Release: version v4.9.0 πŸš€
Browse files Browse the repository at this point in the history
  • Loading branch information
myxie committed Feb 21, 2025
1 parent 789ee83 commit 927717d
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# History
https://keepachangelog.com/en/1.0.0/


## v4.9.0

- [Added] Workflow to deploy DALiuGE to PyPI: https://github.com/ICRAR/daliuge/pull/311
- [Added] Added prototype .ini environment config and Slurm template scripts: https://github.com/ICRAR/daliuge/pull/297
- [Added] Private key support for remote submission: https://github.com/ICRAR/daliuge/pull/298
- [Added] Enable per-port serilaisation: https://github.com/ICRAR/daliuge/pull/300
- [Added] Add GraphConfig support to translator: https://github.com/ICRAR/daliuge/pull/296
- [Fixed] Fix writing of BytesIO Data: https://github.com/ICRAR/daliuge/pull/310
- [Fixed] Updated installation documentation: https://github.com/ICRAR/daliuge/pull/307
- [Fixed] Drop naming fix: https://github.com/ICRAR/daliuge/pull/306
- [Fixed] Use translator avahi approach for engine docker container: https://github.com/ICRAR/daliuge/pull/302
- [Fixed] Use correct ports for CompositeManager: https://github.com/ICRAR/daliuge/pull/303


## v4.8.0

- [Added] Support for Python 3.11 and Python 3.12: https://github.com/ICRAR/daliuge/pull/290
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ release: ## Create a new tag for release.
@echo "v$${TAG}" > daliuge-common/VERSION
@echo "v$${TAG}" > daliuge-engine/VERSION
@echo "v$${TAG}" > daliuge-translator/VERSION
@git add daliuge-common/VERSION CHANGELOG.md
@git add daliuge-common/VERSION daliuge-engine/VERSION daliuge-translator/VERSION CHANGELOG.md
@git commit -m "Release: version v$${TAG} πŸš€"
@echo "creating git tag : v$${TAG}"
@git tag v$${TAG}
Expand Down
2 changes: 1 addition & 1 deletion daliuge-common/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v4.8.1
v4.9.0
2 changes: 1 addition & 1 deletion daliuge-engine/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v4.8.1
v4.9.0
2 changes: 1 addition & 1 deletion daliuge-translator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v4.8.1
v4.9.0

0 comments on commit 927717d

Please sign in to comment.