Skip to content

Commit 20da572

Browse files
chore(release): 1.0.0-beta.5 [skip ci]
## [1.0.0-beta.5](v1.0.0-beta.4...v1.0.0-beta.5) (2025-06-17) ### Features * add ci-tests service and improve run command flexibility ([3f4ef90](3f4ef90)) * add exec and attach commands, improve flexibility in up_and_attach logic ([1ce4f7c](1ce4f7c)) * enhance up and attach scripts with new options and better ssh key handling ([948bf71](948bf71)) ### Bug Fixes * **core:** update default Slurm jobs directory path for consistency ([42be4b5](42be4b5)) * streamline service-related flags and improve build workflows ([57b737f](57b737f)) * **tests:** ensure PATH consistency across test scripts ([8773d11](8773d11)) * **tests:** remove obsolete test scripts for stability builds ([eec8496](eec8496)) * **tests:** update PATH export for better environment consistency ([97dbceb](97dbceb)) * **tests:** update PATH in mock setup script for better environment handling ([c3e9cc9](c3e9cc9)) ### Documentation * typo ([81f70f8](81f70f8)) * update README and improve feature overview clarity ([3cc0b39](3cc0b39)) * update README and refactoring guideline for setup clarity ([3bd1ad9](3bd1ad9)) ### Refactoring * **slurm-jobs:** improve script structure and add customizable job templates ([875e885](875e885)) * **slurm-jobs:** standardize argument naming and remove email notifications ([d6d740d](d6d740d))
1 parent 75301e4 commit 20da572

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
Automatically generated by semantic-release
22

3+
## [1.0.0-beta.5](https://github.com/norlab-ulaval/dockerized-norlab-project/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2025-06-17)
4+
5+
### Features
6+
7+
* add ci-tests service and improve run command flexibility ([3f4ef90](https://github.com/norlab-ulaval/dockerized-norlab-project/commit/3f4ef9065149dba6a36788bfe996548af847e981))
8+
* add exec and attach commands, improve flexibility in up_and_attach logic ([1ce4f7c](https://github.com/norlab-ulaval/dockerized-norlab-project/commit/1ce4f7c5c217c714819c173581be27e9a0e54b77))
9+
* enhance up and attach scripts with new options and better ssh key handling ([948bf71](https://github.com/norlab-ulaval/dockerized-norlab-project/commit/948bf7140c1a90650b19d4dc03d054c8cdfb718d))
10+
11+
### Bug Fixes
12+
13+
* **core:** update default Slurm jobs directory path for consistency ([42be4b5](https://github.com/norlab-ulaval/dockerized-norlab-project/commit/42be4b570a00244a2e9e6c8cddc0f94807a9a7ec))
14+
* streamline service-related flags and improve build workflows ([57b737f](https://github.com/norlab-ulaval/dockerized-norlab-project/commit/57b737f3b0669f75eaed3042ac553dbf3f6096f4))
15+
* **tests:** ensure PATH consistency across test scripts ([8773d11](https://github.com/norlab-ulaval/dockerized-norlab-project/commit/8773d1119eed43717156c8f29caa93d5e5e94295))
16+
* **tests:** remove obsolete test scripts for stability builds ([eec8496](https://github.com/norlab-ulaval/dockerized-norlab-project/commit/eec849642e0e73777b1ea8037ea10497bf4b4290))
17+
* **tests:** update PATH export for better environment consistency ([97dbceb](https://github.com/norlab-ulaval/dockerized-norlab-project/commit/97dbceb120c2aedddcf52c73e653bc8085a78d40))
18+
* **tests:** update PATH in mock setup script for better environment handling ([c3e9cc9](https://github.com/norlab-ulaval/dockerized-norlab-project/commit/c3e9cc935360968cdeff90c61e1b8e4bbe78356e))
19+
20+
### Documentation
21+
22+
* typo ([81f70f8](https://github.com/norlab-ulaval/dockerized-norlab-project/commit/81f70f8200692bd351b61f912cddc7abc0d11e1c))
23+
* update README and improve feature overview clarity ([3cc0b39](https://github.com/norlab-ulaval/dockerized-norlab-project/commit/3cc0b39e95567adfe0eeae3c2a0a48f31d546147))
24+
* update README and refactoring guideline for setup clarity ([3bd1ad9](https://github.com/norlab-ulaval/dockerized-norlab-project/commit/3bd1ad9ff4718201afbd5a2d879a3e635e2bfa95))
25+
26+
### Refactoring
27+
28+
* **slurm-jobs:** improve script structure and add customizable job templates ([875e885](https://github.com/norlab-ulaval/dockerized-norlab-project/commit/875e88554636c4ca143368ecaac3894fb40d7fe6))
29+
* **slurm-jobs:** standardize argument naming and remove email notifications ([d6d740d](https://github.com/norlab-ulaval/dockerized-norlab-project/commit/d6d740de5be120ca93c9caae46efb84b19898a5e))
30+
331
## [1.0.0-beta.4](https://github.com/norlab-ulaval/dockerized-norlab-project/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2025-06-14)
432

533
### Bug Fixes

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0-beta.4
1+
1.0.0-beta.5

0 commit comments

Comments
 (0)