Releases: Ensono/independent-runner
Releases · Ensono/independent-runner
v1.1.35
fix(): permissions on outputs on Linux Because `eir-infrastructure` executes as root internally, the files in the bind mount are owned by UID 0, GID 0 (i.e. root), this results in needing to run `clean` using `sudo` or otherwise not following best practice. Change mitigates this by chowning the top level outputs directory on Linux operating systems.
v1.1.34
Merge pull request #61 from Ensono/fix/remove-exportas fix: removes exportAs key
v1.1.33
Merge pull request #62 from Ensono/chore/typo-thisd fix(docs): correct typo in Confirm-Environment
v1.1.30
Merge pull request #60 from Ensono/feat/gh-release-no-artefacts
v1.1.22
Added commands that should be exported (#59) Allowed AsciiDoc to have additional exitcodes
v1.1.19
Merge pull request #58 from Ensono/fix/asciidoc-failure-level
v1.1.15
Merge pull request #57 from Ensono/feat/expose-invoke-external feat: exposes `Invoke-External`
v1.1.10
Merge pull request #56 from Ensono/fix/sonar-token fix: sonar.login is deprecated, use sonar.token
v1.1.8
Merge pull request #55 from Ensono/fix/release feat: fixes GH Publish to crash if files not found
v1.1.2
Merge pull request #54 from Ensono/fix/bump-minor fix: bump minor