Releases: elnoro/foxyshot
Releases · elnoro/foxyshot
v0.1.10
Changelog
- 9f03365 updated to go1.21, fixed test
- 2036e4e fixed presigned urls, updated golangci version
- 4a33945 doc: fixed the path to the badge in README
- 1dc9f0c ci: fixed go installation in github actions
- 8ab16d2 ci: fixed branch in go.yml
- e80432b build: add short test run target to Makefile
- 636e527 feat: added help subcommand and also flags -v, -version, -h
- d7ff439 build: removed .idea from docker context
v0.1.9
Changelog
- 699c401 ci: updated github workflow for go
- 1d34811 ci: updated dependabot to follow conventional commits format
- d3a7e4c test: fixed missing assert in configurator_test.go
- 64c00ec feat: configure opens $EDITOR in terminal
- fcf676b style: updated code according to latest lint recommendations feat!: switched s3.duration field to golang duration format
- 374dbe3 chore: go1.20
- 05401b5 build: new golangci-lint version, new ci/* targets, all build go into bin/* folder
- c2ba55d improved makefile: added help, renamed targets, added .PHONY
- b1c9bbb ci: updated actions
- 463df36 fix: panic when running with no args
- 7513624 Bump github.com/spf13/viper from 1.13.0 to 1.14.0
- b7f9ac8 Bump github.com/testcontainers/testcontainers-go from 0.15.0 to 0.20.1
- bf22395 Bump golang.org/x/net from 0.0.0-20220617184016-355a448f1bc9 to 0.7.0
- 17de7ab Bump golang.org/x/text from 0.3.7 to 0.3.8
- 7d0d187 Bump github.com/containerd/containerd from 1.6.8 to 1.6.18
- 6a6e19d Bump gopkg.in/natefinch/lumberjack.v2 from 2.0.0 to 2.2.1
- 274207e Bump github.com/spf13/viper from 1.14.0 to 1.15.0
BREAKING CHANGE: integers in s3.duration field will be interpreted as ns, not hours
v0.1.8
Changelog
- 9d6f2b8 chore: go1.19
- 07023be doc: added a warning about "too many open files" error to README
- 7c3ba94 BREAKING CHANGE: default value for
removeOriginals
is now true - 17464b8 bugfix: empty config in "Loaded config from" message on startup
- 5ad3dcd bugfix: no logs in stdout when -logfile arg is empty
- 04a9a1d app -> watcher refactoring, fixed errors on non-darwin OSes
- 296b1f0 minor refactoring
- c757fcb Bump github.com/testcontainers/testcontainers-go from 0.13.0 to 0.15.0
v0.1.7
v0.1.6
Changelog
- 4a61db9 Merge branch 'feature/testlogging' into develop
- 9b284b8 Merge pull request #20 from elnoro/dependabot/go_modules/develop/github.com/fsnotify/fsnotify-1.6.0
- 36d0a19 add text logging with log rotation
- 9803b5c Bump github.com/fsnotify/fsnotify from 1.5.4 to 1.6.0
- 34b0080 Merge pull request #8 from elnoro/dependabot/go_modules/develop/github.com/aws/aws-sdk-go-1.44.81
- cb7191c Bump github.com/aws/aws-sdk-go from 1.44.70 to 1.44.81
v0.1.5
Changelog
- 5272ba6 Bump github.com/aws/aws-sdk-go from 1.42.7 to 1.44.70
- 7180c59 Bump github.com/spf13/viper from 1.9.0 to 1.12.0
- afd0b32 Bump github.com/fsnotify/fsnotify from 1.5.1 to 1.5.4
- 38f8df3 Bump github.com/stretchr/testify from 1.7.0 to 1.8.0
- 200065e Bump github.com/testcontainers/testcontainers-go from 0.12.0 to 0.13.
- 2ba7bc3 refactored config, updated go version