Skip to content

Commit

Permalink
v0.215.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakecoffman committed Dec 7, 2022
1 parent b7a6542 commit 3c161c4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v0.215.0, 7 December 2022

- Improve SubprocessFailed Sentry errors [#6276](https://github.com/dependabot/dependabot-core/pull/6276)
- More error aggregation [#6274](https://github.com/dependabot/dependabot-core/pull/6274)
- Aggregate more subcommand failed errors [#6273](https://github.com/dependabot/dependabot-core/pull/6273)
- Improve subprocess failed error aggregation [#6272](https://github.com/dependabot/dependabot-core/pull/6272)
- Pass `raven_context` to Sentry on failed subprocess exceptions [#6268](https://github.com/dependabot/dependabot-core/pull/6268)
- Rescue socket errors for poetry library detection [#6271](https://github.com/dependabot/dependabot-core/pull/6271)
- No need to install RubyGems explicitly [#6267](https://github.com/dependabot/dependabot-core/pull/6267)
- build(deps): bump terraform from 1.3.5 to 1.3.6 (@HorizonNet) [#6246](https://github.com/dependabot/dependabot-core/pull/6246)
- Yarn Berry: Offline cache updates [#6242](https://github.com/dependabot/dependabot-core/pull/6242)
- Don't use compare URLs for deciding GitHub Actions upgrades [#6240](https://github.com/dependabot/dependabot-core/pull/6240)
- Fix some branches getting in the middle of upgrading actions pinned to SHAs [#6239](https://github.com/dependabot/dependabot-core/pull/6239)

## v0.214.0, 30 November 2022

- Yarn Berry: Make a best effort to preserve file permissions (@pavera) [#6141](https://github.com/dependabot/dependabot-core/pull/6141)
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.214.0"
VERSION = "0.215.0"
end

0 comments on commit 3c161c4

Please sign in to comment.