Skip to content

Commit

Permalink
Merge pull request #3481 from dependabot/v0.141.0-release-notes
Browse files Browse the repository at this point in the history
v0.141.0
  • Loading branch information
xlgmokha authored Apr 12, 2021
2 parents 2f74e0e + 26330b1 commit 932bfd2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v0.141.0, 12 April 2021

- Dockerfile: create a `dependabot` user and drop privileges
This is a potentially BREAKING change for consumers of the `dependabot/dependabot-core` docker image.
- Maven/Gradle: Add option to use Gitlab access token for authentication against maven repositories @gringostar
- common: raise Dependabot::OutOfDisk on more out of space errors
- Bump eslint from 7.23.0 to 7.24.0

## v0.140.3, 9 April 2021

- fix(Go mod): detect when remote end hangs up
Expand Down
2 changes: 1 addition & 1 deletion common/lib/dependabot/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Dependabot
VERSION = "0.140.3"
VERSION = "0.141.0"
end

0 comments on commit 932bfd2

Please sign in to comment.