Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.154.3 #3957

Merged
merged 1 commit into from
Jun 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## v0.154.3, 21 June 2021

- Terraform: handle missing source
- Terraform: handle unreachable private module proxy
- Terraform: handle dependencies without a namespace
- fix: Fetches upload-pack using git if http fails
- chore: shellcheck scripts
- chore: Replace wget with curl @PeterDaveHello
- chore: Double quote shell variables in Dockerfile @PeterDaveHello
- Returns basename and relative path in CodeCommit file fetcher @lorengordon
xlgmokha marked this conversation as resolved.
Show resolved Hide resolved
- build(deps-dev): bump phpstan/phpstan in /composer/helpers/v1 and /composer/helpers/v2
- build(deps): update commonmarker requirement from >= 0.20.1, < 0.22.0 to >= 0.20.1, < 0.23.0
- build(deps-dev): bump eslint in /npm_and_yarn/helpers
- build(deps): bump @npmcli/arborist in /npm_and_yarn/helpers

## v0.154.2, 17 June 2021

- Terraform: Handle 401 registry responses
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.154.2"
VERSION = "0.154.3"
end