Skip to content

Commit 927717d

Browse files
committed
Release: version v4.9.0 πŸš€
1 parent 789ee83 commit 927717d

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

β€ŽCHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# History
22
https://keepachangelog.com/en/1.0.0/
33

4+
5+
## v4.9.0
6+
7+
- [Added] Workflow to deploy DALiuGE to PyPI: https://github.com/ICRAR/daliuge/pull/311
8+
- [Added] Added prototype .ini environment config and Slurm template scripts: https://github.com/ICRAR/daliuge/pull/297
9+
- [Added] Private key support for remote submission: https://github.com/ICRAR/daliuge/pull/298
10+
- [Added] Enable per-port serilaisation: https://github.com/ICRAR/daliuge/pull/300
11+
- [Added] Add GraphConfig support to translator: https://github.com/ICRAR/daliuge/pull/296
12+
- [Fixed] Fix writing of BytesIO Data: https://github.com/ICRAR/daliuge/pull/310
13+
- [Fixed] Updated installation documentation: https://github.com/ICRAR/daliuge/pull/307
14+
- [Fixed] Drop naming fix: https://github.com/ICRAR/daliuge/pull/306
15+
- [Fixed] Use translator avahi approach for engine docker container: https://github.com/ICRAR/daliuge/pull/302
16+
- [Fixed] Use correct ports for CompositeManager: https://github.com/ICRAR/daliuge/pull/303
17+
18+
419
## v4.8.0
520

621
- [Added] Support for Python 3.11 and Python 3.12: https://github.com/ICRAR/daliuge/pull/290

β€ŽMakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ release: ## Create a new tag for release.
9191
@echo "v$${TAG}" > daliuge-common/VERSION
9292
@echo "v$${TAG}" > daliuge-engine/VERSION
9393
@echo "v$${TAG}" > daliuge-translator/VERSION
94-
@git add daliuge-common/VERSION CHANGELOG.md
94+
@git add daliuge-common/VERSION daliuge-engine/VERSION daliuge-translator/VERSION CHANGELOG.md
9595
@git commit -m "Release: version v$${TAG} πŸš€"
9696
@echo "creating git tag : v$${TAG}"
9797
@git tag v$${TAG}

β€Ždaliuge-common/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v4.8.1
1+
v4.9.0

β€Ždaliuge-engine/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v4.8.1
1+
v4.9.0

β€Ždaliuge-translator/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v4.8.1
1+
v4.9.0

0 commit comments

Comments
Β (0)