Releases: norlab-ulaval/norlab-shell-script-tools
Releases · norlab-ulaval/norlab-shell-script-tools
v2.1.10
2.1.10 (2024-08-08)
Bug Fixes
- error-handling: Improve error messages in library sourcing script (329cf65)
Refactoring
- replace pushd/popd with local variable handling for directory navigation (276b91e)
Test related
- import lib: add tests for return to original dir on script exit (d1f3220)
v2.1.9
2.1.9 (2024-08-06)
Bug Fixes
Refactoring
- modify TPUT_FLAG assignment and reorganize pushd (8693fa8)
- splash: modify TPUT_FLAG assignment and reorganize pushd (cd20039)
v2.1.8
2.1.8 (2024-08-06)
Bug Fixes
- handle relative path from parent call to run_bats_tests_in_docker.bash (838b226)
- Handle Relative Path from Parent Call to run_bats_tests_in_docker.bash (#80) (fd344c0)
v2.1.7
2.1.7 (2024-08-06)
Bug Fixes
- improve script robustness and logging in several utility scripts (bad76e4)
- script: ensure current directory is preserved during execution (a0a27a5)
- unable to find image failure on build server (6f2d1ed)
Other
- add TeamCity environment flag handling for muting splash screen in CI (6798139)
Refactoring
- remove TC environment variable check in run_bats_tests_in_docker.bash (5ec56fd)
Continuous integration
- Rollback conventional-changelog-conventionalcommits plugin tmp quick-hack (569509b)
v2.1.6
2.1.6 (2024-05-10)
Bug Fixes
- clean dev comments [NMO-546] (d7b8d2f)
- explicitly set terminal tput COLUMNS width [NMO-546] (fb804b9)
- show consol print on CI [NMO-546] (eb2822a)
- tmp show CI terminal TERM [NMO-546] (4c40520)
Continuous integration
- quick hack for semantic-release/conventional-changelog-conventionalcommits release v8 problems (530c63d)
v2.1.5
2.1.5 (2024-03-21)
Bug Fixes
- docker build error with docker-container driver (8c4d18e)
- set build platform explicitly (3c24301)
Continuous integration
- fix semantic-release nmp integrity check failing due to node version (9c2cac8)
v2.1.4
2.1.4 (2024-01-24)
Bug Fixes
- add missing extension to sed flag seek_and_modify_string_in_file for portability (mac OsX) (a70b6f9)
v2.1.3
2.1.3 (2024-01-24)
Bug Fixes
- make portable seek_and_modify_string_in_file (mac OsX) (c19a80a)
- make portable seek_and_modify_string_in_file (mac OsX) (#74) (d94064c)
v2.1.2
2.1.2 (2024-01-22)
Bug Fixes
- add run in TeamCity check and add bats-file missing fct (#73) (f9726fe), closes #61
- pass TEAMCITY_VERSION arg/env to container [NMO-506] (b35e9dc)
Test related
- quick fix add assert_file_not_contains bats-file fct [NMO-507] (52e0575)
Continuous integration
v2.1.1
2.1.1 (2023-12-22)
Bug Fixes
- the " or exit " command need to return 1 and output redirection to stder on error [NMO-459] (3fbfc4a)
Documentation
- added github release number badge (71758f2)
- update presentation (921f89b)
Continuous integration
- added sonarcloud analysis support (3940015)
- drop sonarcloud analysis integration (d6891d9)
- switch off sonarcloud analysis github action (b563588)