Skip to content

Releases: tooploox/oya

v0.0.20 - Import.Alias + Apple Silicon build

24 May 09:34
d3f1adc
Compare
Choose a tag to compare

v0.0.20

Added

  • Added an Import.Alias built-in variable, usable inside packs, containing the
    alias under which the pack was imported. Consider the following import:

    Import:
       bar: github.com/bilus/foo

    When you run the task below, defined inside the foo pack, it'll print "bar":

    whoami: |
       echo ${Oya[Import.Alias]}
  • Added build for Apple Silicon processors arm64.

Changed

  • Report an error if a Require or Replace directive appears in an Oyafile
    without a Project directive; you can manage an Oya project dependencies in
    the top-level Oyafile.

Fixed

  • Ensure non-zero exit code from a command in Oya tasks, including sub-commands,
    propagates to the shell invoking oya run, even without set -e.

New release

26 Sep 09:11
ecc8e6d
Compare
Choose a tag to compare
Merge pull request #82 from tooploox/bdymowski/remove-nodejs-and-linter

Remove linter and deps

v0.0.17

07 Sep 11:19
Compare
Choose a tag to compare
Fix failing test.

v0.0.16: Merge pull request #79 from tooploox/bilus/fix-set-e

05 Sep 06:40
3b89af4
Compare
Choose a tag to compare
Fixes https://github.com/mvdan/sh/issues/404 in the shell interpreter

Oya render with custom delimiters

25 Jun 13:03
aeb451d
Compare
Choose a tag to compare
Merge pull request #74 from tooploox/render-with-custom-delimiters

Render with custom delimiters

Windows installer

21 Jun 08:34
c06ad63
Compare
Choose a tag to compare
Merge pull request #73 from tooploox/bdymowski/build-windows-binaries…

…-seperately

Build windows binaries separately

Windows installer

19 Jun 11:25
2933adb
Compare
Choose a tag to compare
Merge pull request #72 from tooploox/bdymowski/compile-installer

Windows installer

Windows support

12 Jun 09:13
0335ee7
Compare
Choose a tag to compare
Merge pull request #71 from tooploox/bdymowski/oya-secrets-for-windows

Oya secrets for windows

Small updates

20 May 07:37
5f84137
Compare
Choose a tag to compare
  • Oya init with project name

  • Oya render allow to --set value.

  • Fix: Error when secrets.oya missing in subdir

Oya init with project name as argument

17 May 13:03
c6c3093
Compare
Choose a tag to compare

Oya init with project name as argument