Skip to content

Releases: ZachiNachshon/anchor

v0.12.0

04 May 18:39
Compare
Choose a tag to compare

Changes

πŸ”Œ Dependency Updates

v0.11.0

04 May 18:03
Compare
Choose a tag to compare

Changes

πŸ“– Documentation

πŸ”Œ Dependency Updates

  • Bump golang.org/x/term from 0.6.0 to 0.7.0 @dependabot (#70)
  • Bump golang.org/x/term from 0.0.0-20210927222741-03fcf44c2211 to 0.6.0 @dependabot (#67)
  • Bump github.com/briandowns/spinner from 1.19.0 to 1.23.0 @dependabot (#68)
  • Bump github.com/spf13/viper from 1.13.0 to 1.14.0 @dependabot (#59)
  • Bump github.com/spf13/cobra from 1.5.0 to 1.6.1 @dependabot (#58)
  • Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 @dependabot (#57)
  • Bump github.com/fsnotify/fsnotify from 1.5.4 to 1.6.0 @dependabot (#56)
  • Bump github.com/spf13/viper from 1.12.0 to 1.13.0 @dependabot (#54)
  • Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 @dependabot (#51)
  • Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 @dependabot (#52)
  • Bump github.com/briandowns/spinner from 1.18.1 to 1.19.0 @dependabot (#53)
  • Bump github.com/stretchr/testify from 1.7.4 to 1.7.5 @dependabot (#50)

v0.10.0

22 Jun 18:15
Compare
Choose a tag to compare

Changes

🧰 Maintenance

πŸ”Œ Dependency Updates

  • Bump github.com/spf13/cobra from 1.4.0 to 1.5.0 @dependabot (#48)
  • Bump github.com/stretchr/testify from 1.7.2 to 1.7.4 @dependabot (#47)
  • Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 @dependabot (#44)
  • Bump github.com/spf13/viper from 1.11.0 to 1.12.0 @dependabot (#40)
  • Upgrade gopkg.in/yaml.v3 to v3.0.1 due to security vulnerability + CI workflow go version to v1.18.2 @ZachiNachshon (#43)
  • Bump github.com/fsnotify/fsnotify from 1.5.1 to 1.5.4 @dependabot (#39)
  • Bump github.com/spf13/viper from 1.10.1 to 1.11.0 @dependabot (#36)
  • Bump github.com/creack/pty from 1.1.17 to 1.1.18 @dependabot (#35)

v0.9.0

27 Mar 08:54
Compare
Choose a tag to compare

Changes

πŸš€ Features

  • Running Python as action scriptFile should set PYTHONPATH as the working dir to allow Python imports/modules to be relatively resolved @ZachiNachshon (#32)

πŸ”Œ Dependency Updates

  • Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 @dependabot (#34)
  • Bump github.com/spf13/cobra from 1.3.0 to 1.4.0 @dependabot (#33)
  • Bump github.com/briandowns/spinner from 1.18.0 to 1.18.1 @dependabot (#31)

v0.8.0

31 Jan 13:47
Compare
Choose a tag to compare

Changes

πŸš€ Features

  • Added --no-anchor-output flag for run command that allows to hide anchor CLI output, show only script output @ZachiNachshon (#30)
  • Added --no-auto-update flag to force skip auto update even if config has autoUpdate: true @ZachiNachshon (#29)
  • Attribute scriptFile allows usage of a multiple arguments treated as one arg using quotes @ZachiNachshon (#28)

πŸ› Bug Fixes

  • Flag --verbose wasn't properly addresses during action execution @ZachiNachshon (#30)

v0.7.0

24 Jan 13:48
Compare
Choose a tag to compare

Changes

πŸš€ Features

  • Shell scripts and git actions allows env vars substitution before execution @ZachiNachshon (#27)
  • Add display name support to the interactive selector - sort and search @ZachiNachshon (#26)

v0.6.0

15 Jan 10:54
Compare
Choose a tag to compare

Changes

πŸš€ Features

  • Added action/workflow display name attribute @ZachiNachshon (#25)
  • Added action/workflow run-command-text to the description panel upon interactive selection @ZachiNachshon (#24)

πŸ› Bug Fixes

  • Instructions script attribute should run from anchor context working directory @ZachiNachshon (#23)

πŸ”Œ Dependency Updates

  • Bump github.com/briandowns/spinner from 1.17.0 to 1.18.0 @dependabot (#22)
  • Bump github.com/spf13/cobra from 1.2.1 to 1.3.0 @dependabot (#19)
  • Bump github.com/spf13/viper from 1.9.0 to 1.10.1 @dependabot (#20)
  • Bump github.com/briandowns/spinner from 1.16.0 to 1.17.0 @dependabot (#21)

v0.5.0

10 Dec 09:45
Compare
Choose a tag to compare

Changes

πŸš€ Features

πŸ”Œ Dependency Updates

  • Bump github.com/spf13/cobra from 0.0.7 to 1.2.1 @dependabot (#17)
  • Bump github.com/manifoldco/promptui from 0.8.0 to 0.9.0 @dependabot (#15)

v0.4.0

25 Oct 19:46
Compare
Choose a tag to compare

Changes

πŸ› Bug Fixes

  • Select action not showing a menu due to wrong stdout writer assignment @ZachiNachshon (#14)

v0.3.0

25 Oct 19:02
Compare
Choose a tag to compare

Changes

πŸš€ Features

  • Set config context entry command now allows to update the default current config context as well @ZachiNachshon (#13)
  • Disable the bell sound upon menu selection @ZachiNachshon (#12)

πŸ› Bug Fixes

  • Logger fails to append a file based logger under anchor working directory @ZachiNachshon (#11)