Skip to content

Releases: Ensono/independent-runner

v1.1.35

04 Nov 12:24
9066c13
Compare
Choose a tag to compare
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

30 Oct 12:21
4e7db13
Compare
Choose a tag to compare
Merge pull request #61 from Ensono/fix/remove-exportas

fix: removes exportAs key

v1.1.33

30 Oct 11:58
60ade50
Compare
Choose a tag to compare
Merge pull request #62 from Ensono/chore/typo-thisd

fix(docs): correct typo in Confirm-Environment

v1.1.30

02 Sep 14:47
10f1de3
Compare
Choose a tag to compare
Merge pull request #60 from Ensono/feat/gh-release-no-artefacts

v1.1.22

15 Aug 13:15
8184b81
Compare
Choose a tag to compare
Added commands that should be exported (#59)

Allowed AsciiDoc to have additional exitcodes

v1.1.19

12 Aug 15:59
ce1980b
Compare
Choose a tag to compare
Merge pull request #58 from Ensono/fix/asciidoc-failure-level

v1.1.15

12 Aug 08:32
255e484
Compare
Choose a tag to compare
Merge pull request #57 from Ensono/feat/expose-invoke-external

feat: exposes `Invoke-External`

v1.1.10

09 Aug 08:01
509a955
Compare
Choose a tag to compare
Merge pull request #56 from Ensono/fix/sonar-token

fix: sonar.login is deprecated, use sonar.token

v1.1.8

08 Aug 13:17
6d920ff
Compare
Choose a tag to compare
Merge pull request #55 from Ensono/fix/release

feat: fixes GH Publish to crash if files not found

v1.1.2

07 Aug 10:46
4a56d36
Compare
Choose a tag to compare
Merge pull request #54 from Ensono/fix/bump-minor

fix: bump minor