v1.7.0
Changelog
986b203 Dockerfile: alpine 3:10
7a35db6 Dockerfile: bzr is no longer needed
0ad22a0 Dockerfile: don't run tests
8df1b7f Fix badges in the README and add vanity import comment (#203)
c25a810 Make linter more strict (#201)
a3090e5 Makefile: disable the race detector for now
2411a6b Makefile: enable the race detector in tests
9f582c2 Makefile: hardcode the binary output
3bfc86b Makefile: remove swagger stuff
106136e Makefile: set GO111MODULE to off before downloading deps
4c2f355 Merge branch 'master' into dependabot/go_modules/github.com/aws/aws-sdk-go-1.21.6
0ed2001 Merge branch 'master' into dependabot/go_modules/github.com/aws/aws-sdk-go-1.21.6
15af2ab Merge pull request #236 from video-dev/dependabot/go_modules/github.com/NYTimes/gizmo-1.2.10
7e6cdbd Merge pull request #237 from video-dev/dependabot/go_modules/github.com/aws/aws-sdk-go-1.21.6
c65a71d Merge pull request #238 from video-dev/post-migration
90b7fa4 Post-migration updates & Drone migration
8d7ab23 Update deps
18bbcbb Upgrade gizmo & other deps (#202)
a725c8c Upgrade gizmo to 1.0
f295f70 Upgrade gizmo to 1.2.2
e3c1add Use alpine 3.9 as base image
f60d60a build(deps): bump github.com/NYTimes/gizmo from 1.2.7 to 1.2.8 (#212)
3403f7c build(deps): bump github.com/NYTimes/gizmo from 1.2.8 to 1.2.9 (#225)
c291436 build(deps): bump github.com/NYTimes/gizmo from 1.2.9 to 1.2.10
8dc85d4 build(deps): bump github.com/aws/aws-sdk-go from 1.19.28 to 1.20.15 (#216)
d09b49d build(deps): bump github.com/aws/aws-sdk-go from 1.20.15 to 1.20.16 (#218)
8a0f091 build(deps): bump github.com/aws/aws-sdk-go from 1.20.16 to 1.20.17 (#220)
7ca8c17 build(deps): bump github.com/aws/aws-sdk-go from 1.20.17 to 1.20.18 (#221)
7c4b037 build(deps): bump github.com/aws/aws-sdk-go from 1.20.18 to 1.20.19 (#222)
8de122b build(deps): bump github.com/aws/aws-sdk-go from 1.20.19 to 1.20.20 (#224)
2e4a1ab build(deps): bump github.com/aws/aws-sdk-go from 1.20.20 to 1.20.21 (#226)
9fd13bf build(deps): bump github.com/aws/aws-sdk-go from 1.20.21 to 1.21.0 (#227)
2bfd60b build(deps): bump github.com/aws/aws-sdk-go from 1.21.0 to 1.21.1 (#229)
b6445a8 build(deps): bump github.com/aws/aws-sdk-go from 1.21.1 to 1.21.2 (#230)
0b3568d build(deps): bump github.com/aws/aws-sdk-go from 1.21.2 to 1.21.3 (#232)
8a62606 build(deps): bump github.com/aws/aws-sdk-go from 1.21.3 to 1.21.4 (#234)
2976483 build(deps): bump github.com/aws/aws-sdk-go from 1.21.4 to 1.21.5 (#235)
37d622f build(deps): bump github.com/aws/aws-sdk-go from 1.21.5 to 1.21.6
70346da build(deps): bump github.com/aws/aws-sdk-go-v2 from 0.9.0 to 0.10.0 (#233)
ba5dfa8 build(deps): bump github.com/bitmovin/bitmovin-go from 1.28.0 to 1.29.0 (#217)
950a8ef build(deps): bump github.com/fsouza/ctxlogger from 1.5.5 to 1.5.6 (#228)
6aa4932 build(deps): bump github.com/go-redis/redis (#214)
ce55f29 build(deps): bump github.com/gorilla/handlers from 1.4.0 to 1.4.1 (#219)
860c81f build(deps): bump github.com/gorilla/handlers from 1.4.1 to 1.4.2 (#231)
538ae1a build(deps): bump github.com/kelseyhightower/envconfig (#215)
395fc1e build(deps): bump github.com/sirupsen/logrus from 1.4.1 to 1.4.2 (#213)
5ac232f bump to v1.6.2 [CI SKIP]
34b05e4 db/dbtest: fix tests
98c5caa drone: start redis locally before running tests
1e7b3ca drone: use a pipe for the coverage report
f1fda45 fix build errors (#207)
451d6ee go mod tidy
7d57f55 goreleaser integration
e4f8957 hybrik: fix bug with improper connections (#211)
630e1a1 provider/mediaconvert: use atomic.StorePointer (hack) to workaround race
4618300 provider/zencoder: fix test to look at the message instead of error obj
b18e42e provider/zencoder: use dbtest in tests
4ebb3f4 provider: add a AWS Elemental MediaConvert provider (#223)
b06f505 readme: add badge for Docker Hub
fbc0a10 readme: less aggressive badge for docker hub
b5476bd testing: bugfix addressing data race when testing job creation (#208)
955c5df travis-cripts/docker: don't build on cron events
2fd1149 travis-scripts/deploy: skip on cron
84bc8d1 travis: add cache for $GOPATH/{pkg,bin}
3fbba6e travis: ensure we're always using latest go
f3a435d travis: fix repo filter (#204)
58e2aaa travis: no need to set GOCACHE multiple times
2c0e0d1 travis: optimize docker build
7d65c53 travis: remove go tip
8f64ac6 travis: replace caching with GOPROXY and allow failures on tip