aquasecurity / trivy

Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more
https://aquasecurity.github.io/trivy
Apache License 2.0
22.1k stars 2.18k forks source link

release: v0.54.0 [main] #7075

Open aqua-bot opened 3 days ago

aqua-bot commented 3 days ago

:robot: I have created a release beep boop

0.54.0 (2024-07-04)

Features

Bug Fixes

Performance Improvements


This PR was generated with Release Please. See documentation.

DmitriyLewen commented 3 days ago

@knqyf263 it should be v0.54.0, no?

knqyf263 commented 3 days ago

Release Please automatically determines the next version based on the commit prefixes. When feat commits are added to the main branch, it will be changed to v0.54.0. It currently has a performance change only.

DmitriyLewen commented 3 days ago

thank you for explaining, otherwise I was starting to worry :smile:

knqyf263 commented 3 days ago

It's v0.54.0 now, although https://github.com/aquasecurity/trivy/pull/7080 should have been refactor as it doesn't affect users.

DmitriyLewen commented 3 days ago

Yeah. It was my mistake. Interesting - if i change description of #7080 now, will please release change description of this PR next time we push to the main branch or not?

knqyf263 commented 3 days ago

Release Please sees a commit message. You need to amend the commit message in the main branch and force-push it.

DmitriyLewen commented 2 days ago

oh... force-push, especially for main branch, is a dangerous command. I better double check type when i create a PR...

knqyf263 commented 2 days ago

force-push, especially for main branch, is a dangerous command.

Actually, our branch protection doesn't allow it. It means you cannot change the type once you merge a PR.

DmitriyLewen commented 2 days ago

Yeah. I understood you. Thank you for the clarification!