From 26330b11ffd7c431b5f63b967b86159af6c9da62 Mon Sep 17 00:00:00 2001 From: Peter Wagner <1559510+thepwagner@users.noreply.github.com> Date: Mon, 12 Apr 2021 16:02:39 -0400 Subject: [PATCH] v0.141.0 --- CHANGELOG.md | 8 ++++++++ common/lib/dependabot/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaa705c015..a7f0d90f4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/common/lib/dependabot/version.rb b/common/lib/dependabot/version.rb index b399c4dc37..cedf11b295 100644 --- a/common/lib/dependabot/version.rb +++ b/common/lib/dependabot/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Dependabot - VERSION = "0.140.3" + VERSION = "0.141.0" end