Skip to content

v1.22.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jun 13:10
· 156 commits to master since this release
v1.22.0
1172f23

Summary

We're pleased to announce Commodore v1.22.0. This release introduces a number of new command line flags for commands component new and component update. These new command line flags allow users to customize which component dependency PRs will be automerged and autoreleased.

See the commands' help messages or the CLI reference documentation for details on the new commands.

Changes

10 changes since v1.21.0

🚀 Features

  • Add options to configure dependency patch automerge behavior in components via component new and component update (#974)
  • Add command line flags for disabling automerging of patch updates for selected dependencies (#981)
  • Add command line flags for configuring automerging of patch updates for selected v0.x dependencies (#982)
  • Add command line flags for configuring automerging of minor updates for selected dependencies (#983)
  • Add CLI flag to control autorelease config in component new and component update (#984)

🪛 Internal Changes

  • Deduplicate options for component new and component update (#975)

🔗 Dependency Updates

  • Update dependency pytest to v8.2.2 (#973)
  • Update dependency pylint to v3.2.3 (#976)
  • Update dependency responses to v0.25.2 (#977)
  • Update paambaati/codeclimate-action action to v8 (#980)