Releases: ZachiNachshon/anchor
Releases Β· ZachiNachshon/anchor
v0.12.0
Changes
π Dependency Updates
- Bump github.com/spf13/viper from 1.14.0 to 1.15.0 @dependabot (#62)
- Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 @dependabot (#65)
- Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 @dependabot (#69)
v0.11.0
Changes
π Documentation
- [Docs Site] Updated footer project links @ZachiNachshon (#61)
π 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
Changes
π§° Maintenance
- [Deps] Integrate
git-deps-syncer
and add external reposhell-scripts-lib
for golang scripts @ZachiNachshon (#49) - Added product and documents site @ZachiNachshon (#45)
π 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
tov3.0.1
due to security vulnerability + CI workflow go version tov1.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
Changes
π Features
- Running Python as action
scriptFile
should setPYTHONPATH
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
Changes
π Features
- Added
--no-anchor-output
flag forrun
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 hasautoUpdate: 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
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
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
Changes
π Features
- Added stdin support on shell commands runners @ZachiNachshon (#16)
π 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
Changes
π Bug Fixes
- Select action not showing a menu due to wrong stdout writer assignment @ZachiNachshon (#14)
v0.3.0
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)